| Commit message (Expand) | Author | Age | Files | Lines |
* | Final removal of the bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-10 | 1 | -14/+0 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -2/+2 |
* | Initial implementation of status tray functionality (mac-only, currently). | atwilson@chromium.org | 2010-03-06 | 1 | -0/+6 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 1 | -0/+6 |
* | Simple fix for a crashing bug. | michaeln@chromium.org | 2010-03-05 | 1 | -0/+2 |
* | Continue removing bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -7/+1 |
* | Delete HTML5 database in BrowsingDataRemover, part 1. | jochen@chromium.org | 2010-02-06 | 1 | -2/+1 |
* | Check for the existance of a profile manager. Might not exist during early sh... | jochen@chromium.org | 2010-02-05 | 1 | -0/+7 |
* | Some preliminary ground work for respecting the "Content Settings" in the app... | michaeln@chromium.org | 2010-02-04 | 1 | -1/+2 |
* | Make sure locally stored site data is deleted after DB and WebKit threads are... | jochen@chromium.org | 2010-02-04 | 1 | -6/+12 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+35 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 1 | -35/+0 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+35 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -100/+4 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -5/+15 |
* | Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas... | ananta@chromium.org | 2009-12-15 | 1 | -0/+19 |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 1 | -9/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -6/+6 |
* | Fix bug when accessing g_browser_process->broker_services() at shutdown. | jam@chromium.org | 2009-11-23 | 1 | -0/+16 |
* | Revert r31665: themed mac startup time regression | apavlov@chromium.org | 2009-11-11 | 1 | -2/+1 |
* | Set have_inspector_files_ in the UI thread as it is only read from that thread. | apavlov@chromium.org | 2009-11-11 | 1 | -1/+2 |
* | Last patch in removing MessageLoop* caching. | jam@chromium.org | 2009-11-03 | 1 | -2/+1 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -1/+1 |
* | Connect the various pieces for notifications... hook up NotificationUIManager... | johnnyg@chromium.org | 2009-10-30 | 1 | -0/+8 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -2/+1 |
* | Fix a whole bunch of style nits. | erg@google.com | 2009-10-13 | 1 | -2/+2 |
* | Wire up printing on the Mac | stuartmorgan@chromium.org | 2009-10-13 | 1 | -1/+3 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 1 | -7/+4 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 1 | -13/+0 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -2/+2 |
* | Fix crash when using about:ipc with only NTP on Windows. | jrg@chromium.org | 2009-09-29 | 1 | -2/+3 |
* | Implement about:ipc dialog for Mac. | jrg@chromium.org | 2009-09-28 | 1 | -0/+47 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Enable LeakTracker on release builds. | eroman@chromium.org | 2009-09-22 | 1 | -1/+10 |
* | Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac... | jhawkins@chromium.org | 2009-08-21 | 1 | -0/+4 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -1/+30 |
* | Change default memory model from MEDIUM to HIGH. | mbelshe@google.com | 2009-08-20 | 1 | -1/+1 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -11/+39 |
* | There is no need for the browser process to have an accelerator handler.This ... | jcampan@chromium.org | 2009-07-29 | 1 | -12/+0 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -3/+3 |
* | DevTools: Make reloading inspector lead to the complete DevTools Client Windo... | pfeldman@chromium.org | 2009-06-05 | 1 | -2/+2 |
* | Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647... | jam@chromium.org | 2009-05-21 | 1 | -8/+0 |