Use onFrameTreeReset() to re-collect docShell capability data
RESOLVED
FIXED
in Firefox 29
Status
()
People
(Reporter: ttaubert, Assigned: ttaubert)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(Whiteboard: [qa-])
Attachments
(1 attachment)
2.48 KB,
patch
|
smacleod
:
review+
|
Details | Diff | Splinter Review |
The DocShellCapabilitiesListener in content-sessionStore.js currently registers its own nsIWebProgressListener. It should just register itself as a FrameTree observer and wait for onFrameTreeReset() as that is also fired when we start a load.
(Assignee) | ||
Comment 1•5 years ago
|
||
Created attachment 8351189 [details] [diff] [review] 0001-Bug-952934-Use-onFrameTreeReset-to-re-collect-docShe.patch try is looking good: https://tbpl.mozilla.org/?tree=Try&rev=b4a52080ce1e
Attachment #8351189 -
Flags: review?(smacleod)
Updated•5 years ago
|
Attachment #8351189 -
Flags: review?(smacleod) → review+
(Assignee) | ||
Comment 2•5 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/8cbf45406b30
Whiteboard: [fixed-in-fx-team]
Comment 3•5 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8cbf45406b30
Status: ASSIGNED → RESOLVED
Last Resolved: 5 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 29
Updated•5 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•