summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 9383.ojan@google.com2009-02-098-23/+13
* Reverting 9380,9379,9378.ojan@google.com2009-02-098-13/+23
* WebKit merge 40668:40722 part 2.ojan@google.com2009-02-098-23/+13
* Migration/scrubbing of V8 custom bindings: SVG, Chromium sidedglazkov@google.com2009-02-062-104/+2
* Pre-upstreaming scrubbing of MessagePort.dglazkov@google.com2009-02-061-177/+183
* Remove unused ScriptCallContextV8.cppdglazkov@google.com2009-02-051-82/+0
* Fix build break when ENABLE_WORKERS is setjam@chromium.org2009-02-051-0/+9
* Add support for the V8Custom attribute in advance of merging indarin@chromium.org2009-02-051-7/+16
* Fix delete to be delete[].mbelshe@google.com2009-02-041-1/+1