Firebug/WeeklyUpdates/2014-01-14

From MozillaWiki
Jump to: navigation, search

Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Jakob Kaltenbrunner

Releases

JSD2 Bug Triage

Only issues with blocks-2.0 are top priority

  • Issue 6824: Randomly get "Unresponsive Script Warning" with CommandEditor.html
    • Only Florent and Simon can reproduce.
    • Florent: try to use CodeMirror as a singleton for the Script panel.
  • Issue 6828: Script panel detect no javascript when reopening a tab
    • Honza: I can’t repro
    • Florent will do a screencast.
  • Issue 6830: Evaluated expressions should be listed in the Script panel
    • Not a priority
  • Issue 6850: Searching for text in the script panel doesn't work
    • Sebastian: working on this
  • Issue 6856: Script sources are wrong when a tab has been detached
    • Honza: I can’t repro
    • Djalil: Retest on his machine
    • Jakob: retest
  • Issue 6867: Setting conditional breakpoints slows down the execution of the JS
    • Honza: I can’t repro
    • Florent: retest without FBTrace
    • Sebastian: retest, can reproduce
    • Honza: retest again
  • Issue 6869: Clean up code for evaluating watch panel expressions
    • Not a top priority
  • Issue 6937: Jumping through Source Links removes yellow arrows of triggered breakpoints
    • Florent: working on it.
  • Issue 6943: Watch panel is flickery
    • Just if this fixes the 6867?
    • Florent: Honza is waiting for you analyses
  • Issue 6948: Instructions of the global scope are not always detected as executable
    • Fixed, but still slow for Simon?
    • It's a platform problem. We can remove the timeout as soon as the platform keeps scripts in the memory
  • Issue 6950: The navigation buttons are buggy
    • It's a blocker
    • Honza: do some analyses
  • Issue 6955: Right-clicking breakpoint column doesn't always open the breakpoint condition editor
    • Honza: I can’t repro
    • Sebastian: will take a look
  • Issue 6961: Command Editor loses focus when switching between Command Line
    • Djalil working on, progress?
    • Honza: Could we ask Mozilla to provide an MXR addons-search access to Jalil and Jakob?
    • Simon: will merge the pull request then
  • Issue 6967: Breakpoints displays persist after switching the source file
    • I don’t understand the report
    • Sebastian: try to create a simple test case
  • Issue 7012: FBTests should not ask to reload pages
    • Florent working on this, progress?
    • It isn't a blocker.
  • Issue 7025: The emphasis of the frame result value is broken
    • Florent? Is this fixed?
    • We shouldn't use CSS transitions, but JS based logic.
    • Florent: will take a look, ping Honza after that
  • Issue 7029: Script panel always claims "No Javascript on this page" until reload
    • Should be fixed, Honza analyze comment #3
  • Issue 7040: Firebug doesn't hide when switching to a tab with about:blank
    • Not a priority
  • Issue 7041: Console API stack traces are broken
    • Simon should port missing code: master -> jsd2
  • Issue 7057: Command line is misaligned
    • Not a priority
    • Do we want to use @media (-moz-windows-classic) {
    • Simon?
  • Issue 7058: Command editor toggle button doesn't align with the Command Line toggle button
    • Honza: take a look
  • Issue 7070: Improve status path design
    • Not a blocker
  • Issue 7079: Implement Break On Next in the script panel
    • Florent working on this, progress?
    • Florent: make get/createDebugger local functions in the module
    • Honza: review
    • Next time: discuss underscore.
  • Issue 7082: OSX style issues in new UI
    • Thomas andersen working on this
  • Issue 7084: Changing the text size doesn't resize the toolbar and search box height
    • Sebastian: take a look at that
  • Issue 7088: Command Editor buttons don't have the height of the toolbar
    • Sebastian: take a look at that
  • Issue 7095: When returning this, the <return value> is renamed "this" in the watch panel
    • Honza: take a look at that
  • Issue 7097: Support for dynamically evaluated scripts
    • Honza working on this