Closed
Bug 1864817
Opened 2 years ago
Closed 2 years ago
Process OnDataFinished for CSSLoader
Categories
(Core :: Networking: HTTP, enhancement, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: smayya, Assigned: smayya)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files, 3 obsolete files)
With 1851992, we have supported interfaces to send OnDataFinished to stream listeners. Currently the only listener that support processing of OnDataFinished is Html5Parser.
In this bug, we will support processing of OnDataFinished in CSSLoader
| Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [nec → [necko-triaged]
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9363656 -
Attachment description: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio → WIP: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio
Updated•2 years ago
|
Attachment #9363656 -
Attachment description: WIP: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio → Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio
Updated•2 years ago
|
Attachment #9363656 -
Attachment description: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio → WIP: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D189403
Updated•2 years ago
|
Attachment #9363656 -
Attachment description: WIP: Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio → Bug 1864817 - implement OnDataFinished for CSSLoader. r=#necko,jesup,emilio
Updated•2 years ago
|
Attachment #9371968 -
Attachment description: WIP: Bug 1864817 - wip patch → Bug 1864817 - dispatch SheetFinishedParsingAsync only after main thread OnStopRequest. r=emilio
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D198138
Updated•2 years ago
|
Attachment #9371968 -
Attachment description: Bug 1864817 - dispatch SheetFinishedParsingAsync only after main thread OnStopRequest. r=emilio → WIP: Bug 1864817 - dispatch SheetFinishedParsingAsync only after main thread OnStopRequest. r=emilio
Updated•2 years ago
|
Attachment #9371968 -
Attachment description: WIP: Bug 1864817 - dispatch SheetFinishedParsingAsync only after main thread OnStopRequest. r=emilio → Bug 1864817 - dispatch SheetFinishedParsingAsync only after main thread OnStopRequest. r=emilio
Updated•2 years ago
|
Attachment #9371968 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Attachment #9378882 -
Attachment description: Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio → WIP: Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio
Updated•2 years ago
|
Attachment #9379180 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9378882 -
Attachment description: WIP: Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio → Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup
Updated•2 years ago
|
Attachment #9372459 -
Attachment is obsolete: true
Pushed by smayya@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/14d68154a5be
initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup
Comment 7•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
| Assignee | ||
Updated•2 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•2 years ago
|
Attachment #9378882 -
Attachment description: Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup → Bug 1879207 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Status: REOPENED → ASSIGNED
Pushed by smayya@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9da36d4b3b14
implement OnDataFinished for CSSLoader. r=jesup,necko-reviewers,emilio
Comment 9•2 years ago
|
||
Backed out for causing frequent StyleSheet related failures.
Failure logs:
- https://treeherder.mozilla.org/logviewer?job_id=450144872&repo=autoland
- https://treeherder.mozilla.org/logviewer?job_id=450140858&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/bb7f58e9746c8c734707536fdf71a59108fe4fd3
Flags: needinfo?(smayya)
Comment 10•2 years ago
|
||
Backout by pstanciu@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/9a7259a1e332
Backed out changeset 9da36d4b3b14 for causing frequent StyleSheet related failures. CLOSED TREE
Comment 11•2 years ago
|
||
Pushed by smayya@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/efd0e2ab4a14
implement OnDataFinished for CSSLoader. r=jesup,necko-reviewers,emilio
Comment 12•2 years ago
|
||
I don't think we should need the StyleSheet mutex...
Flags: needinfo?(emilio)
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(smayya)
Comment 13•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•