JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Tracked Projects: Add 'Debugging JavaScript', 'Captured Stacks', and 'Heap Profiling'.)
(→‎Tracked Projects: Rename "Captured Stacks" to "Stack Snapshots".)
Line 18: Line 18:
*[[Javascript:SpiderMonkey:PropertyElementStorage|Property Element Storage]]: Property and Element Storage project plan and milestone.
*[[Javascript:SpiderMonkey:PropertyElementStorage|Property Element Storage]]: Property and Element Storage project plan and milestone.
*[[Javascript:SpiderMonkey:Debugging|Debugging]]: Debugging JavaScript, in web content (both desktop and mobile) and in chrome (add-ons and Firefox itself)
*[[Javascript:SpiderMonkey:Debugging|Debugging]]: Debugging JavaScript, in web content (both desktop and mobile) and in chrome (add-ons and Firefox itself)
*[[Javascript:SpiderMonkey:CapturedStacks|Captured Stacks]]: Lightweight records of where errors occurred, where event handlers were registered, and so on.
*[[Javascript:SpiderMonkey:StackSnapshots|Stack Snapshots]]: Lightweight records of where errors occurred, where event handlers were registered, and so on.
*[[Javascript:SpiderMonkey:HeapProfiling|Heap Profiling]]: Integrated tools for tracking memory use, finding leaks, and so on.
*[[Javascript:SpiderMonkey:HeapProfiling|Heap Profiling]]: Integrated tools for tracking memory use, finding leaks, and so on.



Revision as of 01:54, 21 February 2013

JavaScript language and implementation plans go here. For background, see:

Hackers

Tracked Projects

Projects here have a project plan with milestones, tasks, and owners.

  • Generational Garbage Collection: General Garbage Collection project plan and milestone.
  • OdinMonkey: OdinMonkey project plan and milestone.
  • Property Element Storage: Property and Element Storage project plan and milestone.
  • Debugging: Debugging JavaScript, in web content (both desktop and mobile) and in chrome (add-ons and Firefox itself)
  • Stack Snapshots: Lightweight records of where errors occurred, where event handlers were registered, and so on.
  • Heap Profiling: Integrated tools for tracking memory use, finding leaks, and so on.

Active Projects

Previous Active Projects

Blue Sky

Benchmarks

Coding Style Guidelines

References