summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings/v8/v8_proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-3569/+0
* Reverting 19489,19488.japhet@chromium.org2009-06-291-0/+3569
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-3569/+0
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-261-0/+3
* Use upstreamed V8Indexjaphet@chromium.org2009-06-251-1/+1
* Run content scripts in their own isolated world. Hidden behind the --isolate...abarth@chromium.org2009-06-251-128/+187
* JS Binding for HTMLAudioElement Constructorkylep@chromium.org2009-06-241-0/+5
* Fix the V8 bindings problem that causes crash when an XHR exception is thrown...jianli@chromium.org2009-06-231-15/+26
* Update WebKit r44872:44922levin@chromium.org2009-06-221-2/+9
* Add missing null handle check to document wrapper caching code.ager@chromium.org2009-06-181-0/+8
* TEST=nonejorlow@chromium.org2009-06-171-0/+15
* DevTools: when injected script context is created its context data is set to ...yurys@google.com2009-06-111-0/+48
* Fix crash that could happen when setting up caching of the wrapper forager@chromium.org2009-06-111-0/+13
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a...pkasting@chromium.org2009-06-111-1/+1
* Reapply caching of the document JavaScript wrapper on the globalager@chromium.org2009-06-091-12/+43
* Revert r17853. Causes debug mode layout test failures.ager@chromium.org2009-06-081-29/+4
* Cache the document JavaScript wrapper on the global object for fasterager@chromium.org2009-06-081-4/+29
* Always disconnect event listeners when clearing for navigation, even if the s...dglazkov@google.com2009-06-031-3/+3
* 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-271-0/+23
* Hook up Context::GetCalling() to V8Proxy.abarth@chromium.org2009-05-211-0/+9
* Fix crash in SVG bindings. We attempted to update the SVGContext forager@chromium.org2009-05-201-0/+3
* Added type check to SVG operation arguments.plesner@google.com2009-05-121-0/+8
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-4/+13
* WebKit Merge 43346:43361, Chromium side.dglazkov@google.com2009-05-071-0/+6
* Fix regression in security checks introduced by WebKit mergeager@chromium.org2009-05-071-6/+0
* Chrome changes for WebKit merge 43114:43242darin@chromium.org2009-05-051-1/+2
* Wrappers for inline style declarations disappeared on GC. Fix theager@chromium.org2009-05-011-1/+14
* ClientRectList must provide indexed access method that acts like item() method.ukai@chromium.org2009-04-301-0/+4
* When doing the scheme check for applying V8 extensions, check against thempcomplete@google.com2009-04-291-3/+6
* WebKit Merge 42805:42932, Chromium side.dglazkov@google.com2009-04-281-2/+5
* Save ~150k on a Linux release build by not inlining DOMWrapperToNode.deanm@chromium.org2009-04-211-0/+14
* WebKit Merge 42609:42671, Chromium Sidedglazkov@google.com2009-04-201-8/+0
* Null check V8 proxy before clearing it in out of memory situations.ager@chromium.org2009-04-201-4/+6
* Chrome side of webkit merge from 42547 to 42580.tc@google.com2009-04-161-8/+0
* Make HTMLSelectElement and HTMLOptionsCollection return collections of optionsdavemoore@chromium.org2009-04-161-9/+4
* Reverting 13760.davemoore@chromium.org2009-04-151-4/+9
* Make HTMLSelectElement and HTMLOptionsCollection return collections of optionsdavemoore@chromium.org2009-04-151-9/+4
* Revert changes causing memory_test problems. asargent@chromium.org2009-04-141-11/+2
* Fix problems in event listener teardownasargent@chromium.org2009-04-131-2/+11
* Chromium side of merge 42364:42403.pam@chromium.org2009-04-111-1/+1
* Remove unneeded ASSERT -- this code path is valid and should not be ASSERTing.dglazkov@google.com2009-04-101-1/+0
* Chrome side change to use V8EventListenerList from upstream. This involves re...jianli@chromium.org2009-04-031-85/+0
* Keep JS wrappers for non-node objects associated with a DOMWindowager@chromium.org2009-04-011-3/+40
* Reland changes to fix the problem that DOM object is deleted in the GC thread...jianli@chromium.org2009-03-291-379/+31
* Start using the upstream versions of V8NodeFilter and V8XML*.levin@chromium.org2009-03-271-1/+1
* Speedup event performance by caching V8EventListener on the wrapped object. asargent@chromium.org2009-03-261-25/+88
* Fix window.history GC issue. Since the history object is not part ofager@chromium.org2009-03-261-12/+23
* Revert change 12507 and 12532 because it breaks the nsylvain@chromium.org2009-03-261-34/+385
* Fix the problem that DOM object is deleted in the GC thread, not owning thread.jianli@chromium.org2009-03-251-385/+34