26 Commits

Author SHA1 Message Date
Marshall Greenblatt
75097e04e8 Add documentation for cef_key_event_type_t values.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1847 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-26 23:49:21 +00:00
Marshall Greenblatt
82c65084c6 Linux: Install xlib error handlers to avoid crash on X11 error (issue #1337).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1845 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-24 17:23:55 +00:00
Marshall Greenblatt
e6f28c38eb Add new FrameTest.* unit tests and fix discovered CefFrame-related bugs.
- Allow empty |name| argument to CefBrowser::GetFrame. This will return the main frame.
- Modify CefBrowser::GetFrame to search both assigned and unique frame names.
- Calling CefFrame::IsFocused on the main frame should return true when there are no other frames.
- Fix CefBrowser::GetFrameIdentifiers and GetFrameNames to return correct values in the renderer process (issue #1236).
- Delete NavigationTest.FrameNameIdent which is now obsoleted by the new FrameTests.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1843 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-24 15:40:50 +00:00
Marshall Greenblatt
53753642c4 Fix identification of focused frame (issue #1381).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1841 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-19 19:13:51 +00:00
Marshall Greenblatt
70060c53c5 Windows: Fix assertion on shutdown when using multi-threaded-message-loop (issue #755).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1838 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-18 19:11:30 +00:00
Marshall Greenblatt
531ee32af7 Change automate-git.py to use a Git checkout of depot_tools (issue #1376).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1835 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-11 21:31:23 +00:00
Marshall Greenblatt
ff93980c84 Linux: Reduce resource usage when the window is minimized (issue #1369).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1833 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-11 18:25:17 +00:00
Marshall Greenblatt
e83c8bde80 Mac: Reduce resource usage on SetWindowVisibility(false) and fix delivery of application hide/unhide notifications (issue #1369)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1831 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-10 21:33:19 +00:00
Marshall Greenblatt
41d14270d6 Windows: Add wow_helper.exe to the 32-bit binary distribution for Vista 64-bit sandbox support (issue #1366).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1828 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-10 17:23:48 +00:00
Marshall Greenblatt
28ae6155be Linux: Fix compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1826 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-09 21:53:34 +00:00
Marshall Greenblatt
0db2304eae Linux: Fix compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1824 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-09 20:42:51 +00:00
Marshall Greenblatt
d5f9215aab Windows: Set browser window size to 0x0 when minimized to reduce resource usage (issue #1369).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1821 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-04 23:13:47 +00:00
Marshall Greenblatt
45d9e3f357 - Fix initial state of the |is_showing_| flag in CefRenderWidgetHostViewOSR (issue #1363).
- Windows: Modify the cefclient OSR example to call WasHidden(true) when the app is minimized.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1819 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-04 22:15:45 +00:00
Marshall Greenblatt
f693c4a6d2 Fix ostream link error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1815 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-03 18:45:49 +00:00
Marshall Greenblatt
fde46734f1 Update to Chromium version 37.0.2062.94.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1812 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-28 14:42:25 +00:00
Marshall Greenblatt
98d5495091 Add #ifndef guards to types in cef_build.h (issue #1336).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1809 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-14 13:24:12 +00:00
Marshall Greenblatt
9f4f9067d9 Fix identification of SVN revision after picking up incremental changes in the remote CEF Git repository.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1803 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 12:40:42 +00:00
Marshall Greenblatt
1e513965fb Fix automate-git.py to pick up incremental changes in the remote CEF Git repository.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1800 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 12:25:38 +00:00
Marshall Greenblatt
90f4e48ad0 Linux: Fix type mismatch compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1798 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 11:21:55 +00:00
Marshall Greenblatt
02da23fa50 Linux: Fix type mismatch compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1797 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 11:02:01 +00:00
Marshall Greenblatt
b960756b37 Add support for large zip files in make_distrib.py (issue #1350).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1796 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 14:42:15 +00:00
Marshall Greenblatt
47a12ff5d4 Update automate-git.py to explicitly fetch tags required for release branch builds.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1792 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 12:33:19 +00:00
Marshall Greenblatt
9f79be9482 Add a new --force-clean-deps flag to automate-git.py that deletes/re-downloads all third-party git repos (issue #1348). Should be used in combination with the --force-clean flag.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1788 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 09:24:53 +00:00
Marshall Greenblatt
2776bb7802 Linux: Fix compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1786 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-06 13:39:25 +00:00
Marshall Greenblatt
f80188145a Create 2062 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1783 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-06 12:08:53 +00:00
Marshall Greenblatt
0de0135e55 Create 2062 branch folder.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1782 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-06 12:07:30 +00:00