Closed
Bug 1915014
Opened 1 month ago
Closed 1 month ago
Remove fallback to hidden window in ParentProcessTargetActor._getInitialDocShell
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox131 fixed)
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: gregp, Assigned: gregp)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•1 month ago
|
||
This was added in bug 1275942 which added the --wait-for-jsdebugger option.
I think it's not necessary because BrowserGlue.sys.mjs is loaded before
"command-line-handler" category runs[1], so the first window will have already
opened before DevToolsStartup.handleDebuggerFlag spins the event loop[2]
[1] https://searchfox.org/mozilla-central/rev/3f193a8bb0759058c2f9a9d7761ad73bc6ffd4b1/toolkit/xre/nsAppRunner.cpp#5571-5573,5734-5737
[2] https://searchfox.org/mozilla-central/rev/1d4c27f9f166ce6e967fb0e8c8d6e0795dbbd12e/devtools/startup/DevToolsStartup.sys.mjs#1011,1037-1043
Updated•1 month ago
|
Assignee: nobody → gregp
Status: NEW → ASSIGNED
Pushed by gp3033@protonmail.com:
https://hg.mozilla.org/integration/autoland/rev/e04c427060e1
Remove fallback to hidden window in ParentProcessTargetActor._getInitialDocShell r=ochameau,firefox-desktop-core-reviewers
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
Comment 4•1 month ago
|
||
Backed out for causing OS X mochitests failures in browser_startup.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/base/content/test/performance/browser_startup.js | should have no unexpected modules loaded before profile selection - Got 1, expected +0
Status: RESOLVED → REOPENED
status-firefox131:
fixed → ---
Flags: needinfo?(gregp)
Resolution: FIXED → ---
Target Milestone: 131 Branch → ---
Assignee | ||
Comment 5•1 month ago
|
||
hmm, I guess the failure is happening because we're unconditionally loading xulstore on macOS now.
Flags: needinfo?(gregp)
Pushed by gp3033@protonmail.com:
https://hg.mozilla.org/integration/autoland/rev/7ece61c7f15c
Remove fallback to hidden window in ParentProcessTargetActor._getInitialDocShell r=ochameau,firefox-desktop-core-reviewers
Comment 7•1 month ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 month ago → 1 month ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•