Bug 210122 - Web Inspector: only broadcast the console message to main frames
Summary: Web Inspector: only broadcast the console message to main frames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-07 09:36 PDT by Devin Rousso
Modified: 2020-04-08 11:58 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2020-04-07 10:04 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2020-04-07 09:36:34 PDT
We shouldn't send the message to _every_ `WebKit::WebFrame`, as that seems to include sub-frames, which can't be inspected independently from the main frame, so only send to the main frame.
Comment 1 Devin Rousso 2020-04-07 10:04:36 PDT
Created attachment 395696 [details]
Patch
Comment 2 EWS 2020-04-08 11:57:59 PDT
Committed r259739: <https://trac.webkit.org/changeset/259739>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395696 [details].
Comment 3 Radar WebKit Bug Importer 2020-04-08 11:58:14 PDT
<rdar://problem/61467874>