Firebug/WeeklyUpdates/2012-03-27: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
No edit summary |
Sebastianz (talk | contribs) (Enhanced spelling and formatting and added some more links) |
||
Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Christoph Dorn | Jan Odvarko, Sebastian Zartner, Christoph Dorn | ||
== Firebug 1.10 == | == Firebug 1.10 == | ||
* 1.10.0a6 this week | * 1.10.0a6 this week | ||
* List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | * List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | ||
== DevTools Meetup == | == DevTools Meetup == | ||
* JSD2 | * JSD2 | ||
** Client API (+ example application) | ** [[Debugger Client API|Client API]] (+ example application) | ||
** Debugger Architecture | ** [[Debugger Architecture]] | ||
** JSD2 could be potentially useful for finding leaks ( | ** JSD2 could be potentially useful for finding leaks (has ability to see the graph of objects) | ||
* The Style panel: pseudo lock (hover & | * The Style side panel: pseudo-class lock (:hover, :active & :focus) | ||
** Heather Arthur sent a pull request. | ** Heather Arthur sent a [https://github.com/firebug/firebug/pull/4 pull request]. | ||
* The Net panel | * The Net panel | ||
** | ** Image thumbnails | ||
** Independent Net panel repo | ** Independent Net panel repo | ||
** GET/POST could have its own column | ** GET/POST could have its own column (see [http://code.google.com/p/fbug/issues/detail?id=2424 issue 2424]) | ||
** Highlight | ** Highlight HTTP requests if the page is using HTTPS | ||
** | ** WebKit layout vs. Firebug layout. What is better? | ||
* Module Loader | * Module Loader | ||
** Joe Walker forked Firebug and applied | ** Joe Walker forked Firebug and applied [https://github.com/mozilla/dryice DryIce] | ||
== Hacking on JSD2 == | == Hacking on JSD2 == | ||
* [ | * [[Debugger Client API#Example application|Example Application]] | ||
** Run in Scratchpad or in FBTrace | ** Run in Scratchpad or in FBTrace | ||
** Use a [http://htmlpad.org/debugger/ test page] | ** Use a [http://htmlpad.org/debugger/ test page] | ||
** It's better to use FBTrace.sysout instead of dump | ** It's better to use <code>FBTrace.sysout()</code> instead of <code>dump()</code> | ||
== CSS Pseudo Lock == | == CSS Pseudo-Class Lock == | ||
* The last problem to solve is to "unlock" locked element as soon as different element is selected. | * The last problem to solve is to "unlock" the locked element as soon as different element is selected. | ||
* Enhancement: Lock and unlock should be available in HTML panel context menu. | * Enhancement: Lock and unlock should be available in HTML panel context menu. | ||
* If the user locks another element should the previous one unlocked? | * If the user locks another element, should the previous one be unlocked? | ||
== Random == | |||
* Firebug Command Line: Could we have a help command? | |||
** Related issue: [http://code.google.com/p/fbug/issues/detail?id=4176 issue 4176] | |||
* In some cases there is no option ''Open Firebug'' in Firebug Web Developer menu | |||
== Testing == | == Testing == | ||
* The test-bot needs files from from GIT ([https://bugzilla.mozilla.org/show_bug.cgi?id=734368 bug 734368]) | * The test-bot needs files from from GIT ([https://bugzilla.mozilla.org/show_bug.cgi?id=734368 bug 734368]) | ||
== Round Table == | == Round Table == | ||
* Swarms + panel with extensions, also see [https://groups.google.com/d/topic/firebug-working-group/uyUt6U-hrY8/discussion Sebastian's status] | * Swarms + panel with extensions, also see [https://groups.google.com/d/topic/firebug-working-group/uyUt6U-hrY8/discussion Sebastian's status] | ||
* Module loader, [https://groups.google.com/d/topic/firebug-working-group/qWR1wdB-WQA/discussion discussion thread] | * Module loader, [https://groups.google.com/d/topic/firebug-working-group/qWR1wdB-WQA/discussion discussion thread] |
Revision as of 05:28, 28 March 2012
Jan Odvarko, Sebastian Zartner, Christoph Dorn
Firebug 1.10
- 1.10.0a6 this week
- List of 1.10 blockers
DevTools Meetup
- JSD2
- Client API (+ example application)
- Debugger Architecture
- JSD2 could be potentially useful for finding leaks (has ability to see the graph of objects)
- The Style side panel: pseudo-class lock (:hover, :active & :focus)
- Heather Arthur sent a pull request.
- The Net panel
- Image thumbnails
- Independent Net panel repo
- GET/POST could have its own column (see issue 2424)
- Highlight HTTP requests if the page is using HTTPS
- WebKit layout vs. Firebug layout. What is better?
- Module Loader
- Joe Walker forked Firebug and applied DryIce
Hacking on JSD2
- Example Application
- Run in Scratchpad or in FBTrace
- Use a test page
- It's better to use
FBTrace.sysout()
instead ofdump()
CSS Pseudo-Class Lock
- The last problem to solve is to "unlock" the locked element as soon as different element is selected.
- Enhancement: Lock and unlock should be available in HTML panel context menu.
- If the user locks another element, should the previous one be unlocked?
Random
- Firebug Command Line: Could we have a help command?
- Related issue: issue 4176
- In some cases there is no option Open Firebug in Firebug Web Developer menu
Testing
- The test-bot needs files from from GIT (bug 734368)
Round Table
- Swarms + panel with extensions, also see Sebastian's status
- Module loader, discussion thread