summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/bindings
Commit message (Expand)AuthorAgeFilesLines
* Unify Resource loading status trackingjaphet2016-03-251-2/+2
* Handle the case where the v8 scriptable object has a property defined with va...j.isorce2016-03-251-1/+1
* Show v8.parseOnBackground in DevTools Timelinehoro2016-03-253-1/+14
* Revert NotImplemented() changes in r383029 and r383047.Dirk Pranke2016-03-241-2/+3
* Remove platform/NotImplemented.*.tkent2016-03-241-3/+2
* Rename ASSERT_AT to DCHECK_AT, and re-implement it with base/logging.*.tkent2016-03-241-3/+3
* DevTools: Add functionName to FunctionCall event.alph2016-03-233-81/+1
* Remove RELEASE_ASSERT_NOT_REACHED().tkent2016-03-233-16/+16
* bindings: Removes a wrong ASSERT: Exception must be thrown across origins.yukishiino2016-03-231-1/+1
* Introduce PaintWorkletGlobalScope, rename renderWorklet attribute to paintWor...ikilpatrick2016-03-231-0/+1
* Move ReadableStreamOperations files from bindings to core/streamsyhirano2016-03-224-499/+0
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-227-7/+0
* Revert to using ForceSet for installing the document property for nowjochen2016-03-211-1/+2
* Push ScriptWrappable inheritance down from SVGAnimatedPropertyBasefs2016-03-211-20/+0
* [v8 gc] Introduce a base class for all objects that can have pending activityjochen2016-03-2157-59/+241
* Rename Init.h to CoreInitializer.h, and InitModules.h to ModuleInitializer.hharaken2016-03-192-2/+2
* [Worklets] Add basic debugging to main thread worklets.ikilpatrick2016-03-183-2/+20
* [DevTools] Move evaluateOnCallFrame to nativekozyatinskiy2016-03-171-8/+6
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-1610-153/+156
* Add unicode flag to blink::ScriptRegexp, and measure incompatibility for |pat...tkent2016-03-162-2/+9
* [bindings] remove @@iterator from Windowcaitpotter882016-03-163-11/+1
* Use v8::Template::SetNativeDataProperty without setter for [Replaceable].yukishiino2016-03-1615-233/+87
* Include platform/RuntimeEnabledFeature.h if a dictionary hasperia2016-03-162-3/+12
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-159-154/+153
* [bindings] ship "IterableCollections"caitpotter882016-03-154-11/+3
* Add convenience method to return promises resolved with undefined.guidou2016-03-152-0/+8
* [DevTools] Removed __defineGetter__ from InjectedScriptSource.jskozyatinskiy2016-03-151-3/+14
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-149-153/+154
* [DevTools] Do not instrument context creation through InspectorRuntimeAgent.dgozman2016-03-111-3/+2
* Remove initializeWithoutV8 and shutdownWithoutV8haraken2016-03-111-1/+1
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-119-128/+49
* Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initializeharaken2016-03-101-0/+7
* Finish completeSweep before shutting down V8haraken2016-03-101-4/+3
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...tsergeant2016-03-109-49/+128
* blink: Rename bindings/ methods to prefix with get when they collide.danakj2016-03-0913-100/+100
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-0960-314/+314
* Move code to register Oilpan's interruptor to V8Initializer::initializeharaken2016-03-091-0/+5
* Lookup global proxy directly from WindowProxy in V8 bindings.dcheng2016-03-093-7/+13
* V8 Bindings: Don't attempt to set an empty V8HiddenValuejsbell2016-03-091-0/+2
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-099-128/+49
* Introduce V8Initializer::initializeMainThread/shutdownMainThreadharaken2016-03-082-7/+11
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...nyquist2016-03-089-49/+128
* Add thread affinity and ASSERT() for same-thread restriction to WTF::Functionhiroshige2016-03-072-2/+2
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-079-128/+49
* Pointerevent capture APIsnzolghadr2016-03-071-0/+3
* WTF::HashTable: Implement move semantics for keys and values.yutak2016-03-071-1/+1
* binding: Removes unnecessary aliasing in V8Binding.hyukishiino2016-03-071-5/+3
* bindings: Remove the hidden prototype from HTMLDocument.yukishiino2016-03-073-35/+1
* Stop scheduling a precise GC in a GC callback of v8::LowMemoryNotificationharaken2016-03-071-2/+15
* Measure the many aspects of HTMLAllCollectionphilipj2016-03-061-7/+23