Marshall Greenblatt
9af98fab45
Update to Chromium revision 788460a4 ( #345352 )
...
- Mac: 10.10 SDK is now required for building (see http://crbug.com/463170#c63 ).
Older SDKs can be used for a short time by setting mac_sdk_min via GYP_DEFINES.
2015-08-26 12:42:54 -04:00
Marshall Greenblatt
a63d646e3b
Update to Chromium revision fc6ad471 ( #342568 )
2015-08-14 14:42:03 -04:00
Marshall Greenblatt
8da8a4fbf1
Update to Chromium revision 12bfc336 ( #338390 ).
...
- The ffmpeg library is now statically linked (see https://codereview.chromium.org/1141703002 ).
- Off-screen rendering of the PDF viewer does not work in combination with surfaces. Pass the
`--disable-surfaces` command-line flag if GPU is enabled (see https://codereview.chromium.org/1169983006 ).
2015-07-24 16:11:13 -04:00
Marshall Greenblatt
378a64b39a
Update to Chromium revision 14bd12d6 ( #333041 )
...
- Remove CefNavigationEntry::GetFrameName() (see http://crbug.com/477150#c5 ).
- Devirtualize base::BindState (see http://crbug.com/486594 ).
- Move Tuple to the base namespace.
2015-06-08 17:31:50 -04:00
Marshall Greenblatt
1c6da5fe86
Update to Chromium revision 59d44948 ( #323860 )
2015-04-20 19:48:43 +03:00
Marshall Greenblatt
ac4f451c94
Update to Chromium revision 47fb4821 ( #318735 ).
...
- Remove the in-process PDF plugin implementation. A new implementation is now required (issue #1565 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2043 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 01:00:13 +00:00
Marshall Greenblatt
3dc9072f58
Update to Chromium revision beafd8cb ( #314338 ).
...
- Remove unused CefContextMenuHandler::GetMisspellingHash() method.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2020 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-04 18:10:14 +00:00
Marshall Greenblatt
ba198e9ef1
Update to Chromium revision d3cf92ca ( #310534 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1963 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-09 17:22:10 +00:00
Marshall Greenblatt
5a5d2caff2
Update to Chromium revision 8cb76f56 ( #307671 )
...
- Linux/Mac: Load V8 initial snapshot from external bin files (see http://crbug.com/421063 ).
- Windows: 8.1 SDK is now required (issue #1470 ).
- Remove CefDOMDocument::GetSelectionStartNode and GetSelectionEndNode methods(see https://codereview.chromium.org/763043004 ).
- Rename internal namespace used in base headers to avoid linker conflicts with cef_sandbox.lib.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1956 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-12-13 20:18:31 +00:00
Marshall Greenblatt
eef89ccdd3
Update to Chromium revision 40af916d ( #303546 ).
...
- Standardize usage of virtual/override specifiers in CEF internals (see http://crbug.com/417463 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1903 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-11-12 19:25:15 +00:00
Marshall Greenblatt
2ba756d3e1
Update to Chromium revision b0aa1fb5 ( #296183 ).
...
- Restore CefRenderHandler::OnScrollOffsetChanged.
- Add new RT_PING and RT_SERVICE_WORKER resource type values.
- The resource type for image sub-resource loads has changed from RT_IMAGE to RT_PREFETCH (this is a regression, see http://crbug.com/415253#c23 ).
- Add a patch to fix a crash in Scheduler::swapQueuesRunPendingTasks* (http://crbug.com/415478 ).
- Add documentation for cef_key_event_type_t values.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1846 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-26 23:48:19 +00:00
Marshall Greenblatt
0b78461f5b
Update to Chromium revision ad468e8b ( #292352 ).
...
- Building Chromium using SVN is no longer supported.
- Remove CefDOMEvent and CefDOMEventListener (issue #933 ).
- Remove CefRenderHandler::OnScrollOffsetChanged (http://crbug.com/404656 ).
- Remove UR_FLAG_REPORT_LOAD_TIMING (https://codereview.chromium.org/451623002/ ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1816 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-04 17:53:40 +00:00
Marshall Greenblatt
cb907f3649
Update to Chromium revision 280796.
...
- Mac: Remove Carbon interpose library (see http://crbug.com/157130 ).
- Remove unused LOGSEVERITY_ERROR_REPORT value (see http://crbug.com/352378 ).
- CefURLRequest in the render process will now always have the UR_FLAG_REPORT_LOAD_TIMING flag set (see http://crbug.com/376025#c15 ).
- Change CefGeolocationHandler::OnRequestGeolocationPermission return value from void to boolean.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1753 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-02 18:25:22 +00:00
Marshall Greenblatt
de5b859c0a
Update to Chromium revision 275973.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1743 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-12 20:28:58 +00:00
Marshall Greenblatt
74b35c30eb
Update to Chromium revision 272007.
...
- Remove CefSettings.accelerated_compositing option (see https://crbug.com/363772 ).
- Remove experimental x-webkit-speech support (see https://crbug.com/223198 ).
- Execute CefGeolocationHandler callbacks on the UI thread (see https://crbug.com/304341#c212 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1711 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-29 17:15:34 +00:00
Marshall Greenblatt
7f16f5fbd2
Update to Chromium revision 263053.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1683 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-30 17:14:40 +00:00
Marshall Greenblatt
199a3faafe
Update to Chromium revision 261035.
...
- The CefSettings.release_dcheck_enabled option has been removed. This functionality can be enabled by setting the dcheck_always_on=1 gyp variable before building CEF/Chromium. See http://crbug.com/350462 for details.
- The UR_FLAG_ALLOW_COOKIES option has been removed and the functionality has been merged into UR_FLAG_ALLOW_CACHED_CREDENTIALS.
- Mac: [NSApplication sharedApplication] should no longer be called in the renderer process. See http://crbug.com/306348 for details.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1641 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-04 16:50:38 +00:00
Marshall Greenblatt
8078afe7bf
Update to Chromium revision 248478.
...
- Add new CefSettings.windowless_rendering_enabled value that must be enabled when using windowless (off-screen) rendering.
- Improve naming and documentation for CefWindowInfo members.
- CefBeginTracing now completes asynchronously.
- Rename CefEndTracingAsync to CefEndTracing.
- Rename CefCompletionHandler to CefCompletionCallback.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1592 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-02-05 20:35:45 +00:00
Marshall Greenblatt
3d218e4442
Update to Chromium revision 237081.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1532 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-25 23:04:25 +00:00
Marshall Greenblatt
133e06c50a
Update to Chromium revision 233896.
...
- The CefBrowserSettings.author_and_user_styles option is now always enabled.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1512 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-08 21:28:56 +00:00
Marshall Greenblatt
4c3bd0b724
Update to Chromium revision 224895.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1460 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-16 00:25:38 +00:00
Marshall Greenblatt
cdd7333b76
Update to Chromium revision 217791.
...
- Pass popup window attributes to CefLifeSpanHandler::OnBeforePopup (issue #520 ).
- Windows: Add manifest files for all binary targets and include compatibility manifest in *.exe targets.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1367 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-15 19:38:55 +00:00
Marshall Greenblatt
a2a3513620
Update to Chromium revision 213078.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1338 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-24 20:15:18 +00:00
Marshall Greenblatt
bb6eeee686
Update to Chromium revision 194165.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1221 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-15 22:16:01 +00:00
Marshall Greenblatt
83f568d071
Mac: Fix compile errors
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1107 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-23 01:46:13 +00:00