Marshall Greenblatt

Results 184 issues of Marshall Greenblatt

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3117) by Emmanuel Jorge (Bitbucket: [e.jorge](https://bitbucket.org/e.jorge)).** ---------------------------------------- 1 - Steps to reproduce: -- Launch ./cefclient -- [https://www.google.com](https://www.google.com) is loaded -- From the address bar, copy \(using ctrl\+c\) the url...

bug
help wanted
linux
SampleApps

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3410) by me.** ---------------------------------------- **What steps will reproduce the problem?** 1. Run `cefclient --enable-chrome-runtime` 2. Select Tests > Print 3. In the print preview dialog, set Destination to “Save...

bug
Framework
macos
chrome

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3061) by Patrick Heyer (Bitbucket: [PatTheMav](https://bitbucket.org/PatTheMav), GitHub: [PatTheMav](https://github.com/PatTheMav)).** ---------------------------------------- > Affected OS: macOS Big Sur \(11.0.2\) > Affected versions: 3770, 4183, 4280 In OBS Studio we faced the issue...

bug
Build
macos
has fix

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2744) by me.** ---------------------------------------- Starting with macOS 10.15 code signing is getting more complicated by Apple requiring [notarized apps](https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution). This involves the passing of entitlements files to the codesign...

task
macos
Docs

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3383) by me.** ---------------------------------------- Some Linux window managers use the WM\_CLASS property on the top-level window to control window grouping and desktop file matching. It is currently configurable in...

enhancement
Framework
linux
views

**Is your feature request related to a problem? Please describe.** When building Chromium with `enable_downgrade_processing=true` (default value) the app will attempt to restart if a version downgrade that requires User...

enhancement
chrome

**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2804) by Maksim Sisov (Bitbucket: Maksim Sisov).** ---------------------------------------- Hi Marshall, ‌ I have already contacted you about Ozone/Wayland/X11 support via e-mail as you remember, but I think it’s better...

help wanted
Framework
linux
proposal
native

**Describe the bug** Chrome runtime is seeing a higher rate of "connection retry failed" renderer process crashes (code [here](https://github.com/chromiumembedded/cef/blob/d4cf19db29b016e3d781517bc3bd93b118e81b39/libcef/renderer/frame_impl.cc#L620)) compared to Alloy (same web content). We should revisit the discussion...

bug
chrome

**Is your feature request related to a problem? Please describe.** OpenGL support is [deprecated](https://forums.developer.apple.com/forums/thread/694866) on MacOS. We should update the cefclient sample app to provide a Metal alternative for OSR...

enhancement
help wanted
macos
cefclient
osr

**Is your feature request related to a problem? Please describe.** Use of `-webkit-app-region` CSS to support draggable regions has performance consequences (see https://crbug.com/1447586). Chromium has made this support default-disabled but...

enhancement