Firefox/Goals/2013Q1: Difference between revisions
Jump to navigation
Jump to search
| Line 28: | Line 28: | ||
* Source Editor Update (mihai) | * Source Editor Update (mihai) | ||
* Debugger Improvements (panos, victor, nick) | * Debugger Improvements (panos, victor, nick) | ||
| Line 54: | Line 48: | ||
* Ship Scratchpad GIST support (nick, anton, robcee) | * Ship Scratchpad GIST support (nick, anton, robcee) | ||
* Web Console Output (mihai) | |||
** Real DOM nodes | |||
** Docked VariablesView | |||
** Docked Network Inspector | |||
** A plan for JSterm | |||
=== Add-on SDK === | === Add-on SDK === | ||
Revision as of 17:47, 15 January 2013
Firefox Desktop
- Australis
- tabs done on UX
- customize/panel
- panel done
- customize prototype + known scope
- Plugins
- Remove PFS (consider whether a replacement is necessary for Flash)
- Better experience for the "I'm not installing $plugin and never will" case -- stop nagging user to install it.
- Performance
- Main thread I/O removal
- Land bug 566746/bug 697377 (form history/autocomplete storage changes)
- Land followups to bug 699859 (convert all consumers of content prefs to new async API)
- Land bug 825588 (new Downloads API) and have a concrete plan for switching over all consumers.
- Sessionstore improvements
- Land preliminary refactoring of sessionstore collection (bug 708488, bug 768648, bug 759782)
- Scope out and fully understand remaining work needed to resolve bug 827852
- Main thread I/O removal
- Social
- Land share panel
- Polish multi-provider [?]
Firefox Developer Tools
Scripting and Performance Tools
- Source Editor Update (mihai)
- Debugger Improvements (panos, victor, nick)
- Break on *; DOM, XHR? (victor, panos)
- Better Setter/Getter support (nick, victor)
- Chrome Debugging fixes (loadSubScripts, XUL scripts) (panos)
- Hovering on a "thing" for values, implementors in Source Editor
- Threads
- Net Panel (victor, mihai)
- Profiler Improvements (anton)
- console api
- gcli support
- filtered content
- jump to debugger
- remotable
- Data Gathering for Performance Work (robcee, anton)
- Ship Scratchpad GIST support (nick, anton, robcee)
- Web Console Output (mihai)
- Real DOM nodes
- Docked VariablesView
- Docked Network Inspector
- A plan for JSterm
Add-on SDK
- Land the SDK apis in mozilla-central on track for release in Firefox 21.
- Implementation schedule and policies
- Ensure Builder is compatible with SDK as shipped in Firefox 21
- Bugs: bug 793932 & bug 793934