WebKit Bugzilla
Attachment 347850 Details for
Bug 188865
: De-unify WebPage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188865-20180822145054.patch (text/plain), 3.50 KB, created by
Tim Horton
on 2018-08-22 14:50:55 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-08-22 14:50:55 PDT
Size:
3.50 KB
patch
obsolete
>Subversion Revision: 235201 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 8eebd0363a0b92320dd04434e091076439daa90d..56a665d00222ca8f26443abd321d51aec07b78d8 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,17 @@ >+2018-08-22 Tim Horton <timothy_horton@apple.com> >+ >+ De-unify WebPage >+ https://bugs.webkit.org/show_bug.cgi?id=188865 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Sources.txt: >+ * WebKit.xcodeproj/project.pbxproj: >+ WebPage being unified is causing mysterious build issues inside Carbon headers >+ on High Sierra only. Also, WebPage by itself takes longer to build than >+ most full unified source files, so it might not make sense to unify it >+ with others (to maximize parallelism). >+ > 2018-08-22 Aditya Keerthi <akeerthi@apple.com> > > [iOS] Add support for the inputmode attribute >diff --git a/Source/WebKit/Sources.txt b/Source/WebKit/Sources.txt >index c41fbc1d74e7c5891d32741cdaec01f0f2d27b63..86949a7c15ff45c6bc5cb45e9fbf4fdd2a6283e1 100644 >--- a/Source/WebKit/Sources.txt >+++ b/Source/WebKit/Sources.txt >@@ -539,7 +539,7 @@ WebProcess/WebPage/WebInspectorInterruptDispatcher.cpp > WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp > WebProcess/WebPage/WebInspectorUI.cpp > WebProcess/WebPage/WebOpenPanelResultListener.cpp >-WebProcess/WebPage/WebPage.cpp >+WebProcess/WebPage/WebPage.cpp @no-unify > WebProcess/WebPage/WebPageGroupProxy.cpp > WebProcess/WebPage/WebPageOverlay.cpp > WebProcess/WebPage/WebURLSchemeHandlerProxy.cpp >diff --git a/Source/WebKit/WebKit.xcodeproj/project.pbxproj b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >index 1f275789900fd62d36af93fac60e7c44ff025090..b3e2fc9e481dd26f1fd32aa9987ca3cf03263230 100644 >--- a/Source/WebKit/WebKit.xcodeproj/project.pbxproj >+++ b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >@@ -821,6 +821,7 @@ > 2DE6943E18BD2A68005C15E5 /* SmartMagnificationControllerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE6943C18BD2A68005C15E5 /* SmartMagnificationControllerMessages.h */; }; > 2DEAC5CF1AC368BB00A195D8 /* _WKFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEAC5CE1AC368BB00A195D8 /* _WKFindOptions.h */; settings = {ATTRIBUTES = (Private, ); }; }; > 2DEB1D2E2127473600933906 /* ArgumentCodersCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAF0C4912B16334008E49E2 /* ArgumentCodersCF.cpp */; }; >+ 2DF6FE52212E110900469030 /* WebPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC963D6A113DD19200574BE2 /* WebPage.cpp */; }; > 2DF9593B18A42412009785A1 /* ViewGestureControllerIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DF9593418A42412009785A1 /* ViewGestureControllerIOS.mm */; }; > 2DF9EEE51A781FB400B6CFBE /* APIFrameInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF9EEE31A781FB400B6CFBE /* APIFrameInfo.cpp */; }; > 2DF9EEE61A781FB400B6CFBE /* APIFrameInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF9EEE41A781FB400B6CFBE /* APIFrameInfo.h */; }; >@@ -11435,6 +11436,7 @@ > 31A2EC4A148997C200810D71 /* WebNotificationManagerProxy.cpp in Sources */, > 31A2EC4D148997C200810D71 /* WebNotificationProvider.cpp in Sources */, > BC857F7E12B82CEE00EDEB2E /* WebOpenPanelResultListenerProxy.cpp in Sources */, >+ 2DF6FE52212E110900469030 /* WebPage.cpp in Sources */, > 8372DB281A67562800C697C5 /* WebPageDiagnosticLoggingClient.cpp in Sources */, > BC7B6207129A0A6700D174A4 /* WebPageGroup.cpp in Sources */, > 2D9EA3111A96D9EB002D2807 /* WebPageInjectedBundleClient.cpp in Sources */,
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 188865
: 347850