summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_webkitclient_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-121-4/+2
* Fix bug REGRESSION: Extension settings / options / preferences are not being ...jianli@chromium.org2010-05-101-0/+4
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-1/+0
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-3/+29
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-5/+0
* Add LayoutTests/websocket/tests/worker support.ukai@chromium.org2010-01-131-1/+1
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-181-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-051-1/+1
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-041-2/+20
* Eliminate mime_util dependency in FrameLoaderClientImpl.darin@chromium.org2009-11-041-17/+69
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-0/+5
* Add quota support.jorlow@chromium.org2009-10-031-13/+0
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-051-0/+6
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+6
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-241-0/+13
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-031-0/+6
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-201-6/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Chrome side to handle changing CreateWebWorker to createWorker.darin@chromium.org2009-05-051-1/+1
* Run workers in separate processes.jam@chromium.org2009-05-011-0/+7
* Chrome changes to support WebKit API changes.darin@chromium.org2009-04-161-3/+4
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-301-0/+14
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+2
* Implement WebSandboxSupport.darin@chromium.org2009-03-121-16/+4
* Fill out some of the new abstract methods of WebKitClient.ericroman@google.com2009-03-081-0/+16
* Reland r11118.darin@chromium.org2009-03-061-0/+9
* Revert r11118 :(darin@chromium.org2009-03-061-9/+0
* WorkerWebKitClientImpl snuck up on me. arggh!darin@chromium.org2009-03-061-0/+9
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-0/+29