Firebug/WeeklyUpdates/2008-10-07: Difference between revisions
< Firebug | WeeklyUpdates
No edit summary |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Attendees == | == Attendees == | ||
curtis bartley, dylan green, johnjbarton, mike collins, john resig, honza | |||
== Agenda == | == Agenda == | ||
=== Firebug Lite === | === Firebug Lite === | ||
Line 15: | Line 15: | ||
* blog link on getfirebug {{bug|446595}} | * blog link on getfirebug {{bug|446595}} | ||
* new bug created {{bug|457243}} | * new bug created {{bug|457243}} | ||
** bug assigned, will follow up next week. | ** bug assigned, will follow up next week. '''DONE''' | ||
* create bug to track getfirebug/releases | |||
** '''DONE''' {{bug|458920}} | |||
* jjb has old blog on file | * jjb has old blog on file | ||
** '''todo''' send old design/theme/files to robc for addition to new wordpress blog | ** '''todo''' send old design/theme/files to robc for addition to new wordpress blog | ||
Line 32: | Line 34: | ||
*** '''todo''' test cases uses watch panel on reload. Investigate some bugs mentioning it | *** '''todo''' test cases uses watch panel on reload. Investigate some bugs mentioning it | ||
* commandLine injecting into page sometimes fails. Fix needed to insure it loads | * commandLine injecting into page sometimes fails. Fix needed to insure it loads | ||
** ''' | ** '''DONE''' JJB to have fix today or tomorrow. He's on the trail. | ||
** future fixes may be required in firefox {{bug|342715}} ? | ** future fixes may be required in firefox {{bug|342715}} ? | ||
* script improvements - rewrote the way the script panel shows sourcecode | * script improvements - rewrote the way the script panel shows sourcecode | ||
** | ** still some repainting issues, resizing fixed | ||
*** '''todo''' needs more testing | *** '''todo''' needs more testing | ||
* net panel timing improvements | * net panel timing improvements | ||
** this is made possible by the nsITraceableChannel fix. | ** this is made possible by the nsITraceableChannel fix. | ||
** '''todo''' honza to investigate a possible fix for this if a backwards-compatible solution exists. | ** '''todo''' (honza) checkin patches | ||
* '''todo''' (jjb) push 1. | ** '''DONE''' honza to investigate a possible fix for this if a backwards-compatible solution exists. | ||
* '''todo''' ( | * '''DONE''' (jjb) push 1.3a3 | ||
* '''todo''' (jjb) push 1.3a4 | |||
* '''todo''' (jjb) push 1.3a5 later this week with honza's net panel fixes | |||
* trace console for extensions? | * trace console for extensions? | ||
** '''todo''' honza to explore, if possible we'll include it, if not, push to 1.4 | ** '''todo''' honza to explore, if possible we'll include it, if not, push to 1.4 | ||
* '''todo''' robc investigate FireUnit to write some console test cases prior to beta release. If it's too broken / unusable, resort to manual testcases in litmus. | ** '''todo''' jjb to fix trace console in chromebug/firebug | ||
* '''todo''' robc investigate FireUnit to write some console test cases prior to beta release. If it's too broken / unusable, resort to manual testcases in litmus. '''in progress''' | |||
** jresig - fixed a few bug, to spend some time with robc doing some hacking | |||
* '''todo''' (robc) write up a blog post explaining how to install FireUnit | |||
=== Firebug 1.4 Wishlist === | === Firebug 1.4 Wishlist === | ||
Line 58: | Line 64: | ||
* build/unittest setup | * build/unittest setup | ||
* CSS/HTML edit external, persistent changes (not mentioned in meeting, but added to the list by robc afterwards for future follow-up) | * CSS/HTML edit external, persistent changes (not mentioned in meeting, but added to the list by robc afterwards for future follow-up) | ||
* [http://wiki.codetalks.org/wiki/index.php/Firebug_Accessibility_Roadmap Accessibility] | |||
==== Fireunit / Netunit(?) Progress ==== | ==== Fireunit / Netunit(?) Progress ==== | ||
Line 96: | Line 102: | ||
=== UI Experimentation === | === UI Experimentation === | ||
* cbartley's been working on relocating the tabs to the bottom of the screen. | * cbartley's been working on relocating the tabs to the bottom of the screen. | ||
[http://curtisb.posterous.com/a-firebug-user-interface-propo Firebug User Interface Proposal] | |||
[http://curtisb.posterous.com/firebug-ui-tabs-on-the-top Firebug UI: Tabs on the Top] |
Latest revision as of 16:25, 14 October 2008
Attendees
curtis bartley, dylan green, johnjbarton, mike collins, john resig, honza
Agenda
Firebug Lite
- Firebug Lite updated on google code svn
- Azer to update getfirebug.com when access available
- has access todo robc to follow up with azer to get site updated
GetFirebug
- blog link on getfirebug bug 446595
- new bug created bug 457243
- bug assigned, will follow up next week. DONE
- create bug to track getfirebug/releases
- DONE bug 458920
- jjb has old blog on file
- todo send old design/theme/files to robc for addition to new wordpress blog
- jjb documentation improvements on enablement UI
- additional content for JS page
- todo jjb to create something style-wise to include on site
Firebug 1.3
- Beta! Yes/No?
- TraceConsole - working on a better way to integrate chromebug into the traceconsole
- Currently only partially tested, largely in Chromebug context. todo run some local testing in Firebug 1.3X to make sure it's working properly
- new console code
- background of many complaints of "Console Undefined" errors. No clear test cases provided that are 100% repeatable. JJB may have fixed the problem but it needs testing. This was a fairly invasive change to console implementation.
- todo mine fbug issues pages for console testcases, specifically undefined.
- todo test cases uses watch panel on reload. Investigate some bugs mentioning it
- background of many complaints of "Console Undefined" errors. No clear test cases provided that are 100% repeatable. JJB may have fixed the problem but it needs testing. This was a fairly invasive change to console implementation.
- commandLine injecting into page sometimes fails. Fix needed to insure it loads
- DONE JJB to have fix today or tomorrow. He's on the trail.
- future fixes may be required in firefox bug 342715 ?
- script improvements - rewrote the way the script panel shows sourcecode
- still some repainting issues, resizing fixed
- todo needs more testing
- still some repainting issues, resizing fixed
- net panel timing improvements
- this is made possible by the nsITraceableChannel fix.
- todo (honza) checkin patches
- DONE honza to investigate a possible fix for this if a backwards-compatible solution exists.
- DONE (jjb) push 1.3a3
- todo (jjb) push 1.3a4
- todo (jjb) push 1.3a5 later this week with honza's net panel fixes
- trace console for extensions?
- todo honza to explore, if possible we'll include it, if not, push to 1.4
- todo jjb to fix trace console in chromebug/firebug
- todo robc investigate FireUnit to write some console test cases prior to beta release. If it's too broken / unusable, resort to manual testcases in litmus. in progress
- jresig - fixed a few bug, to spend some time with robc doing some hacking
- todo (robc) write up a blog post explaining how to install FireUnit
Firebug 1.4 Wishlist
- net panel timing improvements
- if they don't make it into 1.3
- extension improvements
- net panel listener. Access to all computed data. (honza)
- ability to add additional tabs (subtabs?) to net panel (honza)
- persistent panel, google group thread
- Wishlist for 1.4 from FirePHP
- build/unittest setup
- CSS/HTML edit external, persistent changes (not mentioned in meeting, but added to the list by robc afterwards for future follow-up)
- Accessibility
Fireunit / Netunit(?) Progress
- API implemented?
- Fixed a bunch of bugs with the command-line tests
- Disabled throttling
- Fixed console toggling (was toggled incorrectly)
- Added support for ok/compare/compare (with RegExp)
- Adding support for async tests
- Fixed a bunch of bugs with the command-line tests
How does the test runner need to work?
NetPanel
Honza's created 5 unit tests for net panel. Concept is working. Will send email for final confirmation to Jresig to discuss API and integration.
Buglist Nominations for Firefox 3.1 / Firebug 1.4
(taken from User:Rcampbell#Firebug-related Firefox Bugs - updates will go there)
- Events
- bug 449198 http-on-examine-response isn't fired when a response comes from the cache
- AJAX performance
- bug 379410 debugger script detection using parent JSScript* (morph for jsd) would reduce the number of script-creation calls (the most expensive ones) by two orders of magnitude. promote need some information
- bug 449454 [jsd] Add frame argument to every jsd callback, eg jsdIScriptHook would avoid taking a breakpoint for every jsdIScript created easy fix for firefox?
- bug 415008 eval Performance Regression (morph to implement CRC32) — would accelerate the common case for eval() firebug-side
- tab-based debugging (focus on one window). different people from above, need to poll eng
- bug 342715 Need an API to allow extensions to hook "document load started" events would eliminate weird code in tabWatcher.
- bug 449458 (jsd) Extend jsdIFilter coverage to include jsdIScriptHook would reduce overhead of jsd on pages you are not debugging.
- bug 228205 Redesign nsIConsoleService and related APIs — would improve error reporting accuracy and speed.
- error messages
- bug 228205 Redesign nsIConsoleService and related APIs — should give stack traces on all errors.
- bug 445355 Exception... "Component is not available" provides inadequate information — maybe we would know what these mean.
UI Experimentation
- cbartley's been working on relocating the tabs to the bottom of the screen.