| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 1 | -0/+1 |
* | wstring: remove a needless wchar_t that is ASCII | evan@chromium.org | 2011-03-15 | 1 | -2/+1 |
* | Remove Gears from Chrome. | aa@chromium.org | 2011-03-11 | 1 | -1/+0 |
* | Add the 'suppress further messageboxes' checkbox to messages from ExtensionHost. | finnur@chromium.org | 2011-03-11 | 1 | -1/+7 |
* | Add/improve a bunch of comments | jar@chromium.org | 2011-03-08 | 1 | -0/+5 |
* | Move socket stream messages to content, in preparation for moving its dispatc... | jam@chromium.org | 2011-03-05 | 1 | -8/+0 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -3/+3 |
* | Handle download url list and binary hash list in safe browsing. Added | lzheng@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Send phishing model from the browser to the renderer. | noelutz@google.com | 2010-12-09 | 1 | -0/+1 |
* | Removing the GetVersionEnvKey method from BrowserDistribution. | tommi@chromium.org | 2010-12-07 | 1 | -0/+2 |
* | Removed kChromiumRendererIdProperty window property. | apatrick@chromium.org | 2010-12-02 | 1 | -2/+0 |
* | Move the SingletonSocket to a temporary directory | davidben@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Extension package creation cleanup | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Few TranslateManager changes: | jcivelli@chromium.org | 2010-07-22 | 1 | -0/+4 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -1/+0 |
* | Rename the Thumbnails database file to Favicons. | nshkrob@chromium.org | 2010-06-30 | 1 | -0/+1 |
* | Win: Use different AppUserModelID for SxS installs. | mattm@chromium.org | 2010-06-11 | 1 | -1/+0 |
* | 1. Create and use the TopSites database file. | nshkrob@chromium.org | 2010-06-09 | 1 | -0/+1 |
* | Added the ability in the service process to save and read state from a prefs ... | sanjeevr@chromium.org | 2010-05-21 | 1 | -0/+1 |
* | Make the browser survive massive data: URIs, via various techniques: | cevans@chromium.org | 2010-04-01 | 1 | -0/+4 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -0/+2 |
* | Implement status icons on windows. | atwilson@google.com | 2010-03-24 | 1 | -0/+1 |
* | Send session history offset and length parameters in the Navigate message to | darin@chromium.org | 2010-03-18 | 1 | -0/+3 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -1/+1 |
* | Further reduce the bad dependency of chrome/common on chrome/browser. | phajdan.jr@chromium.org | 2010-02-24 | 1 | -0/+2 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-02-01 | 1 | -0/+1 |
* | Revert 37578 - Implement the broker process that launches NaCl loader process... | gregoryd@google.com | 2010-01-30 | 1 | -1/+0 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-01-30 | 1 | -0/+1 |
* | Avoid accepting suspiciously long URLs from the renderer. These can take down | cevans@chromium.org | 2010-01-08 | 1 | -1/+5 |
* | Try 2: Completely redo how themes are stored on disk and processed at install... | erg@google.com | 2009-12-14 | 1 | -1/+1 |
* | Revert "Completely redo how themes are stored on disk and processed at install | erg@google.com | 2009-12-11 | 1 | -1/+1 |
* | Completely redo how themes are stored on disk and processed at install time. | erg@google.com | 2009-12-11 | 1 | -1/+1 |
* | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 1 | -0/+3 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 1 | -0/+1 |
* | Create BlacklistManager, which will aggregate individual blacklists into one ... | phajdan.jr@chromium.org | 2009-10-15 | 1 | -0/+1 |
* | Eliminate char/wchar_t conversions, probably-unsafe statics, and disk access | mark@chromium.org | 2009-10-14 | 1 | -1/+3 |
* | Get rid of mac_app_names.h. Replace it with real constants from | mark@chromium.org | 2009-10-08 | 1 | -0/+3 |
* | Check in http://codereview.chromium.org/197013/show for tfarina. | mirandac@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Plumb request interception into the appcache library for both chrome and test... | michaeln@google.com | 2009-09-01 | 1 | -0/+1 |
* | Cache images on theme install so startup does no image processing. | mirandac@chromium.org | 2009-08-24 | 1 | -0/+1 |
* | Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro... | mattm@chromium.org | 2009-08-21 | 1 | -0/+1 |
* | Make unit_tests UtilityProcessHostTest use the helper app on the Mac. | mark@chromium.org | 2009-08-20 | 1 | -3/+1 |
* | Fix up the pid collection code for Mac OS X so it handles the different bundl... | thomasvl@chromium.org | 2009-08-14 | 1 | -0/+4 |
* | Make ThumbnailStore broadcast a notification when it has finished reading thu... | meelapshah@chromium.org | 2009-07-28 | 1 | -0/+1 |
* | Integrates a custom JumpList of Windows 7 into Chromium. | hbono@chromium.org | 2009-07-24 | 1 | -0/+1 |
* | Wire up a LoginDatabase for PasswordStoreMac, and start using it for lookup. | stuartmorgan@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | Enforce a max length for document titles. | abarth@chromium.org | 2009-05-30 | 1 | -0/+4 |
* | With the recent change to the ExternalTabContainer to have it subclass Widget... | ananta@chromium.org | 2009-05-27 | 1 | -1/+0 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+1 |