Confirmed users
233
edits
No edit summary |
Sebastianz (talk | contribs) (Fixed spelling mistakes and formatting and added links) |
||
| Line 10: | Line 10: | ||
* Firebug 1.12.7 preparation | * Firebug 1.12.7 preparation | ||
** Honza: done [http://code.google.com/p/fbug/issues/detail?id=7126 issue 7126] | ** Honza: done [http://code.google.com/p/fbug/issues/detail?id=7126 issue 7126] | ||
** Simon: Port | ** Simon: Port [http://code.google.com/p/fbug/issues/detail?id=7144 Issue 7144]: DebuggerLib.getInactiveDebuggeeGlobal can provide debuggers from a destroyed context | ||
** Simon: Port [http://code.google.com/p/fbug/issues/detail?id=7145 Issue 7145]: getEventListeners includes the HTML panel mutation observer | |||
== Swarms == | == Swarms == | ||
| Line 18: | Line 18: | ||
** Let's hear from Steven next week | ** Let's hear from Steven next week | ||
== Issues from | == Issues from last time == | ||
* [http://code.google.com/p/fbug/issues/detail?id=6991 Issue 6991]: Ctrl+Shift+C conflicts with Firefox DevTools' Inspector | * [http://code.google.com/p/fbug/issues/detail?id=6991 Issue 6991]: Ctrl+Shift+C conflicts with Firefox DevTools' Inspector | ||
** Honza: asking for opinion here: https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/HPsOUXaGkl0 | ** Honza: asking for opinion here: https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/HPsOUXaGkl0 | ||
| Line 29: | Line 29: | ||
** Ask Honza to test, review, etc. | ** Ask Honza to test, review, etc. | ||
* Issue 7120: Absolute Xpath | * [http://code.google.com/p/fbug/issues/detail?id=7120 Issue 7120]: Absolute Xpath | ||
** If there is no ID: Copy XPath | ** If there is no ID: Copy Full XPath | ||
** If there is ID: Copy Minimal XPath | ** If there is an ID: Copy Minimal XPath | ||
** Jakob: implement this | ** Jakob: implement this | ||
== School project by Simon == | == School project by Simon == | ||
* Wasn't accepted | * Wasn't accepted | ||
* But Djalil has more news about | * But Djalil has more news about Google Summer of Code | ||
** Djalil: send and email with tips | ** Djalil: send and email with tips | ||
** Mozilla: https://wiki.mozilla.org/SummerOfCode | ** Mozilla: https://wiki.mozilla.org/SummerOfCode | ||
== JSD2 Bug Triage == | == JSD2 Bug Triage == | ||
* Issue 6828: Script panel detect no javascript when reopening a tab | * [http://code.google.com/p/fbug/issues/detail?id=6828 Issue 6828]: Script panel detect no javascript when reopening a tab | ||
** Florent? | ** Florent? | ||
* Issue 6850: Searching for text in the script panel doesn't work | * [http://code.google.com/p/fbug/issues/detail?id=6850 Issue 6850]: Searching for text in the script panel doesn't work | ||
** Sebastian: will create a branch with all changes | ** Sebastian: will create a branch with all changes | ||
** Honza: take a look | ** Honza: take a look | ||
* Issue 6867: Setting conditional breakpoints slows down the execution of the JS | * [http://code.google.com/p/fbug/issues/detail?id=6867 Issue 6867]: Setting conditional breakpoints slows down the execution of the JS | ||
** Honza: Merge with the JSD2 | ** Honza: Merge with the JSD2 | ||
* Issue 6937: Jumping through Source Links removes yellow arrows of triggered breakpoints | * [http://code.google.com/p/fbug/issues/detail?id=6937 Issue 6937]: Jumping through Source Links removes yellow arrows of triggered breakpoints | ||
** Florent? | ** Florent? | ||
* Issue 6948: Instructions of the global scope are not always detected as executable | * [http://code.google.com/p/fbug/issues/detail?id=6948 Issue 6948]: Instructions of the global scope are not always detected as executable | ||
** Honza: Fixed, but still slow for Simon? | ** Honza: Fixed, but still slow for Simon? | ||
** Optimization: E.g. if a script is not GCed after 10 seconds, then it probably never will be | ** Optimization: E.g. if a script is not GCed after 10 seconds, then it probably never will be | ||
** Honza: do it | ** Honza: do it | ||
* Issue 6955: Right-clicking breakpoint column doesn't always open the breakpoint condition editor | * [http://code.google.com/p/fbug/issues/detail?id=6955 Issue 6955]: Right-clicking breakpoint column doesn't always open the breakpoint condition editor | ||
** Sebastian: work on this | ** Sebastian: work on this | ||
* Issue 6961: Command Editor loses focus when switching between Command Line | * [http://code.google.com/p/fbug/issues/detail?id=6961 Issue 6961]: Command Editor loses focus when switching between Command Line | ||
** Simon: will take care | ** Simon: will take care | ||
* Issue 7029: Script panel always claims "No Javascript on this page" until reload | * [http://code.google.com/p/fbug/issues/detail?id=7029 Issue 7029]: Script panel always claims "No Javascript on this page" until reload | ||
** Honza: Done (some analyses yet) | ** Honza: Done (some analyses yet) | ||
* Issue 7041: Console API stack traces are broken | * [http://code.google.com/p/fbug/issues/detail?id=7041 Issue 7041]: Console API stack traces are broken | ||
** Simon: will have a look | ** Simon: will have a look | ||
* Issue 7079: Implement Break On Next in the script panel | * [http://code.google.com/p/fbug/issues/detail?id=7079 Issue 7079]: Implement Break On Next in the script panel | ||
** Florent? | ** Florent? | ||
* Issue 7082: OSX style issues in new UI | * [http://code.google.com/p/fbug/issues/detail?id=7082 Issue 7082]: OSX style issues in new UI | ||
** Thomas? | ** Thomas? | ||
** Steven: test on OSX, help Thomas. | ** Steven: test on OSX, help Thomas. | ||
* Issue 7084: Changing the text size doesn't resize the toolbar and search box height | * [http://code.google.com/p/fbug/issues/detail?id=7084 Issue 7084]: Changing the text size doesn't resize the toolbar and search box height | ||
* Issue 7088: Command Editor buttons don't have the height of the toolbar | * [http://code.google.com/p/fbug/issues/detail?id=7088 Issue 7088]: Command Editor buttons don't have the height of the toolbar | ||
** Sebastian: will use rem units to fix this | ** Sebastian: will use rem units to fix this | ||
* Issue 7097: Support for dynamically evaluated scripts | * [http://code.google.com/p/fbug/issues/detail?id=7097 Issue 7097]: Support for dynamically evaluated scripts | ||
** Honza: in-progress (still blocked by the platform) | ** Honza: in-progress (still blocked by the platform) | ||
** Honza: Ping JimB again | ** Honza: Ping JimB again | ||
* Issue 7147: Script panel should be consistent in which script to show first | * [http://code.google.com/p/fbug/issues/detail?id=7147 Issue 7147]: Script panel should be consistent in which script to show first | ||
** Honza: take a look | ** Honza: take a look | ||
* Issue 7044: Source lines should be shown even when Script panel is disabled | * [http://code.google.com/p/fbug/issues/detail?id=7044 Issue 7044]: Source lines should be shown even when Script panel is disabled | ||
** nsITraceableChannel is slow and ideally used only for the Net panel | ** nsITraceableChannel is slow and ideally used only for the Net panel | ||
** But we need to do something about it | ** But we need to do something about it | ||
** Tab cache is also needed for CSS editing, font preview, and maybe more | |||
** Can we do some benchmarks? | ** Can we do some benchmarks? | ||