| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: Make chrome_frame_tests faster. | phajdan.jr@chromium.org | 2012-11-28 | 1 | -2/+2 |
* | POSTs to HSTS domains are no longer converted to GETs | mmenke@chromium.org | 2012-11-28 | 1 | -1/+2 |
* | chrome_frame: Update the remaining calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-26 | 3 | -4/+4 |
* | Make all pdb file names follow the same naming convention. | iannucci@chromium.org | 2012-11-17 | 1 | -1/+0 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 4 | -9/+10 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 1 | -2/+2 |
* | [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test ... | rsimha@chromium.org | 2012-11-14 | 1 | -3/+3 |
* | Establish /extensions directory and move URLPattern there. | aa@chromium.org | 2012-11-13 | 3 | -2/+5 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -5/+8 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -8/+5 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -5/+8 |
* | Revert "Deleted TestWithWebServer from chrome_frame_tests." | ygorshenin@chromium.org | 2012-11-12 | 1 | -0/+2 |
* | Deleted TestWithWebServer from chrome_frame_tests. | ygorshenin@chromium.org | 2012-11-12 | 1 | -2/+0 |
* | Some chrome frame tests are marked as flaky. | ygorshenin@chromium.org | 2012-11-12 | 1 | -7/+15 |
* | Move stack_container and linked_list to the new containers subdirectory. | brettw@chromium.org | 2012-11-10 | 1 | -2/+2 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-11-08 | 1 | -3/+11 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 2 | -2/+5 |
* | Revert 165062 - We believe this change broke startup_tests | nsylvain@chromium.org | 2012-11-01 | 1 | -11/+3 |
* | GTTF: remove FAILS_ prefix, part 1 | phajdan.jr@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Account for server vs host clock skew in cookie expiration times. | pauljensen@chromium.org | 2012-11-01 | 1 | -0/+1 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-10-30 | 1 | -3/+11 |
* | Process only the first Strict-Transport-Security header. | palmer@chromium.org | 2012-10-30 | 1 | -0/+7 |
* | when running in single process mode, modify the browser's command line to inc... | jochen@chromium.org | 2012-10-25 | 1 | -1/+1 |
* | Make it possible to enable and disable metrics reporting separately from reco... | stuartmorgan@chromium.org | 2012-10-24 | 1 | -2/+0 |
* | Add methods to base::Thread to allow Windows consumers to ask for COM to be i... | pkasting@chromium.org | 2012-10-23 | 4 | -67/+7 |
* | Eliminate duplicate COM and OLE initializations. | pkasting@chromium.org | 2012-10-23 | 4 | -23/+14 |
* | Move the bits of Prefs where production code has only trivially easy | joi@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | Using Ronald's libclang based converter, we're able to translate | dalecurtis@google.com | 2012-10-21 | 1 | -10/+4 |
* | Generate version resources for Chrome Frame using the same machinery as Chrom... | grt@chromium.org | 2012-10-17 | 13 | -181/+196 |
* | Configure IE 10 for the various Chrome Frame tests. | grt@chromium.org | 2012-10-17 | 1 | -27/+80 |
* | net: Make UploadDataStream::Read() asynchronous | hashimoto@chromium.org | 2012-10-17 | 1 | -1/+1 |
* | Fix build of mini_installer with VS2012 | cpu@chromium.org | 2012-10-17 | 1 | -0/+3 |
* | Fix IE version check. | grt@chromium.org | 2012-10-12 | 1 | -9/+19 |
* | Use ScopedCOMInitializer in more places. While this doesn't always simplify ... | pkasting@chromium.org | 2012-10-03 | 5 | -25/+43 |
* | Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti... | pkasting@chromium.org | 2012-10-01 | 1 | -7/+3 |
* | URLRequestHttpJob::StartTransaction should honour network delegate. | vabr@chromium.org | 2012-09-27 | 1 | -0/+7 |
* | There are two blocking network delegates in url_request_unittest: | vabr@chromium.org | 2012-09-26 | 1 | -0/+5 |
* | SampleSet -> HistogramSamples which can be reused by SparseHistogram | kaiwang@chromium.org | 2012-09-22 | 1 | -3/+0 |
* | net: Make UploadDataStream::Init() asynchronous. | hashimoto@chromium.org | 2012-09-18 | 1 | -2/+2 |
* | Fixing missed deallocation of pointer from FileVersionInfo::CreateFileVersion... | huangs@chromium.org | 2012-09-15 | 1 | -4/+3 |
* | Wire up Chrome's resources to the CF net tests' ResourceBundle. | grt@chromium.org | 2012-09-13 | 1 | -0/+4 |
* | Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-11 | 1 | -8/+6 |
* | Split user agent code out of the 'glue' target | stuartmorgan@chromium.org | 2012-09-10 | 4 | -4/+3 |
* | Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ... | dharani@google.com | 2012-09-09 | 1 | -6/+8 |
* | Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-07 | 1 | -8/+6 |
* | Enable Media Source API by default. | acolwell@chromium.org | 2012-09-07 | 1 | -3/+3 |
* | Modify chrome_frame_net_tests to integrate the refactoring to ProcessSingleton. | erikwright@chromium.org | 2012-09-01 | 5 | -177/+46 |
* | net: Move file operation code from UploadData to UploadDataStream | hashimoto@chromium.org | 2012-09-01 | 2 | -2/+4 |
* | Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl | hashimoto@chromium.org | 2012-08-30 | 7 | -43/+46 |
* | Attempt to fix flake in FullTabModeIE_TestPostReissue by avoiding loopback ad... | grt@chromium.org | 2012-08-25 | 8 | -33/+82 |