Closed
Bug 756491
Opened 13 years ago
Closed 12 years ago
SecReview: Land module loader to firefox
Categories
(mozilla.org :: Security Assurance: Review Request, task)
mozilla.org
Security Assurance: Review Request
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: irakli, Assigned: dveditz)
References
()
Details
(Whiteboard: [completed secreview])
1. Who is/are the point of contact(s) for this review?
Me Irakli Gozalishvili @gozala on IRC
2. Please provide a short description of the feature / application (e.g. problem solved, use cases, etc.):
Intent is to land generic CommonJS type module loader to the firefox so that other projects can start authoring their features in CommonJS style making it easy for SDK based add-ons consume them.
3. Please provide links to additional information (e.g. feature page, wiki) if available and not yet included in feature description:
https://wiki.mozilla.org/Add-on_SDK_in_Firefox
4. Does this request block another bug? If so, please indicate the bug number
https://bugzilla.mozilla.org/show_bug.cgi?id=743359
5. This review will be scheduled amongst other requested reviews. What is the urgency or needed completion date of this review?
Our Q2 goal is to land this loader to Firefox.
6. Does this feature or code change affect Firefox, Thunderbird or any product or service the Mozilla ships to end users?
It affects in sense that code will be there and later SDK will use that loader instead of shipping one with each add-on.
7. Are there any portions of the project that interact with 3rd party services?
No
8. Will your application/service collect user data? If so, please describe
No
Reporter | ||
Comment 1•13 years ago
|
||
I showed slides on how to use this loader at firefox work week
https://speakerdeck.com/u/gozala/p/commonjs-module-loader-in-firefox
Reporter | ||
Comment 2•13 years ago
|
||
Would be great if we could do it on May 25 at 10:00
Updated•13 years ago
|
Keywords: sec-review-needed
Summary: Land module loader to firefox → SecReview: Land module loader to firefox
Updated•13 years ago
|
Assignee: nobody → dveditz
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•13 years ago
|
||
It may be little late, but still here is a documentation for the code that is going to land https://github.com/Gozala/addon-sdk/blob/a6c59193cb589db669b666707285c43bbded50b6/packages/api-utils/docs/loader.md
Reporter | ||
Comment 5•12 years ago
|
||
Can we close this bug now ?
that would be up to :dveditz but this one appears done to me
Updated•12 years ago
|
Whiteboard: [pending secreview] → [competed secreview]
Whiteboard has typo: [competed secreview] -> [completed secreview]
(it doesn't appear I can fix this myself {no permissions?} or I would've)
Updated•12 years ago
|
Whiteboard: [competed secreview] → [completed secreview]
A few months later, I'm closing this bug. Reopen if that's not what should happen?
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•