What's new? | Help | Directory | Sign in
Google
fbug
Web development evolved
  
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Release Notes for Firebug 1.1
Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov

== Enablement UI ==
* Disable always: when the Firebug UI is not active on any page, the debugger is disabled (minimal overhead)
* Instant on: when the Firebug UI is active, HTML, CSS, DOM views activate (minimal overhead)
* Script panel user-activation: initially disabled or enabled always
* Net panel user-activiation: initially disabled or enabled always
* Bug Icon gray unless some page has Script or Net panel activation
* No Allowed-sites/Disable for Site: no longer needed.
The UI for this feature is being refined; overhead tests have not been completed.
We are interested in feedback on this UI change.

== Javascript Debugging ==
* Written/cleaned up eval support
* Performance on eval better, easier to support.
This feature is complete; Bug reports on javascript debugger welcome.

== Net Panel ==
* Net timing more accurate
* Only real network requests displayed.
* Limit for number of requests (configurable in preferences).
* Additional columns for: request method, status response + text
* Cache tab has expiration time in Net panel

== Console ==
* Redesigned to use events/attribute passing.
tests/console/joes-original/test.html mostly passes

== Command Line ==
* Redesigned to avoid using evalInSandbox.
tests/console/commandLineObjects.html mostly passes
commandLineAPI functions, ok.

== DOM Panel ==
Works for FF3pre after about 2008041406 (https://bugzilla.mozilla.org/show_bug.cgi?id=425139)

== Misc ==
Secure updates via signed update.rdf with xpi updateHash values.

== Bug Fixes ==
* Issue 2: Can't set breakpoints in code called by unload event
* Issue 4: Visiting error page causes external Firebug window to close itself
* Issue 14: Programatically disable firebug log from Javascript
* Issue 38: console.group should allow optional collapse
* Issue 183: Configurable maximum output size
* Issue 474: base href applied to scripts
* issue 599, Firebug Inspect Outline Does Not Show Up Over Web Page Elements
* Issue 393: Text overlayed on text in script editor window.
* Issue 567: Slow script warning in debugger.js on some pages
* Issue 619: Reopening firebug results in grey DOM, Layout or Style Pane, fixed by forceUpdate on syncSidePanel.
* Issue 618: HTML: tab order, fixed by setting order properties on side panels.
* Issue 43: Edit CSS behaviour - appending styles to the dom is unexpected. Contribution by tonygentilcore
* Issue 573: setting css background-color affects layout inspector. Contribution by tonygentilcore
* Issue 361: Edit button gets stuck when reloading page whilst editing CSS. Contribution by tonygentilcore
* Issue 1: Reload external Firebug window while its tab is hidden closes the window
Show details
Hide

Change log

r616 by johnjbarton.com on May 02, 2008   Diff
[a25]

Older revisions

r609 by johnjbarton.com on Apr 30, 2008   Diff
[a24]
r600 by johnjbarton.com on Apr 29, 2008   Diff
Just documentation changes I hope
r581 by johnjbarton.com on Apr 23, 2008   Diff
[a23]
All revisions of this file

File info

Size: 3055 bytes, 57 lines