- 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
- 5c0d01db Use nullptr in BrowserURLHandlerImpl constructor. by creis · 10 years ago
- 94a977f6 Move URL fixup to a preliminary phase that doesn't affect virtual URLs. by creis · 10 years ago
- 939a726c Fix view-source url creation logic by sgurun · 11 years ago
- 4775298 Prevent duplicate navigation to debug URLs from Telemetry. by [email protected] · 11 years ago
- 8e09c7af Move about://-related constants from //content to //url by [email protected] · 11 years ago
- cca6f39 Move some content url constants to /url. by [email protected] · 11 years ago
- e8ca69c Move some content url constants to /url. by [email protected] · 11 years ago
- ea0c7a8 Renamed namespaces in src/content. by [email protected] · 11 years ago
- b3690f7 Cleanup: Move kChromeDevToolsScheme constant into content namespace. by [email protected] · 11 years ago
- fe0d673 Remove duplicated code in favor of IsRendererDebugURL. by [email protected] · 11 years ago
- 2d9748b2 Cleanup: Move kChromeUIScheme constant into content namespace. by [email protected] · 11 years ago
- fe3beef cc: Enable rendering stats recording in browser compositor. by [email protected] · 11 years ago
- 73b718f Add the scheme chrome-distiller:// and hook up data source. by [email protected] · 11 years ago
- 3e99baf Move kFileScheme constant into content namespace. by [email protected] · 11 years ago
- d7e4f17 Cleanup: Move kFileSystemScheme constant into content namespace. by [email protected] · 11 years ago
- 72aa4c2 Move kFtpScheme into content namespace. by [email protected] · 12 years ago
- d4a8ca48 Move navigation and frame tree classes to a new frame_host/ directory. by [email protected] · 12 years ago
- 5f50c5d Preparing to support fragment resolution against non-hierarchical schemes by [email protected] · 12 years ago
- 2abef1a Ported GpuCrashTest to Telemetry, renaming the test to ContextLost. by [email protected] · 12 years ago
- e9a8204 content: Move kHttpScheme constant into content namespace. by [email protected] · 12 years ago
- 4654bfe content: Move kHttpsScheme constant into content namespace. by [email protected] · 12 years ago
- 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
- 10994d13 Use a direct include of strings headers in content/browser/, part 1. by [email protected] · 12 years ago
- dbdda540 content: Move kViewSourceScheme constant into content namespace. by [email protected] · 12 years ago
- 081dc52 content: Move two more url constants into content namespace. by [email protected] · 12 years ago
- f8a6d73 content: Move more constants from url_constants.h into content namespace. by [email protected] · 12 years ago
- 50f86bc content: Move two more url constants into content namespace. by [email protected] · 13 years ago
- 4648832 Move remaining files in content\browser to the content namespace. by [email protected] · 13 years ago
- d9c2e51 Revert 164120 - content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
- 7a91c55 content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
- f1f8639 Reapply 130248 - Add full support for filesystem URLs. Trying to get the build into the right state. by [email protected] · 13 years ago
- a8217e2 Revert 130248 - Add full support for filesystem URLs. by [email protected] · 13 years ago
- c9755fb Add full support for filesystem URLs. by [email protected] · 13 years ago
- 98901d9f Revert 128753 - Add full support for filesystem URLs. by [email protected] · 13 years ago
- 932df83 Add full support for filesystem URLs. by [email protected] · 13 years ago
- 825b166 Add a Content API around BrowserURLHandler. by [email protected] · 13 years ago[Renamed (84%) from content/browser/browser_url_handler.cc]
- f79f486 Eliminate VS2010 ifdefs for handling NULL in std::pair. by [email protected] · 13 years ago
- 8bf104801 Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for testing the content layer, so they belong there. This allows us to hide GpuProcessHostUIShim from chrome. by [email protected] · 13 years ago
- d235345 Rename WebUI to WebUIImpl. by [email protected] · 13 years ago
- 87f3c08 Move content_browser_client.h to public, and while at it, move by [email protected] · 14 years ago
- a1d2916 Move url_constansts.h to content/public/common. by [email protected] · 14 years ago
- 3d7474ff Removal of Profile from content part 1. by [email protected] · 14 years ago
- b8148ac Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome. by [email protected] · 14 years ago[Renamed (72%) from chrome/browser/browser_url_handler.cc]
- f1eb87a Fix "chrome://bookmarks" URL not displaying in omnibox. by [email protected] · 14 years ago
- 1fd1a50 Move WebUIFactory to chrome/, try 2. by [email protected] · 14 years ago
- ee2ceca Revert 79691 - Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
- e12b3026 Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
- 67fc039 WebUI: Move the core files of WebUI from chrome/browser/webui to content/browser/webui. by [email protected] · 14 years ago
- 7e3abea4 WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 3. by [email protected] · 14 years ago
- d098079 WebUI: Get rid of more references to DOMUI in the rest of the directories. by [email protected] · 14 years ago
- 8f9d4eb WebUI: Rename ExtensionDOMUI to ExtensionWebUI. by [email protected] · 14 years ago
- e011291 WebUI: Change all references from "DOM UI" to "Web UI". by [email protected] · 14 years ago
- 1074468 In Visual Studio 2010, pass a nullptr rather than NULL when building a std::pair. See http://connect.microsoft.com/VisualStudio/feedback/details/520043/error-converting-from-null-to-a-pointer-type-in-std-pair by [email protected] · 14 years ago
- 80a8fad WebUI: Rename DOMUIFactory to WebUIFactory. by [email protected] · 14 years ago
- 8ecad5e Move: by [email protected] · 15 years ago
- 27c790d4 Move inspector to "chrome-devtools" scheme by [email protected] · 15 years ago
- 583d45c1 Reland r57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
- 6ac956a Revert 57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
- b84ae67 Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
- 38178a4 Allow rewriting of URLs to be reversed in some cases, so that if the underlying renderer URL changes, the virtual URL displayed in the address bar can be updated to reflect that. Currently apply that technique only to view-source rewrites, so it will follow redirects. by [email protected] · 16 years ago
- 7a70650 This fixes an issue where view source on a local file would return a blank page. by [email protected] · 16 years ago
- 0d22083 Fixes navigations chrome-internal: to actually show the NTP. by [email protected] · 16 years ago
- a5eb0bb Prevent 'view-source' from being abused by disabling anything by [email protected] · 16 years ago
- 86c008e8 override chrome:// URLs via extensions. by [email protected] · 16 years ago
- 60e44898 Change chrome-ui to chrome. I didn't go too far in converting existing strings to using the url_constant (shipshipship). by [email protected] · 16 years ago
- 7f0005a Remove TabContentsType from the NavigationController external interface and in by [email protected] · 16 years ago
- b689fce7 Merge DOMUIContents into WebContents. by [email protected] · 16 years ago
- cd3d789 Clean up the browser about URL handler to not derive from WebContents. It is by [email protected] · 16 years ago
- 9e4c033 Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. by [email protected] · 16 years ago
- 9527f9c Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. by [email protected] · 16 years ago
- 76a010b Reupload of 12418 by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago