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
/
third_party
/
WebKit
/
Source
/
bindings
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revalidate using the same Resource, attempt #4
japhet
2015-10-23
2
-1
/
+2
*
Reland "Don't report promise rejection events during the microtask checkpoint"
jochen
2015-10-23
6
-28
/
+101
*
Add EventListenerOptions implementation.
dtapuska
2015-10-22
1
-4
/
+101
*
bindings: Fixes a typo (s/frame/frameElement/).
yukishiino
2015-10-20
1
-1
/
+1
*
Oilpan: Move Heap::GCReason to BlinkGC.h
haraken
2015-10-20
2
-10
/
+10
*
Usage counter for add/removeEventListener third argument.
dtapuska
2015-10-19
1
-0
/
+8
*
PrivateScriptRunner::installClassIfNeeded should not run for a null frame
haraken
2015-10-19
1
-0
/
+3
*
Revert of Revalidate using the same Resource, attempt #3 (patchset #2 id:2000...
kbr
2015-10-19
2
-2
/
+1
*
Rename FROM_HERE to BLINK_FROM_HERE.
jbroman
2015-10-17
5
-6
/
+6
*
Remove a bunch of dead code from WebBindings.
esprehn
2015-10-17
3
-68
/
+11
*
Revalidate using the same Resource, attempt #3
japhet
2015-10-16
2
-1
/
+2
*
Oilpan: Factor out GC-related enum definitions to BlinkGC.h
haraken
2015-10-15
2
-12
/
+12
*
Place RELEASE_ASSERTs to diagnose ScriptPromiseProperty crashes
yhirano
2015-10-15
2
-2
/
+22
*
Revert of Revert "Post loading tasks on the appropriate WebFrameScheduler's q...
treib
2015-10-14
3
-24
/
+35
*
Make StringImpl's content immutable
hajimehoshi
2015-10-14
1
-3
/
+2
*
Revert "Post loading tasks on the appropriate WebFrameScheduler's queue."
treib
2015-10-14
3
-35
/
+24
*
Devtools: Add test on resume button in InspectorOverlay
sergeyv
2015-10-09
2
-3
/
+3
*
Reland "Remove IdleNotification call in the main thread of foreground tab."
ulan
2015-10-08
1
-19
/
+0
*
Detach the frame earlier in WebFrame::swap to avoid
alexmos
2015-10-08
4
-14
/
+29
*
Post loading tasks on the appropriate WebFrameScheduler's queue.
alexclarke
2015-10-07
3
-24
/
+35
*
Oilpan: Force a page navigation GC before starting a V8 GC
haraken
2015-10-06
1
-8
/
+1
*
bindings: Implements the named properties object (WindowProperties).
yukishiino
2015-10-06
1
-1
/
+7
*
Reland: Store |detail| as a hidden value of custom event wrappers
bashi
2015-10-06
1
-3
/
+65
*
DevTools: add instrumentation for script compilation
caseq
2015-10-05
2
-2
/
+2
*
Oilpan: Don't limit the number of wrappers collected in minor GC cycles
haraken
2015-10-05
1
-0
/
+10
*
Revert of Don't report promise rejection events during the microtask checkpoi...
yosin
2015-10-05
6
-72
/
+19
*
Revert of Oilpan: fix build after r352251. (patchset #1 id:1 of https://coder...
yosin
2015-10-05
2
-20
/
+9
*
Oilpan: Add !ENABLE(OILPAN) to V8GCController::reportDOMMemoryUsageToV8
haraken
2015-10-05
1
-0
/
+5
*
Oilpan: fix build after r352251.
sigbjornf
2015-10-04
2
-9
/
+20
*
Don't report promise rejection events during the microtask checkpoint
jochen
2015-10-03
6
-19
/
+72
*
Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...
dmurph
2015-10-02
3
-35
/
+24
*
Post loading tasks on the appropriate WebFrameScheduler's queue.
alexclarke
2015-10-02
3
-24
/
+35
*
bindings: Reduces the custom registration of methods.
yukishiino
2015-10-02
5
-41
/
+82
*
Oilpan: Call Heap::increaseCollectedWrapperCount when a wrapper gets destructed
haraken
2015-10-02
1
-0
/
+2
*
Revert of Store |detail| as a hidden value of custom event wrappers (patchset...
wangxianzhu
2015-10-01
1
-52
/
+3
*
Oilpan: Unconditionally call completeSweep() before starting a V8 GC
haraken
2015-10-01
1
-5
/
+10
*
Oilpan: Rename 'persistentCount' to 'wrapperCount'
haraken
2015-10-01
1
-3
/
+3
*
Get the DOMWindow directly from the context in the wrapper creation context
jochen
2015-09-30
1
-1
/
+1
*
Store |detail| as a hidden value of custom event wrappers
bashi
2015-09-29
1
-3
/
+52
*
Non-Oilpan Memory: Fix HTMLViewSourceDocument and WebLeakDetector.
loyso@chromium.org
2015-09-22
2
-0
/
+8
*
Oilpan: Add ThreadState::current() checks to gcPrologue/gcEpilogue
haraken@chromium.org
2015-09-18
1
-4
/
+8
*
[DevTools] Add async stack for console messages with empty stack
kozyatinskiy@chromium.org
2015-09-17
3
-24
/
+9
*
bindings/oilpan: Stops casting to ScriptWrappable* in DOMWrapperMap.
yukishiino@chromium.org
2015-09-17
5
-56
/
+38
*
Do not try to access the SecurityOrigin of a remote frame.
epertoso@chromium.org
2015-09-16
1
-4
/
+1
*
Modifies WindowProxy::setSecurityToken so that the frame's SecurityOrigin is ...
epertoso@chromium.org
2015-09-15
2
-2
/
+19
*
Enable referrer setting via RequestInit
yhirano@chromium.org
2015-09-15
1
-1
/
+1
*
Rethrow cross-site exceptions as security errors
jochen@chromium.org
2015-09-14
2
-2
/
+32
*
First version of PerformanceObserver
mpb@chromium.org
2015-09-11
5
-0
/
+170
*
bindings/oilpan: Stops using ScriptWrappable pointers already collected by GC.
yukishiino@chromium.org
2015-09-11
2
-19
/
+39
*
Revert of Remove IdleNotification call in the main thread of foreground tab. ...
ulan@chromium.org
2015-09-11
1
-0
/
+19
[next]