summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworkerclient_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Move worker code from chrome\worker to content\worker.jam@chromium.org2011-03-141-100/+0
* Fix clang build by out-of-lining stub openFileSystem method.adamk@chromium.org2011-03-031-3/+1
* Update WebWorkerClientProxy to respect the "create" param.adamk@chromium.org2011-03-031-0/+8
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-6/+1
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-251-5/+1
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-271-0/+5
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-3/+1
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-301-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Stub implementation for allowDatabase callback for workers.jochen@chromium.org2010-05-101-0/+10
* Add some more IPC plumbing and scaffolding to support having appcache work in...michaeln@chromium.org2010-05-081-4/+2
* Ground work for making appcache work in workers.michaeln@chromium.org2010-04-261-0/+8
* Remove obsolete MessageDestination parameter from postConsoleMessageToWorkerO...mnaganov@chromium.org2010-04-121-0/+11
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-051-0/+1
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-19/+7
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-7/+19
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-19/+7
* Fix use-after-free in the worker process. The object was shutting down the p...jam@chromium.org2009-10-091-0/+3
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-011-0/+7
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-4/+6
* Enable message ports for workers.jam@chromium.org2009-08-061-1/+6
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-0/+1
* Prevent a worker that loops forever from preventing shutdown of the worker pr...jam@chromium.org2009-05-211-0/+2
* Forgot file with r16454jam@chromium.org2009-05-201-0/+1
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-011-4/+1
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-15/+17
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Fix threading and ownership issues in WebWorkerClientProxy.jam@chromium.org2009-03-201-4/+7
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-8/+0
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+68