Security/Reviews/Firefox6/ReviewNotes/webconsole: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Date of Review: 2011.05.23 ====Items Reviewed:==== #[https://wiki.mozilla.org/DevTools/Features/WebConsoleUpgrade Web Console Improvements] #[https://wiki.mozilla.org/DevTools/Fe...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:


'''Web Console Improvements:'''  
'''Web Console Improvements:'''  
(no major changes)
* no major changes
* http://mozilla.github.com/devtools/2011/status.html#webconsole6 -> items for FX6 are <strike>
* invented by firebug, making parity with other players in the space
- invented by firebug, making parity with other players in the space
* http://mozilla.github.com/devtools/2011/status.html#webconsole6 -> items for FX6 are <strike>strikethrough</strike>
* allow repositioning
* allow repositioning of web console location
* minor changes to console object ie. console.trace (presents cleaned up stack trace)
* minor changes to console object ie. console.trace (presents cleaned up stack trace)
* 618311: landed, fixed a privacy issue
* {{bug|618311}}: landed, and fixed a privacy issue
====Actions====
* None at this time
 
[[Category:SecReview|Webconsole]]

Latest revision as of 19:28, 4 January 2012

Date of Review: 2011.05.23

Items Reviewed:

  1. Web Console Improvements
  2. Autocompletion Popup for Web Console
  3. Web Developer Menu

Notes: Web Developer Menu:

  • Already on Windows
  • Moved from Tools Menu to it's own place on Mac, already existed just moved menus around
    • get more tools goes to Web Developer tools on AMO

Autocompletion:

  • changed the DOM for webcontrol UI and window positioning, this is only a UI change to make this happen
  • no change to the web page
  • code looks at DOM, what is being typed, matches based on current level of DOM

Web Console Improvements:

Actions

  • None at this time