| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified ThumbnailStore to cache/store JPEGs instead | brettw@chromium.org | 2009-06-09 | 1 | -0/+5 |
* | Fix user scripts not getting initialized. | aa@chromium.org | 2009-06-08 | 1 | -4/+2 |
* | Change PasswordStoreDefault to access the WebDataService from the UI thread o... | stuartmorgan@chromium.org | 2009-06-03 | 1 | -0/+3 |
* | Reverting 17273 - Fails reliability tests | mhm@chromium.org | 2009-05-30 | 1 | -3/+0 |
* | Re-land the password store work from bug 8205, with changes that should fix b... | stuartmorgan@chromium.org | 2009-05-30 | 1 | -0/+3 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 1 | -3/+0 |
* | Patch to make password patch build. | evan@chromium.org | 2009-05-22 | 1 | -0/+3 |
* | More progress on ForceHTTPS. | abarth@chromium.org | 2009-05-20 | 1 | -0/+3 |
* | Attempt to fix leaks in DOMUISources test | glen@chromium.org | 2009-05-16 | 1 | -1/+8 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+3 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+6 |
* | Resurrect ExtensionProcessManager. Move the code for starting extension | mpcomplete@google.com | 2009-05-06 | 1 | -0/+3 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 1 | -0/+5 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -10/+1 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -0/+2 |
* | Issue 348: can view old incognito cache if main process left running | idanan@chromium.org | 2009-03-27 | 1 | -0/+3 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 1 | -0/+3 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -0/+3 |
* | Make session_service.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Revert basically everything I've done today as it fails mysteriously | evan@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Bring a bunch more headers into the non-Windows build: | evan@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Bring many of the template_url classes into the fold for the Mac. Note that t... | avi@google.com | 2009-02-04 | 1 | -7/+19 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -2/+2 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -0/+2 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -3/+3 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -1/+1 |
* | Makes the tab restore service contain any windows that were open at | sky@google.com | 2008-12-18 | 1 | -3/+16 |
* | Introduce ExtensionsService. Load extensions on startup from a directory in | aa@chromium.org | 2008-12-05 | 1 | -0/+3 |
* | Add option to disable/enable Spell Check. In addition, remove additional code... | sidchat@google.com | 2008-10-29 | 1 | -1/+1 |
* | - Make user script loading asynchronous on the file thread. | evanm@google.com | 2008-10-28 | 1 | -0/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -2/+2 |
* | Fix the test build when BUILD_PERSONALIZATION is enabled. | nick@chromium.org | 2008-10-18 | 1 | -1/+2 |
* | Makes the following changes to the bookmark bar context menu: | sky@google.com | 2008-10-16 | 1 | -1/+7 |
* | Change SpellChecker language without restarting the browser. | sidchat@google.com | 2008-10-15 | 1 | -0/+2 |
* | Changes the bookmark model to allow more than one bookmark to | sky@google.com | 2008-09-19 | 1 | -1/+8 |
* | Remove registration step between NavigationController > Profile. | tim@chromium.org | 2008-09-16 | 1 | -10/+0 |
* | Renames BoomarkBarModel to BookmarkModel. | sky@google.com | 2008-09-11 | 1 | -11/+8 |
* | Moves bookmark related classes into bookmarks directory. There are no | sky@google.com | 2008-09-09 | 1 | -1/+1 |
* | Fixes crash in BookmarkBarView. If the HistoryService fails to load it | sky@google.com | 2008-09-04 | 1 | -3/+0 |
* | Makes the HistoryContentsProvider query bookmark titles. I nuked a | sky@google.com | 2008-08-29 | 1 | -0/+7 |
* | Makes deleting history no longer delete starred urls. Thiseffectively reenabl... | sky@google.com | 2008-08-27 | 1 | -6/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 1 | -4/+10 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 1 | -0/+5 |