Marshall Greenblatt
Marshall Greenblatt
When importing an issue, if it references a newer (not yet imported) issue, then comments such as "Duplicate of #XXX" don't become clickable links to issue XXX. Editing and re-saving...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3239) by me.** ---------------------------------------- Chromium has introduced a new `raw_ptr` type that potentially offers protection against use-after-free bugs. We should look at using this type in CEF \(libcef/ code\)...
Starting with M125 the CEF Alloy runtime has been [split](https://github.com/chromiumembedded/cef/issues/3681) into separate style and bootstrap components. Both Chrome style and Alloy style browsers/windows can now be created while using the...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3294) by me.** ---------------------------------------- This issue involves the following functionality currently supported by the Alloy runtime: * Embedded non-Views windows \(where the host application creates the top-level window\), created...
**Is your feature request related to a problem? Please describe.** By default, CEF/Chromium builds have proprietary codecs (H.264/AAC) disabled [1]. This is due to patent portfolio [licensing requirements](https://www.via-la.com/licensing/avc-h-264/) when using...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3450) by me.** ---------------------------------------- Extensions with the Chrome runtime can currently be installed and managed via chrome://extensions and various existing [admin mechanisms](https://www.chromium.org/administrators/pre-installed-extensions/). It should also be possible for applications...
**Is your feature request related to a problem? Please describe.** Use of the Chrome or Alloy runtime must currently be configured at app startup and cannot be mixed in a...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2315) by santosh mahto (Bitbucket: [Santosh_Collabora](https://bitbucket.org/Santosh_Collabora)).** ---------------------------------------- As of now windowed mode browser background is set to opaque(WHITE) but windowless browser background is set to transparent by default. There...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3330) by me.** ---------------------------------------- Views is used on Windows/Linux \(windowed mode\) to create the browser. We should also use Views to create the context menu and remove the platform-specific...
**Is your feature request related to a problem? Please describe.** OnAcceleratedPaint support was added in [this PR](https://bitbucket.org/chromiumembedded/cef/pull-requests/734) (issue #2575). It does not include a cefclient implementation for Linux. **Describe the...