| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test for valid UTF-16 input. | evan@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Replace obsolete kProfile switch with kLoginProfile | cmasone@google.com | 2010-08-02 | 1 | -2/+2 |
* | Make prefetching default to disabled | gavinp@google.com | 2010-08-01 | 1 | -1/+1 |
* | Oops, Use the right variable to determine if linux is using breakpad | nsylvain@chromium.org | 2010-07-31 | 1 | -1/+1 |
* | Fix CrossSiteAfterCrash for official builds. | nsylvain@chromium.org | 2010-07-31 | 1 | -3/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 3 | -6/+6 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 1 | -1/+10 |
* | Asynchronously open the temp file used for Pepper StreamToFile, and delete the | darin@chromium.org | 2010-07-30 | 2 | -17/+53 |
* | Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 | satish@chromium.org | 2010-07-30 | 1 | -0/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -6/+6 |
* | Revert "Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1" | evan@chromium.org | 2010-07-30 | 1 | -1/+0 |
* | Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 | satish@chromium.org | 2010-07-30 | 1 | -0/+1 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -14/+6 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 3 | -18/+28 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 3 | -5/+0 |
* | AutoFill: Display a right-aligned generic CC icon in the suggestions popup for | jhawkins@chromium.org | 2010-07-28 | 2 | -0/+8 |
* | Support both preconnection, and pre-resolution for subresources | jar@chromium.org | 2010-07-28 | 1 | -2/+5 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -3/+3 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Move click-to-play behind the --enable-click-to-play switch. | bauerb@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | Initial stream to file implementation. | darin@chromium.org | 2010-07-28 | 4 | -0/+265 |
* | Fix unit tests for the ResourceDispatcherHost. | darin@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-27 | 2 | -9/+9 |
* | ChromeFrame cookie requests would incorrectly get routed to the first host br... | ananta@chromium.org | 2010-07-27 | 2 | -113/+142 |
* | Fix acquisition of thumbnail images on Linux. | scherkus@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 56 | -0/+56 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -2/+2 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 2 | -1/+43 |
* | Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in browser/ren... | finnur@chromium.org | 2010-07-23 | 3 | -5/+14 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 2 | -13/+8 |
* | Coverity: Fix a collection of uninitialized member variables, mostly in exten... | finnur@chromium.org | 2010-07-23 | 1 | -1/+2 |
* | Continual header pruning | erg@google.com | 2010-07-22 | 1 | -0/+1 |
* | Revert 53342 - Switch back to disabling Core Animation for Flash (for branch ... | stuartmorgan@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Switch back to disabling Core Animation for Flash (for branch merge). | stuartmorgan@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Add --enable-device-orientation switch and set ENABLE_DEVICE_ORIENTATION=1 | hans@chromium.org | 2010-07-22 | 1 | -0/+1 |
* | Disabled zoom controls in the browser when displaying PDF using the internal ... | sanjeevr@chromium.org | 2010-07-22 | 3 | -0/+11 |
* | Start trimming headers included in the slowest to compile files. | erg@google.com | 2010-07-21 | 4 | -10/+22 |
* | Refactor SSLClientAuthHandler and certificate selection | davidben@chromium.org | 2010-07-21 | 3 | -0/+73 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -5/+1 |
* | Make ResourceDispatcherHostRequestInfo own SSLClientAuthHandler and LoginHand... | davidben@chromium.org | 2010-07-20 | 2 | -14/+17 |
* | Fix a Chrome crash observed in ChromeFrame reliability test runs. The crash o... | ananta@chromium.org | 2010-07-20 | 1 | -4/+10 |
* | [Mac]Implement ViewID support. (third approach) | suzhe@chromium.org | 2010-07-20 | 1 | -0/+5 |
* | AutoFill: Several functional fixes: | jhawkins@chromium.org | 2010-07-20 | 1 | -3/+17 |
* | Let PaintAtAck send an int tag instead of the TransportDIB handle. | thakis@chromium.org | 2010-07-19 | 4 | -18/+17 |
* | Remove incorrect usages of USE_SYSTEM_SQLITE. | tfarina@chromium.org | 2010-07-19 | 1 | -6/+1 |
* | Recommit r52848 - Option-click to download should not display "Save As" UI. | jeremy@chromium.org | 2010-07-18 | 4 | -2/+9 |
* | Revert r52848 - Linux x64 compile failure. | jeremy@chromium.org | 2010-07-18 | 4 | -9/+2 |
* | Option-click to download should not display "Save As" UI. | jeremy@chromium.org | 2010-07-18 | 4 | -2/+9 |
* | Implement IsSearchProviderInstalled and a test for it. | levin@chromium.org | 2010-07-17 | 4 | -0/+24 |