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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebKit merge 44773:44798
levin@chromium.org
2009-06-18
2
-0
/
+2
*
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
6
-1
/
+41
*
Use V8 bindings for V8CustomXPathNSResolver in svn.webkit.org
japhet@chromium.org
2009-06-15
2
-123
/
+0
*
Upstream V8Helpers
japhet@chromium.org
2009-06-12
4
-105
/
+24
*
Remove v8_custom.cpp and v8_custon.h, since they are now empty.
japhet@chromium.org
2009-06-11
2
-0
/
+0
*
DevTools: when injected script context is created its context data is set to ...
yurys@google.com
2009-06-11
2
-0
/
+54
*
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
6
-839
/
+8
*
Reapply caching of the document JavaScript wrapper on the global
ager@chromium.org
2009-06-09
2
-12
/
+51
*
Revert r17853. Causes debug mode layout test failures.
ager@chromium.org
2009-06-08
2
-35
/
+4
*
Cache the document JavaScript wrapper on the global object for faster
ager@chromium.org
2009-06-08
2
-4
/
+35
*
Landing http://codereview.chromium.org/115998 for benm@google.com
dglazkov@google.com
2009-06-04
2
-28
/
+15
*
Always disconnect event listeners when clearing for navigation, even if the s...
dglazkov@google.com
2009-06-03
1
-3
/
+3
*
Prepare V8NPObject.h/cpp for upstreaming.
tim@chromium.org
2009-06-03
4
-215
/
+231
*
WebKit Update 44342:44372.
dglazkov@google.com
2009-06-02
1
-1
/
+1
*
Add ifdef to make upstreaming of v8_utility.h easiler.
ajwong@chromium.org
2009-06-02
1
-0
/
+10
*
Add some browser-level checks to prohibit access to extension bindings by
mpcomplete@google.com
2009-06-02
1
-1
/
+2
*
Remove empty unused directories from src/webkit.
dglazkov@chromium.org
2009-05-27
2
-1197
/
+0
*
Added support for constructor calls in the NPAPI.
sgjesse@chromium.org
2009-05-27
4
-12
/
+71
*
Re-introduce check for empty handles after calling toString when
kasperl@google.com
2009-05-26
1
-0
/
+4
*
Hook up Context::GetCalling() to V8Proxy.
abarth@chromium.org
2009-05-21
2
-3
/
+23
*
Use upstreamed v8 bindings for V8DOMWindowCustom
japhet@chromium.org
2009-05-20
1
-291
/
+0
*
Remove JSDOMBinding, which is no longer used.
dglazkov@chromium.org
2009-05-20
3
-94
/
+0
*
Fix crash in SVG bindings. We attempted to update the SVGContext for
ager@chromium.org
2009-05-20
1
-0
/
+3
*
Use the upstream version of ScriptController.
levin@chromium.org
2009-05-20
2
-557
/
+0
*
3 Speedups for turning v8 strings into webcore strings
davemoore@chromium.org
2009-05-19
1
-29
/
+31
*
Use upstreamed v8 bindings for CanvasRenderingContext2D
japhet@chromium.org
2009-05-19
1
-416
/
+0
*
Fixed use of uninitialized variable problem in generated bindings. It
plesner@google.com
2009-05-19
1
-2
/
+1
*
Remove local copy of V8MessagePortCustom.cpp now that it has been upstreamed.
levin@chromium.org
2009-05-19
1
-167
/
+0
*
ScriptController.* needs to be reformatted into WebKit style.
levin@chromium.org
2009-05-18
2
-355
/
+213
*
Use the V8Bindings for HTMLSelectElementCollection and HTMLOptionsCollection ...
japhet@chromium.org
2009-05-16
1
-90
/
+0
*
Complete upstreaming V8 DOM Wrapper Map.
dglazkov@chromium.org
2009-05-15
2
-73
/
+1
*
Unfork and remove generate-bindings.pl from our tree.
dglazkov@chromium.org
2009-05-14
1
-69
/
+0
*
Switch to upstream versions of V8DocumentLocationCustom.cpp and V8CanvasPixel...
levin@chromium.org
2009-05-14
2
-121
/
+0
*
Prepare V8MessagePortCustom.cpp for upstreaming to WebKit
levin@chromium.org
2009-05-13
1
-135
/
+63
*
Move Element, Attr, HTMLIFrameElement, HTMLFrameElement out of v8_custom.cpp ...
japhet@chromium.org
2009-05-12
1
-227
/
+0
*
Added type check to SVG operation arguments.
plesner@google.com
2009-05-12
4
-9
/
+51
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
6
-20
/
+52
*
Fix layout test worker-replace-global-constructor.
jianli@chromium.org
2009-05-08
1
-1
/
+1
*
Fix code generator to enable Database support.
dglazkov@google.com
2009-05-07
1
-1
/
+4
*
WebKit Merge 43346:43361, Chromium side.
dglazkov@google.com
2009-05-07
3
-1
/
+9
*
Fix up V8 bindings code generator to allow unforking window.top part of DOMWi...
dglazkov@google.com
2009-05-07
1
-2
/
+11
*
Forget V8Object before removing it from g_live_objects set can cause a crash ...
fqian@google.com
2009-05-07
1
-1
/
+1
*
Chrome-side of WebKit merge 43321:43346
darin@chromium.org
2009-05-07
1
-22
/
+0
*
Fix crash when attempting to construct XMLHttpRequest object in a
ager@chromium.org
2009-05-07
1
-1
/
+2
*
Fix regression in security checks introduced by WebKit merge
ager@chromium.org
2009-05-07
1
-6
/
+0
*
Chrome-side of WebKit merge 43242:43321
darin@chromium.org
2009-05-06
1
-2
/
+1
*
Changes for upstreaming V8DocumentLocationCustom.cpp.
levin@chromium.org
2009-05-06
2
-23
/
+58
*
Chrome changes for WebKit merge 43114:43242
darin@chromium.org
2009-05-05
3
-2
/
+5
[next]