Skip to content

Perf-Dashboard.Render sync phase sets location.hash, but the actual DOM (#488)#496

Merged
rniwa merged 1 commit into
release/3.1from
merge-488-to-3.1
Mar 3, 2025
Merged

Perf-Dashboard.Render sync phase sets location.hash, but the actual DOM (#488)#496
rniwa merged 1 commit into
release/3.1from
merge-488-to-3.1

Conversation

@rniwa
Copy link
Copy Markdown
Member

@rniwa rniwa commented Mar 1, 2025

modifications happen asynchronously in the onhashchange() callback.

This results in nothing interesting being measured during the sync phase, and the resulting rendering update (during the async phase) not including the change.

Change the test to manually and synchronously trigger the onhashchange() callback, and change the page content to detect and omit duplicate events.

…OM (#488)

modifications happen asynchronously in the onhashchange() callback.

This results in nothing interesting being measured during the sync phase, and
the resulting rendering update (during the async phase) not including the
change.

Change the test to manually and synchronously trigger the onhashchange()
callback, and change the page content to detect and omit duplicate events.

Co-authored-by: Matt Woodrow <m_woodrow@apple.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 1, 2025

Deploy Preview for webkit-speedometer ready!

Name Link
🔨 Latest commit 2e73ad3
🔍 Latest deploy log https://app.netlify.com/sites/webkit-speedometer/deploys/67c34c16dd488d000875d376
😎 Deploy Preview https://deploy-preview-496--webkit-speedometer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdubet mdubet added the v3.1 label Mar 3, 2025
@rniwa rniwa merged commit b475f2d into release/3.1 Mar 3, 2025
@rniwa rniwa deleted the merge-488-to-3.1 branch March 3, 2025 20:06
camillobruni added a commit to camillobruni/Speedometer that referenced this pull request Jun 2, 2026
b475f2d Perf-Dashboard.Render sync phase sets location.hash, but the actual DOM (WebKit#488) (WebKit#496)
b270564 (origin/3.1, 3.1) Release/3.1 428 - add id to input (NEW - with correct base to merge into) (WebKit#494)
aba1d5e (thor/release/3.1, flashd/release/3.1) Deconfuse Geomean Metric and geomean aggregate value (WebKit#408) (WebKit#480)
ce03cfb Don't display invalid results (WebKit#406) (WebKit#479)
6f25345 Update Version Text from 3.0 to 3.1 (WebKit#485)
cc9ee08  Release/3.1 - merge 400 (rename className -> class) (WebKit#483)
e12e84c Release/3.1 - merge 448 (news site article ids nuxt) (WebKit#482)
8a4a566 Release/3.1 - merge 447 (news site article ids next) (WebKit#481)

Change-Id: If0b19391128b82389eda1a61d33dc4e2be2cd180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants