summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with getting self of WorkerContext.jianli@chromium.org2009-03-122-3/+4
* Fix build break to worker feature after webkit merge. We also need to fix v8 ...jianli@chromium.org2009-03-112-0/+15
* NO CODE CHANGEdeanm@chromium.org2009-03-1113-13/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-0/+1
* WebKit merge 41498:41530.ericroman@google.com2009-03-101-0/+2
* More WebKit API action (chromium side).darin@chromium.org2009-03-091-8/+0
* Remove the stats counter calls for NPObject counts. This code is used in thedarin@chromium.org2009-03-091-7/+0
* Strip CRs from *.in files to allow building from webkit.orgdglazkov@google.com2009-03-091-2/+2
* Don't call ChromiumBridge::initV8CounterFunction() since it asserts not reached.ericroman@google.com2009-03-081-1/+2
* Fix event handling problem in WorkerContext caused by r10987.jianli@chromium.org2009-03-062-8/+21
* Rename "ReadOnly" attribute to "v8ReadOnly".mbelshe@google.com2009-03-061-8/+8
* Get rid of IDL attribute "DontDelete". It is only used for "v8DisallowShadow...mbelshe@google.com2009-03-061-1/+1
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-0511-305/+0
* Address some of the review comments on comment 2 ofbrettw@chromium.org2009-03-0512-146/+151
* Fix the problem that worker context object could be double deleted.jianli@chromium.org2009-03-051-0/+10
* Guard against exceptions when getting and setting the event propertyager@chromium.org2009-03-052-89/+64
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0535-187/+187
* First step towards moving v8 extensions out of WebCore. asargent@chromium.org2009-03-041-1/+2
* Re-apply change 10840 since today's WebKit merge brought in the pieces it dep...pam@chromium.org2009-03-042-43/+4
* Rollback 10840.mbelshe@google.com2009-03-042-4/+43
* Unforking Document.idl and HTMLCanvasElement.idlmbelshe@google.com2009-03-032-43/+4
* Fix the problem that Worker is not treated as active DOM object.jianli@chromium.org2009-03-022-3/+7
* Hook up upstreamed V8 bindings, Chromium sidedglazkov@google.com2009-03-0214-1918/+2
* Isolate exceptions when evaluating javascript code from C++.ager@chromium.org2009-03-021-1/+9
* Workaround for webkit change that broke Gears. The fix is to use a V8mpcomplete@google.com2009-02-283-0/+71
* webkit merge 41217:41268, Chromium partdimich@google.com2009-02-277-0/+16
* Go back to using regular printf. snprintf doesn't seem to exist on Windows.brettw@chromium.org2009-02-271-1/+3
* Fix indentation and naming in the V8 NP files to match WebKit. The onlybrettw@chromium.org2009-02-277-691/+655
* Changes to the interval timer:mbelshe@google.com2009-02-271-5/+10
* Part of unforking Location. We make a bunch of Location relatedmbelshe@google.com2009-02-273-26/+42
* chrome side of merge from r41181 to r41217tc@google.com2009-02-251-0/+1
* Add a check for empty handle in V8Proxy::GetSourceLineNumber()sgjesse@chromium.org2009-02-241-1/+5
* Fix build break when ENABLE_WORKERS is defined.jam@chromium.org2009-02-181-2/+2
* Backout r9871 because it in mysterious ways causes a international page cycleriposva@chromium.org2009-02-171-6/+9
* To avoid recreating WebCore::String objects constantly, we now transform V8 s...iposva@chromium.org2009-02-171-6/+28
* Allow the ScriptController to pretend that V8 has a windowShell.mbelshe@google.com2009-02-132-12/+15
* Scrubbing HTMLPluginElement V8 custom bindings, Chromium side.dglazkov@google.com2009-02-131-69/+0
* WebKit merge 40847-40875 Chrome side.brettw@chromium.org2009-02-131-4/+5
* Fix chrome build when ENABLE_WORKERS is defined.jam@chromium.org2009-02-132-1/+2
* Chromium side of WebKit merge to 40846awalker@google.com2009-02-125-0/+10
* Changes to unfork DOMWindow.mbelshe@google.com2009-02-126-671/+67
* Scrubbing HTML options/collections, Chromium side.dglazkov@google.com2009-02-114-320/+26
* Re-applying r9486 module accidental local changes.dglazkov@google.com2009-02-101-110/+0
* Reverting 9486.dglazkov@google.com2009-02-101-0/+119
* Moving/scrubbing of more V8 custom bindings, Chromium side.dglazkov@google.com2009-02-101-119/+0
* Fix a crash where the security origin of the destinationsverrir@chromium.org2009-02-101-0/+6
* Add Threading Support based on Chromium's MessageLoop, Chromium side.R=darin,...dglazkov@google.com2009-02-091-96/+0
* More v8 bindings work to support executing worker and handling events in its ...jianli@chromium.org2009-02-0916-114/+1011
* Reverting 9394.ojan@google.com2009-02-098-23/+13
* Reverting 9393.ojan@google.com2009-02-098-13/+23