| Commit message (Expand) | Author | Age | Files | Lines |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -2/+2 |
* | Whitespace change to trigger bots. | viettrungluu@chromium.org | 2010-08-10 | 1 | -1/+1 |
* | (repair leak) Handle synchronous request for a preconnection | jar@chromium.org | 2010-08-10 | 1 | -6/+9 |
* | Move a bunch of chrome/browser/ files into a policy/ subdir. | evan@chromium.org | 2010-08-09 | 1 | -1/+1 |
* | (repair leak) Protect instance after commiting to use network | jar@chromium.org | 2010-08-09 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 5 | -5/+13 |
* | More cleanup relating to the domain now being part of the CanonicalCookie: | rdsmith@chromium.org | 2010-08-06 | 2 | -5/+3 |
* | Introduce a resource identifier for content settings. | jochen@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Move creation of the PrefStores into the PrefValueStore, to reduce the knowle... | pam@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 4 | -30/+88 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Have MakeName prepend the underscore to the field trial group name, | mlloyd@chromium.org | 2010-08-05 | 2 | -10/+10 |
* | Refactored extension privilege enumeration and implemented URLPattern compari... | cdn@chromium.org | 2010-08-05 | 2 | -4/+25 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 4 | -88/+30 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 4 | -30/+88 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 4 | -88/+30 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 2 | -6/+6 |
* | Enable ConnectionTesterTest.RunAllTests in everything but valgrind. | cbentzel@chromium.org | 2010-08-04 | 1 | -3/+1 |
* | Enable speculative preconnection by default | jar@chromium.org | 2010-08-03 | 4 | -30/+88 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | DISABLE ConnectionTesterTest.RunAllTests | cbentzel@chromium.org | 2010-08-02 | 1 | -1/+3 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 4 | -1/+5 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -5/+5 |
* | Use notification-based API for getting system proxy settings on Mac rather th... | eroman@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -11/+10 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -7/+7 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 3 | -10/+12 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+4 |
* | Fixed extension sync-related crash in ChromeUrlRequestContext | akalin@chromium.org | 2010-07-29 | 1 | -2/+9 |
* | Support both preconnection, and pre-resolution for subresources | jar@chromium.org | 2010-07-28 | 12 | -672/+261 |
* | The token service should now support issuing auth tokens. | chron@chromium.org | 2010-07-28 | 3 | -14/+312 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Fix bug which caused DNS time not to be reported by LoadTimingObserver. | tonyg@chromium.org | 2010-07-28 | 3 | -11/+21 |
* | Fix ReadRawData to make the job state match the return value. | tony@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 33 | -0/+33 |
* | DevTools: more leak fixes in LoadTimingObserverTest. | pfeldman@chromium.org | 2010-07-26 | 1 | -2/+6 |
* | DevTools: Fix leak in LoadTimingObserverTest. | pfeldman@chromium.org | 2010-07-26 | 1 | -5/+7 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 1 | -1/+1 |
* | Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi... | finnur@chromium.org | 2010-07-23 | 1 | -1/+3 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -2/+2 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -3/+5 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 1 | -2/+2 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 2 | -7/+6 |
* | LoadTimingObserver: only send timing struct over IPC if necessary. + Added un... | pfeldman@chromium.org | 2010-07-21 | 2 | -0/+321 |
* | base: add home environment variable to env_var.h | tfarina@chromium.org | 2010-07-21 | 1 | -1/+2 |
* | Compress and checksum pending logs that are going to be persisted. Persisted ... | ziadh@chromium.org | 2010-07-19 | 1 | -1/+1 |
* | Re-apply r52831: "DevTools: provide SSL networks time as a part of LoadTiming... | pfeldman@chromium.org | 2010-07-18 | 2 | -0/+62 |
* | Revert r52831: "DevTools: provide SSL networks time as a part of LoadTimingIn... | pfeldman@chromium.org | 2010-07-17 | 2 | -62/+0 |
* | DevTools: provide SSL networks time as a part of LoadTimingInfo. | pfeldman@chromium.org | 2010-07-17 | 2 | -0/+62 |