| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -22/+0 |
* | Add policy code for proxy configuration | danno@chromium.org | 2010-06-16 | 1 | -3/+7 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+5 |
* | Show the extension name in the task manager for extension created worker proc... | jam@chromium.org | 2010-05-20 | 1 | -2/+7 |
* | Store a reference to the profile's DatabaseTracker in the request context too. | michaeln@chromium.org | 2010-05-12 | 1 | -0/+11 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C... | sanjeevr@chromium.org | 2010-05-03 | 1 | -2/+3 |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 1 | -0/+3 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 1 | -6/+2 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -0/+2 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -2/+0 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -0/+2 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -4/+3 |
* | Remove locks from StrictTransportSecurityState. | abarth@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 1 | -0/+6 |
* | Continue removing bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -0/+3 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -4/+0 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 1 | -6/+7 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 1 | -7/+6 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 1 | -6/+7 |
* | Add support for fine grained permissions to use LocalStorage. | jorlow@chromium.org | 2010-02-02 | 1 | -1/+1 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 1 | -12/+11 |
* | Rewrite the HostContentSettingsMap to address some issues: | pkasting@chromium.org | 2010-01-30 | 1 | -2/+2 |
* | Make the Blacklist in the URL request context refcounted, since the Profile g... | pkasting@chromium.org | 2010-01-30 | 1 | -5/+6 |
* | Replace the "origins" key in the manifest with "extent". The items in the ext... | aa@chromium.org | 2010-01-29 | 1 | -3/+4 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -4/+7 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -7/+4 |
* | Reland r37508. Implement HostContentSettingsMap. | jochen@chromium.org | 2010-01-29 | 1 | -1/+12 |
* | Revert "Implement HostContentSettingsMap" | evan@chromium.org | 2010-01-29 | 1 | -12/+1 |
* | Implement HostContentSettingsMap | jochen@chromium.org | 2010-01-29 | 1 | -1/+12 |
* | Enable apps to request the HTML5 notification permission. | aa@chromium.org | 2010-01-28 | 1 | -144/+153 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -0/+6 |
* | Remove support for filtering by MIME-type. | jochen@chromium.org | 2010-01-20 | 1 | -2/+12 |
* | Drop the code allowing privacy blacklists to be shipped in extensions. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -6/+7 |
* | Implement delaying resource requests until privacy blacklists are ready. | phajdan.jr@chromium.org | 2010-01-05 | 1 | -3/+2 |
* | Load message catalogs on demand when chrome.i18n.getMessage needs them. | cira@chromium.org | 2009-12-17 | 1 | -4/+26 |
* | Exclude chrome:// requests from showing up on the about:net-internals page. | eroman@chromium.org | 2009-12-12 | 1 | -0/+4 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -4/+4 |
* | Remember zoom on a per-host basis. | pkasting@chromium.org | 2009-12-04 | 1 | -0/+8 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -6/+5 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -2/+2 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Fourth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Remove what appears to be an unused variable. | eroman@chromium.org | 2009-11-05 | 1 | -1/+0 |
* | Remove the db_loop_ member variable which is a unused following r30163. | eroman@chromium.org | 2009-11-03 | 1 | -3/+0 |