summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/bindings/core
Commit message (Expand)AuthorAgeFilesLines
* Revalidate using the same Resource, attempt #4japhet2015-10-232-1/+2
* Reland "Don't report promise rejection events during the microtask checkpoint"jochen2015-10-236-28/+101
* Add EventListenerOptions implementation.dtapuska2015-10-221-4/+101
* bindings: Fixes a typo (s/frame/frameElement/).yukishiino2015-10-201-1/+1
* Oilpan: Move Heap::GCReason to BlinkGC.hharaken2015-10-202-10/+10
* Usage counter for add/removeEventListener third argument.dtapuska2015-10-191-0/+8
* PrivateScriptRunner::installClassIfNeeded should not run for a null frameharaken2015-10-191-0/+3
* Revert of Revalidate using the same Resource, attempt #3 (patchset #2 id:2000...kbr2015-10-192-2/+1
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-175-6/+6
* Remove a bunch of dead code from WebBindings.esprehn2015-10-173-68/+11
* Revalidate using the same Resource, attempt #3japhet2015-10-162-1/+2
* Oilpan: Factor out GC-related enum definitions to BlinkGC.hharaken2015-10-152-12/+12
* Place RELEASE_ASSERTs to diagnose ScriptPromiseProperty crashesyhirano2015-10-152-2/+22
* Revert of Revert "Post loading tasks on the appropriate WebFrameScheduler's q...treib2015-10-143-24/+35
* Make StringImpl's content immutablehajimehoshi2015-10-141-3/+2
* Revert "Post loading tasks on the appropriate WebFrameScheduler's queue."treib2015-10-143-35/+24
* Devtools: Add test on resume button in InspectorOverlaysergeyv2015-10-092-3/+3
* Reland "Remove IdleNotification call in the main thread of foreground tab."ulan2015-10-081-19/+0
* Detach the frame earlier in WebFrame::swap to avoidalexmos2015-10-084-14/+29
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-073-24/+35
* Oilpan: Force a page navigation GC before starting a V8 GCharaken2015-10-061-8/+1
* bindings: Implements the named properties object (WindowProperties).yukishiino2015-10-061-1/+7
* Reland: Store |detail| as a hidden value of custom event wrappersbashi2015-10-061-3/+65
* DevTools: add instrumentation for script compilationcaseq2015-10-052-2/+2
* Oilpan: Don't limit the number of wrappers collected in minor GC cyclesharaken2015-10-051-0/+10
* Revert of Don't report promise rejection events during the microtask checkpoi...yosin2015-10-056-72/+19
* Revert of Oilpan: fix build after r352251. (patchset #1 id:1 of https://coder...yosin2015-10-052-20/+9
* Oilpan: Add !ENABLE(OILPAN) to V8GCController::reportDOMMemoryUsageToV8haraken2015-10-051-0/+5
* Oilpan: fix build after r352251.sigbjornf2015-10-042-9/+20
* Don't report promise rejection events during the microtask checkpointjochen2015-10-036-19/+72
* Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...dmurph2015-10-023-35/+24
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-023-24/+35
* bindings: Reduces the custom registration of methods.yukishiino2015-10-025-41/+82
* Oilpan: Call Heap::increaseCollectedWrapperCount when a wrapper gets destructedharaken2015-10-021-0/+2
* Revert of Store |detail| as a hidden value of custom event wrappers (patchset...wangxianzhu2015-10-011-52/+3
* Oilpan: Unconditionally call completeSweep() before starting a V8 GCharaken2015-10-011-5/+10
* Oilpan: Rename 'persistentCount' to 'wrapperCount'haraken2015-10-011-3/+3
* Get the DOMWindow directly from the context in the wrapper creation contextjochen2015-09-301-1/+1
* Store |detail| as a hidden value of custom event wrappersbashi2015-09-291-3/+52
* Non-Oilpan Memory: Fix HTMLViewSourceDocument and WebLeakDetector.loyso@chromium.org2015-09-222-0/+8
* Oilpan: Add ThreadState::current() checks to gcPrologue/gcEpilogueharaken@chromium.org2015-09-181-4/+8
* [DevTools] Add async stack for console messages with empty stackkozyatinskiy@chromium.org2015-09-173-24/+9
* bindings/oilpan: Stops casting to ScriptWrappable* in DOMWrapperMap.yukishiino@chromium.org2015-09-175-56/+38
* Do not try to access the SecurityOrigin of a remote frame.epertoso@chromium.org2015-09-161-4/+1
* Modifies WindowProxy::setSecurityToken so that the frame's SecurityOrigin is ...epertoso@chromium.org2015-09-152-2/+19
* Enable referrer setting via RequestInityhirano@chromium.org2015-09-151-1/+1
* Rethrow cross-site exceptions as security errorsjochen@chromium.org2015-09-142-2/+32
* First version of PerformanceObservermpb@chromium.org2015-09-115-0/+170
* bindings/oilpan: Stops using ScriptWrappable pointers already collected by GC.yukishiino@chromium.org2015-09-112-19/+39
* Revert of Remove IdleNotification call in the main thread of foreground tab. ...ulan@chromium.org2015-09-111-0/+19