| Commit message (Expand) | Author | Age | Files | Lines |
* | - USE_NSS instead of LINUX where applicable | pvalchev@google.com | 2010-02-24 | 1 | -3/+3 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 3 | -35/+31 |
* | Small preparation for the cookie confirmation dialog on linux/osx. | thakis@chromium.org | 2010-02-23 | 1 | -6/+0 |
* | Mac: Implement most of the content settings dialog. | thakis@chromium.org | 2010-02-22 | 1 | -0/+1 |
* | Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma... | jorlow@chromium.org | 2010-02-20 | 2 | -27/+17 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 2 | -14/+6 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 3 | -4/+4 |
* | The PromptDelegate needs to delete itself once it gets a reply. | darin@chromium.org | 2010-02-18 | 1 | -3/+11 |
* | Use net::LOAD_IGNORE_CERT_AUTHORITY_INVALID for websocket experiment | ukai@chromium.org | 2010-02-18 | 1 | -1/+2 |
* | When we're initializing the modal dialog box which asks whether the page has ... | jorlow@chromium.org | 2010-02-17 | 2 | -48/+14 |
* | Add support for the Update-Client-Auth header to sync. Add a mutex to the aut... | chron@google.com | 2010-02-17 | 1 | -1/+1 |
* | Misc. tidy up of various comments found whilst learning the codebase. | joth@chromium.org | 2010-02-17 | 1 | -2/+4 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 2 | -3/+29 |
* | Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual... | jorlow@chromium.org | 2010-02-12 | 1 | -1/+1 |
* | Pass NetworkChangeNotifier to ProxyService so it gets network change notifica... | willchan@chromium.org | 2010-02-12 | 1 | -3/+4 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 2 | -40/+0 |
* | Enable URLFetcherBadHTTPSTest.BadHTTPSTest for Linux and Mac | rvargas@google.com | 2010-02-11 | 1 | -6/+0 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -3/+3 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -3/+3 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -3/+3 |
* | Make path absolute so URL Fixer Upper unittest does not fail if invoked using... | jochen@chromium.org | 2010-02-10 | 1 | -1/+3 |
* | Whitelist all content for various internal schemes. | pkasting@chromium.org | 2010-02-09 | 2 | -30/+24 |
* | Add IPv6 probing support, and disable IPv6 resolution when it is useless | jar@chromium.org | 2010-02-08 | 1 | -1/+13 |
* | Show an app modal dialog when the cookie policy is ASK. | darin@chromium.org | 2010-02-08 | 2 | -38/+150 |
* | Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ... | jar@chromium.org | 2010-02-07 | 1 | -13/+1 |
* | Add IPv6 probing support, and disable IPv6 resolution when it is useless | jar@chromium.org | 2010-02-07 | 1 | -1/+13 |
* | Some preliminary ground work for respecting the "Content Settings" in the app... | michaeln@chromium.org | 2010-02-04 | 1 | -6/+3 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 2 | -8/+12 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 4 | -46/+256 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 4 | -256/+46 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 4 | -46/+256 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 2 | -2/+11 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 2 | -11/+2 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 2 | -2/+11 |
* | Add support for fine grained permissions to use LocalStorage. | jorlow@chromium.org | 2010-02-02 | 1 | -1/+1 |
* | Migrate old cookie setting to new system. | pkasting@chromium.org | 2010-02-02 | 1 | -2/+0 |
* | Re-enable the cookie policy browser tests. | darin@chromium.org | 2010-01-31 | 1 | -18/+5 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 3 | -37/+67 |
* | 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 | 2 | -11/+7 |
* | Replace the "origins" key in the manifest with "extent". The items in the ext... | aa@chromium.org | 2010-01-29 | 2 | -8/+9 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 6 | -284/+36 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 6 | -36/+284 |
* | Reland r37508. Implement HostContentSettingsMap. | jochen@chromium.org | 2010-01-29 | 2 | -2/+17 |
* | Revert "Implement HostContentSettingsMap" | evan@chromium.org | 2010-01-29 | 2 | -17/+2 |
* | Implement HostContentSettingsMap | jochen@chromium.org | 2010-01-29 | 2 | -2/+17 |
* | This CL makes the TranslationService class send the text to be translated to ... | jcampan@chromium.org | 2010-01-29 | 3 | -0/+13 |
* | Enable apps to request the HTML5 notification permission. | aa@chromium.org | 2010-01-28 | 2 | -175/+208 |
* | Removes DCHECK that is hit on showing options dialog. | sky@chromium.org | 2010-01-23 | 1 | -2/+2 |
* | Fix improper cancellation when URLFetcher has started throttling requests. | eroman@chromium.org | 2010-01-22 | 2 | -34/+63 |