cef/tests/cefsimple
Marshall Greenblatt 8aac23386e Update to Chromium revision cb947c01 (#352221)
- Implement CefRequestHandler::OnBeforeBrowse using NavigationThrottle
  instead of ResourceThrottle (see http://crbug.com/537634). The CefRequest
  object passed to OnBeforeBrowse will no longer have an associated request
  identifier.
- Mac: Remove additional helper apps which are no longer required (see
  http://crbug.com/520680)
- Remove the UR_FLAG_REPORT_RAW_HEADERS flag which is no longer supported (see
  http://crbug.com/517114)
- Remove the CefBrowserSettings.java parameter. Java is an NPAPI plugin and
  NPAPI plugins are no longer supported (see http://crbug.com/470301#c11)
- Add CefFormatUrlForSecurityDisplay function in cef_parser.h
- Fix crash when passing `--disable-extensions` command-line flag (issue #1721)
- Linux: Fix NSS handler loading (issue #1727)
2015-10-09 17:31:27 -04:00
..
mac Mac: Add NSSupportsAutomaticGraphicsSwitching to Info.plist (issue #1396). 2014-10-03 17:00:56 +00:00
res Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
CMakeLists.txt.in Update to Chromium revision cb947c01 (#352221) 2015-10-09 17:31:27 -04:00
cefsimple.exe.manifest Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple.rc Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple_linux.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
cefsimple_mac.mm Mac: Fix 10.10 SDK compile and test errors (issue #1414) 2015-08-26 16:39:09 -04:00
cefsimple_win.cc Windows: Add CefEnableHighDPISupport function and fix high-dpi scaling issues (issue #1674) 2015-08-07 16:04:03 -04:00
process_helper_mac.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
resource.h Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
simple_app.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
simple_app.h Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
simple_handler.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
simple_handler.h Mac: Change shutdown-related code to match Chromium (issue #1203) 2014-04-09 18:29:51 +00:00
simple_handler_linux.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
simple_handler_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
simple_handler_win.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00