Skip to content

Redirect unpublished url loads to the homepage similar to from-file - #5712

Merged
canova merged 1 commit into
firefox-devtools:mainfrom
canova:unpublished-refresh
Dec 11, 2025
Merged

Redirect unpublished url loads to the homepage similar to from-file#5712
canova merged 1 commit into
firefox-devtools:mainfrom
canova:unpublished-refresh

Conversation

@canova

@canovacanova commented Dec 10, 2025

Copy link
Copy Markdown
Member

Fixed#5709.

Initially unpublished was an alias of from-addon and then it was made a separate data source. But reloading the url or loading from scratch was hanging in the profile loading animation indefinitely and it wasn't trying to load any profile either. It makes sense to make it behave more like from-file in that sense and just redirect to the home page.

Issue #5709 has an STR for this bug.

Initially `unpublished` was an alias of `from-addon` and then it was
made a separate data source. But reloading the url or loading from
scratch was hanging in the profile loading animation indefinitely and it
wasn't trying to load any profile either. It makes sense to make it
behave more like `from-file` in that sense and just redirect to the home
page.
Issue firefox-devtools#5709 has an STR for this bug.
@canova
canova requested a review from mstangeDecember 10, 2025 10:38
@codecov

codecovBot commented Dec 10, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.62%. Comparing base (2ff1b40) to head (8b3ab57).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #5712 +/- ##
==========================================
- Coverage 85.63% 85.62% -0.01% 
==========================================
Files 312 312 Lines 30892 30895 +3 Branches 8420 8508 +88 ==========================================
+ Hits 26453 26455 +2 - Misses 4009 4010 +1 
Partials 430 430 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@canova
canova merged commit 22db2af into firefox-devtools:mainDec 11, 2025
21 checks passed
@canovacanova mentioned this pull request Dec 18, 2025
canova added a commit that referenced this pull request Dec 18, 2025
Changes:
[Markus Stange] Use a longer test timeout when debugging with VS code.
(#5679)
[Markus Stange] Move Jest config from package.json to jest.config.js
(#5680)
[Markus Stange] Make binary profile format parsing use Uint8Array
instead of ArrayBuffer (#5678)
[Markus Stange] Use workbox-cli to generate the service worker (#5681)
[Nazım Can Altınova] Migrate from Appveyor to GitHub Actions Windows
runners (#5660)
[Nazım Can Altınova] Remove some unused dependencies (#5696)
[Nazım Can Altınova] Update the document links and sections (#5705)
[Nazım Can Altınova] Clear selected and expanded call node paths on
browser back button if it removes transforms (#5701)
[Nazım Can Altınova] Properly type the Map and Set objects (#5623)
[Valentin Gosu] Add priorityHeader field to network requests (#5707)
[Nazım Can Altınova] Redirect unpublished url loads to the homepage
similar to from-file (#5712)
[Florian Quèze/Nazım Can Altınova] Add an importer for the text format
taken as input by flamegraph.pl. (#5359)
[Florian Quèze] Improve the import of profiles generated from clang
-ftime-trace=file.json (#5714)
[Markus Stange] Move React stuff out of marker schema logic module.
(#5720)
And thanks to our localizers:
en-CA: chutten
en-CA: Paul
es-CL: ravmn
fr: Théo Chevalier
fur: Fabio Tomat
ru: berry
tr: Selim Şumlu
zh-CN: Olvcpr423
zh-CN: wxie
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reloading the page after deleting a profile causes indefinite profile loading animation

2 participants

@canova@mstange