-
```
When creating a browser by CefBrowserHost::CreateBrowserSync(), there is no way
to set additional headers to the underlying http request based on the url.
When looking at the code, CefBrowserHos…
-
```
All examples have such OnClose event:
OnClose():
self.Destroy()
cefpython.Shutdown()
wx.GetApp().Exit()
I don't know any other way to exit wx app on mac. If Exit() ca…
-
```
Non-standard HTTP headers, usually prefixed with 'X-', are used by a number
of server-based applications. It is currently possible to create a
CefRequest that contains non-standard HTTP headers an…
-
```
What steps will reproduce the problem?
1. Have a dual monitor setup on windows 7
2. If a CefBrowser is created in a monitor for which the
CefRenderHandler::GetRootScreenRect() returns negative x,…
-
```
What steps will reproduce the problem?
1. Run CEF on a multitouch-screen (no keyboard) PC with Windows 8
2. Display a page with an Input field and click on this field
What is the expected output…
-
```
What steps will reproduce the problem?
1. Use CefMenuModel and OnBeforeContextMenu to populate a custom context menu
(and call Clear() prior to population).
2. Invoke context menu after text is s…
-
```
What steps will reproduce the problem?
the ime window can not hide when i input password,so the password show chinese
Character with underline.but it is ok on chrome testing.
What is the expecte…
-
```
The NSApplication instance provided by clients needs to implement the
NSAccessibility protocol to listen for accessibilitySetValue changes to detect
when a screen reader is active.
Add support…
-
```
For CEF3 on Windows, the IME implementation is missing when off-screen
rendering is enabled. See issue #973 for the OS-X implementation.
```
Original issue reported on code.google.com by `magree…
-
```
What steps will reproduce the problem?
1. "run win64 Debug detailed"
2. Wait for it to come up and display the Google search page.
3. Select Bookmarks, Download Test
What is the expected output? …