Closed
Bug 749638
Opened 13 years ago
Closed 13 years ago
make loader independent of self
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: irakli, Unassigned)
References
Details
Attachments
(2 files)
No description provided.
Comment 1•13 years ago
|
||
Attachment #619060 -
Flags: review?(rFobic)
Comment 2•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/47e5b7150fafadf5421dd7124d6854b38389f53e
Merge pull request #418 from ochameau/bug/749638-move-worker-related-files-to-lib
Bug 749638 - Move worker related files from data to lib folder, so that we do not use require('self') anymore r=@gozala
Reporter | ||
Updated•13 years ago
|
Attachment #619060 -
Flags: review?(rFobic) → review+
Reporter | ||
Comment 3•13 years ago
|
||
Pointer to Github pull-request
Reporter | ||
Updated•13 years ago
|
Attachment #619124 -
Flags: review?(poirot.alex)
Comment 4•13 years ago
|
||
Comment on attachment 619124 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/419
There may be some tweaks to be done but looks good.
Attachment #619124 -
Flags: review?(poirot.alex) → review+
Comment 5•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/5d578ee7bbcf677230cede81ef0ff464604fdf01
Merge pull request #419 from Gozala/bug/demistify-self@749638
Bug 749638 - Demistify 'self' r=@ochameau
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•