Closed
Bug 423867
Opened 17 years ago
Closed 17 years ago
Migrate js/src/README.html to developer.mozilla.org
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(1 file)
24.34 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
Much of the information in js/src/README.html is out of date, and much is already on devmo. The rest (like the JSAPI examples and the file-by-file source walkthrough) should be migrated. README.html should direct users to devmo.
Assignee | ||
Comment 1•17 years ago
|
||
Already migrated the JSAPI examples to:
http://developer.mozilla.org/en/docs/JSAPI_User_Guide
in bug 434532.
I've copied the source walkthrough to:
http://developer.mozilla.org/en/docs/SpiderMonkey_Internals
What's left of README.html after that fits on my screen, so we're pretty close here.
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•17 years ago
|
||
All the remaining pieces have now been copied to devmo:
Build instructions, Using the JS API, Additional resources: All this stuff is prominently linked from http://developer.mozilla.org/en/docs/SpiderMonkey .
Naming and coding conventions: http://developer.mozilla.org/en/docs/SpiderMonkey_coding_conventions
Debugging notes: http://developer.mozilla.org/en/docs/JSAPI_User_Guide -- the bits about JS_*METER compile-time options went in http://developer.mozilla.org/en/docs/JSAPI_Reference instead.
Debugging API: http://developer.mozilla.org/en/docs/JSDBGAPI_Reference
OS: Mac OS X → All
Hardware: PC → All
Assignee | ||
Comment 3•17 years ago
|
||
Assignee: general → jorendorff
Attachment #326936 -
Flags: review?(brendan)
Comment 4•17 years ago
|
||
Comment on attachment 326936 [details] [diff] [review]
make README.html a redirect
Great, thanks.
/be
Attachment #326936 -
Flags: review?(brendan) → review+
Comment 5•17 years ago
|
||
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/index.cgi/rev/1d63270c1b21
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•