Changeset 241632 in webkit
- Timestamp:
- Feb 15, 2019, 4:36:06 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/Page.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r241626 r241632 1 2019-02-15 Chris Dumez <cdumez@apple.com> 2 3 Sample domainsVisited diagnostic logging 4 https://bugs.webkit.org/show_bug.cgi?id=194657 5 6 Reviewed by Ryosuke Niwa. 7 8 Sample domainsVisited diagnostic logging, we are getting a lot of data from 9 this key and this is hurting our other keys. 10 11 * page/Page.cpp: 12 (WebCore::Page::logNavigation): 13 1 14 2019-02-15 Ryosuke Niwa <rniwa@webkit.org> 2 15 -
trunk/Source/WebCore/page/Page.cpp
r241548 r241632 2370 2370 2371 2371 if (!navigation.domain.isEmpty()) 2372 diagnosticLoggingClient().logDiagnosticMessageWithEnhancedPrivacy(DiagnosticLoggingKeys::domainVisitedKey(), navigation.domain, ShouldSample:: No);2372 diagnosticLoggingClient().logDiagnosticMessageWithEnhancedPrivacy(DiagnosticLoggingKeys::domainVisitedKey(), navigation.domain, ShouldSample::Yes); 2373 2373 } 2374 2374
Note:
See TracChangeset
for help on using the changeset viewer.