| Commit message (Expand) | Author | Age | Files | Lines |
* | Blacklist API change for allowing multiple rule matches | idanan@chromium.org | 2009-07-16 | 1 | -7/+5 |
* | Fix a bunch of minor Coverity issues. | phajdan.jr@chromium.org | 2009-07-15 | 1 | -3/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -3/+0 |
* | Add a command line switch to allow setting the max size | rvargas@google.com | 2009-06-26 | 1 | -7/+9 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -0/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -3/+0 |
* | Reverting 19271. | ericroman@google.com | 2009-06-25 | 1 | -3/+4 |
* | Teardown the global host resolver as part of ~ChromeURLRequest() rather than ... | ericroman@google.com | 2009-06-25 | 1 | -4/+3 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 1 | -0/+35 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -8/+21 |
* | Disable extensions in incognito mode. | mpcomplete@google.com | 2009-06-11 | 1 | -4/+6 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -21/+4 |
* | Rename the --proxy-bypass-urls command-line switch | wtc@chromium.org | 2009-05-26 | 1 | -3/+3 |
* | Remove unused code from ExtensionsService. | mpcomplete@google.com | 2009-05-26 | 1 | -1/+1 |
* | Fix a NotificationObserver that crept in yesterday to use the NotificationReg... | pkasting@chromium.org | 2009-05-22 | 1 | -6/+2 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -3/+5 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -6/+3 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-21 | 1 | -0/+18 |
* | Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-21 | 1 | -18/+0 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -0/+18 |
* | TBR: Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-20 | 1 | -18/+0 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -0/+18 |
* | More progress on ForceHTTPS. | abarth@chromium.org | 2009-05-20 | 1 | -0/+2 |
* | Shorten the new proxy switch names. | robertshield@google.com | 2009-05-15 | 1 | -9/+9 |
* | Reverting 16158. | beng@google.com | 2009-05-15 | 1 | -8/+1 |
* | Privacy option added for all cookies to become session cookies. | idanan@chromium.org | 2009-05-15 | 1 | -1/+8 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+35 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -11/+53 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -0/+14 |
* | Remove ExtensionProcessManager and move its functionality onto | mpcomplete@google.com | 2009-04-16 | 1 | -0/+1 |
* | Set media cache back to its maximum ~1.8GB | hclam@chromium.org | 2009-04-15 | 1 | -3/+3 |
* | Fix leak in ChromeURLRequestContext. I read the code wrong; we | aa@chromium.org | 2009-04-09 | 1 | -9/+2 |
* | hclam: picked you for this review based on the revision log of ChromeURLReque... | aa@chromium.org | 2009-04-08 | 1 | -6/+20 |
* | Change the size of media cache | hclam@chromium.org | 2009-04-03 | 1 | -3/+4 |
* | Make ProxyResolverV8 the default. | ericroman@google.com | 2009-04-03 | 1 | -3/+3 |
* | Disk cache: First pass to make it possible to have | rvargas@google.com | 2009-03-25 | 1 | -4/+9 |
* | Fix an invalid DCHECK for media request context | hclam@chromium.org | 2009-03-23 | 1 | -30/+37 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -0/+11 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Add a command line flag --v8-proxy-resolver, to select the new PAC implementa... | ericroman@google.com | 2009-03-03 | 1 | -6/+24 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 1 | -0/+50 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -7/+11 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -4/+6 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 1 | -4/+9 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -6/+9 |
* | Add q-values to languages in Accept-Language HTTP header to be compatible wit... | jungshik@google.com | 2009-01-23 | 1 | -7/+8 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -2/+2 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -2/+2 |
* | Add chrome-user-script:// protocol | aa@chromium.org | 2009-01-08 | 1 | -0/+3 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 1 | -9/+49 |