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
*
Save ~150k on a Linux release build by not inlining DOMWrapperToNode.
deanm@chromium.org
2009-04-21
2
-9
/
+17
*
- Exteranalize strings but not the results of toString() on non-strings.
davemoore@chromium.org
2009-04-21
2
-13
/
+22
*
Fix UMR, created by the merge.
dglazkov@google.com
2009-04-20
1
-1
/
+1
*
WebKit Merge 42609:42671, Chromium Side
dglazkov@google.com
2009-04-20
7
-29
/
+12
*
Null check V8 proxy before clearing it in out of memory situations.
ager@chromium.org
2009-04-20
1
-4
/
+6
*
Unfork Inspector, Chromium side.
dglazkov@google.com
2009-04-17
4
-1
/
+18
*
Quickfix to the v8 code generator to properly handle combination of "CustomGe...
ericroman@google.com
2009-04-17
1
-0
/
+8
*
WebKit Merge 42580:42609, Chromium side.
dglazkov@google.com
2009-04-17
2
-2
/
+2
*
Chrome side of webkit merge from 42547 to 42580.
tc@google.com
2009-04-16
4
-24
/
+2
*
Make HTMLSelectElement and HTMLOptionsCollection return collections of options
davemoore@chromium.org
2009-04-16
3
-9
/
+35
*
Chromium side of webkit merge 42440:42523.
ericroman@google.com
2009-04-15
1
-3
/
+3
*
Reverting 13760.
davemoore@chromium.org
2009-04-15
3
-34
/
+9
*
Make HTMLSelectElement and HTMLOptionsCollection return collections of options
davemoore@chromium.org
2009-04-15
3
-9
/
+34
*
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
*
Fix worker constructor so that nested worker can be created.
jianli@chromium.org
2009-04-13
1
-6
/
+13
*
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 of WEbKit merge 42244:42287.
brettw@chromium.org
2009-04-08
1
-2
/
+10
*
Chrome side change to use V8EventListenerList from upstream. This involves re...
jianli@chromium.org
2009-04-03
2
-114
/
+1
*
Implement custom methods for some Node dom calls
mbelshe@google.com
2009-04-01
1
-2
/
+5
*
Keep JS wrappers for non-node objects associated with a DOMWindow
ager@chromium.org
2009-04-01
2
-7
/
+64
*
Reland changes to fix the problem that DOM object is deleted in the GC thread...
jianli@chromium.org
2009-03-29
4
-382
/
+218
*
Search box support, Chromium side.BUG=9210
pkasting@chromium.org
2009-03-27
1
-1
/
+1
*
Start using the upstream versions of V8NodeFilter and V8XML*.
levin@chromium.org
2009-03-27
8
-1083
/
+1
*
Speedup event performance by caching V8EventListener on the wrapped object.
asargent@chromium.org
2009-03-26
2
-27
/
+120
*
Fix window.history GC issue. Since the history object is not part of
ager@chromium.org
2009-03-26
2
-14
/
+27
*
Revert change 12507 and 12532 because it breaks the
nsylvain@chromium.org
2009-03-26
5
-787
/
+388
*
Fix the problem that DOM object is deleted in the GC thread, not owning thread.
jianli@chromium.org
2009-03-25
5
-388
/
+787
*
Fix data url security tests.
ager@chromium.org
2009-03-25
1
-4
/
+7
*
Start using upstreamed worker files and remove the old ones from webkit/port.
dimich@google.com
2009-03-24
4
-642
/
+0
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
2
-12
/
+28
*
Chrome side of webkit merge from r41860 to 41906.
tc@google.com
2009-03-23
2
-2
/
+2
*
Back out string morphing.
mbelshe@google.com
2009-03-23
1
-5
/
+10
*
Rework the v8 binding string handling to be more efficient.
mbelshe@google.com
2009-03-23
2
-79
/
+128
*
Change chromium to use the V8Collection from WebKit/WebCore/bindings/v8.
levin@chromium.org
2009-03-23
2
-192
/
+1
*
Hook up V8 Database Bindings.
dglazkov@google.com
2009-03-22
5
-3
/
+29
*
Remove the DOM constructor cache and instead use an object wrapper prototype
mbelshe@google.com
2009-03-20
2
-63
/
+76
*
Preupstreaming cleanup for xhr (part 2):
levin@chromium.org
2009-03-20
5
-325
/
+492
*
Pre-upstreaming style changes to match webkit style.
levin@chromium.org
2009-03-19
3
-761
/
+743
*
Enable IDL attribute [V8ReadOnly] to have the same
mbelshe@google.com
2009-03-19
1
-3
/
+4
*
Linux: fix include filename case
agl@chromium.org
2009-03-19
1
-2
/
+2
*
Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled...
dimich@google.com
2009-03-19
2
-5
/
+5
*
Unfork WebInspector frontend take 2: New DEPS and webkit/...
pfeldman@chromium.org
2009-03-18
1
-0
/
+9
*
Add a handle scope to V8Proxy::initContextIfNeeded.
ager@chromium.org
2009-03-18
1
-1
/
+4
*
Revert the src/webkit part of r11958 since it broke the build.
maruel@chromium.org
2009-03-18
1
-9
/
+0
*
Unfork WebInspector frontend.
pfeldman@chromium.org
2009-03-18
1
-0
/
+9
*
Make worker constructor return error if it is enabled by the flag.
jianli@chromium.org
2009-03-18
3
-0
/
+22
*
Pre-upstream cleaning of files - changing them to follow WebKit coding style.
dimich@google.com
2009-03-17
4
-448
/
+416
*
Get v8_collection.h to match webkit coding standards in
levin@chromium.org
2009-03-17
2
-237
/
+205
[next]