Closed
Bug 955989
Opened 11 years ago
Closed 9 years ago
Running additional-extensions.js and download-manager.js on node.js
Categories
(Firefox OS Graveyard :: Gaia, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yurenju, Assigned: rickychien)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #955988 +++
Reporter | ||
Updated•11 years ago
|
Summary: Running additional-extensions on node.js → Running additional-extensions.js on node.js
Updated•11 years ago
|
Assignee: nobody → tzhuang
Assignee | ||
Updated•10 years ago
|
Updated•10 years ago
|
Assignee: tzhuang → nobody
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ricky060709
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Assignee: rchien → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•9 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•9 years ago
|
||
additional-extensions.js requires download-manager.js as download handler but download-manager could be replace entirely by alternative node modules. As a result, we're not going to convert download-manager.js anymore and it will be required when we're running on xpcshell in additional-extensions.js.
Mark bug 1131504 as dup since above reason.
Summary: Running additional-extensions.js on node.js → Running additional-extensions.js and download-manager.js on node.js
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rchien
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8721247 [details] [review]
[gaia] rickychien:bug-955989 > mozilla-b2g:master
Yo, I didn't expect such large changes to refactor for additional-extensions.js.
Lots of works are modifying utils's zip API in order to support compatibility for xpc and node.
Please take a look! thank you.
Attachment #8721247 -
Flags: review?(scwwu)
Comment 5•9 years ago
|
||
Comment on attachment 8721247 [details] [review]
[gaia] rickychien:bug-955989 > mozilla-b2g:master
Looks good. Tested with flag DESKTOP=1. Thanks for the patch.
Attachment #8721247 -
Flags: review?(scwwu) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Landed in master:
https://github.com/mozilla-b2g/gaia/commit/ed8a35177153bc8a0af3ab8fd1a8118ff4b12636
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•