| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... | jam@chromium.org | 2010-12-13 | 1 | -7/+9 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 8 | -11/+25 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -7/+7 |
* | Fix WorkerTest.WorkerWebSocketLayoutTests. | yutak@chromium.org | 2010-12-02 | 1 | -14/+12 |
* | Fix bug 64688: Expose typed arrays in Workers | jianli@chromium.org | 2010-12-01 | 1 | -0/+3 |
* | Check content settings when accessing web databases from workers. | jochen@chromium.org | 2010-11-25 | 2 | -5/+22 |
* | Remove some obsolete FLAKY_ markers, and add some missing bug references | stuartmorgan@chromium.org | 2010-11-09 | 1 | -2/+1 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Added ability to propogate create to suggest whether or not filesystem's root... | kkanetkar@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert "Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should n... | levin@chromium.org | 2010-10-22 | 1 | -3/+3 |
* | Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should not use W... | levin@chromium.org | 2010-10-22 | 1 | -3/+3 |
* | WorkerWebKitClientImpl::mimeTypeForExtension should not use WorkerThread::cur... | kinuko@chromium.org | 2010-10-22 | 1 | -3/+3 |
* | Mark WorkerTest.WorkerClose as flaky. | phajdan.jr@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | Mark WorkerTest.WorkerCloseFast as flaky. | phajdan.jr@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | Flip the filesystem flag from --enable to --disable. | kinuko@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Support file utilities and mime-related methods on workers. | kinuko@chromium.org | 2010-10-15 | 2 | -21/+86 |
* | Add Worker tests for FileSystem API. | kinuko@chromium.org | 2010-10-07 | 1 | -0/+51 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -3/+14 |
* | WorkerTest.WorkerWebSocketLayoutTests: disable, as it always times out. | evan@chromium.org | 2010-10-04 | 1 | -2/+2 |
* | Fix for websocket tests move under http/tests | ukai@chromium.org | 2010-10-04 | 1 | -0/+4 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -14/+3 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -3/+14 |
* | Prospectively re-enabling QueuedSharedWorkerShutdown. | atwilson@chromium.org | 2010-10-01 | 1 | -8/+1 |
* | Add Worker support for FileSystem API. | kinuko@chromium.org | 2010-09-27 | 10 | -4/+49 |
* | Disable WorkerTest.WorkerHttpLayoutTests. It always times out. | evan@chromium.org | 2010-09-17 | 1 | -2/+2 |
* | Mark WorkerTest.QueuedSharedWorkerShutdown as flaky on Mac, it times out. | bauerb@chromium.org | 2010-09-09 | 1 | -1/+8 |
* | FBTF: Remove unneeded headers from base/ (part 8) | thestig@chromium.org | 2010-09-08 | 1 | -1/+0 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 3 | -0/+15 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Enable WorkerTest.QueuedSharedWorkerShutdown because it seems to work 100% now. | atwilson@chromium.org | 2010-08-24 | 1 | -2/+1 |
* | Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes. | kinuko@chromium.org | 2010-08-18 | 2 | -5/+5 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 2 | -0/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -9/+8 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -3/+1 |
* | Add undeclared virtual destructors part 4 | ziadh@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -3/+5 |
* | Mark FLAKY_QueuedSharedWorkerStartedFromOtherTab flaky on all platforms. | evan@chromium.org | 2010-07-27 | 1 | -9/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 9 | -0/+9 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -4/+2 |
* | Delete the only sync DB test we've been running. We need to replace | dumi@chromium.org | 2010-07-22 | 1 | -5/+0 |
* | Add more worker tests to WorkerWebSocketLayoutTests. | yutak@chromium.org | 2010-07-22 | 1 | -2/+5 |
* | Call rand_s() in a worker process before entering the sandbox. | yutak@chromium.org | 2010-07-20 | 2 | -0/+5 |
* | Mark WorkerTest.WorkerWebSocketLayoutTests as flaky. | jhawkins@chromium.org | 2010-07-16 | 1 | -1/+2 |
* | Revert 52744 - Enable all sync DB layout tests. | dumi@chromium.org | 2010-07-16 | 1 | -43/+28 |
* | Enable all sync DB layout tests. | dumi@chromium.org | 2010-07-16 | 1 | -28/+43 |
* | Remove FAIL flag from WorkerTest.WorkerWebSocketLayoutTests on Windows. | yutak@chromium.org | 2010-07-16 | 1 | -6/+0 |
* | Disable failing test from r52393 to green the tree. | ojan@google.com | 2010-07-14 | 1 | -1/+2 |
* | TTF: Re-enable WorkerTest.QueuedSharedWorkerShutdown by marking it as FAILS_. | jhawkins@chromium.org | 2010-07-13 | 1 | -1/+1 |