Firebug/WeeklyUpdates/2014-07-22: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Farshid Beheshti, Simon Lindholm, == Vacations == * Honza: 23th of July till 10th of August == Fireb...") |
Sebastianz (talk | contribs) (Added links) |
||
Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Farshid Beheshti, Simon Lindholm, | Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Farshid Beheshti, Simon Lindholm, Christoph Dorn | ||
== Vacations == | == Vacations == | ||
Line 14: | Line 14: | ||
** We should try hard to avoid the option (users don't use options usually) | ** We should try hard to avoid the option (users don't use options usually) | ||
* Issue 7596: Command line is broken on Nightly | * [https://code.google.com/p/fbug/issues/detail?id=7596 Issue 7596]: Command line is broken on Nightly | ||
** It isn't reproducible on Nightly. | ** It isn't reproducible on Nightly. | ||
** Simon: only on Linux? | ** Simon: only on Linux? | ||
** Try fresh profile. | ** Try fresh profile. | ||
* Issue 7597: console API is broken on Nightly | * [https://code.google.com/p/fbug/issues/detail?id=7597 Issue 7597]: console API is broken on Nightly | ||
** Patches from Simon | ** Patches from Simon | ||
** Somebody should tests and review | ** Somebody should tests and review | ||
* Issue 7301: Debugger breaks on no more existing breakpoint | * [https://code.google.com/p/fbug/issues/detail?id=7301 Issue 7301]: Debugger breaks on no more existing breakpoint | ||
** a new problem with one liner script? | ** a new problem with one liner script? | ||
** It would deserve a new issue report. | ** It would deserve a new issue report. | ||
Line 33: | Line 33: | ||
# Server side logging | # Server side logging | ||
* Florent: Enhance Options tab in the Tracing Console #42 | * Florent: Enhance Options tab in the Tracing Console [https://github.com/firebug/firebug.next/issues/42 #42] | ||
* Florent: erver side logging enhancement #23 | * Florent: erver side logging enhancement [https://github.com/firebug/firebug.next/issues/23 #23] | ||
** We can use JSON for the data structure | ** We can use JSON for the data structure | ||
* Thomas: theming of the Console and Inspector panel | * Thomas: theming of the Console and Inspector panel | ||
* Honza: Integrate with gDevTools.registerTheme (bug 1038562) #39 | * Honza: Integrate with gDevTools.registerTheme (bug 1038562) [https://github.com/firebug/firebug.next/issues/39 #39] | ||
* Sebastian: theming? | * Sebastian: theming? | ||
* Honza: report a new issue for tracing console, prettify stack frame URLs | * Honza: report a new issue for tracing console, prettify stack frame URLs | ||
Required platform API: | Required platform API: |
Latest revision as of 19:03, 22 July 2014
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Farshid Beheshti, Simon Lindholm, Christoph Dorn
Vacations
- Honza: 23th of July till 10th of August
Firebug 2
- Firebug 2.0.2 released
- Issue 7560 (Improve performance of switching between JavaScript sources)
- Farshid: how would we apply mode asynchronously?
- https://github.com/firebug/firebug/blob/master/extension/content/firebug/editor/sourceEditor.js#L443
- Perhaps we should ask the CM author.
- Sebastian: help Farshid
- We should try hard to avoid the option (users don't use options usually)
- Issue 7596: Command line is broken on Nightly
- It isn't reproducible on Nightly.
- Simon: only on Linux?
- Try fresh profile.
- Issue 7597: console API is broken on Nightly
- Patches from Simon
- Somebody should tests and review
- Issue 7301: Debugger breaks on no more existing breakpoint
- a new problem with one liner script?
- It would deserve a new issue report.
Firebug 3
First Milestone:
- Firebug theme
- Support for jQuery
- Server side logging
- Florent: Enhance Options tab in the Tracing Console #42
- Florent: erver side logging enhancement #23
- We can use JSON for the data structure
- Thomas: theming of the Console and Inspector panel
- Honza: Integrate with gDevTools.registerTheme (bug 1038562) #39
- Sebastian: theming?
- Honza: report a new issue for tracing console, prettify stack frame URLs
Required platform API:
- Bug 1035707 - New API: Customizing webconsole logs
- Bug 1035742 - New API: WalkerFront.getObjectActorFromNodeActor()
- Bug 1036949 - New API: MarkupView customization
- Bug 1037386 - New API: Tooltip customization
- Bug 1038562 - New API: Implementation of a new theme