| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove call of PrerenderTracker::TryCancelOnIOThread in ChromeContentBrowserC... | jam@chromium.org | 2014-01-07 | 1 | -8/+7 |
* | Move Translate-related files to components/translate | droger@chromium.org | 2014-01-07 | 1 | -1/+1 |
* | Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome... | jam@chromium.org | 2014-01-06 | 1 | -5/+8 |
* | Remove calls of PrerenderTracker::TryCancel on UI thread and instead have the... | jam@chromium.org | 2014-01-06 | 1 | -12/+7 |
* | Fix local variable shadowing a parameter. | nasko@chromium.org | 2014-01-04 | 1 | -3/+4 |
* | Remove kChromeFrame checks in the browser process. | jam@chromium.org | 2014-01-02 | 1 | -1/+0 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-31 | 1 | -4/+10 |
* | Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram... | loislo@chromium.org | 2013-12-30 | 1 | -10/+4 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-28 | 1 | -4/+10 |
* | Revert 242455 "Revert 242449 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Revert 242449 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -9/+10 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in SSL... | jam@chromium.org | 2013-12-21 | 1 | -3/+10 |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 1 | -4/+4 |
* | Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLau... | avi@chromium.org | 2013-12-20 | 1 | -1/+1 |
* | Pepper: Clarify use of CHANNEL_DEV. | teravest@chromium.org | 2013-12-19 | 1 | -0/+3 |
* | Run all flag-checks for new-profile-managment et al through common functions ... | bcwhite@chromium.org | 2013-12-18 | 1 | -3/+2 |
* | Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead... | jam@chromium.org | 2013-12-18 | 1 | -6/+6 |
* | Change SSLCertRequestInfo.host_and_port from string to HostPortPair. | mattm@chromium.org | 2013-12-17 | 1 | -3/+4 |
* | Move c/c/e/extension_set to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-12-17 | 1 | -7/+7 |
* | Put ignore autocomplete='off' behind a flag. Restores the basic | jww@chromium.org | 2013-12-16 | 1 | -0/+1 |
* | Update keygen to use correct NSS slot on ChromeOS multiprofile. | mattm@chromium.org | 2013-12-16 | 1 | -13/+0 |
* | Remove chrome-internal scheme, chrome::kChromeInternalScheme. | msw@chromium.org | 2013-12-14 | 1 | -9/+0 |
* | Move form validation message bubble into content/, wire up to Android WebView. | benm@chromium.org | 2013-12-12 | 1 | -2/+0 |
* | Pepper: Send dev/canary channel status to plugins. | teravest@chromium.org | 2013-12-12 | 1 | -0/+17 |
* | Remove some dead code in ChromeRenderViewObserver related to a method on WebP... | jam@chromium.org | 2013-12-11 | 1 | -3/+0 |
* | Move preconnect hint check into DataReductionProxySettings and add Finch supp... | marq@chromium.org | 2013-12-10 | 1 | -1/+0 |
* | Allow access to FileSystem API for chrome-devtools:// scheme | yurys@chromium.org | 2013-12-09 | 1 | -0/+1 |
* | Reimplement chrome.principals API through v8 binding | guohui@chromium.org | 2013-12-05 | 1 | -0/+5 |
* | Replace string16 with base::string16. | brettw@chromium.org | 2013-12-04 | 1 | -3/+3 |
* | ContentSettings API should not interact with <webview> | fsamuel@chromium.org | 2013-12-04 | 1 | -1/+6 |
* | Fix mention of RVHM in comments. | creis@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Clean up ChromeContentBrowserClient::ShouldSwapProcessesForNavigation. | creis@chromium.org | 2013-12-03 | 1 | -25/+25 |
* | IPC fuzzer child process component | aedla@chromium.org | 2013-11-28 | 1 | -0/+8 |
* | Clean up RenderViewHostManager swapping logic. | creis@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | Move some dependencies of ExtensionService down to extensions. | benwells@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | Add a flag for running the PDF plugin out of process. | raymes@google.com | 2013-11-25 | 1 | -0/+1 |
* | Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ | alexis.menard@intel.com | 2013-11-22 | 1 | -4/+5 |
* | autofill: remove obsolete switch | estade@chromium.org | 2013-11-18 | 1 | -1/+0 |
* | <webview>: Centralize StoragePartition config parsing from Site URL | fsamuel@chromium.org | 2013-11-17 | 1 | -21/+5 |
* | Adds a proxy advisor object to the network predictor which sends HEAD request... | marq@google.com | 2013-11-16 | 1 | -0/+1 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -2/+2 |
* | Fix broken threading model in CheckDesktopNotificationPermission | dewittj@chromium.org | 2013-11-13 | 1 | -23/+29 |
* | Pepper: Move FileIO host from renderer to browser. | teravest@chromium.org | 2013-11-13 | 1 | -0/+7 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -0/+2 |
* | Reland: Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-10 | 1 | -3/+3 |
* | Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ | benwells@chromium.org | 2013-11-09 | 1 | -10/+14 |
* | Move chrome/common/extensions/background_info.h to src/extensions | jamescook@chromium.org | 2013-11-09 | 1 | -3/+3 |
* | Get rid of user-level styles. | ojan@chromium.org | 2013-11-08 | 1 | -17/+0 |