haikuwebkit/Source/WebCore/bindings/js
Adrien Destugues 0195b40b77 Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
..
BufferSource.h
CachedModuleScriptLoader.cpp JS Modules in Workers 2021-02-20 20:28:27 +00:00
CachedModuleScriptLoader.h JS Modules in Workers 2021-02-20 20:28:27 +00:00
CachedScriptFetcher.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CachedScriptFetcher.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
CachedScriptSourceProvider.h Clean up SourceProvider and add caller relative load script to jsc.cpp 2020-07-13 17:35:35 +00:00
CommonVM.cpp All Books quirks are flakily not applied in modern WebKit 2021-03-25 10:14:43 +00:00
CommonVM.h
DOMGCOutputConstraint.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
DOMGCOutputConstraint.h Implement a GC verifier. 2021-02-19 15:51:15 +00:00
DOMPromiseProxy.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
DOMWrapperWorld.cpp
DOMWrapperWorld.h [WebIDL] Realign our IDL extended attribute names with those specified in WebIDL 2020-09-05 17:14:23 +00:00
ExceptionDetails.h App-bound JavaScript and Navigation failures should have specific error codes. 2020-06-30 22:21:34 +00:00
GCController.cpp
GCController.h
IDBBindingUtilities.cpp Introduce a shared IDB serialization thread 2021-06-03 04:57:45 +00:00
IDBBindingUtilities.h Introduce a shared IDB serialization thread 2021-06-03 04:57:45 +00:00
JSAbortSignalCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSAbstractRangeCustom.cpp Add AbstractRange 2020-10-17 20:33:53 +00:00
JSAnimationEffectCustom.cpp
JSAnimationTimelineCustom.cpp
JSAttrCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSAudioBufferCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSAudioNodeCustom.cpp Misc GCC warning cleanup 2021-05-14 05:53:12 +00:00
JSAudioWorkletProcessorCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSAuthenticatorResponseCustom.cpp
JSBaseAudioContextCustom.cpp Potential crash under BaseAudioContext's toJSNewlyCreated() 2021-02-05 00:15:30 +00:00
JSBasicCredentialCustom.cpp
JSBlobCustom.cpp
JSCSSRuleCustom.cpp [css-counter-styles] Parse and add feature flag for @counter-style 2021-04-16 19:19:04 +00:00
JSCSSRuleCustom.h
JSCSSRuleListCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSCSSStyleDeclarationCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSCSSStyleDeclarationCustom.h
JSCSSStyleValueCustom.cpp Removal of "TypedOM" prefix for CSSOM Object names 2021-08-12 15:47:18 +00:00
JSCallbackData.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSCallbackData.h Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSCanvasRenderingContext2DCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSCustomElementInterface.cpp Crash in constructCustomElementSynchronously 2021-04-23 23:45:57 +00:00
JSCustomElementInterface.h
JSCustomElementRegistryCustom.cpp Resolve with the class used to define the Custom Element 2020-08-25 21:22:12 +00:00
JSCustomEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSDOMAbstractOperations.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMAttribute.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSDOMBinding.h
JSDOMBindingInternals.js
JSDOMBindingSecurity.cpp Rename SecurityOrigin's canAccess() to isSameOriginDomain() to match HTML specification naming 2021-02-10 00:15:44 +00:00
JSDOMBindingSecurity.h
JSDOMBindingSecurityInlines.h Add fast-path for binding security check of DOMWindow 2021-06-11 21:21:31 +00:00
JSDOMBuiltinConstructor.h Unreviewed, reverting r279546, r279554, r279558 and r279567. 2021-07-07 03:12:05 +00:00
JSDOMBuiltinConstructorBase.cpp Missing scope release in JSDOMBuiltinConstructorBase 2021-04-01 01:38:03 +00:00
JSDOMBuiltinConstructorBase.h Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSDOMCastThisValue.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSDOMConstructor.h Unreviewed, reverting r279546, r279554, r279558 and r279567. 2021-07-07 03:12:05 +00:00
JSDOMConstructorBase.cpp [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging 2020-09-25 21:32:22 +00:00
JSDOMConstructorBase.h [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging 2020-09-25 21:32:22 +00:00
JSDOMConstructorNotCallable.h Unreviewed, reverting r279546, r279554, r279558 and r279567. 2021-07-07 03:12:05 +00:00
JSDOMConstructorNotConstructable.h Unreviewed, reverting r279546, r279554, r279558 and r279567. 2021-07-07 03:12:05 +00:00
JSDOMConstructorWithDocument.cpp
JSDOMConstructorWithDocument.h
JSDOMConvert.h Reduce the amount of custom binding code for JSXPathNSResolver 2020-08-07 19:27:56 +00:00
JSDOMConvertAny.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMConvertBase.h [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
JSDOMConvertBoolean.h
JSDOMConvertBufferSource.h Add BigInt64Array and BigUint64Array support to crypto.getRandomValues 2021-07-09 16:02:33 +00:00
JSDOMConvertCallbacks.h
JSDOMConvertDate.cpp [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
JSDOMConvertDate.h Allow IDL `Date` to be parsed from a string in addition to a number and actual JS `Date` 2021-03-02 23:47:36 +00:00
JSDOMConvertDictionary.h
JSDOMConvertEnumeration.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMConvertEventListener.h
JSDOMConvertIndexedDB.h Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSDOMConvertInterface.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMConvertJSON.h
JSDOMConvertNull.h
JSDOMConvertNullable.h [WebIDL] Realign our IDL extended attribute names with those specified in WebIDL 2020-09-05 17:14:23 +00:00
JSDOMConvertNumbers.cpp [ macOS debug arm64 ]fast/dom/Range/compareBoundaryPoints-compareHow-exception.html is a constant text failure 2021-03-11 09:10:33 +00:00
JSDOMConvertNumbers.h [WebIDL] Assigning a value outside the float range to a 'float' attribute should throw a TypeError 2021-06-19 02:16:19 +00:00
JSDOMConvertObject.h
JSDOMConvertPromise.h
JSDOMConvertRecord.h [WebIDL] Fix convertRecord() to throw on enumerable symbol |key| 2021-03-17 16:01:40 +00:00
JSDOMConvertScheduledAction.h
JSDOMConvertSequences.h ASSERTION FAILED: !m_needExceptionCheck while converting IDLSequence<T> 2021-05-04 06:34:16 +00:00
JSDOMConvertSerializedScriptValue.h
JSDOMConvertStrings.cpp XHR.send(Document) should replace mismatched surrogates with replacement character before sending 2021-07-22 17:44:34 +00:00
JSDOMConvertStrings.h XHR.send(Document) should replace mismatched surrogates with replacement character before sending 2021-07-22 17:44:34 +00:00
JSDOMConvertUnion.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMConvertVariadic.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDOMConvertWebGL.cpp Support WEBGL_multi_draw extension 2021-01-21 01:42:45 +00:00
JSDOMConvertWebGL.h
JSDOMConvertXPathNSResolver.h Reduce the amount of custom binding code for JSXPathNSResolver 2020-08-07 19:27:56 +00:00
JSDOMExceptionHandling.cpp Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
JSDOMExceptionHandling.h Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
JSDOMGlobalObject.cpp ReadableStream's pipeTo() and pipeThrough() don't properly check for AbortSignal 2021-08-04 04:49:52 +00:00
JSDOMGlobalObject.h [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
JSDOMGlobalObjectInlines.h Use DOMConstructor array instead of HashMap since window constructor property access is critical 2021-06-12 01:20:38 +00:00
JSDOMGlobalObjectTask.cpp Fix exception assertions in light of the TerminationException. 2021-04-28 17:13:40 +00:00
JSDOMGlobalObjectTask.h
JSDOMGuardedObject.cpp Stop using UncheckedLock in JSDOMGlobalObject 2021-05-28 23:53:25 +00:00
JSDOMGuardedObject.h Stop using UncheckedLock in JSDOMGlobalObject 2021-05-28 23:53:25 +00:00
JSDOMIterator.cpp
JSDOMIterator.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
JSDOMLegacyFactoryFunction.h [JSC] Introduce JITOperationList to validate JIT-caged pointers 2020-10-03 23:51:12 +00:00
JSDOMMapLike.cpp Speculative fix for failed scope.releaseAssertNoException() after calls to JSMap::create(). 2021-07-14 22:10:35 +00:00
JSDOMMapLike.h
JSDOMOperation.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSDOMOperationReturningPromise.h Use the PropertyName parameter passed to custom getters/setters rather than a redundant const char* in DOM attribute prologues 2021-03-22 19:01:56 +00:00
JSDOMPromise.cpp Introduce VM::hasPendingTerminationException() to make code a little more terse. 2021-05-06 03:37:15 +00:00
JSDOMPromise.h Monitor the case of a fetch event not able to register to the respondWith promise 2020-07-24 17:18:20 +00:00
JSDOMPromiseDeferred.cpp Add missing exception checks in ScriptModuleLoader and JSDOMPromiseDeferred. 2021-06-23 16:25:52 +00:00
JSDOMPromiseDeferred.h Add missing exception checks in ScriptModuleLoader and JSDOMPromiseDeferred. 2021-06-23 16:25:52 +00:00
JSDOMQuadCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSDOMSetLike.cpp Fix exception assertions in light of the TerminationException. 2021-04-28 17:13:40 +00:00
JSDOMSetLike.h
JSDOMWindowBase.cpp [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
JSDOMWindowBase.h [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
JSDOMWindowCustom.cpp [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
JSDOMWindowCustom.h
JSDOMWindowProperties.cpp Align internal methods of WindowProperties object with the spec 2021-05-20 22:14:40 +00:00
JSDOMWindowProperties.h Align internal methods of WindowProperties object with the spec 2021-05-20 22:14:40 +00:00
JSDOMWrapper.cpp
JSDOMWrapper.h
JSDOMWrapperCache.cpp Stop using UncheckedLock in JSDOMGlobalObject 2021-05-28 23:53:25 +00:00
JSDOMWrapperCache.h Stop using UncheckedLock in JSDOMGlobalObject 2021-05-28 23:53:25 +00:00
JSDeprecatedCSSOMValueCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSDocumentCustom.cpp [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSDocumentCustom.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSDocumentFragmentCustom.cpp
JSElementCustom.cpp
JSElementCustom.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSErrorEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSErrorHandler.cpp window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
JSErrorHandler.h
JSEventCustom.cpp Non-unified build fixes, late October 2020 edition 2020-10-20 22:06:33 +00:00
JSEventCustom.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSEventListener.cpp Location.href setter uses wrong window to resolve relative URLs 2021-07-27 01:07:59 +00:00
JSEventListener.h Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSEventTargetCustom.cpp [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSEventTargetCustom.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSExecState.cpp
JSExecState.h Should clear exception after microtask draining 2020-07-16 06:32:56 +00:00
JSExecStateInstrumentation.h
JSExtendableMessageEventCustom.cpp
JSFetchEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSFileSystemEntryCustom.cpp
JSHTMLAllCollectionCustom.cpp Non-unified build fixes mid January 2021 edition 2021-01-12 22:07:59 +00:00
JSHTMLCanvasElementCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSHTMLCollectionCustom.cpp
JSHTMLDocumentCustom.cpp
JSHTMLElementCustom.cpp [JSC] Throw TypeError when getFunctionRealm hits revoked Proxy 2021-03-01 19:21:41 +00:00
JSHTMLTemplateElementCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSHistoryCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSIDBCursorCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBCursorWithValueCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBIndexCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBObjectStoreCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBRequestCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBSerializationGlobalObject.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBSerializationGlobalObject.h Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSIDBTransactionCustom.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
JSImageDataCustom.cpp Factor out pixel buffer from DOM specific ImageData class 2021-05-09 01:29:38 +00:00
JSIntersectionObserverCustom.cpp Non-unified build fixes, mid-July 2021 edition 2021-07-15 12:40:39 +00:00
JSIntersectionObserverEntryCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSLazyEventListener.cpp IndexedDB binding utilities miss exception checks 2020-07-28 16:15:53 +00:00
JSLazyEventListener.h Clean up SourceProvider and add caller relative load script to jsc.cpp 2020-07-13 17:35:35 +00:00
JSLocationCustom.cpp [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
JSMediaCapabilitiesCustom.h
JSMediaListCustom.h
JSMediaStreamTrackCustom.cpp
JSMessageChannelCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSMessageEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSMessagePortCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSMicrotaskCallback.h Fix exception assertions in light of the TerminationException. 2021-04-28 17:13:40 +00:00
JSMutationObserverCustom.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
JSMutationRecordCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSNavigatorCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSNodeCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSNodeCustom.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSNodeIteratorCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSNodeListCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSNodeListCustom.h
JSOffscreenCanvasRenderingContext2DCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPaintRenderingContext2DCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPaintWorkletGlobalScopeCustom.cpp Stop using holdLock() in WebCore as it is not compatible with Clang thread safety analysis 2021-05-22 03:04:24 +00:00
JSPaymentMethodChangeEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPaymentResponseCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPerformanceEntryCustom.cpp Add support for Navigation Timing Level 2 2021-05-20 00:33:02 +00:00
JSPerformanceObserverCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPluginElementFunctions.cpp [JSC] Remove defaultValue() from the method table 2021-04-27 20:56:19 +00:00
JSPluginElementFunctions.h Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
JSPopStateEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSPromiseRejectionEventCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSRTCRtpSFrameTransformCustom.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
JSReadableStreamSourceCustom.cpp Remove ENABLE_STREAMS_API compilation flag 2020-06-29 22:40:20 +00:00
JSRemoteDOMWindowBase.cpp [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSRemoteDOMWindowBase.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSRemoteDOMWindowCustom.cpp Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
JSResizeObserverCustom.cpp Non-unified build fixes, mid-July 2021 edition 2021-07-15 12:40:39 +00:00
JSResizeObserverEntryCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSSVGPathSegCustom.cpp
JSSVGViewSpecCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSServiceWorkerClientCustom.cpp
JSServiceWorkerGlobalScopeCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSStaticRangeCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSStyleSheetCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSStyleSheetCustom.h
JSTextCustom.cpp
JSTextTrackCueCustom.cpp Drop legacy EventLoopEventQueue class 2021-06-09 04:33:05 +00:00
JSTrackCustom.cpp
JSTrackCustom.h
JSTreeWalkerCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSUndoItemCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSValueInWrappedObject.h Add write barrier to JSValueInWrappedObject for garbage collection 2021-03-23 19:19:44 +00:00
JSWebAnimationCustom.cpp
JSWebGL2RenderingContextCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSWebGLRenderingContextCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSWebXRReferenceSpaceCustom.cpp Implement WebXRBoundedReferenceSpace bounds geometry 2021-03-05 10:50:10 +00:00
JSWebXRRigidTransformCustom.cpp Non-unified build fixes, mid April 2021 edition 2021-04-21 19:42:35 +00:00
JSWebXRSpaceCustom.cpp Non-unified build fixes, mid April 2021 edition 2021-04-21 19:42:35 +00:00
JSWebXRViewCustom.cpp Non-unified build fixes, mid April 2021 edition 2021-04-21 19:42:35 +00:00
JSWindowProxy.cpp REGRESSION(r271642) Another app was relying on DOMWindow reuse 2021-03-16 00:37:11 +00:00
JSWindowProxy.h
JSWorkerGlobalScopeBase.cpp [Modern Media Controls] REGRESSION(r254389) media controls needs the full list of language preferences for ordering tracks 2021-05-26 00:15:02 +00:00
JSWorkerGlobalScopeBase.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSWorkerGlobalScopeCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSWorkerNavigatorCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSWorkletGlobalScopeBase.cpp [Modern Media Controls] REGRESSION(r254389) media controls needs the full list of language preferences for ordering tracks 2021-05-26 00:15:02 +00:00
JSWorkletGlobalScopeBase.h [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
JSXMLDocumentCustom.cpp [WebIDL] Switch to new file name convention for partial interfaces 2020-09-23 00:20:14 +00:00
JSXMLHttpRequestCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
JSXPathResultCustom.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
ModuleFetchFailureKind.h
ModuleScriptLoader.h JS Modules in Workers 2021-02-20 20:28:27 +00:00
ModuleScriptLoaderClient.h JS Modules in Workers 2021-02-20 20:28:27 +00:00
ReadableStream.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ReadableStream.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ReadableStreamDefaultController.cpp Introduce VM::hasPendingTerminationException() to make code a little more terse. 2021-05-06 03:37:15 +00:00
ReadableStreamDefaultController.h Add support for RTCRtpScriptTransform 2020-11-20 12:25:32 +00:00
RunJavaScriptParameters.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ScheduledAction.cpp Merge WorkerScriptController and WorkletScriptController into WorkerOrWorkletScriptController 2020-10-21 00:00:44 +00:00
ScheduledAction.h
ScriptBufferSourceProvider.h Reduce use of reinterpret_cast<> in the codebase 2021-06-08 17:35:15 +00:00
ScriptCachedFrameData.cpp Modernize uses of ConsoleClient 2021-04-12 23:14:49 +00:00
ScriptCachedFrameData.h
ScriptController.cpp Merge commit 'bd708bb50d9feb3c098035e778f1f0b91d9b8112' into haiku branch 2021-06-20 18:56:20 +02:00
ScriptController.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ScriptControllerHaiku.cpp Haiku: New files making up the Haiku WebKit port 2021-01-17 17:50:18 -06:00
ScriptControllerMac.mm
ScriptModuleLoader.cpp REGRESSION (r281012): WebInspector console no longer shows script integrity information 2021-08-16 19:01:53 +00:00
ScriptModuleLoader.h Implement the Top-level await proposal 2021-02-22 00:41:30 +00:00
ScriptSourceCode.h Make sure service workers use a ScriptSourceCode backed by file-mapped memory when possible 2021-04-06 01:05:24 +00:00
ScriptState.cpp Regression(r268700) postMessage changes prototype of basic types 2021-02-24 22:03:41 +00:00
ScriptState.h Regression(r268700) postMessage changes prototype of basic types 2021-02-24 22:03:41 +00:00
ScriptWrappable.cpp
ScriptWrappable.h
ScriptWrappableInlines.h
SerializedScriptValue.cpp Blob URL changes after loading it 2021-08-10 03:33:03 +00:00
SerializedScriptValue.h Blob URL changes after loading it 2021-08-10 03:33:03 +00:00
StringAdaptors.h
StructuredClone.cpp Fix StructuredClone for streams to handle BigInt64Array / BigUint64Array 2021-07-09 00:38:41 +00:00
StructuredClone.h Fix StructuredClone for streams to handle BigInt64Array / BigUint64Array 2021-07-09 00:38:41 +00:00
WebCoreBuiltinNames.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
WebCoreJITOperations.cpp [JSC] Introduce vmEntryCustomAccessor and vmEntryHostFunction for JITCage 2020-12-14 10:32:10 +00:00
WebCoreJITOperations.h [JSC] Introduce JITOperationList to validate JIT-caged pointers 2020-10-03 23:51:12 +00:00
WebCoreJSClientData.cpp Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
WebCoreJSClientData.h Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports 2021-03-28 19:14:20 +00:00
WebCoreTypedArrayController.cpp Implement a GC verifier. 2021-02-19 15:51:15 +00:00
WebCoreTypedArrayController.h Implement a GC verifier. 2021-02-19 15:51:15 +00:00
WindowProxy.cpp Modernize uses of ConsoleClient 2021-04-12 23:14:49 +00:00
WindowProxy.h Store WeakPtr<Frame> instead of Frame* 2020-11-05 16:54:48 +00:00
WorkerModuleScriptLoader.cpp Non-unified build fixes, mid April 2021 edition 2021-04-21 19:42:35 +00:00
WorkerModuleScriptLoader.h ServiceWorker should save module scripts 2021-04-09 08:54:34 +00:00
WorkerScriptFetcher.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
WritableStream.cpp Fix exception assertions in light of the TerminationException. 2021-04-28 17:13:40 +00:00
WritableStream.h Update RTCRtpScriptTransform to the latest version of the spec 2021-03-13 11:11:28 +00:00