WebKit Bugzilla
Attachment 339596 Details for
Bug 185325
: [Win] Add missing methods to WebChromeClient
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185325.diff (text/plain), 1.43 KB, created by
Don Olmstead
on 2018-05-04 14:44:29 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-05-04 14:44:29 PDT
Size:
1.43 KB
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 32aceca8de4..72191580d99 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-04 Don Olmstead <don.olmstead@sony.com> >+ >+ [Win] Add missing methods to WebChromeClient >+ https://bugs.webkit.org/show_bug.cgi?id=185325 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/WebCoreSupport/WebChromeClient.h: >+ > 2018-05-04 Chris Dumez <cdumez@apple.com> > > [iOS] Apps that are not visible may not get suspended if they trigger page loads while in the background >diff --git a/Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h b/Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h >index 1f69e6fb7e0..1aa97ebc2c6 100644 >--- a/Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h >+++ b/Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h >@@ -211,7 +211,13 @@ private: > bool adjustLayerFlushThrottling(WebCore::LayerFlushThrottleState::Flags) final; > > void contentRuleListNotification(const WebCore::URL&, const HashSet<std::pair<String, String>>&) final; >- >+ >+#if PLATFORM(WIN) >+ void setLastSetCursorToCurrentCursor() final { } >+ void AXStartFrameLoad() final { } >+ void AXFinishFrameLoad() final { } >+#endif >+ > #if USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR) > RefPtr<WebCore::DisplayRefreshMonitor> createDisplayRefreshMonitor(WebCore::PlatformDisplayID) const final; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185325
: 339596