summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings
Commit message (Expand)AuthorAgeFilesLines
* Cache the document JavaScript wrapper on the global object for fasterager@chromium.org2009-06-082-4/+35
* Landing http://codereview.chromium.org/115998 for benm@google.comdglazkov@google.com2009-06-042-28/+15
* Always disconnect event listeners when clearing for navigation, even if the s...dglazkov@google.com2009-06-031-3/+3
* Prepare V8NPObject.h/cpp for upstreaming.tim@chromium.org2009-06-034-215/+231
* WebKit Update 44342:44372.dglazkov@google.com2009-06-021-1/+1
* Add ifdef to make upstreaming of v8_utility.h easiler.ajwong@chromium.org2009-06-021-0/+10
* Add some browser-level checks to prohibit access to extension bindings bympcomplete@google.com2009-06-021-1/+2
* Added support for constructor calls in the NPAPI.sgjesse@chromium.org2009-05-274-12/+71
* Re-introduce check for empty handles after calling toString whenkasperl@google.com2009-05-261-0/+4
* Hook up Context::GetCalling() to V8Proxy.abarth@chromium.org2009-05-212-3/+23
* Use upstreamed v8 bindings for V8DOMWindowCustomjaphet@chromium.org2009-05-201-291/+0
* Remove JSDOMBinding, which is no longer used.dglazkov@chromium.org2009-05-203-94/+0
* Fix crash in SVG bindings. We attempted to update the SVGContext forager@chromium.org2009-05-201-0/+3
* Use the upstream version of ScriptController.levin@chromium.org2009-05-202-557/+0
* 3 Speedups for turning v8 strings into webcore stringsdavemoore@chromium.org2009-05-191-29/+31
* Use upstreamed v8 bindings for CanvasRenderingContext2Djaphet@chromium.org2009-05-191-416/+0
* Fixed use of uninitialized variable problem in generated bindings. Itplesner@google.com2009-05-191-2/+1
* Remove local copy of V8MessagePortCustom.cpp now that it has been upstreamed.levin@chromium.org2009-05-191-167/+0
* ScriptController.* needs to be reformatted into WebKit style.levin@chromium.org2009-05-182-355/+213
* Use the V8Bindings for HTMLSelectElementCollection and HTMLOptionsCollection ...japhet@chromium.org2009-05-161-90/+0
* Complete upstreaming V8 DOM Wrapper Map.dglazkov@chromium.org2009-05-152-73/+1
* Unfork and remove generate-bindings.pl from our tree.dglazkov@chromium.org2009-05-141-69/+0
* Switch to upstream versions of V8DocumentLocationCustom.cpp and V8CanvasPixel...levin@chromium.org2009-05-142-121/+0
* Prepare V8MessagePortCustom.cpp for upstreaming to WebKitlevin@chromium.org2009-05-131-135/+63
* Move Element, Attr, HTMLIFrameElement, HTMLFrameElement out of v8_custom.cpp ...japhet@chromium.org2009-05-121-227/+0
* Added type check to SVG operation arguments.plesner@google.com2009-05-124-9/+51
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-126-20/+52
* Fix layout test worker-replace-global-constructor.jianli@chromium.org2009-05-081-1/+1
* Fix code generator to enable Database support.dglazkov@google.com2009-05-071-1/+4
* WebKit Merge 43346:43361, Chromium side.dglazkov@google.com2009-05-073-1/+9
* Fix up V8 bindings code generator to allow unforking window.top part of DOMWi...dglazkov@google.com2009-05-071-2/+11
* Forget V8Object before removing it from g_live_objects set can cause a crash ...fqian@google.com2009-05-071-1/+1
* Chrome-side of WebKit merge 43321:43346darin@chromium.org2009-05-071-22/+0
* Fix crash when attempting to construct XMLHttpRequest object in aager@chromium.org2009-05-071-1/+2
* Fix regression in security checks introduced by WebKit mergeager@chromium.org2009-05-071-6/+0
* Chrome-side of WebKit merge 43242:43321darin@chromium.org2009-05-061-2/+1
* Changes for upstreaming V8DocumentLocationCustom.cpp.levin@chromium.org2009-05-062-23/+58
* Chrome changes for WebKit merge 43114:43242darin@chromium.org2009-05-053-2/+5
* Style fixes for webkit upstreaming.ajwong@chromium.org2009-05-051-57/+45
* Undo the reference counting experiment. The crashes are stillager@chromium.org2009-05-011-30/+2
* Wrappers for inline style declarations disappeared on GC. Fix theager@chromium.org2009-05-011-1/+14
* Fix issue 11264fqian@google.com2009-05-011-16/+30
* Second part of fix of issue http://code.google.com/p/chromium/issues/detail?i...fqian@google.com2009-05-011-1/+12
* Replace std::map, std::set by WTF::HashMap and WTF::HashSet.fqian@google.com2009-04-301-40/+93
* ClientRectList must provide indexed access method that acts like item() method.ukai@chromium.org2009-04-303-0/+8
* When doing the scheme check for applying V8 extensions, check against thempcomplete@google.com2009-04-291-3/+6
* Artificially increase the ref count on WebCore strings that we use asager@chromium.org2009-04-291-2/+30
* WebKit Merge 42805:42932, Chromium side.dglazkov@google.com2009-04-283-12/+5
* Merge: chromium side [42671:42725]levin@chromium.org2009-04-231-6/+6
* Use upstreamed V8WorkerCustom and V8WorkerContextCustom. Remove duplicate V8U...jianli@chromium.org2009-04-232-519/+0