My favorites | Sign in
Logo
             
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Release Notes for Firebug 1.3
Firebug 1.3.2 is Firebug 1.3.1 with minVersion set to Firefox 3.0
Firebug 1.3.1 is Firebug 1.3.0 with bug fixes.
Firebug 1.3 is Firebug 1.2 with additions by John J. Barton, Jan Odvarko, and more to come.
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

== Not Panel Specific ==
* FBTrace service (for internal Firebug debugging).
* TraceConsole (for internal Firebug debugging)

== Javascript Debugging ==
* Script panel implemented with as viewport on source to improve performance on large JS files
* Find debuggers by scope chain analysis rather than jsContext
* scope chain shows in watches panel (from contribution by kpdecker)

== Console ==
* reimplement console/command line to reduce chance of console undefined.

== DOM ==
* DOM properties alphabetical

== Net Panel ==
* Reimplement all response views with nsITraceableChannel
* Centralize handlers for http-on-modify-request in firebug-http-observer component
* Net panel timing improvements: more categories in timing.
* tabCache limited to avoid poor performance on large files.

== Tracing ==
* Add TraceConsole to aid debugging Firebug.
* FBTrace panel removed from X versions (TraceConsole instead)
* new option DBG_SPY for spy.js
* firebug-service tracing to traceConsole

== For Extensions ==
* add onApplyDecorator(sourceBox), allows annotation of source
* add module function isNeededGetReady() to signal a dependency and prepare for later use
(debugger calls it to insure commandline is in for watches panel)

== Locales ==
* Internationalize via Babelizza; begin moving away from entities to properties.
* zh-CN locale update (contribution by lovelywcm)
* da-DK locale update (contribution by AlleyKat)
* de-DE locale update (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
* it-IT locale update (contribution by l0stintranslation, gonzalopirobutirro)
* sv-SE new locale (contribution by peter3)
* pl-PL locale update (contribution by Teo)
* nl-NL locale update (contribution by markh)
* cs-CZ locale update (contribution by lordfrikk)
* add tranlator names to the about dialog
* Update German Locale (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
* Update tr-TR locale (contribution by gezmen)
* New locale es-AR (contribution by eternoendless)
* Update locale ro-RO (contribution by alexxed)


== Bug Fixes ==
* Issue 156: Sort DOM object properties alphabetically
* Issue 176: net flash tab not recognising flv files
* Issue 472: New console API - clear
* Issue 489: Array content is not printed in version 1.1 beta
* Issue 502: Component is not available (SessionStore exception)
* Issue 548: 'open with editor' mangles non-ascii characters
* Issue 588: DOM HTMLCollection/NodeList should be formatted like an array in the console
* Issue 767: XHR Response Bug (ported)
* Issue 789: Using the console in the context of the current debugging stack
* Issue 814: cd not working correctly
* Issue 874: User object incorrectly identified as arrays
* Issue 882: console.log() reports wrong source file and line number
* Issue 903: Overflow is removed from Style section of Computed tab display when overflow-x differs from overflow-y
* Issue 906: Xorg crashes on large XHRs (from R1800)
* Issue 983: GWT with Firebug on FF3 cause "listener is undefined"
* Issue 992: New zh-CN locale file for Firebug 1.2
* Issue 1000: console.group doesn't work
* Issue 1050: GMaps2.setCenter seems to wipe out console.log in 1.2.0b7
* Issue 1063: Spanish translation for 'script' shouldn't be 'guión'
* Issue 1066: Tab completion fails for arrays
* Issue 1097: Inspect image tooltip confuses images from different tabs
* Issue 1107: Toggleing Table css properties breaks page permanently firebug 1.2.0b1
* Issue 1109: Missing POST information (empty POST tab)
* Issue 1110: Firebug doesn't respond (abclinuxu.cz) (very long URL)
* Issue 1121: "Open in Tab" does a POST request for a GET request
* Issue 1122: can't copy or open image background from css viewer
* Issue 1124: console.assert() doesn't work
* Issue 1125: (partial) Net panel not working as expected (1.2.0) (issue 402 tested and works)
* Issue 1127: console fails to load into reload iframe (Frame > Reload Frame)
* Issue 1137: Forgets which JS file being viewed after switching away and back to Script tab
* Issue 1143: Inspected element variables ( $1, $2 ) command-line regression Merge R1677 (from 1.4)
* Issue 1147: after refreshing page, text not shown properly
* Issue 1149: console.trace still not working
* Issue 1151: Break on all errors should not break when a watch is undefined
* Issue 1154: Debugger watch panel does not include closure variables, contribution kpdecker
* Issue 1159: Console results for "$x" incorrect
* Issue 1164: Firebug console no longer shows Array indicators
* Issue 1180: Show HTTP status code on all XHR requests in the console
* Issue 1190: 1.3.0 a3 with console enabled changes appearance of pages automaticallly
* Issue 1194: Firebug trims spaces from the lastmodified header
* Issue 1195: problems with xhr connection
* Issue 1196: JavaScript logging is no longer displayed
* Issue 1198: Cannot expand line in FBTrace
* Issue 1199: "Reference error: url not defined" when calling monitor() contribution by tonysung
* Issue 1201: Both code and "script" disabled panel show up.
* Issue 1203: Step over causes Firebug to suspend on incorrect line after reload
* Issue 1206: showAllSources preference broken; contribution lezekdan
* Issue 1205: decodeURI in Firebug.resetTooltip()
* Issue 1207: DOMContentLoaded and onLoad vertical lines displayed within the net panel.
* Issue 1210: 1.3b1 post message display is screwed up
* Issue 1211: Autocomplete broken in 1.3b1
* Issue 1212: race condition in XHR reported status in console
* Issue 1256: Firebug displays spaces as plus signs in POST fields
* Issue 1285: Enhancement patch: filefield is editable in add external editor dialog
* Issue 1290: Using backspace when searching in open files menu deletes two characters instead of one.
* Issue 1303: console.log with wrong output -- scope of commandline
* Issue 1308: Missing URL-Encoding of reserved characters when using 'Copy Location with Parameters' from Net Panel
* Issue 1323: img preview in CSS tab not working
* Issue 1339: Command line becomes unusable after reload.
* issue 1347: re-introduce this.notifyFirebug, backported r1645 from 1.4
* Issue 1352: All xmlhttprequest's appear to come from firebug-http-observer.js when looking at console view (port from 1.4)
* Issue 1357: Firebug 1.3 locks file (Merge R1674 from 1.4)
* Issue 1369: URL params parsing: omniture gifs no longer show params properly (Merge R1663 from 1.4)
* Issue 1377: Status bar icon is always activated;
* Issue 1381: Autocompletion only shows the first match (Port from R1776 on firebug1.4)
* Issue 1425: New Crippling Bug in 1.4a12 - Script source is incomplete for some JavaScripts
* Issue 1426: XMLHttpRequest + POST broken (again)
* Issue 1456:XMLHttpRequest / Response totally wrong
Show details Hide details

Change log

r1887 by johnjbarton.com on Feb 09, 2009   Diff
[1.3.3b1]
Go to: 
Project members, sign in to write a code review

Older revisions

r1864 by johnjbarton.com on Feb 05, 2009   Diff
[1.3.2] set min version to 3.0
r1844 by johnjbarton.com on Feb 03, 2009   Diff
[1.3.1b4]
r1832 by johnjbarton.com on Feb 02, 2009   Diff
[1.3.1b3]
All revisions of this file

File info

Size: 7647 bytes, 125 lines
Hosted by Google Code