WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
156601
Web Inspector: Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload
https://bugs.webkit.org/show_bug.cgi?id=156601
Summary
Web Inspector: Sending lots of unnecessary CSS.getNamedFlowCollection request...
Joseph Pecoraro
Reported
2016-04-14 14:51:55 PDT
* SUMMARY Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload * STEPS TO REPRODUCE 1. Inspect <
http://bogojoker.com
> 2. Reload 3. Reload 4. Reload => Lots of wasted traffic [native code]: CONSOLE LOG request: {"id":303,"method":"CSS.getNamedFlowCollection","params":{"documentNodeId":87}} [native code]: CONSOLE LOG response: {"result":{"namedFlows":[]},"id":288} Apparently FrameTreeElement.onexpand gets called for every resource added, and each time it requests the flows.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2016-09-08 14:01:17 PDT
<
rdar://problem/28213717
>
Joseph Pecoraro
Comment 2
2018-09-12 12:31:16 PDT
getNamedFlowCollection was removed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug