Marshall Greenblatt
Marshall Greenblatt
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2918) by elad bahar (Bitbucket: [eBahar](https://bitbucket.org/eBahar)).** ---------------------------------------- **1.What steps will reproduce the problem?** not sure how to reproduce it in cefclient, but the scenario is: create custom scheme, add...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3188) by me.** ---------------------------------------- **What steps will reproduce the problem?** Run `ceftests.app/Contents/MacOS/ceftests --gtest_filter=ViewsWindow\*` Run `cefclient.app/Contents/MacOS/cefclient --use-views --initial-show-state=maximized` The “minimized” and “fullscreen” modes currently work as expected. For “maximized” we...
**Describe the bug** Cefclient on MacOS crashes on exit after showing a Views-hosted popup window and then closing all windows. **To Reproduce** Steps to reproduce the behavior: 1. Run `cefclient...
**Is your feature request related to a problem? Please describe.** When entering fullscreen mode, Chrome shows a transient bubble with contents "Press [key] to exit full screen". It would be...
**Is your feature request related to a problem? Please describe.** The DISALLOW_COPY_AND_ASSIGN macro(s) are deprecated and should be removed. **Describe the solution you'd like** Same as #3234, but for tests...
**Describe the bug** Run `ceftests --enable-chrome-runtime --gtest_filter=URLRequestTest.*OnDiskServer* --gtest_repeat=10` Chromium eventually asserts with: ``` [8000:14084:1018/133126.010:FATAL:extension_install_error_menu_item_id_provider.cc(33)] Check failed: id libcef.dll!extensions::ExternalInstallError::~ExternalInstallError() Line 356 C++ libcef.dll!extensions::ExternalInstallError::~ExternalInstallError() Line 349 C++ libcef.dll!std::__Cr::default_delete::operator()(extensions::ExternalInstallError * __ptr) Line 65...
**Describe the bug** 1. Run `cefclient.exe --enable-chrome-runtime --filter-chrome-commands` using a Debug build. 2. Click the 3-dot menu button in the Chrome toolbar **Expected behavior** The application should not crash. Instead,...
**Describe the bug** The chrome Experiments bubble is available in local developer builds ([disabled](https://github.com/chromiumembedded/cef/issues/3560) in official builds). Clicking the "Relaunch" button after modifying experiments does nothing on Windows and crashes...
**Describe the bug** Run `cefclient --use-views --initial-show-state=minimized`. **Expected behavior** The application should launch minimized. Instead, it launches as a normal window. This reproduces with both Alloy and Chrome runtimes. The...
**Describe the bug** The `OSRTest.AccessibilityLocationChange` test is failing starting with M117. **To Reproduce** Steps to reproduce the behavior: 1. Run `ceftests --gtest_filter=OSRTest.AccessibilityLocationChange` **Expected behavior** The test should succeed. **Versions (please...