Changeset 243733 in webkit
- Timestamp:
- Apr 1, 2019, 8:12:39 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebPageProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243731 r243733 1 2019-04-01 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, drop debug logging landed as part of r242903 by mistake. 4 5 * UIProcess/WebPageProxy.cpp: 6 (WebKit::WebPageProxy::decidePolicyForNavigationAction): 7 1 8 2019-04-01 Remy Demarest <rdemarest@apple.com> 2 9 -
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r243630 r243733 4546 4546 if (!fromItem) 4547 4547 fromItem = m_backForwardList->currentItem(); 4548 WTFLogAlways("WebPageProxy::decidePolicyForNavigationAction() creates back/forward navigation from item %s", fromItem ? fromItem->url().utf8().data() : "null");4549 4548 navigation = m_navigationState->createBackForwardNavigation(*item, fromItem, FrameLoadType::IndexedBackForward); 4550 4549 }
Note:
See TracChangeset
for help on using the changeset viewer.