cef/libcef/browser/net
Marshall Greenblatt a6a8c0e845 chrome: Fix URL rewrite on new tab navigation (see issue #2969)
This fixes an `Unhandled chrome.send("getApps");` error when creating a new tab.

Creating a new tab initially loads chrome://newtab which should then be
rewritten to chrome://new-tab-page for normal profiles in
HandleNewTabURLRewrite. Failure to rewrite the URL results in the loading of
NewTabUI instead of the expected NewTabPageUI. NewTabUI loads different
resources for normal vs incognito/guest profiles (new_tab.js vs
incognito_tab.js), and new_tab.js calls chrome.send("getApps") via
page_list_view.js. This then fails in WebUIImpl::ProcessWebUIMessage because
the message is unhandled.
2021-02-27 14:34:49 -05:00
..
chrome_scheme_handler.cc chrome: Fix URL rewrite on new tab navigation (see issue #2969) 2021-02-27 14:34:49 -05:00
chrome_scheme_handler.h Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00
crlset_file_util_impl.cc Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
devtools_scheme_handler.cc Make CefBrowserContext an abstract base class (see issue #2969) 2020-07-01 15:35:07 -04:00
devtools_scheme_handler.h Make CefBrowserContext an abstract base class (see issue #2969) 2020-07-01 15:35:07 -04:00
internal_scheme_handler.cc Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
internal_scheme_handler.h Update to Chromium version 80.0.3987.0 (#722274) 2020-02-17 13:19:09 -05:00
scheme_handler.cc Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00
scheme_handler.h Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00
throttle_handler.cc Add chrome runtime support for more callbacks and ceftests (see issue #2969) 2020-09-29 18:31:43 -04:00
throttle_handler.h Add chrome runtime support for more callbacks and ceftests (see issue #2969) 2020-09-29 18:31:43 -04:00