cef/libcef/browser/printing
Marshall Greenblatt c6111d5947 Update to Chromium revision 304f01a1 (#358063)
- Improve ordering of CefLoadHandler callbacks. OnLoadingStateChange will
  be called before and after all calls to OnLoadStart and OnLoadEnd.
  OnLoadStart/OnLoadEnd calls will occur as matching pairs
  (see http://crbug.com/539952#c2).
- Remove the |requesting_url| argument to CefGeolocationHandler::
  OnCancelGeolocationPermission. Clients can use the |request_id| argument
  to track this information themselves.
- Fix a crash when loading the PDF extension in multiple browsers with a
  custom CefRequestContext (issue #1757).
2015-11-11 18:24:00 -05:00
..
print_dialog_linux.cc CTRL + left click on a link in a PDF document should call OnOpenURLFromTab (issue #1737) 2015-10-21 17:06:53 -04:00
print_dialog_linux.h Add CefPrintHandler::OnPrintStart callback (issue #1736) 2015-10-13 14:04:02 -04:00
print_view_manager.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
print_view_manager.h Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
print_view_manager_base.cc Update to Chromium revision 304f01a1 (#358063) 2015-11-11 18:24:00 -05:00
print_view_manager_base.h Update to Chromium revision fc6ad471 (#342568) 2015-08-14 14:42:03 -04:00
printing_message_filter.cc Add CefPrintHandler::OnPrintStart callback (issue #1736) 2015-10-13 14:04:02 -04:00
printing_message_filter.h Update to Chromium revision fc6ad471 (#342568) 2015-08-14 14:42:03 -04:00