summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Pull in webkit revision 47912. This involves a build fix matchingojan@google.com2009-09-011-1/+2
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-2/+3
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-24/+26
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-2/+3
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-0/+1
* Enable message ports for workers.jam@chromium.org2009-08-061-6/+23
* Update Chromium side of WebKit r46507.pkasting@chromium.org2009-07-291-2/+2
* Update to WebKit 46369.darin@chromium.org2009-07-241-3/+3
* Reverting 20855.darin@chromium.org2009-07-161-24/+21
* Reverting 20854.darin@chromium.org2009-07-161-21/+24
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-24/+21
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-5/+0
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-0/+4
* Remove reference counting from WebWidgetDelegate.darin@chromium.org2009-07-091-2/+0
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-3/+0
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-3/+4
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-071-1/+11
* Chromium implementation of new WebKit postMessageToWorkerObject/Context APIslevin@chromium.org2009-06-301-6/+23
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-1/+2
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-1/+1
* Fix for occasional crash in a Worker process caused by 'shadow page' trying t...dimich@google.com2009-06-161-1/+1
* Make XHR work in Workers. Creates a 'shadow page' in a worker process to prox...dimich@google.com2009-06-161-3/+93
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-1/+1
* Update WebKit to r44544.darin@chromium.org2009-06-091-1/+15
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-011-7/+93
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-36/+53
* Pass a URL with valid protocol to SecurityOrigin::create in order to follow t...jianli@chromium.org2009-04-131-1/+3
* Fix potential crash when multiple workers try to start at the same time. In o...jianli@chromium.org2009-04-031-0/+18
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-231-2/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-0/+2
* Fix lifetime control for worker and worker context.jianli@chromium.org2009-03-061-1/+3
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-4/+40
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+91