summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-1/+1
* Move non-webkit IndexedDB code out of in_process_webkit.alecflett@chromium.org2013-03-311-1/+1
* Proxy queryUsageAndQuota from worker process (3rd try)kinuko@chromium.org2013-03-233-1/+21
* Revert 189913 "Proxy queryUsageAndQuota from worker process"msw@chromium.org2013-03-223-21/+1
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-223-1/+21
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-0/+1
* Disable WorkerTest.QueuedSharedWorkerShutdown on windows debug bots.tapted@chromium.org2013-03-221-1/+7
* Revert 189731 "Proxy queryUsageAndQuota from worker process"tapted@chromium.org2013-03-223-21/+1
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-223-1/+21
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-2/+21
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-8/+10
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-4/+4
* Disable WorkerXHRHttpLayoutTest.Tests on Windows.dcheng@chromium.org2013-02-221-1/+7
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-072-9/+11
* Replace ASCIIToUTF16() call with UTF8ToUTF16() call.haruki@chromium.org2013-01-221-1/+1
* Support uploading filesystem fileshashimoto@chromium.org2013-01-151-0/+1
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-192-3/+3
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...mnissler@chromium.org2012-12-192-3/+3
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-192-3/+3
* Do not give blanket permission to the Sandboxed FileSystem directory and veri...kinuko@chromium.org2012-11-291-40/+0
* Add GetWebSocketTestDataDirectory() to test_data_directorytoyoshim@chromium.org2012-11-061-1/+2
* Move content\browser\in_process_webkit to content namespace.jam@chromium.org2012-10-292-4/+2
* Move the worker code into the content namespace.jam@chromium.org2012-10-259-18/+36
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-243-5/+9
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-1/+1
* Move more code into the content namespace.darin@chromium.org2012-10-193-75/+63
* Logging: pass logging related cmd line options to utility processqiankun.miao@intel.com2012-10-181-2/+0
* Replace WorkerWebSocketHttpLayoutTest with WorkerTest.WebSocketSharedWorker.toyoshim@chromium.org2012-10-171-31/+24
* [OSX] Pass --enable-sandbox-logging to more sub-processes.shess@chromium.org2012-10-031-3/+6
* Rewrite layout_browsertests to use content_shell --dump-render-tree to execut...jochen@chromium.org2012-09-261-25/+3
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-183-18/+54
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-5/+11
* Remove flags for Workers that violate multiple profile and storage isolation ...ajwong@chromium.org2012-09-143-94/+13
* Remove storage context accessors from ResourceContext.ajwong@chromium.org2012-09-118-47/+229
* Revert 148582 - Try renabling the the disabled worker tests, now that they ru...jam@chromium.org2012-07-261-3/+3
* Fix crash in WorkerTest.MultipleTabsQueuedSharedWorker. I could get this cons...jam@chromium.org2012-07-261-0/+11
* Try renabling the the disabled worker tests, now that they run in content_bro...jam@chromium.org2012-07-261-3/+3
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-2/+1
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-41/+48
* Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...jam@chromium.org2012-07-241-1/+1
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-202-2/+2
* Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...jam@chromium.org2012-07-201-1/+2
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-1/+2
* Remove #pragma once from contentajwong@chromium.org2012-07-114-7/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+2
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-3/+3
* Expose layoutTestController as testRunner. We really need to reduce the numbe...rniwa@chromium.org2012-06-141-2/+1
* Revert 142087 - Expose layoutTestController as testRunner.hbono@chromium.org2012-06-141-1/+2