| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a PrefStore for loading prefs from command-line switches. | pam@chromium.org | 2010-07-16 | 1 | -1/+1 |
* | DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi... | pfeldman@chromium.org | 2010-07-16 | 6 | -13/+285 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Converted CanonicalCookies over to containing a domain. | rdsmith@google.com | 2010-07-14 | 1 | -0/+1 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | DevTools: provide network log details to the WebCore's InspectorController. | pfeldman@chromium.org | 2010-07-14 | 2 | -0/+11 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -9/+31 |
* | Add the TokenService to the chrome profile, and use it to pass the LSID from ... | chron@chromium.org | 2010-07-14 | 2 | -0/+49 |
* | Add the URLRequest's priority to the net-log. | eroman@chromium.org | 2010-07-13 | 1 | -2/+3 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -2/+3 |
* | Add an ExtensionPrefStore, layered between the user prefs and the managed pre... | pam@chromium.org | 2010-07-12 | 1 | -1/+2 |
* | Change the default number of proxy resolver threads used for evaluating PAC s... | eroman@chromium.org | 2010-07-10 | 2 | -1/+18 |
* | Avoid preconnect (and pre-resolution) when proxy MIGHT be present | jar@chromium.org | 2010-07-09 | 4 | -2/+54 |
* | Log whenever the network IP address changes. | eroman@chromium.org | 2010-07-07 | 2 | -16/+72 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 2 | -65/+0 |
* | Add a "session only" policy to the content settings. | jochen@chromium.org | 2010-07-02 | 1 | -0/+2 |