| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetic cleanups in chrome/browser/policy/ | joaodasilva@chromium.org | 2011-09-21 | 1 | -2/+0 |
* | Move 2 manager references in BrowserProcessImpl to .cc file | jamescook@chromium.org | 2011-09-20 | 1 | -4/+2 |
* | CrOS - Change OomPriorityManager from a Singleton to a member of BrowserProce... | jamescook@chromium.org | 2011-09-20 | 1 | -1/+3 |
* | Cleanup AutomationProviderList to fix shutdown crashes on ChromeOS auto tests | stevenjb@google.com | 2011-09-16 | 1 | -51/+54 |
* | Create a very simple TabContentsView (and not fully implemented yet) and add ... | jam@chromium.org | 2011-09-15 | 1 | -3/+0 |
* | linux: Remove long-dead X11 thread and tsan suppression. | derat@chromium.org | 2011-09-09 | 1 | -4/+0 |
* | Add "enabled" state to the ClientSideDetectionService. | joaodasilva@chromium.org | 2011-08-23 | 1 | -4/+0 |
* | Factor out dependncy on download throttling from core download code. | jam@chromium.org | 2011-08-16 | 1 | -0/+3 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | No need to have DevToolsManager reference counted | yurys@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | Component update part six, wire sigleton to browser | cpu@chromium.org | 2011-08-03 | 1 | -0/+6 |
* | Move gpu preliminary info collection from IO thread to FILE thread. | zmo@google.com | 2011-07-28 | 1 | -0/+4 |
* | DevTools: move devtools_ui into content since it should be able to serve devt... | pfeldman@chromium.org | 2011-07-27 | 1 | -2/+3 |
* | Convert ViewMsg_NetworkStateChanged from routed -> control, | adamk@chromium.org | 2011-07-12 | 1 | -0/+4 |
* | Removing a leftover function definition (see http://codereview.chromium.org/7... | marja@google.com | 2011-07-12 | 1 | -2/+0 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Move code to clear web databases on shutdown to the database tracker | jochen@chromium.org | 2011-07-08 | 1 | -3/+0 |
* | Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout... | adamk@google.com | 2011-07-02 | 1 | -4/+0 |
* | Convert ViewMsg_NetworkStateChanged from routed -> control | adamk@google.com | 2011-07-01 | 1 | -0/+4 |
* | Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment. | mirandac@chromium.org | 2011-06-30 | 1 | -1/+0 |
* | Move user cloud policy to BrowserProcess (was 6979011) | gfeher@chromium.org | 2011-06-29 | 1 | -0/+4 |
* | Hooking MHTML generation to the browser. | jcivelli@chromium.org | 2011-06-14 | 1 | -0/+4 |
* | Remove g_browser_process dependency from content. Also make all the SyncChan... | jam@chromium.org | 2011-06-13 | 1 | -4/+0 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -1/+1 |
* | Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa... | jam@chromium.org | 2011-06-03 | 1 | -4/+4 |
* | Remove last safebrowsing references from content. | jam@chromium.org | 2011-06-02 | 1 | -0/+5 |
* | Remove the background X11 thread. | tony@chromium.org | 2011-06-01 | 1 | -3/+0 |
* | Modifying the BackgroundModeManager to handle multiple profiles. | rlp@chromium.org | 2011-05-28 | 1 | -0/+8 |
* | Fix gpu acceleration with --in-process-gpu and --single-process modes. | sievers@google.com | 2011-05-27 | 1 | -4/+0 |
* | Make --allow-cross-domain-auth-prompt equivalent to a preference. | tsepez@chromium.org | 2011-05-26 | 1 | -0/+1 |
* | Revert 86724 - Modifying the BackgroundModeManager to handle multiple profiles. | vandebo@chromium.org | 2011-05-25 | 1 | -8/+0 |
* | Modifying the BackgroundModeManager to handle multiple profiles. | rlp@chromium.org | 2011-05-25 | 1 | -0/+8 |
* | Remove a chrome dependency by removing Prerender from ResourceDispatcherHost. | dominich@chromium.org | 2011-05-25 | 1 | -0/+10 |
* | Websocket to TCP proxy running in a separate thread (only on ChromeOS). | dilmah@chromium.org | 2011-05-10 | 1 | -0/+11 |
* | Print Preview: Print in the background. | thestig@chromium.org | 2011-05-07 | 1 | -0/+4 |
* | Directly observe the disabled schemes policy instead of via a PrefMember. | bauerb@chromium.org | 2011-04-27 | 1 | -3/+0 |
* | Added DisabledSchemes policy. | joaodasilva@chromium.org | 2011-04-18 | 1 | -1/+5 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove the check for inspector files since they're in resources.pak now. | tony@chromium.org | 2011-03-23 | 1 | -9/+0 |
* | This is a thread that runs in the browser process that can issue GL calls wit... | apatrick@chromium.org | 2011-03-21 | 1 | -0/+5 |
* | This is an extension of http://codereview.chromium.org/6280018 that provides ... | battre@chromium.org | 2011-03-16 | 1 | -0/+10 |
* | Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!) | jam@chromium.org | 2011-03-15 | 1 | -10/+0 |
* | Extended: Add "system" URLRequestContext (not ready for use!) | battre@chromium.org | 2011-03-15 | 1 | -0/+10 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Reverting the revert 76468. Removed include for browser_thread.h. | rtenneti@chromium.org | 2011-03-02 | 1 | -0/+5 |
* | Revert 76468 - Added back thread watcher changes. | rtenneti@chromium.org | 2011-03-02 | 1 | -5/+0 |
* | Added back thread watcher changes. | rtenneti@chromium.org | 2011-03-02 | 1 | -0/+5 |
* | Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder | jochen@chromium.org | 2011-03-01 | 1 | -0/+4 |
* | Revert 76199 - Trying changes to see the perfomance impact on Mac. | rtenneti@chromium.org | 2011-02-28 | 1 | -5/+0 |