WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
145468
Web Inspector: Console.messagesCleared should include a reason (frame navigated, console-api, etc)
https://bugs.webkit.org/show_bug.cgi?id=145468
Summary
Web Inspector: Console.messagesCleared should include a reason (frame navigat...
Joseph Pecoraro
Reported
2015-05-29 13:34:36 PDT
* SUMMARY Console.messagesCleared should include a reason (frame navigated, console-api, etc) The frontend handles console clears differently for reloads then navigations, command line clear(), and console.clear() calls. The frontend would like to avoid clearing the console log buffer on page reloads but that is currently not easy to determine. Having a "reason" associated with the event would let the frontend be smarter about how it handles this message. * NOTES - Current reasons: frameNavigated, console-api (console.clear), CommandLineAPI (js> clear) - Alternatively, it may be enough to just have the backend not even send messagesCleared for frame navigations, and let the frontend just do it on its own. - We still need to worry about Legacy backends that won't have the reason
Attachments
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2015-05-29 13:34:44 PDT
<
rdar://problem/13767079
>
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