RESOLVED FIXED 170813
Add additional information when logging URL disposition in WebLoaderStrategy::scheduleLoad
https://bugs.webkit.org/show_bug.cgi?id=170813
Summary Add additional information when logging URL disposition in WebLoaderStrategy:...
Keith Rollin
Reported 2017-04-13 10:46:12 PDT
There are a few logging statements in WebLoaderStrategy::scheduleLoad that report, for example, "URL will be loaded as data". These statements also log the address of the frame doing the loading and the identifier of the resource. For consistency with other logging and to make scripted analysis of the logs more robust, also include the pageID and frameID in the logging.
Attachments
Patch (6.04 KB, patch)
2017-04-13 10:48 PDT, Keith Rollin
no flags
Keith Rollin
Comment 1 2017-04-13 10:48:14 PDT
Michael Catanzaro
Comment 2 2017-04-17 12:43:08 PDT
Comment on attachment 306996 [details] Patch PRIu64 is the best cross-platform way to print a uint64_t, so this looks right to me. It technically needs an owner to approve it, though.
Keith Rollin
Comment 3 2017-04-18 14:45:48 PDT
Adding Antti and Alex, who both did previous reviews on this code.
WebKit Commit Bot
Comment 4 2017-04-18 15:28:14 PDT
Comment on attachment 306996 [details] Patch Clearing flags on attachment: 306996 Committed r215481: <http://trac.webkit.org/changeset/215481>
WebKit Commit Bot
Comment 5 2017-04-18 15:28:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.