Closed
Bug 1905606
Opened 1 year ago
Closed 1 year ago
Fix StyleEditor onStyleApplied frequent intermittents due to throttling
Categories
(DevTools :: Inspector: Rules, task)
DevTools
Inspector: Rules
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(3 files)
Resource throttling seems to make the Style Editor tests fail in various ways. This one occurs when we try to fetch source text while the style editor has already been destroyed.
| Assignee | ||
Comment 1•1 year ago
|
||
Repurposing to fix another issue, frequently affecting beta
Blocks: 1905540
Summary: Fix StyleEditor onStyleApplied frequent intermittent on macos → Fix StyleEditor onStyleApplied frequent intermittents due to throttling
| Assignee | ||
Comment 2•1 year ago
|
||
Causes very frequent intermittent failures on macos.
The other callsite for _fetchSourceText is also having a similar try catch.
Updated•1 year ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•1 year ago
|
||
Causes very frequent intermittent failures on macos.
The other callsite for _fetchSourceText is also having a similar try catch.
Updated•1 year ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•1 year ago
|
||
Depends on D215321
Causes very frequent intermittent failures on Windows + Beta (see https://bugzilla.mozilla.org/show_bug.cgi?id=1905540)
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/438ec8e10f5a
[devtools] Silence StyleSheetEditor errors when calling _fetchSourceText during destroy r=devtools-reviewers,nchevobbe
https://hg.mozilla.org/integration/autoland/rev/bea9f04b1ffd
[devtools] Check if editor is still available in StyleEditorUI onResourceUpdated r=devtools-reviewers,nchevobbe
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/438ec8e10f5a
https://hg.mozilla.org/mozilla-central/rev/bea9f04b1ffd
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•