Firebug/WeeklyUpdates/2013-06-11: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Jan Odvarko, Sebastian Zartner, Steven Roussey, Florent Fayolle, Simon Lindholm, Gal Steinitz == Releases == * Firebug 1.12 alpha 8 release on Friday * Firebug 1.12 switch to...")
 
m (Added links to scripts for moving issues from Google Code to github)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
* Firebug 1.12 alpha 8 release on Friday
* Firebug 1.12 alpha 8 release on Friday
* Firebug 1.12 switch to beta and do release?
* Firebug 1.12 switch to beta and do release?
  - JSD2 adoption still take time.
** JSD2 adoption still needs time (also it needs min. Fx 24 or Fx 25).
  - Do triage of blockers next week
** Do triage of 1.12 blockers next week


== Firebug Lite ==
== Firebug Lite ==
* Gal working on Firebug Lite build process
* Gal working on Firebug Lite build process
* Wiki page: https://getfirebug.com/wiki/index.php/Firebug_Lite_Build_Process
* Wiki page: [https://getfirebug.com/wiki/index.php/Firebug_Lite_Build_Process Firebug Lite Build Process]
* We could use getfirebug.com for version archive
* We could use getfirebug.com for version archive
* Firebug Lite issue should be ported into github.com
* Firebug Lite issues should be ported to github.com
** Two possible scripts to do so:
** https://github.com/dave0/gcode-issue-import
** https://gist.github.com/miyagawa/101002
 
== Mozilla Summit ==
* Honza talked to Dave Camp (from dev tools team)
** Dave is sure that all four (Honza, Florent, Farshid and Sebastian) can go, but needs feedback from organizers


== JSD2 Related Issues ==
== JSD2 Related Issues ==
* Use 'jsd2' label for all jsd2 related issues
* Use <code>jsd2</code> label for all JSD2 related issues
* Mark as 'commit' when the patch is committed to jsd2 branch
* Mark as <code>Commit</code> when the patch is committed to <code>jsd2</code> branch
* Mark as 'fixed' when jsd2 branch is merged with master
* Mark as <code>Fixed</code> when <code>jsd2</code> branch is merged with master


== Issues ==
== Issues ==
* Issue 6484: Added Fuzzy Search Capabilities to File Filter
* [http://code.google.com/p/fbug/issues/detail?id=6484 Issue 6484]: Added Fuzzy Search Capabilities to File Filter
** Florent will test the feature
** Florent will test the feature
** Simon doing reviews
** Simon doing reviews
Line 26: Line 33:
* [https://code.google.com/p/fbug/issues/detail?id=6079 Issue 6079]: Make option "Disable Browser Cache" also available when the Net panel is disabled
* [https://code.google.com/p/fbug/issues/detail?id=6079 Issue 6079]: Make option "Disable Browser Cache" also available when the Net panel is disabled
* [https://code.google.com/p/fbug/issues/detail?id=5224 Issue 5224]: Option "Disable Browser Cache" doesn't revert when Net panel is disabled or Firebug is inactive  
* [https://code.google.com/p/fbug/issues/detail?id=5224 Issue 5224]: Option "Disable Browser Cache" doesn't revert when Net panel is disabled or Firebug is inactive  
** We should match Google Chrome behavior
** We should match Google Chrome DevTools behavior
** We should remember the previous value and reset when Firebug is closed.
** We should remember the previous value and reset when Firebug is closed
 
* Improved Obj.getObjHash() method to be able to distinguish between
** Sebastian, try to use WeakMap.


* Improve performance of console message grouping (related to [http://code.google.com/p/fbug/issues/detail?id=4979 issue 4979])
** Sebastian: try to use WeakMap


== TestBot ==
== TestBot ==
* Some test disabled due to a crash
* Some tests disabled due to a crash
* Bug 880697 - JSD often uses JSContexts without pushing
* [https://bugzilla.mozilla.org/show_bug.cgi?id=880697 Bug 880697] - JSD often uses JSContexts without pushing


== JSD2 Adoption ==
== JSD2 Adoption ==
Line 43: Line 49:


* Profiler API blocked by:
* Profiler API blocked by:
** Bug 881370 - Crash when using JSD2 Debugger API for profiling
** [https://bugzilla.mozilla.org/show_bug.cgi?id=881370 Bug 881370] - Crash when using JSD2 Debugger API for profiling

Latest revision as of 20:55, 11 June 2013

Jan Odvarko, Sebastian Zartner, Steven Roussey, Florent Fayolle, Simon Lindholm, Gal Steinitz

Releases

  • Firebug 1.12 alpha 8 release on Friday
  • Firebug 1.12 switch to beta and do release?
    • JSD2 adoption still needs time (also it needs min. Fx 24 or Fx 25).
    • Do triage of 1.12 blockers next week

Firebug Lite

Mozilla Summit

  • Honza talked to Dave Camp (from dev tools team)
    • Dave is sure that all four (Honza, Florent, Farshid and Sebastian) can go, but needs feedback from organizers

JSD2 Related Issues

  • Use jsd2 label for all JSD2 related issues
  • Mark as Commit when the patch is committed to jsd2 branch
  • Mark as Fixed when jsd2 branch is merged with master

Issues

  • Issue 6484: Added Fuzzy Search Capabilities to File Filter
    • Florent will test the feature
    • Simon doing reviews
    • Sebastian suggesting wild cards
  • Issue 6079: Make option "Disable Browser Cache" also available when the Net panel is disabled
  • Issue 5224: Option "Disable Browser Cache" doesn't revert when Net panel is disabled or Firebug is inactive
    • We should match Google Chrome DevTools behavior
    • We should remember the previous value and reset when Firebug is closed
  • Improve performance of console message grouping (related to issue 4979)
    • Sebastian: try to use WeakMap

TestBot

  • Some tests disabled due to a crash
  • Bug 880697 - JSD often uses JSContexts without pushing

JSD2 Adoption

  • Adopting FBTest API
    • new example/scriptExample2
    • Fixing tests step by step
  • Profiler API blocked by:
    • Bug 881370 - Crash when using JSD2 Debugger API for profiling