Firebug/WeeklyUpdates/2012-06-19: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Fixed formatting and added more info)
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
* We need to fix [http://code.google.com/p/fbug/issues/detail?id=5221 issue 5221]: Can't debug code made with console of FB 1.9 but can do it in <1.8
* We need to fix [http://code.google.com/p/fbug/issues/detail?id=5221 issue 5221]: Can't debug code made with console of FB 1.9 but can do it in <1.8
** Still a problem
** Still a problem


== Cookies ==
== Cookies ==
** *Tools* menu and *Export All Cookies* removed
* *Tools* menu and *Export All Cookies* removed
** Cookie issue list merged with Firebug
* [http://code.google.com/p/firecookie/issues/list Cookie issue list] mostly merged with Firebug
** String bundles fixed and uploaded to BZ
* String bundles fixed and uploaded to BabelZilla
 


== Automated Tests ==
== Automated Tests ==
Line 21: Line 19:
** html/onMutate [http://code.google.com/p/fbug/issues/detail?id=5585 fails] on Linux
** html/onMutate [http://code.google.com/p/fbug/issues/detail?id=5585 fails] on Linux
* The test bot should built the xpi automatically from HEAD
* The test bot should built the xpi automatically from HEAD
* Could we have try build test bot for Firebug?
* Could we have a try build test bot for Firebug?


== Issues ==
== Issues ==
* [http://code.google.com/p/fbug/issues/detail?id=4176 Issue 4176]: Commands in Firebug  
* [http://code.google.com/p/fbug/issues/detail?id=4176 Issue 4176]: Commands in Firebug  
** Wee need autocompletion for built in commands
** We need autocompletion for built-in commands
** Honza: ask publicly on Firebug for feedback
** Honza: ask publicly on Firebug for feedback
** New "commands" should be used to control Firebug
** New "commands" should be used to control Firebug


* [http://code.google.com/p/fbug/issues/detail?id=5571 Issue 5571]: "Filter Cookies By Current Path" should be on by default  
* [http://code.google.com/p/fbug/issues/detail?id=5571 Issue 5571]: ''Filter Cookies By Current Path'' should be on by default  
** All agreed
** All agreed


* [http://code.google.com/p/fbug/issues/detail?id=5142 Issue 5142:] Add help for console API to Command Line
* [http://code.google.com/p/fbug/issues/detail?id=5142 Issue 5142:] Add help for console API to Command Line
** Typing help should open a new tab, the same as pressing F1
** Typing help should open a new tab, the same as pressing <code>F1</code>
** It should also logs a list of all available APIs with links
** It should also log a list of all available APIs with links to the wiki
** Honza to report a new issue "better wiki page for F1"
** Honza to report a new issue "Better wiki page for F1"
** What about help for shortcuts (see what github.com did, press Shift+?).
** What about help for shortcuts (see what [http://github.com github] and [http://code.google.com/p/fbug/issues/list Google Project Hosting] did, press <code>Shift+?</code>).


* [http://code.google.com/p/fbug/issues/detail?id=4231 Issue 4231: Allow toggling the sort order of DOM properties]: Allow toggling the sort order of DOM properties?  
* [http://code.google.com/p/fbug/issues/detail?id=4231 Issue 4231: Allow toggling the sort order of DOM properties]: Allow toggling the sort order of DOM properties?
** One global option
** One global option
** All sorted by default (except of the Watch panel)
** All sorted by default (except of the Watch panel)


== Miscellaneous ==
* DONE Firebug to remove the built-in inspector context menu (or provide an option to remove it) ([http://code.google.com/p/fbug/issues/detail?id=5551 issue 5551])
* DONE Firebug to remove the built-in inspector context menu (or provide an option to remove it)


* [http://code.google.com/p/fbug/issues/detail?id=5275 Issue 5275]: Don't use
* [http://code.google.com/p/fbug/issues/detail?id=5275 Issue 5275]: Don't use obsolete prefixed CSS
obsolete prefixed CSS
** Marked as a 1.9 blocker.
** Marked as a blocker.


We should talk about these, but they are probably not blockers:
== Miscellaneous ==
* [http://code.google.com/p/fbug/issues/detail?id=2796 Issue 2796]: Ability
We should talk about these, but they are not blockers:
to create a new rule in the style panel
* [http://code.google.com/p/fbug/issues/detail?id=2796 Issue 2796]: Ability to create a new rule in the style panel
* [http://code.google.com/p/fbug/issues/detail?id=5575 Issue 5575]: External editor: %line is empty on context-click in main window
* [http://code.google.com/p/fbug/issues/detail?id=5575 Issue 5575]: External editor: %line is empty on context-click in main window
* [https://bugzilla.mozilla.org/show_bug.cgi?id=766032 Bug 766032]: API for
* [https://bugzilla.mozilla.org/show_bug.cgi?id=766032 Bug 766032]: API for available CSS properties
available CSS properties

Latest revision as of 05:01, 20 June 2012

Jan Odvarko, Sebastian Zartner, Leon Sorokin, Simon Lindholm

Firebug 1.10

  • Firebug 1.10 beta 1 on Friday
  • The minimum required Firefox version is Fx 13
  • We need to fix issue 5221: Can't debug code made with console of FB 1.9 but can do it in <1.8
    • Still a problem

Cookies

  • *Tools* menu and *Export All Cookies* removed
  • Cookie issue list mostly merged with Firebug
  • String bundles fixed and uploaded to BabelZilla

Automated Tests

  • Test bot works again.
    • html/onMutate fails on Linux
  • The test bot should built the xpi automatically from HEAD
  • Could we have a try build test bot for Firebug?

Issues

  • Issue 4176: Commands in Firebug
    • We need autocompletion for built-in commands
    • Honza: ask publicly on Firebug for feedback
    • New "commands" should be used to control Firebug
  • Issue 5571: Filter Cookies By Current Path should be on by default
    • All agreed
  • Issue 5142: Add help for console API to Command Line
    • Typing help should open a new tab, the same as pressing F1
    • It should also log a list of all available APIs with links to the wiki
    • Honza to report a new issue "Better wiki page for F1"
    • What about help for shortcuts (see what github and Google Project Hosting did, press Shift+?).
  • DONE Firebug to remove the built-in inspector context menu (or provide an option to remove it) (issue 5551)
  • Issue 5275: Don't use obsolete prefixed CSS
    • Marked as a 1.9 blocker.

Miscellaneous

We should talk about these, but they are not blockers:

  • Issue 2796: Ability to create a new rule in the style panel
  • Issue 5575: External editor: %line is empty on context-click in main window
  • Bug 766032: API for available CSS properties