Firebug/WeeklyUpdates/2012-07-17: Difference between revisions
< Firebug | WeeklyUpdates
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...") |
Sebastianz (talk | contribs) (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 === | |||
** [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/>⇒ 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/>⇒ 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/>⇒ Steven will take care of it. | ||
** [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? | *** ⇒ Can anybody reproduce that?<br/>⇒ 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/>⇒ Reason was to keep Firebug footprint on browser startup as small as possible. 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/>⇒ UI isn't opened on browser start. 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/>⇒ 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/>⇒ 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]. | ||
** [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/>⇒ 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?<br/>⇒ Wasn't discussed. | |||
* What workflow changes does this include?<br/>⇒ 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 == | ||
⇒ 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 == | |||
** [http://code.google.com/p/fbug/issues/detail?id=5421 Implement JSD2] | |||
⇒ 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!
- https://blog.getfirebug.com/2012/07/13/firebug-1-10-0/
- https://hacks.mozilla.org/2012/07/firebug-1-10-new-features/
- http://www.softwareishard.com/blog/firebug/firebug-tip-trace-styles/
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.
- Made Show Entities As Symbols default. Better approach?
- Issue 5690: HTML panel in 1.10 replaces non-Latin UTF-8 characters by default by entities
- 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.
- Show user agent CSS by default?
- User agent CSS not shown in Computed side panel by default anymore
- Issue 5693: ySlow not working with firebug 1.10.*
- Author asking for help
⇒ Steven will take care of it.
- Author asking for help
- Issue 5693: ySlow not working with firebug 1.10.*
- 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.
- ⇒ Can anybody reproduce that?
- Issue 5699: Troubles with search tooltip
- 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.
- Option was knowingly removed. Add it back?
- Issue 5700: External editor no longer appears on right-click
- Turning off delayed load
- Change functionality of
extensions.firebug.delayLoad=false?
⇒ UI isn't opened on browser start. Honza will take a look.
- Change functionality of
- Turning off delayed load
- Issue 5685: use backspace in command editor make codes revers
- Conflict with Pentadactyl 1.0rc1
⇒ We need Simon for this one.
- Conflict with Pentadactyl 1.0rc1
- Issue 5685: use backspace in command editor make codes revers
- Start Button disappears
- Can anybody reproduce that?
⇒ No. Sebastian will take a look. Also he tries to add the Start Button to popup windows.
- Can anybody reproduce that?
- Start Button disappears
- Screencasts
- Who's gonna do them?
⇒ We should all try to do a screencast. Steven volunteers. What software should we use?
- Who's gonna do them?
- Screencasts
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 themasterbranch, bigger changes require a separate branch. Themasterbranch 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.