| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ForceTLS: persist to disk | agl@chromium.org | 2009-09-04 | 1 | -2/+4 |
* | Reverting r25382: blame Windows | agl@chromium.org | 2009-09-03 | 1 | -4/+2 |
* | ForceTLS: persist to disk | agl@chromium.org | 2009-09-03 | 1 | -2/+4 |
* | Plumb request interception into the appcache library for both chrome and test... | michaeln@google.com | 2009-09-01 | 1 | -0/+8 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -0/+17 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -0/+7 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -0/+8 |
* | Some personalization cleanup: | tim@chromium.org | 2009-08-15 | 1 | -10/+7 |
* | Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux | mark@chromium.org | 2009-08-13 | 1 | -2/+2 |
* | Use $XDG_CACHE_HOME for the cache on Linux. This only works for the default p... | thestig@chromium.org | 2009-08-11 | 1 | -0/+1 |
* | Add files to browser/sync and tweak includes. | tim@chromium.org | 2009-08-05 | 1 | -2/+2 |
* | Implement kCurrentThemeID so we can know what the last theme to be installed ... | avi@chromium.org | 2009-08-03 | 1 | -0/+5 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -0/+7 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 1 | -0/+2 |
* | GTK: Initial implementation of using GTK themes, partially based on evan's CL... | erg@google.com | 2009-07-03 | 1 | -0/+4 |
* | Create a webkit thread for use within the browser process. This patch also i... | jorlow@chromium.org | 2009-06-26 | 1 | -0/+6 |
* | Change ExtensionHost to use notifications | erikkay@chromium.org | 2009-06-26 | 1 | -0/+1 |
* | Clean up a few startup and shutdown dependencies which should fix some of the... | erikkay@google.com | 2009-06-24 | 1 | -1/+0 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 1 | -0/+7 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 1 | -0/+6 |
* | Modified ThumbnailStore to cache/store JPEGs instead | brettw@chromium.org | 2009-06-09 | 1 | -1/+6 |
* | Change PasswordStoreDefault to access the WebDataService from the UI thread o... | stuartmorgan@chromium.org | 2009-06-03 | 1 | -0/+9 |
* | Reverting 17273 - Fails reliability tests | mhm@chromium.org | 2009-05-30 | 1 | -9/+0 |
* | Re-land the password store work from bug 8205, with changes that should fix b... | stuartmorgan@chromium.org | 2009-05-30 | 1 | -0/+9 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 1 | -9/+0 |
* | Patch to make password patch build. | evan@chromium.org | 2009-05-22 | 1 | -0/+9 |
* | More NotificationRegistrar conversions. | pkasting@chromium.org | 2009-05-22 | 1 | -1/+3 |
* | More progress on ForceHTTPS. | abarth@chromium.org | 2009-05-20 | 1 | -0/+10 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+8 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+21 |
* | Resurrect ExtensionProcessManager. Move the code for starting extension | mpcomplete@google.com | 2009-05-06 | 1 | -1/+7 |
* | Issue 348: can view old incognito cache if main process left running | idanan@chromium.org | 2009-03-27 | 1 | -0/+4 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -6/+6 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 1 | -0/+7 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -0/+8 |
* | Revert 9747 | abarth@chromium.org | 2009-02-13 | 1 | -8/+0 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -0/+8 |
* | Add site_instance, navigation_entry, browsing_instance, renderer_security_pol... | pinkerton@chromium.org | 2009-02-04 | 1 | -0/+13 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -5/+0 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -6/+5 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -7/+9 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -0/+4 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -6/+6 |
* | Refactor the two URLRequestContext subclasses in profile.cc into a new shared | aa@chromium.org | 2008-12-23 | 1 | -3/+2 |
* | Makes the tab restore service contain any windows that were open at | sky@google.com | 2008-12-18 | 1 | -0/+12 |