| Commit message (Expand) | Author | Age | Files | Lines |
* | First stab at a DataTypeController. | skrul@chromium.org | 2010-02-10 | 1 | -0/+2 |
* | Rewrite the HostContentSettingsMap to address some issues: | pkasting@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-30 | 1 | -1/+23 |
* | Make the Blacklist in the URL request context refcounted, since the Profile g... | pkasting@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -6/+0 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -0/+6 |
* | Reland r37508. Implement HostContentSettingsMap. | jochen@chromium.org | 2010-01-29 | 1 | -1/+7 |
* | Revert "Implement HostContentSettingsMap" | evan@chromium.org | 2010-01-29 | 1 | -7/+1 |
* | Implement HostContentSettingsMap | jochen@chromium.org | 2010-01-29 | 1 | -1/+7 |
* | revert 37335: | estade@chromium.org | 2010-01-27 | 1 | -23/+1 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-27 | 1 | -1/+23 |
* | Load filter rules from preferences. | jochen@chromium.org | 2010-01-23 | 1 | -1/+0 |
* | Drop the code allowing privacy blacklists to be shipped in extensions. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -6/+6 |
* | Revert "Take 2: Preload the visited link db on the file thread if" | tony@chromium.org | 2010-01-12 | 1 | -7/+3 |
* | Take 2: Preload the visited link db on the file thread if | tony@chromium.org | 2010-01-12 | 1 | -3/+7 |
* | [More BTP includes.] | erg@google.com | 2009-12-18 | 1 | -2/+2 |
* | Revert "Preload the visited link db on the file thread if the file exists." | tony@chromium.org | 2009-12-17 | 1 | -7/+3 |
* | TBR: Revert to fix Chromos. | erg@google.com | 2009-12-17 | 1 | -2/+2 |
* | Uninstall themes when all theme infobars are gone; not on each infobar's dest... | erg@google.com | 2009-12-17 | 1 | -2/+2 |
* | Preload the visited link db on the file thread if the file exists. | tony@chromium.org | 2009-12-17 | 1 | -3/+7 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -11/+11 |
* | Remember zoom on a per-host basis. | pkasting@chromium.org | 2009-12-04 | 1 | -0/+6 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -3/+4 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -10/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -6/+6 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -44/+0 |
* | Implement a NTP resource cache. Instead of re-generating the | tony@chromium.org | 2009-11-19 | 1 | -0/+6 |
* | Cleanup some callers now that the restriction that ChromeURLRequestContextGet... | eroman@chromium.org | 2009-11-19 | 1 | -9/+3 |
* | Adding support for DatabaseTracker messages to | dumi@chromium.org | 2009-11-09 | 1 | -0/+12 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+33 |
* | Add a stub implementation of PersonalDataManager, the connection between the ... | jhawkins@chromium.org | 2009-11-06 | 1 | -1/+7 |
* | Factor search vs. navigate classification into its own file to make it more b... | pkasting@chromium.org | 2009-10-29 | 1 | -0/+9 |
* | Design changes in browser/privacy_blacklist needed to integrate | phajdan.jr@chromium.org | 2009-10-29 | 1 | -1/+1 |
* | Remove the browser_sync flag. | zork@chromium.org | 2009-10-27 | 1 | -2/+0 |
* | Add functions to purge the Web Database memory and get the service without cr... | pkasting@chromium.org | 2009-10-23 | 1 | -0/+5 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -23/+15 |
* | Rename CHROME_PERSONALIZATION to BROWSER_SYNC. | nick@chromium.org | 2009-10-17 | 1 | -1/+1 |
* | Add UI for changing timezones. | chocobo@google.com | 2009-10-15 | 1 | -2/+2 |
* | Browser side support (sans UI) for desktop notifications. | johnnyg@chromium.org | 2009-10-12 | 1 | -0/+6 |
* | Add the ability to unload the HistoryBackend. | pkasting@chromium.org | 2009-10-08 | 1 | -0/+5 |
* | Committing change 255087 for Roger: | tommi@chromium.org | 2009-10-08 | 1 | -13/+11 |
* | Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th... | pkasting@chromium.org | 2009-10-02 | 1 | -12/+12 |
* | Misc. Cleanup related to OOP Profile Import | jeremy@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Convert the BrowerThemeProvider pointer from being ref counted to | tony@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Fix appcache_service and request_context referencing. | michaeln@google.com | 2009-09-22 | 1 | -1/+6 |
* | Lands http://codereview.chromium.org/193032 for Charlie: | sky@chromium.org | 2009-09-15 | 1 | -0/+8 |
* | Rename X-Force-TLS to Strict-Transport-Security. | abarth@chromium.org | 2009-09-05 | 1 | -9/+12 |