| Commit message (Expand) | Author | Age | Files | Lines |
* | BSD port: another chunk of chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-03 | 1 | -2/+2 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+4 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 1 | -4/+0 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+4 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -3/+2 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -1/+10 |
* | Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas... | ananta@chromium.org | 2009-12-15 | 1 | -14/+2 |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 1 | -1/+7 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -2/+0 |
* | Fix bug when accessing g_browser_process->broker_services() at shutdown. | jam@chromium.org | 2009-11-23 | 1 | -4/+12 |
* | Revert r31665: themed mac startup time regression | apavlov@chromium.org | 2009-11-11 | 1 | -4/+0 |
* | Set have_inspector_files_ in the UI thread as it is only read from that thread. | apavlov@chromium.org | 2009-11-11 | 1 | -0/+4 |
* | Connect the various pieces for notifications... hook up NotificationUIManager... | johnnyg@chromium.org | 2009-10-30 | 1 | -0/+12 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 1 | -7/+0 |
* | Implement about:ipc dialog for Mac. | jrg@chromium.org | 2009-09-28 | 1 | -0/+9 |
* | Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac... | jhawkins@chromium.org | 2009-08-21 | 1 | -1/+7 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -0/+12 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -0/+4 |
* | There is no need for the browser process to have an accelerator handler.This ... | jcampan@chromium.org | 2009-07-29 | 1 | -10/+0 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -2/+2 |
* | Fix a crash when the ThumbnailGenerator. | brettw@chromium.org | 2009-06-17 | 1 | -12/+10 |
* | Adds kind-of-live thumbnail generation for a potential tab switcher. | brettw@chromium.org | 2009-06-16 | 1 | -0/+11 |
* | DevTools: Make reloading inspector lead to the complete DevTools Client Windo... | pfeldman@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -2/+0 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -3/+3 |
* | Linux: move X operations from the IO to UI2 thread. | agl@chromium.org | 2009-04-22 | 1 | -0/+14 |
* | I managed to break test_shell. Reverting. I'll fix tomorrow. | agl@chromium.org | 2009-04-21 | 1 | -14/+0 |
* | Linux: move X operations from the IO to UI2 thread. | agl@chromium.org | 2009-04-21 | 1 | -0/+14 |
* | Give each HistoryService instance it's own backend thread. | tim@chromium.org | 2009-04-14 | 1 | -1/+0 |
* | DevToolsManager is a service in the browser process that manages all open dev... | yurys@google.com | 2009-03-16 | 1 | -0/+11 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Compile parts of chrome/browser/automation on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Will the real BrowserProcessImpl please stand up? | beng@google.com | 2009-02-01 | 1 | -1/+6 |
* | Fixes leak of shutdown event in BrowserProcess. | sky@google.com | 2009-01-23 | 1 | -2/+4 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | A new shot at the old system monitor changelist. | mbelshe@google.com | 2008-12-13 | 1 | -7/+0 |
* | Rollback | mbelshe@google.com | 2008-12-01 | 1 | -0/+7 |
* | A new copy of the old system monitor changelist. | mbelshe@google.com | 2008-11-30 | 1 | -7/+0 |
* | Review URL: http://codereview.chromium.org/10958 | mbelshe@google.com | 2008-11-14 | 1 | -0/+7 |
* | Change to integrate SystemMonitor changes into chrome. | mbelshe@google.com | 2008-11-14 | 1 | -7/+0 |
* | Removes the old frames. | ben@chromium.org | 2008-11-10 | 1 | -10/+0 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -2/+2 |
* | Remove more shared_event that I missed last time | agl@chromium.org | 2008-10-16 | 1 | -1/+0 |
* | Enable magic browzr again. | ben@chromium.org | 2008-10-14 | 1 | -1/+1 |
* | Revert r3334 to disable magic_browzR and see if that fixes the crashes in the | mal@chromium.org | 2008-10-14 | 1 | -1/+1 |
* | Turn on MagicBrowzr again. | ben@chromium.org | 2008-10-14 | 1 | -1/+1 |
* | Revert r2253 to turn off magic_browzR by default and restore the | mal@chromium.org | 2008-09-23 | 1 | -1/+1 |
* | Turn on the magic frames. | beng@google.com | 2008-09-16 | 1 | -1/+1 |
* | Revert these changes now the experiment is complete. | beng@google.com | 2008-09-14 | 1 | -1/+0 |