Confirmed users
233
edits
(Created page with "Jan Odvarko, Sebastian Zartner, Jakob Kaltenbrunner, Florent Fayolle, Simon Lindholm, Joe Walker Meeting Agenda: https://etherpad.mozilla.org/firebug == Firebug 1.12 == * We...") |
Sebastianz (talk | contribs) (Fixed formatting, corrected spelling and added links) |
||
Line 8: | Line 8: | ||
* JSD1 removed in 31 (last week possible), or 32 if not a problem for ESR | * JSD1 removed in 31 (last week possible), or 32 if not a problem for ESR | ||
* Issue 7252: Disable JSD1 deprecated warnings | * [http://code.google.com/p/fbug/issues/detail?id=7252 Issue 7252]: Disable JSD1 deprecated warnings | ||
** Honza done | ** Honza done | ||
* Issue 7253: JSD1 will be removed/is removed message (Honza started) | * [http://code.google.com/p/fbug/issues/detail?id=7253 Issue 7253]: JSD1 will be removed/is removed message (Honza started) | ||
** Honza in-progress | ** Honza in-progress | ||
Line 17: | Line 17: | ||
== DevTools Work Week == | == DevTools Work Week == | ||
* In London, five days starting from 29th of September | |||
* Hacking kind of a work week | |||
== Firebug 2.0 alpha 1 == | == Firebug 2.0 alpha 1 == | ||
Line 27: | Line 26: | ||
* Support for dynamically created scripts merged | * Support for dynamically created scripts merged | ||
** problem with | ** problem with script created by injecting <code><script></code> element (no way to differentiate static and dynamic) | ||
* Platform blockers: | * Platform blockers: | ||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=983297 Bug 983297] - SpiderMonkey should guess which JS code caused new JS code to be compiled | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=983297 Bug 983297] - SpiderMonkey should guess which JS code caused new JS code to be compiled | ||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=981987 Bug 981987] - displayURL is not available within Debugger.onNewScript hook for new Function scripts | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=981987 Bug 981987] - displayURL is not available within Debugger.onNewScript hook for new Function scripts | ||
* Workarounds | * Workarounds | ||
** | ** Create a list of static scripts when <code>DOMContentLoaded</code> event is fired | ||
* [http://code.google.com/p/fbug/issues/detail?id=7181 7181]: Error breakpoint can't be set | * [http://code.google.com/p/fbug/issues/detail?id=7181 Issue 7181]: Error breakpoint can't be set | ||
** Done | ** Done | ||
Line 49: | Line 47: | ||
* Honza: install OSX and check tests | * Honza: install OSX and check tests | ||
* Sebastian working on MutationObservers | * Sebastian working on MutationObservers | ||
== Failures == | == Failures == | ||
* firebug/4040/issue4040.js | * firebug/4040/issue4040.js | ||
** Florent: create an issue | ** Florent: create an issue | ||
** Florent: | ** Florent: comment the failing part out | ||
* firebug/4040/issue4040.js | * firebug/4040/issue4040.js | ||
Line 60: | Line 58: | ||
* console/breakOnError/breakOnError.js | * console/breakOnError/breakOnError.js | ||
** Florent: patch part of | ** Florent: patch part of [http://code.google.com/p/fbug/issues/detail?id=7166 issue 7166] | ||
* net/4663/issue4663.js | * net/4663/issue4663.js | ||
Line 66: | Line 64: | ||
* firebug/4040/issue4040.js | * firebug/4040/issue4040.js | ||
** Sebastian: analyze | ** Sebastian: analyze | ||
** Might be just disabled | ** Might be just disabled | ||