Closed
Bug 1507286
Opened 6 years ago
Closed 6 years ago
Convert SessionStorage.jsm to C++
Categories
(Firefox :: Session Restore, enhancement, P2)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: alchen, Assigned: alchen)
References
Details
Attachments
(1 file)
Before doing bug 1474130, I would like to rewrite the js modules which are used in ContentSessionStore.jsm.
In this bug, I will focus on SessionStorage.jsm.
Assignee | ||
Comment 1•6 years ago
|
||
Test Plani: browser/components/sessionstore/test/
Updated•6 years ago
|
Assignee: nobody → alchen
Priority: -- → P2
Updated•6 years ago
|
Status: NEW → ASSIGNED
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0509a9edc58a
Convert content-sessionStore.jsm to C++ r=mikedeboer,nika
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
Backout by aciure@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/b08b9f22ad06
Backed out 2 changesets (bug 1507286, bug 1497146) for causing multiple crashes in nsFocusManager::GetRedirectedFocus a=backout
Comment 5•6 years ago
|
||
Backed out 2 changesets (bug 1507286, bug 1497146) for causing multiple crashes in nsFocusManager::GetRedirectedFocus
push that caused the backout:
https://hg.mozilla.org/mozilla-central/rev/21ad3aeb636f
https://hg.mozilla.org/mozilla-central/rev/0509a9edc58a
backout: https://hg.mozilla.org/mozilla-central/rev/b08b9f22ad06e55aa83e9c85c74db82c50552094
Flags: needinfo?(alchen)
![]() |
||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
status-firefox66:
fixed → ---
Resolution: FIXED → ---
Target Milestone: Firefox 66 → ---
Assignee | ||
Comment 7•6 years ago
|
||
After investigating, the crash is not related to this patch.
I will rebase the patch and submit it today.
Pushed by xeonchen@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1efa956efdff
Convert content-sessionStore.jsm to C++ r=mikedeboer,nika
Comment 9•6 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•