haikuwebkit/Source/WebCore/page
Adrien Destugues 0195b40b77 Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
..
cocoa Reduce use of reinterpret_cast<> in the codebase 2021-06-08 17:35:15 +00:00
csp Report correct blocked URI in CSP violation report 2021-08-23 02:24:23 +00:00
gtk Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
haiku Fix build after merge: removal of std::optional 2021-06-19 18:36:39 +02:00
ios Stop tracking form elements with FormController 2021-08-06 03:10:40 +00:00
linux Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
mac Vertical scroll with mouse wheel in horizontal scroller fails to propagate to the document 2021-08-09 23:41:29 +00:00
playstation Next step toward using std::optional directly instead of through WTF::Optional typedef 2021-05-28 01:26:23 +00:00
scrolling [css-scroll-snap] Don't snap to offscreen snap areas in unidirectional scrolls 2021-08-18 15:59:48 +00:00
win Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
AbstractDOMWindow.cpp
AbstractDOMWindow.h
AbstractFrame.cpp Add initial support for 'Cross-Origin-Opener-Policy' HTTP header 2021-07-31 00:07:37 +00:00
AbstractFrame.h Add initial support for 'Cross-Origin-Opener-Policy' HTTP header 2021-07-31 00:07:37 +00:00
ActivityState.cpp
ActivityState.h
ActivityStateChangeObserver.h Use WeakHashSet for Page::m_activityStateChangeObservers 2021-07-20 19:54:46 +00:00
AdjustViewSizeOrNot.h
AlternativeTextClient.h
AudioOutputProvider.h
AutoplayEvent.h
AutoscrollController.cpp Make WebCore::HitTestRequest::RequestType an enum class 2021-05-10 21:31:42 +00:00
AutoscrollController.h
BarProp.cpp
BarProp.h
BarProp.idl
Base64Utilities.cpp Update Base64 encoding/decoding to match more modern WebKit conventions 2021-05-19 18:43:29 +00:00
Base64Utilities.h
CacheStorageProvider.h
CaptionUserPreferences.cpp [Modern Media Controls] put the localized information for tracks first if the track is not in the user's preferred language 2021-05-28 16:39:42 +00:00
CaptionUserPreferences.h Update Media Accessibility preferences in the WebContent process from the UI process 2021-06-16 08:56:30 +00:00
CaptionUserPreferencesMediaAF.cpp Set Caption preferences in the UI process 2021-07-08 11:46:21 +00:00
CaptionUserPreferencesMediaAF.h Set Caption preferences in the UI process 2021-07-08 11:46:21 +00:00
Chrome.cpp Pipe App Highlight scrolling through UI Process in preparation for Note Overlay avoidance. 2021-07-16 17:17:17 +00:00
Chrome.h Pipe App Highlight scrolling through UI Process in preparation for Note Overlay avoidance. 2021-07-16 17:17:17 +00:00
ChromeClient.h [iOS] Remove support for the meaningful tap heuristic 2021-08-19 23:17:35 +00:00
ClientOrigin.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ContextMenuClient.h [macOS] [WebKitLegacy] Non-actionable "Look Up" action appears when right clicking images 2021-06-22 01:22:20 +00:00
ContextMenuContext.cpp [macOS] change for the language/subtitle tracks button to use an `NSMenu` instead of web content 2021-03-16 21:57:18 +00:00
ContextMenuContext.h [macOS] Refactor some webpage translation code 2021-04-16 23:53:19 +00:00
ContextMenuController.cpp [Modern Media Controls] [macOS] Overflow button still shows as `on` even after contextmenu is dismissed 2021-07-28 03:56:44 +00:00
ContextMenuController.h [Modern Media Controls] [macOS] Overflow button still shows as `on` even after contextmenu is dismissed 2021-07-28 03:56:44 +00:00
ContextMenuProvider.h [Modern Media Controls] [macOS] Overflow button still shows as `on` even after contextmenu is dismissed 2021-07-28 03:56:44 +00:00
CrossSiteNavigationDataTransfer.h
Crypto.cpp Implement Crypto.randomUUID() 2021-08-20 00:12:09 +00:00
Crypto.h Implement Crypto.randomUUID() 2021-08-20 00:12:09 +00:00
Crypto.idl Implement Crypto.randomUUID() 2021-08-20 00:12:09 +00:00
DOMSelection.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DOMSelection.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DOMSelection.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
DOMTimer.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DOMTimer.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DOMWindow+CSSOM.idl
DOMWindow+CSSOMView.idl
DOMWindow+Compat.idl
DOMWindow+DeviceMotion.idl
DOMWindow+DeviceOrientation.idl
DOMWindow+RequestIdleCallback.idl
DOMWindow+Selection.idl
DOMWindow+VisualViewport.idl
DOMWindow.cpp Document load events should update timing in PerformanceNavigationTiming even after its instantiation 2021-08-17 17:30:54 +00:00
DOMWindow.h Add initial support for 'Cross-Origin-Opener-Policy' HTTP header 2021-07-31 00:07:37 +00:00
DOMWindow.idl [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
DOMWindowExtension.cpp
DOMWindowExtension.h
DOMWindowProperty.cpp
DOMWindowProperty.h
DatabaseProvider.cpp
DatabaseProvider.h Pass PAL::SessionID by value instead of reference 2021-06-14 21:36:12 +00:00
DebugOverlayRegions.h Source/WebCore: 2020-11-17 01:34:46 +00:00
DebugPageOverlays.cpp [WTF] Introduce RobinHoodHashTable 2021-04-02 08:33:32 +00:00
DebugPageOverlays.h Source/WebCore: 2020-11-17 01:34:46 +00:00
DeprecatedGlobalSettings.cpp [Cocoa|WK1] -[NSAttributeString loadFromHTML...] methods will disable bluetooth route switching 2021-07-30 01:51:18 +00:00
DeprecatedGlobalSettings.h [Cocoa|WK1] -[NSAttributeString loadFromHTML...] methods will disable bluetooth route switching 2021-07-30 01:51:18 +00:00
DeviceClient.h
DeviceController.cpp
DeviceController.h
DiagnosticLoggingClient.h Allow logging minimal info about uploading media files in the system diagnose 2021-03-26 17:08:07 +00:00
DiagnosticLoggingDomain.h [PlayStation] Fix build of DiagnosticLoggingDomain.h 2021-04-06 15:41:57 +00:00
DiagnosticLoggingKeys.cpp Remove diagnostic logging for plug-ins 2020-10-28 21:16:49 +00:00
DiagnosticLoggingKeys.h Remove diagnostic logging for plug-ins 2020-10-28 21:16:49 +00:00
DiagnosticLoggingResultType.h
DisabledAdaptations.cpp
DisabledAdaptations.h
DragActions.h
DragClient.h
DragController.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DragController.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DragState.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DummySpeechRecognitionProvider.h Use user media permission prompt for speech recognition 2021-02-01 20:30:42 +00:00
EditorClient.h [iOS] [AX] Keyboard text candidates don't update when changing selection using Switch Control 2021-07-18 15:41:37 +00:00
EventHandler.cpp [iOS] Remove support for the meaningful tap heuristic 2021-08-19 23:17:35 +00:00
EventHandler.h Rename EventHandler::sendScrollEvent() to scheduleScrollEvent() since the event is not sent synchronously 2021-08-19 16:38:07 +00:00
EventSource.cpp EventSource.constructor throws an exception when the url param is an empty string 2021-06-11 16:15:18 +00:00
EventSource.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
EventSource.idl
FocusController.cpp Next step toward using std::optional directly instead of through WTF::Optional typedef 2021-05-28 01:26:23 +00:00
FocusController.h Move FocusRemovalEventsMode into FocusOptions 2021-04-15 11:01:26 +00:00
FocusDirection.h Make WebCore::FocusDirection to enum class 2020-10-27 09:03:25 +00:00
Frame.cpp Add initial support for 'Cross-Origin-Opener-Policy' HTTP header 2021-07-31 00:07:37 +00:00
Frame.h Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
FrameDestructionObserver.cpp Store WeakPtr<Frame> instead of Frame* 2020-11-05 16:54:48 +00:00
FrameDestructionObserver.h Store WeakPtr<Frame> instead of Frame* 2020-11-05 16:54:48 +00:00
FrameFlattening.h Source/WebCore: 2020-11-17 01:34:46 +00:00
FrameIdentifier.h
FrameSnapshotting.cpp Non-unified build fixes, early May 2021 edition 2021-06-10 08:36:18 +00:00
FrameSnapshotting.h Non-unified build fixes, early May 2021 edition 2021-06-10 08:36:18 +00:00
FrameTree.cpp Use WeakHashSet<Page> instead of HashSet<Page*> 2021-01-05 18:15:39 +00:00
FrameTree.h Non-unified build fixes, late November 2020 edition 2020-11-27 17:26:03 +00:00
FrameView.cpp Rename EventHandler::sendScrollEvent() to scheduleScrollEvent() since the event is not sent synchronously 2021-08-19 16:38:07 +00:00
FrameView.h Rename EventHandler::sendScrollEvent() to scheduleScrollEvent() since the event is not sent synchronously 2021-08-19 16:38:07 +00:00
FrameViewLayoutContext.cpp Non-unified build fixes, late-ish May 2021 edition 2021-05-21 13:52:45 +00:00
FrameViewLayoutContext.h
GlobalFrameIdentifier.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
GlobalWindowIdentifier.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
History.cpp Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
History.h
History.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
ImageOverlayController.cpp [macOS] Data detector highlights should appear when hovering inside image overlays 2021-06-01 22:36:56 +00:00
ImageOverlayController.h [macOS] Data detector highlights should appear when hovering inside image overlays 2021-06-01 22:36:56 +00:00
IntersectionObserver.cpp Crash under JSIntersectionObserverCallback::handleEvent() 2021-08-18 15:25:04 +00:00
IntersectionObserver.h ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
IntersectionObserver.idl ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
IntersectionObserverCallback.h Crash under JSIntersectionObserverCallback::handleEvent() 2021-08-18 15:25:04 +00:00
IntersectionObserverCallback.idl Source/WebCore: 2020-10-29 08:15:18 +00:00
IntersectionObserverEntry.cpp
IntersectionObserverEntry.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
IntersectionObserverEntry.idl
KeyboardScroll.cpp Fix more -Wreturn-type warnings 2021-06-29 18:55:06 +00:00
KeyboardScroll.h Refactor MacOS keyboard scrolling and use KeyboardScroll struct 2021-06-29 00:39:15 +00:00
LayoutMilestone.h
Location.cpp Partially revert r280256 behavior change since it broke Facetime 2021-08-10 08:25:31 +00:00
Location.h Partially revert r280256 behavior change since it broke Facetime 2021-08-10 08:25:31 +00:00
Location.idl Partially revert r280256 behavior change since it broke Facetime 2021-08-10 08:25:31 +00:00
LoggedInStatus.cpp
LoggedInStatus.h
MediaCanStartListener.h
MediaControlsContextMenuItem.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
MediaProducer.h Use OptionSet for MediaProducer::MediaStateFlags 2021-05-04 10:04:29 +00:00
MemoryRelease.cpp Delete JS code and trigger garbage collection in worker threads on memory pressure 2021-04-02 18:40:03 +00:00
MemoryRelease.h [GPUProcess] Improve the GPUProcess' memory pressure handler 2021-01-15 18:29:08 +00:00
MouseEventWithHitTestResults.cpp
MouseEventWithHitTestResults.h
Navigator+IsLoggedIn.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
Navigator.cpp Web Share CanShare() should be called after transient activation check 2021-08-17 04:32:23 +00:00
Navigator.h
Navigator.idl
NavigatorBase.cpp haiku: Shared Webkit source modifications for Haiku support 2021-01-17 17:50:04 -06:00
NavigatorBase.h
NavigatorCookies.idl
NavigatorID.idl
NavigatorIsLoggedIn.cpp
NavigatorIsLoggedIn.h
NavigatorLanguage.idl
NavigatorOnLine.idl
NavigatorPlugins.idl
NavigatorServiceWorker.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
NavigatorShare.idl
OriginAccessEntry.cpp
OriginAccessEntry.h
PDFImageCachingPolicy.h Address additional feedback from https://bugs.webkit.org/show_bug.cgi?id=218960 2020-11-18 15:01:03 +00:00
Page.cpp Rename Element::clientRect() which does not return a value in web-exposed "client" coordinates 2021-08-19 18:24:00 +00:00
Page.h Add initial support for 'Cross-Origin-Opener-Policy' HTTP header 2021-07-31 00:07:37 +00:00
PageColorSampler.cpp REGRESSION: [iOS] ASSERTION FAILED: pixelBuffer->data().length() >= 4 under WebCore::sampleColor 2021-06-22 21:25:02 +00:00
PageColorSampler.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PageConfiguration.cpp Non-unified build fixes, late July 2021 edition 2021-07-29 11:03:52 +00:00
PageConfiguration.h Add initial support for BroadcastChannel behind a runtime flag 2021-07-16 00:36:39 +00:00
PageConsoleClient.cpp REGRESSION (r273329): Logging of most errors like CSP and promise rejections fail logging to the system console 2021-06-16 19:01:43 +00:00
PageConsoleClient.h
PageDebuggable.cpp
PageDebuggable.h
PageGroup.cpp [iOS] REGRESSION(r279720): changing Subtitles to Off doesn't hide them or do anything 2021-07-14 18:39:14 +00:00
PageGroup.h [iOS] REGRESSION(r279720): changing Subtitles to Off doesn't hide them or do anything 2021-07-14 18:39:14 +00:00
PageGroupLoadDeferrer.cpp Use WeakHashSet<Page> instead of HashSet<Page*> 2021-01-05 18:15:39 +00:00
PageGroupLoadDeferrer.h
PageIdentifier.h
PageOverlay.cpp
PageOverlay.h
PageOverlayController.cpp Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
PageOverlayController.h Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
PagePasteboardContext.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PageSerializer.cpp Remove StringBuilder::appendLiteral 2021-05-24 21:51:47 +00:00
PageSerializer.h
Performance+NavigationTiming.idl
Performance+PerformanceTimeline.idl
Performance+ResourceTiming.idl
Performance+UserTiming.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
Performance.cpp Unreviewed, reverting r280977. 2021-08-12 22:27:09 +00:00
Performance.h Document load events should update timing in PerformanceNavigationTiming even after its instantiation 2021-08-17 17:30:54 +00:00
Performance.idl Performance API: Implement performance.timeOrigin 2021-06-09 17:01:18 +00:00
PerformanceEntry.cpp Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PerformanceEntry.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceEntry.idl
PerformanceLogging.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceLogging.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceLoggingClient.cpp Remove StringBuilder::appendLiteral 2021-05-24 21:51:47 +00:00
PerformanceLoggingClient.h Make ScrollingPerformanceLoggingEnabled an internal debug preference 2020-12-08 22:57:27 +00:00
PerformanceMark.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceMark.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceMark.idl
PerformanceMarkOptions.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PerformanceMarkOptions.idl
PerformanceMeasure.cpp
PerformanceMeasure.h Add support for Navigation Timing Level 2 2021-05-20 00:33:02 +00:00
PerformanceMeasure.idl
PerformanceMeasureOptions.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PerformanceMeasureOptions.idl
PerformanceMonitor.cpp Enable more release logging in WebCore for ephemeral sessions 2021-06-11 23:13:05 +00:00
PerformanceMonitor.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PerformanceNavigation.cpp Move Timing-Allow-Origin checks to the network process 2021-06-10 23:29:57 +00:00
PerformanceNavigation.h
PerformanceNavigation.idl
PerformanceNavigationTiming.cpp Move Timing-Allow-Origin checks to the network process 2021-06-10 23:29:57 +00:00
PerformanceNavigationTiming.h Document load events should update timing in PerformanceNavigationTiming even after its instantiation 2021-08-17 17:30:54 +00:00
PerformanceNavigationTiming.idl Add support for Navigation Timing Level 2 2021-05-20 00:33:02 +00:00
PerformanceObserver.cpp Fix some PerformanceNavigationTiming bugs 2021-06-24 02:06:53 +00:00
PerformanceObserver.h Fix some PerformanceNavigationTiming bugs 2021-06-24 02:06:53 +00:00
PerformanceObserver.idl Add support for Navigation Timing Level 2 2021-05-20 00:33:02 +00:00
PerformanceObserverCallback.h
PerformanceObserverCallback.idl
PerformanceObserverEntryList.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceObserverEntryList.h
PerformanceObserverEntryList.idl
PerformancePaintTiming.h Add support for Navigation Timing Level 2 2021-05-20 00:33:02 +00:00
PerformancePaintTiming.idl
PerformanceResourceTiming.cpp Move Timing-Allow-Origin checks to the network process 2021-06-10 23:29:57 +00:00
PerformanceResourceTiming.h Implement off-by-default experimental feature for PerformanceResourceTiming.transferSize, encodedBodySize, and decodedBodySize 2021-06-04 18:35:42 +00:00
PerformanceResourceTiming.idl Implement off-by-default experimental feature for PerformanceResourceTiming.transferSize, encodedBodySize, and decodedBodySize 2021-06-04 18:35:42 +00:00
PerformanceServerTiming.cpp
PerformanceServerTiming.h
PerformanceServerTiming.idl
PerformanceTiming.cpp Remove optimistic assertion added in r280931 2021-08-12 04:29:25 +00:00
PerformanceTiming.h [ Mac ] fast/dom/webtiming-document-open.html is a flaky failure 2021-07-29 23:02:09 +00:00
PerformanceTiming.idl
PerformanceUserTiming.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PerformanceUserTiming.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PointerCaptureController.cpp Unreviewed iOS build fix after 2021-07-09 00:51:34 +00:00
PointerCaptureController.h Deploy smart pointers in PointerCaptureController 2021-07-08 20:45:38 +00:00
PointerCharacteristics.h
PointerLockController.cpp Protect Element before calling dispatchMouseEvent() on it 2021-06-16 23:09:07 +00:00
PointerLockController.h Avoid an ancestor walk in HTMLFormControlElement::computeWillValidate() 2021-02-04 05:21:04 +00:00
PopupOpeningObserver.h
PostMessageOptions.h
PostMessageOptions.idl
PrewarmInformation.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PrintContext.cpp Protect frame before calling setPrinting 2021-03-18 22:09:49 +00:00
PrintContext.h
ProcessWarming.cpp Stop building WebGPU and the WHLSL compiler to decrease binary size 2021-07-30 03:53:49 +00:00
ProcessWarming.h
Quirks.cpp Reddit PiP video pauses when scrolling 2021-07-15 21:08:46 +00:00
Quirks.h Storage Access quirks should prompt up to twice if a user does not allow storage access 2021-06-17 20:03:07 +00:00
ReducedResolutionSeconds.h
RemoteDOMWindow.cpp
RemoteDOMWindow.h
RemoteDOMWindow.idl [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes 2021-05-20 22:25:01 +00:00
RemoteFrame.cpp
RemoteFrame.h
RenderingUpdateScheduler.cpp Regulate the WebPage RenderingUpdates from the WebProcess to the GPUProcess 2021-07-27 04:42:55 +00:00
RenderingUpdateScheduler.h Regulate the WebPage RenderingUpdates from the WebProcess to the GPUProcess 2021-07-27 04:42:55 +00:00
RenderingUpdateThrottleState.h
ResizeObservation.cpp ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
ResizeObservation.h ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
ResizeObserver.cpp Crash under JSIntersectionObserverCallback::handleEvent() 2021-08-18 15:25:04 +00:00
ResizeObserver.h ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
ResizeObserver.idl ResizeObserver / IntersectionObserver memory leak on detached & out of reference elements 2021-07-10 01:03:03 +00:00
ResizeObserverCallback.h ResizeObserver is not properly garbage collected 2020-10-22 12:41:10 +00:00
ResizeObserverCallback.idl ResizeObserver is not properly garbage collected 2020-10-22 12:41:10 +00:00
ResizeObserverEntry.h
ResizeObserverEntry.idl
ResourceUsageData.h
ResourceUsageOverlay.cpp
ResourceUsageOverlay.h
ResourceUsageThread.cpp Use CheckedLock more in WebCore 2021-05-20 18:41:33 +00:00
ResourceUsageThread.h Drop CheckedLock / CheckedCondition aliases 2021-05-24 18:29:01 +00:00
RuntimeEnabledFeatures.cpp [Wk1] media/media-source/media-webm-opus-partial.html is a consistent failure (Enable VP8/VP9/Vorbis/Opus in WebKitLegacy) 2021-07-16 02:09:39 +00:00
RuntimeEnabledFeatures.h PCM: Flip WebCore's FraudPreventionEnabled to true if HAVE(RSA_BSSA) to match the experimental setting 2021-08-11 20:39:42 +00:00
Screen.cpp Un-needed casts in Screen::{width,height}() 2020-10-21 16:15:56 +00:00
Screen.h
Screen.idl
ScrollBehavior.cpp Pipe App Highlight scrolling through UI Process in preparation for Note Overlay avoidance. 2021-07-16 17:17:17 +00:00
ScrollBehavior.h Pipe App Highlight scrolling through UI Process in preparation for Note Overlay avoidance. 2021-07-16 17:17:17 +00:00
ScrollBehavior.idl
ScrollIntoViewOptions.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ScrollIntoViewOptions.idl
ScrollLogicalPosition.h
ScrollLogicalPosition.idl
ScrollOptions.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ScrollOptions.idl
ScrollToOptions.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ScrollToOptions.idl
SecurityOrigin.cpp Allow legacy SecurityOrigin behavior for x-apple-ql-id2 scheme 2021-06-15 20:19:05 +00:00
SecurityOrigin.h Add initial support for Cross-Origin-Embedder-Policy (COEP) 2021-08-12 02:43:53 +00:00
SecurityOriginData.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
SecurityOriginData.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
SecurityOriginHash.h Next step toward using std::optional directly instead of through WTF::Optional typedef 2021-05-28 01:26:23 +00:00
SecurityPolicy.cpp Avoid converting SecurityOrigins to Strings in SecurityPolicy 2021-06-14 17:47:46 +00:00
SecurityPolicy.h
Settings.yaml PCM: Flip WebCore's FraudPreventionEnabled to true if HAVE(RSA_BSSA) to match the experimental setting 2021-08-11 20:39:42 +00:00
SettingsBase.cpp REGRESSION: ASSERTION FAILED: settings().textAutosizingEnabled() && settings().textAutosizingUsesIdempotentMode() on various tests 2021-04-06 02:36:12 +00:00
SettingsBase.h REGRESSION: ASSERTION FAILED: settings().textAutosizingEnabled() && settings().textAutosizingUsesIdempotentMode() on various tests 2021-04-06 02:36:12 +00:00
ShareData.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ShareData.idl
ShareDataReader.cpp
ShareDataReader.h
SocketProvider.cpp
SocketProvider.h
SpatialNavigation.cpp [WPE] Spatial navigation tests fail with async overflow scrolling enabled 2021-05-21 00:24:33 +00:00
SpatialNavigation.h Make WebCore::FocusDirection to enum class 2020-10-27 09:03:25 +00:00
SpeechRecognitionProvider.h Set up basic infrastructure for SpeechRecognition 2020-11-04 01:44:02 +00:00
SpeechSynthesisClient.h
StorageBlockingPolicy.h Source/WebCore: 2020-11-17 01:34:46 +00:00
SuspendableTimer.cpp
SuspendableTimer.h
TextDirectionSubmenuInclusionBehavior.h Source/WebCore: 2020-11-17 01:34:46 +00:00
TextIndicator.cpp Require that callsites of `SnapshotOptions` specify a `PixelFormat` and `DestinationColorSpace` 2021-06-08 16:53:06 +00:00
TextIndicator.h Add textIndicator bounce for AppHighlights on scroll. 2021-05-13 21:57:45 +00:00
TranslationContextMenuInfo.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
UndoItem.cpp
UndoItem.h
UndoItem.idl
UndoManager.cpp
UndoManager.h
UndoManager.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
UserContentController.cpp
UserContentController.h
UserContentProvider.cpp HTTPS upgrade should allow same-site redirects from HTTPS to HTTP 2021-03-10 05:30:39 +00:00
UserContentProvider.h Use SortedArrayMap in a few more places 2021-05-02 03:09:34 +00:00
UserContentTypes.h
UserContentURLPattern.cpp
UserContentURLPattern.h
UserInterfaceDirectionPolicy.h Source/WebCore: 2020-11-17 01:34:46 +00:00
UserMediaRequestIdentifier.h Use UserMediaRequestIdentifier in WebKit rather than a mysterious uint64_t 2021-08-21 02:56:54 +00:00
UserMessageHandler.cpp
UserMessageHandler.h
UserMessageHandler.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
UserMessageHandlerDescriptor.cpp
UserMessageHandlerDescriptor.h
UserMessageHandlerDescriptorTypes.h
UserMessageHandlersNamespace.cpp
UserMessageHandlersNamespace.h
UserMessageHandlersNamespace.idl
UserScript.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
UserScriptTypes.h
UserStyleSheet.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
UserStyleSheetTypes.h
ValidationMessageClient.h
ViewportConfiguration.cpp [watchOS] Make a few additional adjustments to support system minimum layout margins 2021-07-12 16:15:13 +00:00
ViewportConfiguration.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VisitedLinkStore.cpp Use WeakHashSet<Page> instead of HashSet<Page*> 2021-01-05 18:15:39 +00:00
VisitedLinkStore.h Use WeakHashSet<Page> instead of HashSet<Page*> 2021-01-05 18:15:39 +00:00
VisualViewport.cpp
VisualViewport.h
VisualViewport.idl
WebCoreKeyboardUIMode.h
WebKitNamespace.cpp Enable release logging in ephemeral sessions for parts of WebCore 2021-06-11 20:36:45 +00:00
WebKitNamespace.h
WebKitNamespace.idl
WebKitPoint.h
WebKitPoint.idl
WheelEventDeltaFilter.cpp
WheelEventDeltaFilter.h
WheelEventTestMonitor.cpp Use CheckedLock more in WebCore 2021-05-20 18:41:33 +00:00
WheelEventTestMonitor.h Drop CheckedLock / CheckedCondition aliases 2021-05-24 18:29:01 +00:00
WindowEventHandlers.idl
WindowFeatures.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
WindowFeatures.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
WindowFocusAllowedIndicator.cpp
WindowFocusAllowedIndicator.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope+Crypto.idl
WindowOrWorkerGlobalScope+Performance.idl
WindowOrWorkerGlobalScope.idl Removal of "TypedOM" prefix for CSSOM Object names 2021-08-12 15:47:18 +00:00
WindowSessionStorage.idl
WorkerNavigator.cpp
WorkerNavigator.h
WorkerNavigator.idl