summaryrefslogtreecommitdiffstats
path: root/chrome/worker
Commit message (Expand)AuthorAgeFilesLines
* Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...adamk@chromium.org2011-03-101-5/+0
* Disable all FileWriter worker tests as r75514 causes them to fail in thread a...adamk@chromium.org2011-03-101-1/+1
* Enable Worker-based FileSystem API ui_tests.adamk@chromium.org2011-03-101-33/+77
* Fix wstrings in content/common.avi@chromium.org2011-03-081-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-087-10/+10
* Fix clang build by out-of-lining stub openFileSystem method.adamk@chromium.org2011-03-032-3/+8
* Update WebWorkerClientProxy to respect the "create" param.adamk@chromium.org2011-03-032-1/+10
* Move worker_host code to content.jam@chromium.org2011-02-281-1/+1
* Revert 19479 since it's no longer used.jam@chromium.org2011-02-285-352/+1
* Expose WebCore log channels on the chrome command linegavinp@chromium.org2011-02-161-0/+4
* Fix bug when terminating queued workers that have already been started thatatwilson@chromium.org2011-02-161-2/+11
* Mark WorkerTest.WorkerMapGc as flakyphajdan.jr@chromium.org2011-02-011-1/+2
* Couple of changes in hopes of finally making ShareProcessesOnRestoresky@chromium.org2011-01-311-1/+3
* QueuedSharedWorkerShutdown is flaky.lzheng@chromium.org2011-01-261-1/+2
* Remove action_max_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-191-6/+6
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-3/+3
* Mark WorkerTest.MultipleTabsQueuedSharedWorker as flakyphajdan.jr@chromium.org2011-01-171-1/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-179-28/+28
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-131-1/+2
* Remove sleep_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-111-2/+3
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+0
* Moves everything related to launching and terminating the browser from UITest...nirnimesh@chromium.org2011-01-081-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-4/+6
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-246-8/+17
* (Re-landing http://codereview.chromium.org/5991003 after Chromium OSkbr@chromium.org2010-12-211-0/+1
* Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...chase@chromium.org2010-12-201-1/+0
* Added group policy for disabling all client-side 3D APIs in Chromiumkbr@chromium.org2010-12-201-0/+1
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-131-7/+9
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-098-11/+25
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+7
* Fix WorkerTest.WorkerWebSocketLayoutTests.yutak@chromium.org2010-12-021-14/+12
* Fix bug 64688: Expose typed arrays in Workersjianli@chromium.org2010-12-011-0/+3
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-252-5/+22
* Remove some obsolete FLAKY_ markers, and add some missing bug referencesstuartmorgan@chromium.org2010-11-091-2/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Added ability to propogate create to suggest whether or not filesystem's root...kkanetkar@chromium.org2010-11-031-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Revert "Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should n...levin@chromium.org2010-10-221-3/+3
* Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should not use W...levin@chromium.org2010-10-221-3/+3
* WorkerWebKitClientImpl::mimeTypeForExtension should not use WorkerThread::cur...kinuko@chromium.org2010-10-221-3/+3
* Mark WorkerTest.WorkerClose as flaky.phajdan.jr@chromium.org2010-10-191-1/+2
* Mark WorkerTest.WorkerCloseFast as flaky.phajdan.jr@chromium.org2010-10-191-1/+2
* Flip the filesystem flag from --enable to --disable.kinuko@chromium.org2010-10-161-1/+1
* Support file utilities and mime-related methods on workers.kinuko@chromium.org2010-10-152-21/+86
* Add Worker tests for FileSystem API.kinuko@chromium.org2010-10-071-0/+51