summaryrefslogtreecommitdiffstats
path: root/content/renderer/shared_worker
Commit message (Expand)AuthorAgeFilesLines
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-1/+1
* Reland r312612: DevTools: update backend state along with the command acks (C...pfeldman2015-01-232-11/+9
* Revert of DevTools: update backend state along with the command acks (Chromiu...macourteau2015-01-222-9/+11
* DevTools: update backend state along with the command acks (Chromium side).pfeldman2015-01-222-11/+9
* Restore code removed temporarily for refactoring on WebApplicationCacheHost i...tyoshino2014-10-231-3/+3
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-3/+3
* Initialize app_cache_host_ of EmbeddedSharedWorkerStub.horo2014-10-151-1/+5
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-13/+13
* Temporarily remove didReceiveDataForMainResource() implementationtyoshino2014-10-021-1/+2
* DevTools: Add plumbing for workerReadyForInspection event from renderer to br...vsevik@chromium.org2014-08-202-0/+5
* Implement EmbeddedSharedWorkerPermissionClientProxy.horo@chromium.org2014-06-093-2/+116
* Introduce EmbeddedWorkerDevToolsAgent.horo@chromium.org2014-04-301-2/+2
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-0/+2
* Make AppCache support for SharedWorker in a renderer process.horo@chromium.org2014-04-032-6/+48
* Make DevTools support for the embedded SharedWorker.horo@chromium.org2014-04-032-4/+8
* Revert of Make DevTools support for the embedded SharedWorker. (https://coder...horo@chromium.org2014-04-032-8/+4
* Make DevTools support for the embedded SharedWorker.horo@chromium.org2014-04-032-4/+8
* Don't handle DispatchOnInspectorBackend msg for SharedWorkers in DevToolsAgen...horo@chromium.org2014-03-201-2/+2
* Send WorkerHostMsg_WorkerConnected in EmbeddedSharedWorkerStub::OnConnect.horo@chromium.org2014-03-122-4/+12
* Add content/renderer/shared_worker/OWNERS.horo@chromium.org2014-03-111-0/+3
* Implementations of SharedWorker in the renderer process.horo@chromium.org2014-02-142-0/+244