Firebug/WeeklyUpdates/2014-08-26: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Sebastian Zartner, Florent Fayolle, Farshid Beheshti, Farshid Beheshti, Jakob Kaltenbrunner == Firebug 2 == * Firebug 2.0.4 ** [https://code.google.com/p/fbug/i...") |
Sebastianz (talk | contribs) (Fixed contents and linked issues) |
||
Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Florent Fayolle | Jan Odvarko, Sebastian Zartner, Florent Fayolle, Farshid Beheshti, Jakob Kaltenbrunner | ||
Line 12: | Line 12: | ||
* STARTED Issue 7621: Script panel causes 'Unresponsive script' dialog for trace.js:55 | * STARTED Issue 7621: Script panel causes 'Unresponsive script' dialog for trace.js:55 | ||
** Sebastian: review Florent's patch | ** Sebastian: review Florent's patch | ||
** As soon as this is merged we can do 2.0.4 release | ** As soon as this is merged we can do the 2.0.4 release | ||
* [https://code.google.com/p/fbug/issues/detail?id=7512 Issue 7512]: Hitting a breakpoint causes minimized Firefox browser windows to maximize | * [https://code.google.com/p/fbug/issues/detail?id=7512 Issue 7512]: Hitting a breakpoint causes minimized Firefox browser windows to maximize | ||
* [https://code.google.com/p/fbug/issues/detail?id=7480 Issue 7480]: Firefox UI blocked when breakpoint is hit | * [https://code.google.com/p/fbug/issues/detail?id=7480 Issue 7480]: Firefox UI blocked when breakpoint is hit | ||
** Built in DevTools have the same problem. | ** Built-in DevTools have the same problem. | ||
** Sebastian: https://bugzilla.mozilla.org/show_bug.cgi?id=1058744 | ** Sebastian: https://bugzilla.mozilla.org/show_bug.cgi?id=1058744 | ||
== Firebug 3 == | == Firebug 3 == | ||
Line 26: | Line 25: | ||
# Support for client side library | # Support for client side library | ||
Mozilla | Mozilla IRC channels to use: | ||
* #developers | * #developers | ||
* #devtools | * #devtools | ||
* #jetpack | * #jetpack | ||
* How to create a meta bug on github.com? | * How to create a meta-bug on github.com? | ||
** Can we use $depends <issue url> | ** Can we use $depends <issue url>? | ||
** How can we see a list of dependent issues? | ** How can we see a list of dependent issues? | ||
** Christoph, can we use firebug.io? | ** Christoph, can we use firebug.io? | ||
* Run in e10s | * Run in e10s mode: | ||
** Set pref: browser.tabs.remote.autostart to true | ** Set pref: <code>browser.tabs.remote.autostart</code> to <code>true</code> | ||
** Also File => New e10s Window | ** Also File => New e10s Window | ||
* Honza: example add-on showing how to create a new actor: | * Honza: example add-on showing how to create a new actor: | ||
** https://github.com/firebug/extension-examples/tree/master/CustomActor | ** https://github.com/firebug/extension-examples/tree/master/CustomActor | ||
** There is one problem (search for xxxHonza in the addon) | ** There is one problem (search for <code>xxxHonza</code> in the addon) | ||
* Florent: Improving Tracing Console | * Florent: Improving Tracing Console | ||
** Almost done, last issue with the scrollbar | ** Almost done, last issue with the scrollbar | ||
* Florent: Server side logging enhancements | * Florent: [https://github.com/firebug/firebug.next/issues/23 Issue 23]: Server side logging enhancements | ||
** Honza: made a lot of comments | ** Honza: made a lot of comments | ||
** Honza: custom logs: ttps://developer.mozilla.org/en-US/docs/Tools/Web_Console/Custom_output#Use_the_Web_Console_output_API | ** Honza: custom logs: ttps://developer.mozilla.org/en-US/docs/Tools/Web_Console/Custom_output#Use_the_Web_Console_output_API | ||
Line 64: | Line 63: | ||
** Honza: ping Thomas | ** Honza: ping Thomas | ||
* Properly style Completion List Popup | * [https://github.com/firebug/firebug.next/issues/47 Issue 47]: Properly style Completion List Popup | ||
** Sebastian working on this | ** Sebastian: working on this | ||
* Kartik Maji: Properly style side panel resizer | * Kartik Maji: [https://github.com/firebug/firebug.next/issues/54 Issue 54]: Properly style side panel resizer | ||
* Nicolas: Fix side panel tabs styling | * Nicolas: [https://github.com/firebug/firebug.next/issues/59 Issue 59]: Fix side panel tabs styling | ||
* Djalil: new issue to assign. | * Djalil: new issue to assign. |
Latest revision as of 18:33, 26 August 2014
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Farshid Beheshti, Jakob Kaltenbrunner
Firebug 2
- Firebug 2.0.4
- Discussion group
- All: answer them ASAP!
- FIXED Issue 7640: Firebug can't be opened anymore on Firefox 34
- STARTED Issue 7621: Script panel causes 'Unresponsive script' dialog for trace.js:55
- Sebastian: review Florent's patch
- As soon as this is merged we can do the 2.0.4 release
- Issue 7512: Hitting a breakpoint causes minimized Firefox browser windows to maximize
- Issue 7480: Firefox UI blocked when breakpoint is hit
- Built-in DevTools have the same problem.
- Sebastian: https://bugzilla.mozilla.org/show_bug.cgi?id=1058744
Firebug 3
Milestones:
- Firebug theme
- Server side logging
- Support for client side library
Mozilla IRC channels to use:
- #developers
- #devtools
- #jetpack
- How to create a meta-bug on github.com?
- Can we use $depends <issue url>?
- How can we see a list of dependent issues?
- Christoph, can we use firebug.io?
- Run in e10s mode:
- Set pref:
browser.tabs.remote.autostart
totrue
- Also File => New e10s Window
- Set pref:
- Honza: example add-on showing how to create a new actor:
- https://github.com/firebug/extension-examples/tree/master/CustomActor
- There is one problem (search for
xxxHonza
in the addon)
- Florent: Improving Tracing Console
- Almost done, last issue with the scrollbar
- Florent: Issue 23: Server side logging enhancements
- Honza: made a lot of comments
- Honza: custom logs: ttps://developer.mozilla.org/en-US/docs/Tools/Web_Console/Custom_output#Use_the_Web_Console_output_API
- DONE Issue 39 Integrate with gDevTools.registerTheme (bug 1038562)
- Issue2: Prettifying stack frame URLs
- Farshid: finishing by the weekend
- Issue 37: Selected element in the Inspector panel isn't visible
- Sebastian: has a patch
- Jakob: Should we use the patch?
- Jakob: finish by the weekend.
- Thomas: theming of the Console and Inspector panel
- Honza: ping Thomas
- Issue 47: Properly style Completion List Popup
- Sebastian: working on this
- Kartik Maji: Issue 54: Properly style side panel resizer
- Nicolas: Issue 59: Fix side panel tabs styling
- Djalil: new issue to assign.
- Honza: ping Djalil