| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -3/+3 |
* | Add some initial OWNERS files for src/webkit/. | darin@chromium.org | 2011-01-14 | 1 | -0/+3 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -4/+5 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Update the time formatting APIs to use string16. | avi@chromium.org | 2010-12-22 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestSimpleJob. | tfarina@chromium.org | 2010-12-15 | 2 | -3/+3 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -11/+9 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -9/+11 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 3 | -5/+6 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -11/+9 |
* | Fix webkit URLRequestJob subtypes to handle Kill() correctly. | willchan@chromium.org | 2010-12-07 | 4 | -21/+37 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 4 | -14/+14 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 2 | -3/+5 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -5/+5 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -16/+16 |
* | FBTF: Move BlobData ParamTrait structs from common_param_traits to render_mes... | erg@google.com | 2010-10-20 | 2 | -7/+16 |
* | Add deletable file refs to Blobs | michaeln@chromium.org | 2010-10-14 | 3 | -46/+76 |
* | Support chrome://blob-internals to inspect the blob storage. | jianli@chromium.org | 2010-10-08 | 4 | -0/+282 |
* | Reapply 61613 that was reverted for false valgrind alarm. | kinuko@chromium.org | 2010-10-07 | 1 | -1/+1 |
* | Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel... | kinuko@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | Second try for support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | Revert 61480 - Support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Support removeRecursively and new copy/move behaviors added to the spec recen... | kinuko@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -16/+7 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -7/+16 |
* | Flesh out URLLoader's download_to_file function. | michaeln@chromium.org | 2010-09-28 | 4 | -0/+168 |
* | Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa... | thakis@chromium.org | 2010-09-24 | 4 | -165/+0 |
* | Flesh out URLLoader's download_to_file function. | michaeln@chromium.org | 2010-09-23 | 4 | -0/+165 |
* | Reland issue 3270016: Remove the workaround that is not needed after the fix ... | jianli@chromium.org | 2010-09-09 | 1 | -11/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 3 | -9/+6 |
* | Make BlobURLRequestJob::Start to continue asynchronously no matter what. This | jianli@chromium.org | 2010-09-01 | 2 | -3/+8 |
* | Revert 58093 as an experiment to fix the Cookies test on linux. | tim@chromium.org | 2010-08-31 | 1 | -1/+11 |
* | Remove the workaround that is not needed after the fix for Time::FromDoubleT is | jianli@chromium.org | 2010-08-31 | 1 | -11/+1 |
* | GTTF: Remove possible interference between BlobURLRequestJob tests. | phajdan.jr@chromium.org | 2010-08-31 | 1 | -23/+17 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 2 | -6/+13 |
* | Fix compiling error. | jianli@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | Support handling blob URL and resolve blob references in upload data. | jianli@chromium.org | 2010-08-31 | 9 | -62/+1369 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 6 | -0/+534 |