index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
port
/
bindings
/
v8
/
v8_proxy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete V8Proxy and V8Utilities and use upstreamed versions.
japhet@chromium.org
2009-06-29
1
-3569
/
+0
*
Reverting 19489,19488.
japhet@chromium.org
2009-06-29
1
-0
/
+3569
*
Use upstream V8Proxy and V8Utilities
japhet@chromium.org
2009-06-29
1
-3569
/
+0
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
1
-0
/
+3
*
Use upstreamed V8Index
japhet@chromium.org
2009-06-25
1
-1
/
+1
*
Run content scripts in their own isolated world. Hidden behind the --isolate...
abarth@chromium.org
2009-06-25
1
-128
/
+187
*
JS Binding for HTMLAudioElement Constructor
kylep@chromium.org
2009-06-24
1
-0
/
+5
*
Fix the V8 bindings problem that causes crash when an XHR exception is thrown...
jianli@chromium.org
2009-06-23
1
-15
/
+26
*
Update WebKit r44872:44922
levin@chromium.org
2009-06-22
1
-2
/
+9
*
Add missing null handle check to document wrapper caching code.
ager@chromium.org
2009-06-18
1
-0
/
+8
*
TEST=none
jorlow@chromium.org
2009-06-17
1
-0
/
+15
*
DevTools: when injected script context is created its context data is set to ...
yurys@google.com
2009-06-11
1
-0
/
+48
*
Fix crash that could happen when setting up caching of the wrapper for
ager@chromium.org
2009-06-11
1
-0
/
+13
*
Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a...
pkasting@chromium.org
2009-06-11
1
-1
/
+1
*
Reapply caching of the document JavaScript wrapper on the global
ager@chromium.org
2009-06-09
1
-12
/
+43
*
Revert r17853. Causes debug mode layout test failures.
ager@chromium.org
2009-06-08
1
-29
/
+4
*
Cache the document JavaScript wrapper on the global object for faster
ager@chromium.org
2009-06-08
1
-4
/
+29
*
Always disconnect event listeners when clearing for navigation, even if the s...
dglazkov@google.com
2009-06-03
1
-3
/
+3
*
Add some browser-level checks to prohibit access to extension bindings by
mpcomplete@google.com
2009-06-02
1
-1
/
+2
*
Added support for constructor calls in the NPAPI.
sgjesse@chromium.org
2009-05-27
1
-0
/
+23
*
Hook up Context::GetCalling() to V8Proxy.
abarth@chromium.org
2009-05-21
1
-0
/
+9
*
Fix crash in SVG bindings. We attempted to update the SVGContext for
ager@chromium.org
2009-05-20
1
-0
/
+3
*
Added type check to SVG operation arguments.
plesner@google.com
2009-05-12
1
-0
/
+8
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
1
-4
/
+13
*
WebKit Merge 43346:43361, Chromium side.
dglazkov@google.com
2009-05-07
1
-0
/
+6
*
Fix regression in security checks introduced by WebKit merge
ager@chromium.org
2009-05-07
1
-6
/
+0
*
Chrome changes for WebKit merge 43114:43242
darin@chromium.org
2009-05-05
1
-1
/
+2
*
Wrappers for inline style declarations disappeared on GC. Fix the
ager@chromium.org
2009-05-01
1
-1
/
+14
*
ClientRectList must provide indexed access method that acts like item() method.
ukai@chromium.org
2009-04-30
1
-0
/
+4
*
When doing the scheme check for applying V8 extensions, check against the
mpcomplete@google.com
2009-04-29
1
-3
/
+6
*
WebKit Merge 42805:42932, Chromium side.
dglazkov@google.com
2009-04-28
1
-2
/
+5
*
Save ~150k on a Linux release build by not inlining DOMWrapperToNode.
deanm@chromium.org
2009-04-21
1
-0
/
+14
*
WebKit Merge 42609:42671, Chromium Side
dglazkov@google.com
2009-04-20
1
-8
/
+0
*
Null check V8 proxy before clearing it in out of memory situations.
ager@chromium.org
2009-04-20
1
-4
/
+6
*
Chrome side of webkit merge from 42547 to 42580.
tc@google.com
2009-04-16
1
-8
/
+0
*
Make HTMLSelectElement and HTMLOptionsCollection return collections of options
davemoore@chromium.org
2009-04-16
1
-9
/
+4
*
Reverting 13760.
davemoore@chromium.org
2009-04-15
1
-4
/
+9
*
Make HTMLSelectElement and HTMLOptionsCollection return collections of options
davemoore@chromium.org
2009-04-15
1
-9
/
+4
*
Revert changes causing memory_test problems.
asargent@chromium.org
2009-04-14
1
-11
/
+2
*
Fix problems in event listener teardown
asargent@chromium.org
2009-04-13
1
-2
/
+11
*
Chromium side of merge 42364:42403.
pam@chromium.org
2009-04-11
1
-1
/
+1
*
Remove unneeded ASSERT -- this code path is valid and should not be ASSERTing.
dglazkov@google.com
2009-04-10
1
-1
/
+0
*
Chrome side change to use V8EventListenerList from upstream. This involves re...
jianli@chromium.org
2009-04-03
1
-85
/
+0
*
Keep JS wrappers for non-node objects associated with a DOMWindow
ager@chromium.org
2009-04-01
1
-3
/
+40
*
Reland changes to fix the problem that DOM object is deleted in the GC thread...
jianli@chromium.org
2009-03-29
1
-379
/
+31
*
Start using the upstream versions of V8NodeFilter and V8XML*.
levin@chromium.org
2009-03-27
1
-1
/
+1
*
Speedup event performance by caching V8EventListener on the wrapped object.
asargent@chromium.org
2009-03-26
1
-25
/
+88
*
Fix window.history GC issue. Since the history object is not part of
ager@chromium.org
2009-03-26
1
-12
/
+23
*
Revert change 12507 and 12532 because it breaks the
nsylvain@chromium.org
2009-03-26
1
-34
/
+385
*
Fix the problem that DOM object is deleted in the GC thread, not owning thread.
jianli@chromium.org
2009-03-25
1
-385
/
+34
[next]