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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement and refactor some test shell functions and enable a test.
estade@chromium.org
2008-11-05
1
-2
/
+3
*
Fix two issues with window.location:
ager@google.com
2008-11-04
1
-7
/
+19
*
Revert changes in issue 9247.
fqian@google.com
2008-11-03
2
-1
/
+3
*
Fix Selenium tests
dglazkov@google.com
2008-11-03
3
-30
/
+31
*
Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().
fqian@google.com
2008-11-03
2
-3
/
+1
*
Updated project files and added V8 bindings for HTML5 media/audio/video/sourc...
scherkus@chromium.org
2008-10-31
4
-3
/
+59
*
Fix the JSC build.
darin@chromium.org
2008-10-31
1
-0
/
+70
*
Split the NONNODE_WRAPPER_TYPES into two parts
mbelshe@google.com
2008-10-31
1
-3
/
+9
*
Landing 36102:37604 merge on trunk
dglazkov@google.com
2008-10-30
16
-544
/
+586
*
Change the fatal error handler to no longer return to V8. It will now crash
sgjesse@chromium.org
2008-10-28
1
-8
/
+8
*
Update V8 in Chromium and fix compilation errors
kasperl@google.com
2008-10-23
3
-18
/
+19
*
Second part of split window support in the binding part.
fqian@google.com
2008-10-22
8
-262
/
+352
*
Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).
ojan@google.com
2008-10-20
5
-90
/
+85
*
Rollback 3612 abd 3613 to fix mac build. TBR.
ojan@google.com
2008-10-20
5
-79
/
+84
*
what Use third_party/WebKit plugin, pluginarray, mimetype and
ojan@google.com
2008-10-20
5
-84
/
+79
*
Implement ScriptCallContext (3/2)This is an improved (and working!) revision ...
dglazkov@google.com
2008-10-17
2
-9
/
+82
*
Backing out ScriptCallContext
dglazkov@google.com
2008-10-17
2
-82
/
+9
*
Implement ScriptCallContext (2/2)
dglazkov@google.com
2008-10-17
2
-9
/
+82
*
Hook up skia + v8 bindings for getImageData(), putImageData().
ericroman@google.com
2008-10-16
4
-15
/
+95
*
Try to fix V8 build bustage; this change to the file got dropped during my fi...
pkasting@chromium.org
2008-10-15
1
-0
/
+1
*
Fork ScriptController into KJS- and V8-specific versions. The KJS files alre...
pkasting@chromium.org
2008-10-15
2
-0
/
+879
*
Fixing a layout test by introducing support for SVG tags altGlyph and glyph.
olehougaard@google.com
2008-10-15
3
-0
/
+6
*
Fix a number of layout tests.
ager@google.com
2008-10-14
7
-119
/
+244
*
Fix for issue 81
olehougaard@google.com
2008-10-14
1
-4
/
+13
*
enable v8bindings warnings
tc@google.com
2008-10-11
4
-10
/
+17
*
Unfork Clipboard.idl and implement the remaining custom methods.
ager@google.com
2008-10-10
2
-17
/
+93
*
Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is
ananta@chromium.org
2008-10-09
1
-1
/
+24
*
WebKit merge hits the SCons build, the sequel:
sgk@google.com
2008-10-09
1
-1
/
+1
*
Revert r3074 due to Mac build bustage
mark@chromium.org
2008-10-09
1
-22
/
+1
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which
ananta@chromium.org
2008-10-08
1
-1
/
+22
*
Add some missing bindings for canvas.
ericroman@google.com
2008-10-08
1
-2
/
+48
*
Follow http://trac.webkit.org/changeset/34506 and pass the active
ager@google.com
2008-10-08
1
-1
/
+2
*
Sort headers in v8_custom.cpp. Just a style cleanup.
tc@google.com
2008-10-08
1
-26
/
+24
*
Fix 3 layout tests, annotate 3 others.
ericroman@google.com
2008-10-07
2
-13
/
+0
*
Generate V8WebKitCSSKeyframe(s)Rule and fix CSSRuleToV8Object to
ager@google.com
2008-10-07
3
-23
/
+34
*
Wires up indexed getter for CSSVariablesDeclaration.
sky@google.com
2008-10-06
1
-0
/
+4
*
Fix V8EventListener leak.
mbelshe@google.com
2008-10-06
5
-46
/
+73
*
use PassRefPtr for event creation rather than naked
mbelshe@google.com
2008-10-03
2
-6
/
+6
*
Let's try this again. The regressions were caused by an incorrect use
ager@google.com
2008-10-03
2
-4
/
+24
*
Fixes a handful of broken tests after the merge that resulted from us
sky@google.com
2008-10-03
3
-0
/
+7
*
Revert the wrapper context change since it caused layout test
ager@google.com
2008-10-02
1
-18
/
+0
*
Create node wrappers in the context to which the nodes belong instead
ager@google.com
2008-10-02
1
-0
/
+18
*
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
tc@google.com
2008-10-01
18
-1080
/
+2271
*
Wow, it's been a while since we cleaned EOL.
maruel@google.com
2008-09-25
1
-259
/
+259
*
Fixed mis-used inline keyword in v8_proxy.h file. Linux build is broken becau...
fqian@google.com
2008-09-23
2
-21
/
+15
*
Use static type information from IDL to streamline the wrapping and unwrappin...
fqian@google.com
2008-09-23
9
-379
/
+520
*
Unignore most warnings on POSIX in build/SConscript.main.
evanm@google.com
2008-09-16
2
-14
/
+24
*
Fix the issue http://code.google.com/p/v8/issues/detail?id=43
fqian@google.com
2008-09-15
1
-16
/
+16
*
I took the patch from bill.neubauer@gmail.com (http://codereview.chromium.org...
fqian@google.com
2008-09-12
1
-2
/
+2
*
Fix issue 580 that JavaScript cannot talk to Java applets.
fqian@google.com
2008-09-10
1
-3
/
+3
[next]