Firebug/WeeklyUpdates/2012-03-27: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(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): https://wiki.mozilla.org/Debugger_Client_API
** [[Debugger Client API|Client API]] (+ example application)
** Debugger Architecture: https://wiki.mozilla.org/Debugger_Architecture
** [[Debugger Architecture]]
** JSD2 could be potentially useful for finding leaks (it has ability to see the graph of objects)  
** JSD2 could be potentially useful for finding leaks (has ability to see the graph of objects)  
* The Style panel: pseudo lock (hover & active)
* 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
** There could be image thumbnails on 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 http requests if the page is using https
** Highlight HTTP requests if the page is using HTTPS
** Web kit layout vs. Firebug layout. What is better?
** WebKit layout vs. Firebug layout. What is better?
* Module Loader
* Module Loader
** Joe Walker forked Firebug and applied Dryice
** Joe Walker forked Firebug and applied [https://github.com/mozilla/dryice DryIce]
 


== Hacking on JSD2 ==
== Hacking on JSD2 ==
* [https://wiki.mozilla.org/Debugger_Client_API Example Application]
* [[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
* There is no "Open Firebug" in Firebug Web Developer menu


== 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
  • The Style side panel: pseudo-class lock (:hover, :active & :focus)
  • 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

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?
  • 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