summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Expand)AuthorAgeFilesLines
* Proxy queryUsageAndQuota from worker process (3rd try)kinuko@chromium.org2013-03-232-0/+13
* Revert 189913 "Proxy queryUsageAndQuota from worker process"msw@chromium.org2013-03-222-13/+0
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-222-0/+13
* Revert 189731 "Proxy queryUsageAndQuota from worker process"tapted@chromium.org2013-03-222-13/+0
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-222-0/+13
* Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPEpilgrim@chromium.org2013-03-202-8/+0
* Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPEpilgrim@chromium.org2013-03-192-1/+11
* Add Chromium-side changes for MediaSource::isTypeSupported()acolwell@chromium.org2013-03-152-0/+9
* WorkerMain contains code to initialize the sandbox on OS X which is disabled ...jeremy@chromium.org2013-03-141-4/+7
* Use ThreadSafeSender in a couple of places.michaeln@chromium.org2013-03-063-24/+24
* Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...pilgrim@chromium.org2013-02-272-3/+3
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-2/+2
* Update some #includes in content/worker for headers that have moved to the ne...pilgrim@chromium.org2013-02-061-1/+1
* Update some #includes in content/worker for headers in the new Platform direc...pilgrim@chromium.org2013-01-156-11/+11
* Fix the last of the #includes and OVERRIDEs in preparation for removing WebKi...pilgrim@chromium.org2013-01-091-1/+2
* Call new WebKit::setIDBFactory method to initialize Indexed DB supportpilgrim@chromium.org2013-01-081-0/+3
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-2/+2
* Fiddle with includes so we don't break the build once we land https://bugs.we...pilgrim@chromium.org2012-12-171-1/+0
* Sandbox the worker process on Macjeremy@chromium.org2012-12-171-0/+4
* We're removing the sharedWorkerRepository() function from WebKitpilgrim@chromium.org2012-12-112-6/+0
* Initialize the Linux sandbox earlier in workers.jln@chromium.org2012-11-291-5/+6
* content: Update the includes to point to ipc_listener.htfarina@chromium.org2012-11-101-1/+1
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-1/+1
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-1/+1
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-231-5/+6
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-223-6/+5
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-2113-7/+57
* Remove flags for Workers that violate multiple profile and storage isolation ...ajwong@chromium.org2012-09-141-9/+0
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-182-2/+2
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-132-2/+2
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-132-2/+2
* Remove #pragma once from contentajwong@chromium.org2012-07-116-9/+3
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-2/+2
* Tighten up DEPS some more. NaCl/service process code are including internal c...jam@chromium.org2012-06-041-1/+1
* Block ptrace (and ptrace-like) syscalls from the renderer and worker processs.cevans@chromium.org2012-06-011-1/+5
* Deprecate FileUtilities::getFileSize and getFileModifiedTimekinuko@chromium.org2012-05-301-29/+0
* Add FileUtilities::GetFileInfo() to capture file metadata with single IPCkinuko@chromium.org2012-05-251-0/+19
* Initial implementation of Encrypted Media Extensions in Chrome.ddorwin@chromium.org2012-04-192-0/+12
* Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browse...jam@chromium.org2012-03-293-632/+0
* Add an OWNERS file for src\content by moving the owners that were there for t...jam@chromium.org2012-03-141-2/+0
* Use SyncMessageFilter to Send() ipc messages from background threads.michaeln@google.com2012-03-061-1/+2
* Automatically start the GPU process 5s after browser startup.fischman@chromium.org2012-03-031-15/+15
* IndexedDB: chrome-side changes for permission check from shared workerdgrogan@chromium.org2012-03-022-0/+8
* Rename content/{common,browser}/file_system to fileapi and move blob stuff in...tzik@chromium.org2012-03-013-6/+6
* Fix a typo from r123359.thestig@chromium.org2012-02-241-2/+2
* Re-Disabling WorkerTest.LimitTotal on Windows.dpapad@chromium.org2012-02-231-1/+7
* [flaky fixlet] Fixing WorkerTest.LimitTotal, WorkerTest.LimitPerPagedpapad@chromium.org2012-02-231-16/+11
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-221-2/+6
* Remove FileSystem worker layout tests from worker_uitests.adamk@chromium.org2012-02-181-151/+0
* Get IPC working for Indexed DB in shared workers.dgrogan@chromium.org2012-02-164-3/+24