Chromium Code Reviews
DescriptionAdd ability for NetLogLogger to gather data from more than just NetLog
This includes data from other net-internals tabs and from pending
URLRequests. This also changes the semantices of NetLogLogger so
that it takes the input file in StartObserving and closes it in
StopObserving, to make thread restrictions when using the new
capability a little simpler.
This CL also fixes a number of cases where StopObserving either wasn't
being called, or was being called incorrectly by consumers.
BUG=426918
Committed: https://crrev.com/853ed15d6d080b116bbc496de3302276f3668f1f
Cr-Commit-Position: refs/heads/master@{#320745}
Patch Set 1 #Patch Set 2 : Rework API #Patch Set 3 : Fix Stuff #Patch Set 4 : Fix ChromeOS #Patch Set 5 : Fix comments #
Total comments: 3
Patch Set 6 : Response to comments, fix removal calls #Patch Set 7 : Fix Cronet #Patch Set 8 : Fix Cronet (Really!) #
Total comments: 4
Patch Set 9 : Merge #Messages
Total messages: 35 (14 generated)
|