Closed
Bug 1916424
Opened 6 months ago
Closed 4 days ago
Support idle tasks in category manager JS invocations, to start using it from BrowserGlue
Categories
(Firefox :: General, task, P3)
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
All the .init
and uninit
calls in BrowserGlue are a little sad, and could easily be switched to use the category manager, so let's try and make that happen.
Comment 1•6 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::JavaScript Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → JavaScript Engine
Product: Firefox → Core
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
Assignee | ||
Comment 4•6 months ago
|
||
Assignee | ||
Updated•6 months ago
|
Severity: -- → N/A
Component: JavaScript Engine → General
Priority: -- → P3
Product: Core → Firefox
Assignee | ||
Updated•17 days ago
|
Keywords: leave-open
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ad04587bad59
allow idle dispatch from BrowserUtils' category manager-based invocations, r=mossop,search-reviewers,urlbar-reviewers
Assignee | ||
Updated•7 days ago
|
Keywords: leave-open
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b4b2ef6e086b
use category manager for idle startup tasks from BrowserGlue, r=firefox-desktop-core-reviewers ,mossop
https://hg.mozilla.org/integration/autoland/rev/8e0862096be2
use category manager for quit-application-granted consumers from BrowserGlue, r=firefox-desktop-core-reviewers ,mossop
Backed out for causing leaks @ Alloc, JSString::OwnedChars
- Backout link
- Push with failures
- Failure Log
- Failure line:
TEST-UNEXPECTED-FAIL | LeakSanitizer leak at Alloc, JSString::OwnedChars, js::NewAtomCopyNDontDeflateValidLength, NewAtomNonStaticValidLength | browser/components/search/test/browser/telemetry/browser.toml
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 9•5 days ago
|
||
Flags: needinfo?(gijskruitbosch+bugs)
Comment 10•4 days ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/44085a6af3dd
use category manager for idle startup tasks from BrowserGlue, r=firefox-desktop-core-reviewers ,mossop
https://hg.mozilla.org/integration/autoland/rev/47360b5eb434
use category manager for quit-application-granted consumers from BrowserGlue, r=firefox-desktop-core-reviewers ,mossop
Comment 11•4 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/44085a6af3dd
https://hg.mozilla.org/mozilla-central/rev/47360b5eb434
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•