Skip to content

Commit 471ccc7

Browse files
authored
browser(webkit): roll to ToT 4/23/2020 (#1943)
1 parent 2fcc2b5 commit 471ccc7

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1207
1+
1208
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REMOTE_URL="https://github.com/webkit/webkit"
22
BASE_BRANCH="master"
3-
BASE_REVISION="46190f2de4ab3b12e0a807e9af6813e8b793bab8"
3+
BASE_REVISION="a9043a6b53d1e61e79fd3d5f78534ece32901803"

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ index 6d5be9a591a272cd67d6e9d097b30505bdf8ae5e..8f67ba28c380e844c8e4191ee7044665
16111611
}
16121612

16131613
diff --git a/Source/WebCore/SourcesCocoa.txt b/Source/WebCore/SourcesCocoa.txt
1614-
index 23dead968453b5d949e96aac5ef567659d18596b..19ba4081026e18c6ce445a5defb427fb4b768879 100644
1614+
index d385ed39e39a6d5da4cb5fe080140693bddcdef9..cd9da054965b215277f14e955f3bfedafcc7d353 100644
16151615
--- a/Source/WebCore/SourcesCocoa.txt
16161616
+++ b/Source/WebCore/SourcesCocoa.txt
16171617
@@ -653,7 +653,7 @@ WHLSLStandardLibraryFunctionMap.cpp
@@ -1636,10 +1636,10 @@ index 34f1a72596fb89c8b647fff3348cca3d959c014c..ab6e42c4da2a8a77f66ce532a3a12bb9
16361636
__ZN7WebCore14DocumentLoaderD2Ev
16371637
__ZN7WebCore14DocumentLoader17clearMainResourceEv
16381638
diff --git a/Source/WebCore/WebCore.xcodeproj/project.pbxproj b/Source/WebCore/WebCore.xcodeproj/project.pbxproj
1639-
index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c80847725 100644
1639+
index 511256c89a3e56a67f57338de3c44853ea073a68..100e2f5639fcc5589d2e2f7ba75af5d98d8414cd 100644
16401640
--- a/Source/WebCore/WebCore.xcodeproj/project.pbxproj
16411641
+++ b/Source/WebCore/WebCore.xcodeproj/project.pbxproj
1642-
@@ -5034,6 +5034,14 @@
1642+
@@ -5033,6 +5033,14 @@
16431643
EDE3A5000C7A430600956A37 /* ColorMac.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE3A4FF0C7A430600956A37 /* ColorMac.h */; settings = {ATTRIBUTES = (Private, ); }; };
16441644
EDEC98030AED7E170059137F /* WebCorePrefix.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEC98020AED7E170059137F /* WebCorePrefix.h */; };
16451645
EFCC6C8F20FE914400A2321B /* CanvasActivityRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCC6C8D20FE914000A2321B /* CanvasActivityRecord.h */; settings = {ATTRIBUTES = (Private, ); }; };
@@ -1654,7 +1654,7 @@ index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c
16541654
F12171F516A8CED2000053CA /* WebVTTElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F12171F316A8BC63000053CA /* WebVTTElement.cpp */; };
16551655
F12171F616A8CF0B000053CA /* WebVTTElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F12171F416A8BC63000053CA /* WebVTTElement.h */; };
16561656
F32BDCD92363AACA0073B6AE /* UserGestureEmulationScope.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BDCD72363AACA0073B6AE /* UserGestureEmulationScope.h */; };
1657-
@@ -15657,6 +15665,14 @@
1657+
@@ -15656,6 +15664,14 @@
16581658
EDEC98020AED7E170059137F /* WebCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCorePrefix.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
16591659
EFB7287B2124C73D005C2558 /* CanvasActivityRecord.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CanvasActivityRecord.cpp; sourceTree = "<group>"; };
16601660
EFCC6C8D20FE914000A2321B /* CanvasActivityRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CanvasActivityRecord.h; sourceTree = "<group>"; };
@@ -1669,7 +1669,7 @@ index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c
16691669
F12171F316A8BC63000053CA /* WebVTTElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebVTTElement.cpp; sourceTree = "<group>"; };
16701670
F12171F416A8BC63000053CA /* WebVTTElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebVTTElement.h; sourceTree = "<group>"; };
16711671
F32BDCD52363AAC90073B6AE /* UserGestureEmulationScope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UserGestureEmulationScope.cpp; sourceTree = "<group>"; };
1672-
@@ -20920,7 +20936,12 @@
1672+
@@ -20919,7 +20935,12 @@
16731673
2D2E34A921A4E191004598B5 /* EditableImageReference.h */,
16741674
1AF326770D78B9440068F0C4 /* EditorClient.h */,
16751675
93C09A800B064F00005ABD4D /* EventHandler.cpp */,
@@ -1682,7 +1682,7 @@ index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c
16821682
E0FEF371B27C53EAC1C1FBEE /* EventSource.cpp */,
16831683
E0FEF371B17C53EAC1C1FBEE /* EventSource.h */,
16841684
E0FEF371B07C53EAC1C1FBEE /* EventSource.idl */,
1685-
@@ -26178,7 +26199,9 @@
1685+
@@ -26177,7 +26198,9 @@
16861686
B2C3D9EC0D006C1D00EF6F26 /* text */,
16871687
E1EE8B6B2412B2A700E794D6 /* xr */,
16881688
DFDB912CF8E88A6DA1AD264F /* AbortableTaskQueue.h */,
@@ -1692,31 +1692,31 @@ index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c
16921692
49AE2D95134EE5F90072920A /* CalculationValue.h */,
16931693
C330A22113EC196B0000B45B /* ColorChooser.h */,
16941694
C37CDEBC149EF2030042090D /* ColorChooserClient.h */,
1695-
@@ -28538,6 +28561,7 @@
1695+
@@ -28537,6 +28560,7 @@
16961696
BCCFBAE70B5152ED0001F1D7 /* DocumentParser.h */,
16971697
AD6E71AA1668899D00320C13 /* DocumentSharedObjectPool.cpp */,
16981698
AD6E71AB1668899D00320C13 /* DocumentSharedObjectPool.h */,
16991699
+ F050E17323AD6A800011CE47 /* DocumentTouch.cpp */,
17001700
6BDB5DC1227BD3B800919770 /* DocumentStorageAccess.cpp */,
17011701
6BDB5DC0227BD3B800919770 /* DocumentStorageAccess.h */,
17021702
6BDB5DC5227CA0EB00919770 /* DocumentStorageAccess.idl */,
1703-
@@ -29422,6 +29446,7 @@
1703+
@@ -29421,6 +29445,7 @@
17041704
93C4F6EB1108F9A50099D0DB /* AccessibilityScrollbar.h in Headers */,
17051705
29489FC712C00F0300D83F0F /* AccessibilityScrollView.h in Headers */,
17061706
0709FC4E1025DEE30059CDBA /* AccessibilitySlider.h in Headers */,
17071707
+ F050E16D23AD66630011CE47 /* TouchList.h in Headers */,
17081708
29D7BCFA1444AF7D0070619C /* AccessibilitySpinButton.h in Headers */,
17091709
69A6CBAD1C6BE42C00B836E9 /* AccessibilitySVGElement.h in Headers */,
17101710
AAC08CF315F941FD00F1E188 /* AccessibilitySVGRoot.h in Headers */,
1711-
@@ -31286,6 +31311,7 @@
1711+
@@ -31285,6 +31310,7 @@
17121712
6E4ABCD5138EA0B70071D291 /* JSHTMLUnknownElement.h in Headers */,
17131713
E44614170CD6826900FADA75 /* JSHTMLVideoElement.h in Headers */,
17141714
81BE20D311F4BC3200915DFA /* JSIDBCursor.h in Headers */,
17151715
+ F050E17823AD70C50011CE47 /* PlatformTouchPoint.h in Headers */,
17161716
7C3D8EF01E0B21430023B084 /* JSIDBCursorDirection.h in Headers */,
17171717
C585A68311D4FB08004C3E4B /* JSIDBDatabase.h in Headers */,
17181718
C585A69711D4FB13004C3E4B /* JSIDBFactory.h in Headers */,
1719-
@@ -33205,9 +33231,11 @@
1719+
@@ -33204,9 +33230,11 @@
17201720
A7DBF8DE1276919C006B6008 /* TextCheckingHelper.h in Headers */,
17211721
B2C3DA3A0D006C1D00EF6F26 /* TextCodec.h in Headers */,
17221722
26E98A10130A9FCA008EB7B2 /* TextCodecASCIIFastPath.h in Headers */,
@@ -1728,31 +1728,31 @@ index 19fc5f6c9696a76f6a732eda7101f872a2f83291..2d7f80c0ffe6be98f3049c046c58379c
17281728
B2C3DA400D006C1D00EF6F26 /* TextCodecUserDefined.h in Headers */,
17291729
B2C3DA420D006C1D00EF6F26 /* TextCodecUTF16.h in Headers */,
17301730
9343CB8212F25E510033C5EE /* TextCodecUTF8.h in Headers */,
1731-
@@ -34109,6 +34137,7 @@
1731+
@@ -34107,6 +34135,7 @@
17321732
CDDE02ED18B3ED6D00CF7FF1 /* CDMSessionAVFoundationObjC.mm in Sources */,
17331733
CDDE02F018B5651300CF7FF1 /* CDMSessionAVStreamSession.mm in Sources */,
17341734
CDE5959D1BF2757100A1CBE8 /* CDMSessionMediaSourceAVFObjC.mm in Sources */,
17351735
+ F050E17123AD669F0011CE47 /* TouchEvent.cpp in Sources */,
17361736
A14090FB1AA51E1D0091191A /* ContentFilterUnblockHandlerCocoa.mm in Sources */,
17371737
07AFF4231EFB144900B545B3 /* CoreAudioCaptureSourceIOS.mm in Sources */,
17381738
46C696CC1E7205FC00597937 /* CPUMonitor.cpp in Sources */,
1739-
@@ -34183,6 +34212,7 @@
1739+
@@ -34181,6 +34210,7 @@
17401740
51058ADF1D67C229009A538C /* MockGamepad.cpp in Sources */,
17411741
51058AE11D67C229009A538C /* MockGamepadProvider.cpp in Sources */,
17421742
CDF2B0121820540600F2B424 /* MockMediaPlayerMediaSource.cpp in Sources */,
17431743
+ F050E17423AD6A800011CE47 /* DocumentTouch.cpp in Sources */,
17441744
CDF2B0141820540600F2B424 /* MockMediaSourcePrivate.cpp in Sources */,
17451745
CDF2B0161820540700F2B424 /* MockSourceBufferPrivate.cpp in Sources */,
17461746
2D9BF7421DBFDC27007A7D99 /* NavigatorEME.cpp in Sources */,
1747-
@@ -34272,6 +34302,7 @@
1747+
@@ -34270,6 +34300,7 @@
17481748
538EC8881F993F9C004D22A8 /* UnifiedSource23.cpp in Sources */,
17491749
DE5F85801FA1ABF4006DB63A /* UnifiedSource24-mm.mm in Sources */,
17501750
538EC8891F993F9D004D22A8 /* UnifiedSource24.cpp in Sources */,
17511751
+ F050E16E23AD66630011CE47 /* TouchList.cpp in Sources */,
17521752
DE5F85811FA1ABF4006DB63A /* UnifiedSource25-mm.mm in Sources */,
17531753
538EC88A1F993F9D004D22A8 /* UnifiedSource25.cpp in Sources */,
17541754
DE5F85821FA1ABF4006DB63A /* UnifiedSource26-mm.mm in Sources */,
1755-
@@ -34804,6 +34835,7 @@
1755+
@@ -34802,6 +34833,7 @@
17561756
2D8B92F1203D13E1009C868F /* UnifiedSource516.cpp in Sources */,
17571757
2D8B92F2203D13E1009C868F /* UnifiedSource517.cpp in Sources */,
17581758
2D8B92F3203D13E1009C868F /* UnifiedSource518.cpp in Sources */,
@@ -12607,10 +12607,10 @@ index 0000000000000000000000000000000000000000..585fb151f302e4b376c705ed0d0974d5
1260712607
+
1260812608
+} // namespace WebKit
1260912609
diff --git a/Source/WebKit/WebKit.xcodeproj/project.pbxproj b/Source/WebKit/WebKit.xcodeproj/project.pbxproj
12610-
index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608dca24070c 100644
12610+
index 02abbebb6af78f83b0723278f82ff758d21cce22..ba873c5d4e4c13efee6bbc93804bacb7d182d5a8 100644
1261112611
--- a/Source/WebKit/WebKit.xcodeproj/project.pbxproj
1261212612
+++ b/Source/WebKit/WebKit.xcodeproj/project.pbxproj
12613-
@@ -1774,6 +1774,19 @@
12613+
@@ -1776,6 +1776,19 @@
1261412614
CEE4AE2B1A5DCF430002F49B /* UIKitSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE4AE2A1A5DCF430002F49B /* UIKitSPI.h */; };
1261512615
D3B9484711FF4B6500032B39 /* WebPopupMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B9484311FF4B6500032B39 /* WebPopupMenu.h */; };
1261612616
D3B9484911FF4B6500032B39 /* WebSearchPopupMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B9484511FF4B6500032B39 /* WebSearchPopupMenu.h */; };
@@ -12630,7 +12630,7 @@ index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608d
1263012630
DF462E0F23F22F5500EFF35F /* WKHTTPCookieStorePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = DF462E0E23F22F5300EFF35F /* WKHTTPCookieStorePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
1263112631
DF462E1223F338BE00EFF35F /* WKContentWorldPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = DF462E1123F338AD00EFF35F /* WKContentWorldPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
1263212632
E105FE5418D7B9DE008F57A8 /* EditingRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E105FE5318D7B9DE008F57A8 /* EditingRange.h */; };
12633-
@@ -5228,6 +5241,20 @@
12633+
@@ -5232,6 +5245,20 @@
1263412634
D3B9484311FF4B6500032B39 /* WebPopupMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPopupMenu.h; sourceTree = "<group>"; };
1263512635
D3B9484411FF4B6500032B39 /* WebSearchPopupMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSearchPopupMenu.cpp; sourceTree = "<group>"; };
1263612636
D3B9484511FF4B6500032B39 /* WebSearchPopupMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSearchPopupMenu.h; sourceTree = "<group>"; };
@@ -12651,15 +12651,15 @@ index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608d
1265112651
DF462E0E23F22F5300EFF35F /* WKHTTPCookieStorePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKHTTPCookieStorePrivate.h; sourceTree = "<group>"; };
1265212652
DF462E1123F338AD00EFF35F /* WKContentWorldPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKContentWorldPrivate.h; sourceTree = "<group>"; };
1265312653
DF58C6311371AC5800F9A37C /* NativeWebWheelEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NativeWebWheelEvent.h; sourceTree = "<group>"; };
12654-
@@ -7172,6 +7199,7 @@
12654+
@@ -7176,6 +7203,7 @@
1265512655
37C4C08318149C2A003688B9 /* Cocoa */ = {
1265612656
isa = PBXGroup;
1265712657
children = (
1265812658
+ D71A94492372290B002C4D9E /* _WKBrowserInspector.h */,
1265912659
1A43E826188F38E2009E4D30 /* Deprecated */,
1266012660
37A5E01218BBF937000A081E /* _WKActivatedElementInfo.h */,
1266112661
37A5E01118BBF937000A081E /* _WKActivatedElementInfo.mm */,
12662-
@@ -8881,6 +8909,13 @@
12662+
@@ -8885,6 +8913,13 @@
1266312663
BC032DC310F438260058C15A /* UIProcess */ = {
1266412664
isa = PBXGroup;
1266512665
children = (
@@ -12673,15 +12673,15 @@ index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608d
1267312673
BC032DC410F4387C0058C15A /* API */,
1267412674
512F588D12A8836F00629530 /* Authentication */,
1267512675
9955A6E81C79809000EB6A93 /* Automation */,
12676-
@@ -9163,6 +9198,7 @@
12676+
@@ -9169,6 +9204,7 @@
1267712677
BC0C376610F807660076D7CB /* C */ = {
1267812678
isa = PBXGroup;
1267912679
children = (
1268012680
+ D71A942C2370DF81002C4D9E /* WKBrowserInspector.h */,
1268112681
5123CF18133D25E60056F800 /* cg */,
1268212682
6EE849C41368D9040038D481 /* mac */,
1268312683
BCB63477116BF10600603215 /* WebKit2_C.h */,
12684-
@@ -9765,6 +9801,11 @@
12684+
@@ -9771,6 +9807,11 @@
1268512685
BCCF085C113F3B7500C650C5 /* mac */ = {
1268612686
isa = PBXGroup;
1268712687
children = (
@@ -12693,31 +12693,31 @@ index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608d
1269312693
B878B613133428DC006888E9 /* CorrectionPanel.h */,
1269412694
B878B614133428DC006888E9 /* CorrectionPanel.mm */,
1269512695
C1817362205844A900DFDA65 /* DisplayLink.cpp */,
12696-
@@ -10540,6 +10581,7 @@
12696+
@@ -10546,6 +10587,7 @@
1269712697
991F492F23A812C60054642B /* _WKInspectorDebuggableInfo.h in Headers */,
1269812698
99036AE223A949CF0000B06A /* _WKInspectorDebuggableInfoInternal.h in Headers */,
1269912699
9197940C23DBC50300257892 /* _WKInspectorDelegate.h in Headers */,
1270012700
+ D71A944A2372290B002C4D9E /* _WKBrowserInspector.h in Headers */,
1270112701
5CAFDE472130846A00B1F7E1 /* _WKInspectorInternal.h in Headers */,
1270212702
9979CA58237F49F10039EC05 /* _WKInspectorPrivate.h in Headers */,
1270312703
A5C0F0AB2000658200536536 /* _WKInspectorWindow.h in Headers */,
12704-
@@ -10664,6 +10706,7 @@
12704+
@@ -10670,6 +10712,7 @@
1270512705
7C89D2981A6753B2003A5FDE /* APIPageConfiguration.h in Headers */,
1270612706
1AC1336C18565C7A00F3EC05 /* APIPageHandle.h in Headers */,
1270712707
1AFDD3151891B54000153970 /* APIPolicyClient.h in Headers */,
1270812708
+ D71A94382370F032002C4D9E /* BrowserInspectorController.h in Headers */,
1270912709
7CE4D2201A4914CA00C7F152 /* APIProcessPoolConfiguration.h in Headers */,
1271012710
49BCA19223A177660028A836 /* APIResourceLoadStatisticsFirstParty.h in Headers */,
1271112711
49BCA19723A1930D0028A836 /* APIResourceLoadStatisticsThirdParty.h in Headers */,
12712-
@@ -10790,6 +10833,7 @@
12712+
@@ -10796,6 +10839,7 @@
1271312713
BC06F43A12DBCCFB002D78DE /* GeolocationPermissionRequestProxy.h in Headers */,
1271412714
2DA944A41884E4F000ED86DB /* GestureTypes.h in Headers */,
1271512715
2DA049B8180CCD0A00AAFA9E /* GraphicsLayerCARemote.h in Headers */,
1271612716
+ D71A94342370E07A002C4D9E /* InspectorPlaywrightAgentClient.h in Headers */,
1271712717
C0CE72AD1247E78D00BC0EC4 /* HandleMessage.h in Headers */,
1271812718
1AC75A1B1B3368270056745B /* HangDetectionDisabler.h in Headers */,
1271912719
57AC8F50217FEED90055438C /* HidConnection.h in Headers */,
12720-
@@ -10918,8 +10962,10 @@
12720+
@@ -10924,8 +10968,10 @@
1272112721
41DC45961E3D6E2200B11F51 /* NetworkRTCProvider.h in Headers */,
1272212722
413075AB1DE85F330039EC69 /* NetworkRTCSocket.h in Headers */,
1272312723
5C20CBA01BB1ECD800895BB1 /* NetworkSession.h in Headers */,
@@ -12728,63 +12728,63 @@ index a998aca848de9de8f850ec6805ca6b56b2c254cf..b7ee201937c79b1eb40f2626b2db608d
1272812728
570DAAC22303730300E8FC04 /* NfcConnection.h in Headers */,
1272912729
570DAAAE23026F5C00E8FC04 /* NfcService.h in Headers */,
1273012730
31A2EC5614899C0900810D71 /* NotificationPermissionRequest.h in Headers */,
12731-
@@ -11003,6 +11049,7 @@
12731+
@@ -11009,6 +11055,7 @@
1273212732
CD2865EE2255562000606AC7 /* ProcessTaskStateObserver.h in Headers */,
1273312733
463FD4821EB94EC000A2982C /* ProcessTerminationReason.h in Headers */,
1273412734
86E67A251910B9D100004AB7 /* ProcessThrottler.h in Headers */,
1273512735
+ D71A944C237239FB002C4D9E /* BrowserInspectorPipe.h in Headers */,
1273612736
83048AE61ACA45DC0082C832 /* ProcessThrottlerClient.h in Headers */,
1273712737
A1E688701F6E2BAB007006A6 /* QuarantineSPI.h in Headers */,
12738-
1AEE57252409F142002005D6 /* QuickLookThumbnailLoader.h in Headers */,
12739-
@@ -11430,6 +11477,7 @@
12738+
1A0C227E2451130A00ED614D /* QuickLookThumbnailingSoftLink.h in Headers */,
12739+
@@ -11437,6 +11484,7 @@
1274012740
BCD25F1711D6BDE100169B0E /* WKBundleFrame.h in Headers */,
1274112741
BCF049E611FE20F600F86A58 /* WKBundleFramePrivate.h in Headers */,
1274212742
BC49862F124D18C100D834E1 /* WKBundleHitTestResult.h in Headers */,
1274312743
+ D71A94432371F67E002C4D9E /* WebPageInspectorInputAgent.h in Headers */,
1274412744
BC204EF211C83EC8008F3375 /* WKBundleInitialize.h in Headers */,
1274512745
65B86F1E12F11DE300B7DD8A /* WKBundleInspector.h in Headers */,
1274612746
1A8B66B41BC45B010082DF77 /* WKBundleMac.h in Headers */,
12747-
@@ -11482,6 +11530,7 @@
12747+
@@ -11489,6 +11537,7 @@
1274812748
5C795D71229F3757003FF1C4 /* WKContextMenuElementInfoPrivate.h in Headers */,
1274912749
51A555F6128C6C47009ABCEC /* WKContextMenuItem.h in Headers */,
1275012750
51A55601128C6D92009ABCEC /* WKContextMenuItemTypes.h in Headers */,
1275112751
+ D76D6888238DBD81008D314B /* InspectorDialogAgent.h in Headers */,
1275212752
A1EA02381DABFF7E0096021F /* WKContextMenuListener.h in Headers */,
1275312753
BCC938E11180DE440085E5FE /* WKContextPrivate.h in Headers */,
1275412754
9FB5F395169E6A80002C25BF /* WKContextPrivateMac.h in Headers */,
12755-
@@ -11632,6 +11681,7 @@
12755+
@@ -11639,6 +11688,7 @@
1275612756
1AB8A1F818400BB800E9AE69 /* WKPageContextMenuClient.h in Headers */,
1275712757
8372DB251A674C8F00C697C5 /* WKPageDiagnosticLoggingClient.h in Headers */,
1275812758
1AB8A1F418400B8F00E9AE69 /* WKPageFindClient.h in Headers */,
1275912759
+ D71A94322370E025002C4D9E /* InspectorPlaywrightAgentClientMac.h in Headers */,
1276012760
1AB8A1F618400B9D00E9AE69 /* WKPageFindMatchesClient.h in Headers */,
1276112761
1AB8A1F018400B0000E9AE69 /* WKPageFormClient.h in Headers */,
1276212762
BC7B633712A45ABA00D174A4 /* WKPageGroup.h in Headers */,
12763-
@@ -12684,6 +12734,7 @@
12763+
@@ -12691,6 +12741,7 @@
1276412764
CDA93DB122F8BCF400490A69 /* FullscreenTouchSecheuristicParameters.cpp in Sources */,
1276512765
2749F6442146561B008380BF /* InjectedBundleNodeHandle.cpp in Sources */,
1276612766
2749F6452146561E008380BF /* InjectedBundleRangeHandle.cpp in Sources */,
1276712767
+ D79902B2236E9404005D6F7E /* InspectorTargetProxyMac.mm in Sources */,
1276812768
2D913441212CF9F000128AFD /* JSNPMethod.cpp in Sources */,
1276912769
2D913442212CF9F000128AFD /* JSNPObject.cpp in Sources */,
1277012770
2984F588164BA095004BC0C6 /* LegacyCustomProtocolManagerMessageReceiver.cpp in Sources */,
12771-
@@ -12694,6 +12745,7 @@
12771+
@@ -12701,6 +12752,7 @@
1277212772
2D92A781212B6A7100F493FD /* MessageReceiverMap.cpp in Sources */,
1277312773
2D92A782212B6A7100F493FD /* MessageSender.cpp in Sources */,
1277412774
2D92A77A212B6A6100F493FD /* Module.cpp in Sources */,
1277512775
+ D79902B1236E9404005D6F7E /* WebPageInspectorEmulationAgentMac.mm in Sources */,
1277612776
57B826452304F14000B72EB0 /* NearFieldSoftLink.mm in Sources */,
1277712777
2D913443212CF9F000128AFD /* NetscapeBrowserFuncs.cpp in Sources */,
1277812778
2D913444212CF9F000128AFD /* NetscapePlugin.cpp in Sources */,
12779-
@@ -12718,6 +12770,7 @@
12779+
@@ -12725,6 +12777,7 @@
1278012780
1A2D8439127F65D5001EB962 /* NPObjectMessageReceiverMessageReceiver.cpp in Sources */,
1278112781
2D92A792212B6AD400F493FD /* NPObjectProxy.cpp in Sources */,
1278212782
2D92A793212B6AD400F493FD /* NPRemoteObjectMap.cpp in Sources */,
1278312783
+ D7EB04E72372A73B00F744CE /* InspectorPlaywrightAgentClientMac.mm in Sources */,
1278412784
2D913447212CF9F000128AFD /* NPRuntimeObjectMap.cpp in Sources */,
1278512785
2D913448212CF9F000128AFD /* NPRuntimeUtilities.cpp in Sources */,
1278612786
2D92A794212B6AD400F493FD /* NPVariantData.cpp in Sources */,
12787-
@@ -12999,6 +13052,7 @@
12787+
@@ -13007,6 +13060,7 @@
1278812788
2D92A78C212B6AB100F493FD /* WebMouseEvent.cpp in Sources */,
1278912789
31BA924D148831260062EDB5 /* WebNotificationManagerMessageReceiver.cpp in Sources */,
1279012790
2DF6FE52212E110900469030 /* WebPage.cpp in Sources */,

0 commit comments

Comments
 (0)