| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 2 | -0/+4 |
* | Try to fix CrOS build. | brettw@chromium.org | 2010-04-14 | 1 | -2/+0 |
* | Remove registration of the extension protocol late in the init process. This | brettw@chromium.org | 2010-04-14 | 1 | -5/+4 |
* | Reduce experiment percentages in preparation for a beta cut. | jar@chromium.org | 2010-04-13 | 1 | -2/+2 |
* | Initialize the new net internals page using the passively collected log entries. | eroman@chromium.org | 2010-04-12 | 4 | -37/+133 |
* | Fix a memory error writing to a deleted URLFetcher instance. | eroman@chromium.org | 2010-04-10 | 2 | -3/+10 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 2 | -6/+8 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 6 | -86/+85 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -1/+7 |
* | Browser and unit test cases for patch submitted for Issue 23584 under | tony@chromium.org | 2010-04-08 | 2 | -0/+13 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -8/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -1/+8 |
* | Run websocket experiment for new protocol | ukai@chromium.org | 2010-04-07 | 3 | -41/+112 |
* | Update new WebSocket API. | ukai@chromium.org | 2010-04-05 | 2 | -7/+19 |
* | Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5... | georgey@chromium.org | 2010-04-02 | 3 | -5/+112 |
* | Add --websocket-live-experiment-host flag to debug websocket live experiment. | ukai@chromium.org | 2010-04-02 | 2 | -15/+45 |
* | Refactor WebSocket Live experiment code. | ukai@chromium.org | 2010-04-01 | 3 | -150/+202 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 2 | -28/+20 |
* | Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76 | ukai@chromium.org | 2010-03-26 | 1 | -0/+1 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 3 | -4/+121 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 3 | -121/+4 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 3 | -4/+121 |
* | Make various types of input work better with ctrl-enter. If we detected that... | pkasting@chromium.org | 2010-03-22 | 2 | -69/+70 |
* | 2 experiments: DNS prefetch limit concurrency: TCP split a packet | jar@chromium.org | 2010-03-20 | 1 | -3/+29 |
* | Resubmit 1025006: Refactor app-related manifest properties | aa@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Revert 42091 - Refactor apprelated manifest properties so that they don't | andybons@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Refactor app-related manifest properties so that they don't | aa@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 5 | -5/+68 |
* | Try to fix some regressions after landing 41689. | eroman@chromium.org | 2010-03-16 | 2 | -7/+7 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 9 | -56/+844 |
* | Remove locks from StrictTransportSecurityState. | abarth@chromium.org | 2010-03-14 | 2 | -5/+1 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -0/+1 |
* | chrome 3: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 5 | -5/+11 |
* | Pulls the latest googleurl to get the fix for | brettw@chromium.org | 2010-03-06 | 2 | -5/+13 |
* | Refactor: Move the code that handles "chrome://net-internals/*" from the net ... | eroman@chromium.org | 2010-03-04 | 2 | -0/+840 |
* | 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 |
* | - 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 |