Closed
Bug 804683
Opened 13 years ago
Closed 13 years ago
Update doc content for packageless SDK
Categories
(Add-on SDK Graveyard :: Documentation, defect, P1)
Add-on SDK Graveyard
Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wbamberg, Assigned: wbamberg)
Details
Attachments
(1 file)
Bug 793926 updates the doc generation code to work in a world without packages, but the docs themselves refer to packages in a few places.
This needs to be fixed for 1.12.
Priority: -- → P1
| Assignee | ||
Comment 1•13 years ago
|
||
This pull request merges and updates two guides, "CommonJS, Packages, and the SDK" and "Module Search", into a single guide called "Modules in the SDK". I've updated everything so we don't mention SDK packages like addon-kit and api-utils any more.
I've left the third-party package stuff more or less the same as it was, because (it seems to me that) we don't yet have a proper story for how third-party code is going to be packaged and delivered yet, and we are unlikely to get one before 1.12 ships, and this stuff really needs to be updated before then.
Attachment #681516 -
Flags: review?(rFobic)
Comment 2•13 years ago
|
||
Comment on attachment 681516 [details]
pointer to pull request
This is awesome thanks Will. I made few minor suggestions in pull request ;)
Attachment #681516 -
Flags: review?(rFobic) → review+
Comment 3•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/6d13f6b08d161989f797f308e9114b4154e62f20
Merge pull request #656 from wbamberg/804683
Bug 804683 - Update doc content for packageless SDK
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/956ede2ba198a6be76e006e6dea1139252e8635d
Merge pull request #656 from wbamberg/804683
Bug 804683 - Update doc content for packageless SDK(cherry picked from commit 6d13f6b08d161989f797f308e9114b4154e62f20)
Comment 5•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/dcddbec3910d8391f11b1f8706c432187a0ebbf8
Merge pull request #662 from wbamberg/804683-regression
Fix Python 2.5 regression from bug 804683
Comment 6•13 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/d8fee65430ec5322d5ecbdb1af8148e18133ebaf
Merge pull request #664 from wbamberg/804683-regression-stabilization
Fix Python 2.5 regression from bug 804683
You need to log in
before you can comment on or make changes to this bug.
Description
•