Closed
Bug 1446945
Opened 7 years ago
Closed 7 years ago
[New Performance Panel] Focus the browser window after capturing a remote profile
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P1)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: julienw, Assigned: m_kato)
References
Details
Attachments
(1 file)
Thanks to the fix to bug 1444124 we can now capture profiles from a remote Firefox. However when we open a new tab to perf-html.io, the browser window isn't focused, and this behavior is awkward because if WebIDE is full-screened it's easy to miss and thing something is broken.
So in this bug we want to focus the browser window when opening the tab to perf-html.io to show the captured profile.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → m_kato
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8963112 [details]
Bug 1446945 - [New Performance Panel] Focus the browser window after capturing a remote profile.
https://reviewboard.mozilla.org/r/231978/#review237536
The WebIDE window is still in front for me after capturing the profile. My assumption here would be the the WebIDE window would be in the background, and the perf-html.io window would be in the foreground.
Assignee | ||
Comment 3•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8963112 [details]
Bug 1446945 - [New Performance Panel] Focus the browser window after capturing a remote profile.
https://reviewboard.mozilla.org/r/231978/#review237536
Although I test on Windows, this change is that perf-html.io's brwoser window becomes foreground. Even if WebIDE is maxium size window, browser window becomes foreground by this change.
Updated•7 years ago
|
Priority: -- → P1
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8963112 [details]
Bug 1446945 - [New Performance Panel] Focus the browser window after capturing a remote profile.
https://reviewboard.mozilla.org/r/231978/#review238264
Thanks, I re-tested and it's working. I think I pulled your patch without actually updating my code. It works great!
Attachment #8963112 -
Flags: review?(gtatum) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/9c16e35be859
[New Performance Panel] Focus the browser window after capturing a remote profile. r=gregtatum
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•