summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_url_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+1
* Use nullptr in BrowserURLHandlerImpl constructor.creis2015-04-241-2/+2
* Move URL fixup to a preliminary phase that doesn't affect virtual URLs.creis2015-02-181-1/+14
* Fix view-source url creation logicsgurun2014-10-151-6/+2
* Prevent duplicate navigation to debug URLs from Telemetry.vmiura@chromium.org2014-07-291-13/+0
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-3/+3
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-7/+7
* Renamed namespaces in src/content.vitalybuka@chromium.org2014-05-011-4/+3
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
* Remove duplicated code in favor of IsRendererDebugURL.creis@chromium.org2014-02-131-4/+1
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-3/+7
* cc: Enable rendering stats recording in browser compositor.ernstm@chromium.org2014-02-061-2/+2
* Add the scheme chrome-distiller:// and hook up data source.nyquist@chromium.org2014-01-271-3/+11
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-1/+1
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-241-1/+1
* Ported GpuCrashTest to Telemetry, renaming the test to ContextLost.kbr@chromium.org2013-10-171-2/+16
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-3/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* content: Move kViewSourceScheme constant into content namespace.tfarina@chromium.org2013-05-301-4/+4
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-1/+1
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-3/+3
* content: Move two more url constants into content namespace.tfarina@chromium.org2012-11-011-1/+1
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-9/+9
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-15/+11
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-11/+15
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-2/+2
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-2/+2
* Add full support for filesystem URLs.ericu@google.com2012-04-021-2/+2
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-2/+2
* Add full support for filesystem URLs.ericu@google.com2012-03-241-2/+2
* Add a Content API around BrowserURLHandler.jam@chromium.org2012-03-121-0/+135