| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate plugin_metadata from plugin_installer, make plugin_finder thread-saf... | ibraaaa@google.com | 2012-09-25 | 1 | -0/+4 |
* | Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-11 | 1 | -7/+0 |
* | Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ... | dharani@google.com | 2012-09-09 | 1 | -0/+7 |
* | Remove bundled NPAPI Flash on Windows. | yzshen@chromium.org | 2012-09-07 | 1 | -1/+1 |
* | Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-07 | 1 | -7/+0 |
* | Metro mode switching (chrome side) | cpu@chromium.org | 2012-09-06 | 1 | -0/+6 |
* | Use ChromeBrowserMainPartsAndroid. | yfriedman@chromium.org | 2012-08-30 | 1 | -0/+4 |
* | Browser process does not try to create RemoteDebuggingServer again if it is a... | vsevik@chromium.org | 2012-08-24 | 1 | -3/+7 |
* | [Android] Fix some linker errors from browser startup. | yfriedman@chromium.org | 2012-08-23 | 1 | -0/+5 |
* | Move Variations stuff into variations/ directories and add OWNERS files for t... | stevet@chromium.org | 2012-08-15 | 1 | -1/+1 |
* | Relanding this as this did not fix the chromiumos breakage. | ananta@chromium.org | 2012-08-07 | 1 | -2/+1 |
* | Reverting this as it causes browser tests on the Linux ChromiumOS builder to ... | ananta@chromium.org | 2012-08-07 | 1 | -1/+2 |
* | Add support for loading user cloud policy on desktop, behind the --load-cloud... | atwilson@chromium.org | 2012-08-07 | 1 | -2/+1 |
* | Extract ChromeBrowserFieldTrials out of ChromeBrowserMainParts. | asvitkine@chromium.org | 2012-07-31 | 1 | -1/+0 |
* | Move printing.* prefs from local state to profile | bartfab@chromium.org | 2012-07-26 | 1 | -4/+0 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -3/+3 |
* | browser: Move more files into chrome namespace. | tfarina@chromium.org | 2012-07-06 | 1 | -2/+2 |
* | Put VariationsService into the chrome_variations namespace. | asvitkine@chromium.org | 2012-07-06 | 1 | -2/+2 |
* | Remove TabCloseableStateWatcher. ChromeOS no longer needs it in the Ash world. | ben@chromium.org | 2012-06-23 | 1 | -13/+0 |
* | Allow getting the current language on the I/O thread. | brettw@chromium.org | 2012-06-14 | 1 | -0/+3 |
* | Revert 142048 - Move thread checking from autofill_country.cc to browser_proc... | mrossetti@chromium.org | 2012-06-14 | 1 | -2/+0 |
* | Move thread checking from autofill_country.cc to browser_process_impl.cc | wangxianzhu@chromium.org | 2012-06-14 | 1 | -0/+2 |
* | Add ENABLE_PRINTING and disable it on Android. | wangxianzhu@chromium.org | 2012-06-09 | 1 | -14/+18 |
* | Add missing if defined(ENABLE_NOTIFICATIONS) | wangxianzhu@chromium.org | 2012-06-06 | 1 | -0/+2 |
* | Only need to allow IO tasks once at shutdown (BrowserMainLoop::ShutdownThread... | jam@chromium.org | 2012-06-05 | 1 | -9/+0 |
* | Make PolicyService per-profile. | bauerb@chromium.org | 2012-05-31 | 1 | -4/+9 |
* | Make BrowserProcess use BrowserList::empty() rather than BrowserList::GetLast... | ben@chromium.org | 2012-05-24 | 1 | -1/+1 |
* | Relanding http://codereview.chromium.org/10377115/ after some refactorings. | joaodasilva@chromium.org | 2012-05-23 | 1 | -1/+3 |
* | Fix crash in policy code caused by early shutdown. | joaodasilva@chromium.org | 2012-05-23 | 1 | -1/+1 |
* | At browser exit, wait for pending print jobs before starting shutdown. This i... | jam@chromium.org | 2012-05-19 | 1 | -6/+8 |
* | Move application lifetime functionality off BrowserList. | ben@chromium.org | 2012-05-18 | 1 | -2/+3 |
* | Add schema chrome-extension-resource:// for extension resources. It may be us... | penghuang@chromium.org | 2012-05-18 | 1 | -0/+2 |
* | Revert 137794 - Add schema chrome-extension-resource:// for extension resourc... | rsleevi@chromium.org | 2012-05-18 | 1 | -2/+0 |
* | Add schema chrome-extension-resource:// for extension resources. It may be us... | penghuang@chromium.org | 2012-05-18 | 1 | -0/+2 |
* | Restoring the chrome variatioons client, with a fix for browser_test failures... | jwd@chromium.org | 2012-05-17 | 1 | -6/+15 |
* | Move OOMPriorityManager and LowMemoryObserver to chrome/browser/chromeos/. | thestig@chromium.org | 2012-05-11 | 1 | -3/+4 |
* | Make GoogleURLTracker a profile-keyed service. | pkasting@chromium.org | 2012-05-09 | 1 | -22/+6 |
* | Fix the issue that Pepper Flash cannot load on Linux. | yzshen@chromium.org | 2012-05-02 | 1 | -1/+2 |
* | Fix ChromeOS debug asserts after adding thread restrictions on blocking the U... | jam@chromium.org | 2012-04-26 | 1 | -0/+3 |
* | Fix the logic of loading bundled Pepper Flash. | yzshen@chromium.org | 2012-04-25 | 1 | -0/+12 |
* | BrowserProcessImpl owns the PolicyService, so that it can be destroyed after ... | joaodasilva@chromium.org | 2012-03-31 | 1 | -3/+5 |
* | *Move aura::Env::DeleteInstance to BrowserProcessImpl::StartTearDown which is... | oshima@chromium.org | 2012-03-29 | 1 | -0/+10 |
* | Increase number of max sockets per group for WebSocket connections. | yutak@chromium.org | 2012-03-21 | 1 | -1/+3 |
* | Clean up GoogleURLTracker: | pkasting@chromium.org | 2012-03-21 | 1 | -1/+2 |
* | Add enable_automation build switch. | wangxianzhu@chromium.org | 2012-03-15 | 1 | -0/+6 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -6/+6 |
* | Move creation and ownership of BrowserOnlineStateObserver to content. | jam@chromium.org | 2012-03-11 | 1 | -3/+0 |
* | Android: Don't compile printing sources | dfalcantara@chromium.org | 2012-03-01 | 1 | -0/+20 |
* | Hide MHTMLGenerationManager from chrome. | jam@chromium.org | 2012-03-01 | 1 | -8/+0 |
* | Modify UserScriptListener to use ResourceThrottle instead of ResourceQueue an... | darin@chromium.org | 2012-02-27 | 1 | -3/+0 |