summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Expand)AuthorAgeFilesLines
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...rsleevi@chromium.org2011-07-141-2/+2
* Disable WorkerTest.LimitTotal on Macrsleevi@chromium.org2011-07-141-1/+4
* Disable WorkerTest.LimitPerPage on Macrsleevi@chromium.org2011-07-141-3/+8
* Reenable WorkerTest.WorkerWebSocketLayoutTests.yutak@chromium.org2011-07-141-3/+2
* DevTools: add initial support for shared workers debugging.yurys@chromium.org2011-07-135-41/+101
* Disable WorkerTest.WorkerWebSocketLayoutTests temporarily.yutak@chromium.org2011-07-061-1/+3
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Chromium-branding bug fix and test re-enable.jrt@chromium.org2011-06-271-5/+0
* Reenable WorkerTest.WorkerWebSocketLayoutTests.yutak@chromium.org2011-06-241-3/+1
* Update src/content to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+5
* Disable WorkerTest.TerminateQueuedWorkers.dimich@chromium.org2011-06-231-0/+5
* Disable WorkerTest.WorkerWebSocketLayoutTests.yutak@chromium.org2011-06-221-1/+3
* Implement WebMimeRegistry::wellKnownMimeTypeForExtension in terms of the newl...michaeln@google.com2011-06-212-0/+11
* Add worker-init.html to the list of worker UI testsyurys@chromium.org2011-06-161-0/+4
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+3
* Move worker_uitest.cc to a separate directory with its own OWNERS.jam@chromium.org2011-06-152-0/+3
* Remove flaky designation since the issue was fix here: http://trac.webkit.org...levin@chromium.org2011-06-141-2/+1
* Add "svn:eol-style to all the DEPS under content.jam@chromium.org2011-06-021-10/+10
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-2/+2
* GTTF: Clean up UITest::{Start,Stop}HttpServer:phajdan.jr@chromium.org2011-05-311-8/+13
* Move OWNERS from top level of content to the subdirectories. Before this cha...jam@chromium.org2011-05-311-0/+3
* Mark WorkerTest.WorkerConstructor as flakymnaganov@chromium.org2011-05-271-1/+2
* This change provides initial support for sending DevTools messages between Wo...yurys@chromium.org2011-05-276-3/+130
* Add '?' to the list of characters escaped when constructing a file:// URLasanka@chromium.org2011-05-261-8/+10
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Use the QuotaManager to determine the space available to WebSQLDatabases. Sin...michaeln@google.com2011-05-252-4/+11
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...jam@chromium.org2011-05-122-6/+11
* Mark WorkerTest.TerminateQueuedWorkers flakykinuko@chromium.org2011-04-251-0/+5
* Mark the worker test SyncPersistent as expected to fail until we candpranke@chromium.org2011-04-201-1/+3
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-181-0/+2
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+1
* Mark WorkerFileSystemTest.ResolveURLHttpTests FLAKYcbentzel@chromium.org2011-03-311-4/+1
* Remove FLAKY prefix from WorkerFileSystemTest.ResolveURLHttpTests on Mac and ...adamk@chromium.org2011-03-291-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-282-2/+2
* WorkerFileSystemTest.ResolveURLHttpTests is FLAKYmichaeln@google.com2011-03-251-1/+2
* Remove deprecated overload of openFileSystem for workers.adamk@chromium.org2011-03-252-12/+0
* Run the Worker tests for resolveLocalFileSystemURL that were addedadamk@chromium.org2011-03-251-0/+39
* If --disable-webgl is passed, continue to return null fromkbr@chromium.org2011-03-231-4/+0
* Plumbing to support loading from the "most appropriate" appcache.michaeln@google.com2011-03-212-7/+29
* Mark WorkerTest.WorkerNavigator as flaky.ericu@google.com2011-03-161-1/+2
* Make ContentBrowserClient not be owned by ContentClient, so that the latter d...jam@chromium.org2011-03-151-1/+1
* Move worker code from chrome\worker to content\worker.jam@chromium.org2011-03-1417-0/+2086