Changeset 243417 in webkit
- Timestamp:
- Mar 23, 2019, 5:47:08 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKProcessGroup.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243416 r243417 1 2019-03-23 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, fix typo in comment added in r243379. 4 5 * UIProcess/API/Cocoa/WKProcessGroup.mm: 6 (-[WKProcessGroup setDelegate:]): 7 1 8 2019-03-23 Simon Fraser <simon.fraser@apple.com> 2 9 -
trunk/Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm
r243379 r243417 218 218 219 219 // If the client can observe when the connection to the WebProcess injected bundle is established, then we cannot 220 // safely delay the launch of the WebProcess until something is loaded in the Web view.220 // safely delay the launch of the WebProcess until something is loaded in the web view. 221 221 if ([delegate respondsToSelector:@selector(processGroup:didCreateConnectionToWebProcessPlugIn:)]) 222 222 _processPool->disableDelayedWebProcessLaunch();
Note:
See TracChangeset
for help on using the changeset viewer.