Firebug/WeeklyUpdates/2012-07-17: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Jan Odvarko, Sebastian Zartner, Steven Roussey == Firebug 1.10 == * Firebug 1.10.0 out! * https://blog.getfirebug.com/2012/07/13/firebug-1-10-0/ * https://hacks.mozilla.org/201...")
 
(Extended description of output)
 
Line 9: Line 9:


[http://groups.google.com/group/firebug-working-group/browse_thread/thread/e44a1950a4e764b Holiday Plan]
[http://groups.google.com/group/firebug-working-group/browse_thread/thread/e44a1950a4e764b Holiday Plan]


== Firebug 1.10.1 ==
== Firebug 1.10.1 ==
Line 15: Line 14:
* Should follow shortly
* Should follow shortly


* Issues:
=== Issues ===
** [http://code.google.com/p/fbug/issues/detail?id=5690 Issue 5690]: HTML panel in 1.10 replaces non-Latin UTF-8 characters by default by entities
** [http://code.google.com/p/fbug/issues/detail?id=5690 Issue 5690]: HTML panel in 1.10 replaces non-Latin UTF-8 characters by default by entities
*** Made ''Show Entities As Symbols'' default. Better approach?
*** Made ''Show Entities As Symbols'' default. Better approach?<br/>&rArr; Let's collect some feedback.
*** Let's collect some feedback.


** [https://groups.google.com/forum/#!topic/firebug/EobAUqCdWOo User agent CSS not shown] in Computed side panel by default anymore
** [https://groups.google.com/forum/#!topic/firebug/EobAUqCdWOo User agent CSS not shown] in Computed side panel by default anymore
*** Show user agent CSS by default?
*** Show user agent CSS by default?<br/>&rArr; Keep it as it is and wait for more feedback.
*** Keep it as it is and wait for more feedback.


** [http://code.google.com/p/fbug/issues/detail?id=5693 Issue 5693]: ySlow not working with firebug 1.10.*
** [http://code.google.com/p/fbug/issues/detail?id=5693 Issue 5693]: ySlow not working with firebug 1.10.*
*** Author asking for help
*** Author asking for help<br/>&rArr; Steven will take care of it.
*** Steven will take care.


** [http://code.google.com/p/fbug/issues/detail?id=5699 Issue 5699]: Troubles with search tooltip
** [http://code.google.com/p/fbug/issues/detail?id=5699 Issue 5699]: Troubles with search tooltip
*** Can anybody reproduce that?
*** &rArr; Can anybody reproduce that?<br/>&rArr; Steven can. Sebastian will search the commit which fixed it formerly. And Steven will fix it.


** [http://code.google.com/p/fbug/issues/detail?id=5700 Issue 5700]: External editor no longer appears on right-click
** [http://code.google.com/p/fbug/issues/detail?id=5700 Issue 5700]: External editor no longer appears on right-click
*** Option was knowingly removed. Add it back?
*** Option was knowingly removed. Add it back?<br/>&rArr; Reason was to keep Firebug footprint on browser startup as small as possible. Wait for more feedback.
*** Wait for more feedback.


** Turning off delayed load
** Turning off delayed load
*** Change functionality of <code>extensions.firebug.delayLoad=false</code>?
*** Change functionality of <code>extensions.firebug.delayLoad=false</code>?<br/>&rArr; UI isn't opened on browser start. Honza will take a look.
*** Honza will take a look.


** [http://code.google.com/p/fbug/issues/detail?id=5685 Issue 5685]: use backspace in command editor make codes revers
** [http://code.google.com/p/fbug/issues/detail?id=5685 Issue 5685]: use backspace in command editor make codes revers
*** Conflict with [https://addons.mozilla.org/de/firefox/addon/pentadactyl Pentadactyl 1.0rc1]
*** Conflict with [https://addons.mozilla.org/de/firefox/addon/pentadactyl Pentadactyl 1.0rc1]<br/>&rArr; We need Simon for this one.
*** We need Simon for this one.


** [https://groups.google.com/d/msg/firebug/WPahZq4yqek/ZtUJa2IvbkgJ Start Button disappears]
** [https://groups.google.com/d/msg/firebug/WPahZq4yqek/ZtUJa2IvbkgJ Start Button disappears]
*** Can anybody reproduce that?
*** Can anybody reproduce that?<br/>&rArr; No. Sebastian will take a look. Also he tries to [https://groups.google.com/d/msg/firebug/mFwRQYQwP9U/qQCjqP-La6QJ add the Start Button to popup windows].
*** Sebastian will take a look.


** [http://code.google.com/p/fbug/issues/detail?id=4508 Screencasts]
** [http://code.google.com/p/fbug/issues/detail?id=4508 Screencasts]
*** We should all try to do a screencast.
*** Who's gonna do them?<br/>&rArr; We should all try to do a screencast. Steven volunteers. What software should we use?
*** Steven volunteers
 
*** What software we should use?
== Faster release cycle ==
* Every 3 months instead of every 6?<br/>&rArr; Wasn't discussed.
 
* What workflow changes does this include?<br/>&rArr; The workflow should probably stay the same, i.e. normal commits go directly to the <code>master</code> branch, bigger changes require a separate branch. The <code>master</code> branch needs to be kept releasable.


== Backporting ==
== Backporting ==
* Author of a patch should be responsible for porting it back to 1.10
&rArr; The author of a patch should be responsible for porting it back to 1.10.
** Discussion whether to port or not should happen underneath of each related issue report.
 
Discussion whether to port or not should happen underneath of each related issue report.
 
== Firebug.next ==
** [http://code.google.com/p/fbug/issues/detail?id=5421 Implement JSD2]
&rArr; Anything else needs to be discussed next time.

Latest revision as of 04:58, 18 July 2012

Jan Odvarko, Sebastian Zartner, Steven Roussey

Firebug 1.10

  • Firebug 1.10.0 out!

Holiday Plan

Firebug 1.10.1

  • Should follow shortly

Issues

    • Issue 5690: HTML panel in 1.10 replaces non-Latin UTF-8 characters by default by entities
      • Made Show Entities As Symbols default. Better approach?
        ⇒ Let's collect some feedback.
    • User agent CSS not shown in Computed side panel by default anymore
      • Show user agent CSS by default?
        ⇒ Keep it as it is and wait for more feedback.
    • Issue 5693: ySlow not working with firebug 1.10.*
      • Author asking for help
        ⇒ Steven will take care of it.
    • Issue 5699: Troubles with search tooltip
      • ⇒ Can anybody reproduce that?
        ⇒ Steven can. Sebastian will search the commit which fixed it formerly. And Steven will fix it.
    • Issue 5700: External editor no longer appears on right-click
      • Option was knowingly removed. Add it back?
        ⇒ Reason was to keep Firebug footprint on browser startup as small as possible. Wait for more feedback.
    • Turning off delayed load
      • Change functionality of extensions.firebug.delayLoad=false?
        ⇒ UI isn't opened on browser start. Honza will take a look.
    • Screencasts
      • Who's gonna do them?
        ⇒ We should all try to do a screencast. Steven volunteers. What software should we use?

Faster release cycle

  • Every 3 months instead of every 6?
    ⇒ Wasn't discussed.
  • What workflow changes does this include?
    ⇒ The workflow should probably stay the same, i.e. normal commits go directly to the master branch, bigger changes require a separate branch. The master branch needs to be kept releasable.

Backporting

⇒ The author of a patch should be responsible for porting it back to 1.10.

Discussion whether to port or not should happen underneath of each related issue report.

Firebug.next

⇒ Anything else needs to be discussed next time.