DevTools/Features/ViewSource

From MozillaWiki
< DevTools‎ | Features
Revision as of 19:42, 13 April 2011 by Kdangoor (talk | contribs) (Created page with "{| class="fullwidth-table" |- | style="font-weight: bold; background: #DDD;" | Feature | style="font-weight: bold; background: #DDD;" | Status | style="font-weight: bold; backgro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Feature Status ETA Owner
View Source Reboot Planning YYYY-MM-DD Kevin Dangoor

Summary

View source is one of the most used features by web developers of all levels, especially those getting started. It's also a very "experienced" piece of code. We want to make View Source:

  • easily extendable with new features
  • easily reusable for different contexts (source view for debugging, for example)
  • better, with long-requested fixes and enhancements

Notably, View Source will also enter the 21st century by adding the ability to look at both the original (as downloaded from the server) and current (after any modifications by JavaScript) source.

Release Requirements

TBD

Next Steps

  • Evaluate current implementation of view source
  • Determine scope/produce mockups
    • Pick out high-value view source bugs
  • Evaluate Ace as a source viewer
  • Determine security and QA contacts

Related Bugs & Dependencies

View Source Status

Team

Join in on #devtools on irc.mozilla.org or on the dev-apps-firefox newsgroup/mailing list if you'd like to discuss this feature or get involved!

  • Mihai Sucan (irc: msucan), lead developer
  • Kyle Simpson (irc: getify), Ace / "current view" developer
  • Kevin Dangoor (irc: kdangoor), PM

Designs

TBD

Goals/Use Cases

  • remain simple for new developers
  • lose no features from the current implementation
  • provide the basis for source views that will appear elsewhere

Non-Goals

TBD

Other Documentation

TBD