WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
272310
Web Inspector: Make more obvious the reload attempts of a Webpage
https://bugs.webkit.org/show_bug.cgi?id=272310
Summary
Web Inspector: Make more obvious the reload attempts of a Webpage
Karl Dubost
Reported
2024-04-07 17:18:49 PDT
Created
attachment 470806
[details]
testcase In
Bug 17186
, the testcase gives the possibility to refresh the page at a regular pace. Case 1: data:text/html,<head><meta http-equiv="refresh" content="5"></head><div>This page refreshes every 5s</div> This creates error messages consistently across browsers. * Safari: Not allowed to navigate top frame to data URL 'data:text/html,<head><meta%20http-equiv="refresh"%20content="5"></head><div>This%20page%20refreshes%20every%205s</div>'. * Firefox: Navigation to toplevel data: URI not allowed (Blocked loading of: “data:text/html,<head><meta http-equiv="refresh" co...”) * Chrome: Not allowed to navigate top frame to data URL: data:text/html,<head><meta http-equiv="refresh" content="5"></head><div>This page refreshes every 5s</div> So far so good. Case 2: Save the test case as a local file And then open this file locally aka file:// scheme. The 3 browsers shows in the Console.log an increment for each reload. case 3: Load the test case from the URL in this bug report. * Safari increment the clock on the "Page Reloaded at <time>" message, but this is not really noticeable * Firefox creates a new entry in the log for each attempgt * Chrome increments automatically the counter showing the number of reload attempts. Probably Safari Web Inspector should make it more obvious that something has changed specifically when this is happening for file://
Attachments
testcase
(345 bytes, text/html)
2024-04-07 17:18 PDT
,
Karl Dubost
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-07 17:18:57 PDT
<
rdar://problem/126052471
>
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