~vcs-imports/firebug/trunk

« back to all changes in this revision

Viewing changes to lite/1.2/ChangeLog

  • Committer: pedrosimonetti
  • Date: 2009-08-27 23:18:33 UTC
  • Revision ID: vcs-imports@canonical.com-20090827231833-axuds7771qr0r9eg
Removing Firebug Lite 1.2 codebase from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
== Firebug Lite Change Log ==
2
 
2009-05-08 Azer Koculu <azer@kodfabrik.com>
3
 
  * deploy: A shell script that copies source files whose names starts
4
 
  with "firebug" to getfirebug.com's repo.
5
 
 
6
 
2009-05-06 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
7
 
  * firebug-lite.css: Fixed options dropdown arrow
8
 
  * firebug-lite.js: Script line numbering started at 2, changed it so that it starts at 1
9
 
                     Moved env.liteFilename to internal vars as it is no longer necessary for users to change this value
10
 
                     Fixed error when getting script name
11
 
                     Fixed lib.util.Hash.clone (it was called out of scope)
12
 
                     Added check for valid value when reading textNodeChars
13
 
 
14
 
2009-05-06 Azer Koculu <azer@kodfabrik.com>
15
 
  * firebug-lite.js: Changed filename search.
16
 
                     Moved initializer part into a new function scope.
17
 
                     Added 'firebugIgnore' filter to dom explorer.
18
 
                     Setted firebugIgnore attributes in container elements.
19
 
                     Optimized source code displayer in scripts tab.
20
 
                     Refactored script line numbering code
21
 
                     Changed code for getting script name
22
 
 
23
 
2009-05-02 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
24
 
  * firebug-lite.js: Issue 1713: If FB Lite is loaded over https IE warns of unsecured items being loaded
25
 
                     Issue 1703: Firebug lite incorrect reports the evaluation result of "undefined" as "null"
26
 
                     Issue 1702: Mac OS X CMD key press toggles popup/docked Firebug window
27
 
  
28
 
2009-04-24 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
29
 
  * firebug-lite.js: Issue 1683: Firebug lite delivered by Rails - Js Error
30
 
 
31
 
2009-04-20 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
32
 
  * firebug-lite.js, firebug-lite.css: Issue 1664: Text node text trimming should be configurable in FB Lite
33
 
  * firebug-lite.js: Issue 1654: Internal variables should not be accessible to users
34
 
 
35
 
2009-04-19 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
36
 
  * firebug-lite.js Fixed multiple issues with the HTML Tree:
37
 
                    Issue 1658: FB Lite HTML view body tag occasionally has multiple + signs
38
 
                    Issue 1659: FB Lite stops parsing childnodes when it reaches HTML comments
39
 
                    Issue 1568: Firebug Lite: Inspect button often fails to scroll the html line into view when an element is clicked
40
 
                    Simplified discovery of body tag
41
 
                    Object tags displayed as function() in HTML tree
42
 
                    Disabled trimming of text content, users expect to see things the same way they are displayed in Firebug.
43
 
 
44
 
2009-04-16 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
45
 
  * firebug-lite.js: Issue 1653: Removed reliability on firebug.liteFilename
46
 
                     Fixed a security issue in IE 7 (introduced via Microsoft Update)
47
 
 
48
 
2009-03-09 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
49
 
  * firebug-lite.js: Issue 1637: Script missing linebreaks in IE7, line numbers broken in all browsers
50
 
 
51
 
2009-03-09 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
52
 
  * firebug-lite.js: Added title to popup window
53
 
 
54
 
2009-03-09 Azer Koculu <azer@kodfabrik.com>
55
 
  * firebug-lite.js: Removed getElementPosXY method.
56
 
                     Added toggle method to settings object.
57
 
 
58
 
2009-03-07 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
59
 
  * firebug-lite.js: Fixed issue 1554: Text nodes could not be accessed through the inspect button.
60
 
 
61
 
2009-03-07 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
62
 
  * firebug-lite.js: Issue 1566: Added firebug.env.targetWindow variable to hold target window
63
 
 
64
 
2009-03-06 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
65
 
  * firebug-lite.js: Changed default for firebug.env.detectFirebug to false
66
 
                     Fixed issue 1555: Ajax calls ... we should not assume that the same domain policy is applied, use try catch instead
67
 
                     Fixed Issue 1541: Add XHR tab to Firebug Lite popup window
68
 
    progress.gif:    Corrected mime type
69
 
 
70
 
2009-03-03 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
71
 
  * firebug-lite.js, firebug-lite.css, progress.gif: Fixed Issue 1544: Lite settings menu should have a "processing" gif
72
 
 
73
 
2009-02-21 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
74
 
  * firebug-lite.js: Fixed Issue 1542: FBLite F12 etc should dock the popup instead of hiding the panel
75
 
 
76
 
2009-02-21 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
77
 
  * firebug-lite.js, firebug-lite.css:
78
 
      o Issue 1513 ... added:
79
 
        - Settings dialog
80
 
        - Settings storage cookie (stores settings, panel height, popup window positions etc.)
81
 
        - firebug.env:
82
 
            openInPopup
83
 
            popupTop
84
 
            popupLeft
85
 
            popupWidth
86
 
            popupHeight
87
 
      o Various popup window bugfixes and performance improvements
88
 
 
89
 
2009-02-21 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
90
 
  * firebug-lite.js, firebug-lite.css, firebug_logo.png: Issue 1503: FBLite should have a visible sign it is running when starting hidden.
91
 
                                                                     Added FBLite icon when hidden and firebug.env.showIconWhenHidden (default true).
92
 
 
93
 
2009-02-18 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
94
 
  * firebug-lite.js: Fixed issue 1086 - FBLite can now be used locally over HTTPS if firebug.env.css is set.
95
 
  
96
 
2009-02-17 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
97
 
  * firebug-lite.js: Fixed problem with issue 1481 - A DIV was created instead of an IFRAME so the shield was ineffective.
98
 
  
99
 
2009-02-14 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
100
 
  * firebug-lite.js: Issue 1487 - Added firebug.env.liteFilename ... this allows for the renaming of the FBLite script for use in popup windows.
101
 
 
102
 
2009-02-12 Azer Koculu <azer@kodfabrik.com>
103
 
  * minifier.py, jsmin.py, minify: Added minifier library and compressing scripts.
104
 
 
105
 
2009-02-12 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
106
 
  * firebug-lite.js: Corrected 2 syntax errors
107
 
 
108
 
2009-02-11 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
109
 
  * firebug-lite.js: Issue 1400 - firebug.env.override is now false by default ... I have also added
110
 
                                  two methods to make it easier for the user to control the console:
111
 
                                  firebug.overrideConsole() & firebug.restoreConsole()
112
 
 
113
 
2009-02-09 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
114
 
  * firebug-lite.js: Issue 1400 - Re-implemented firebug.env.override. Default is now true ... it can only be manually changed in FBLite code.
115
 
                                  The reason this is needed is because a number of browsers have a window.console object.
116
 
 
117
 
2009-02-08 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
118
 
  * firebug-lite.js: Issue 1406 - Added firebug.env.hideDOMFunctions to allow hiding of DOM functions in the DOM tab.
119
 
 
120
 
2009-02-06 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
121
 
  * firebug-lite.js: Removed firebug.env.override to prevent problems when override is set in FF3 where window.console
122
 
    is a getter and allow more control over initialization.
123
 
  * firebug-lite.js: Refactored code to allow firebug.env.detectFirebug to be set from user code
124
 
  * firebug-lite.js: Moved console initialization code inside of the Firebug object to remove some global variables
125
 
  * firebug-lite.js & firebug-lite.css: Fixed Issue 1348 - String, Date and Boolean objects should be displayed similar
126
 
    to their primitive counterparts
127
 
  * firebug-lite.js & firebug-lite.css: Fixed Issue 1023 - Elements such as Flash in iframes and dropdowns in IE bleed through FBLite,
128
 
                                        I have put an iframe 'shield' behind FBLite to prevent this
129
 
  * Updated mime-types for all FBLite SVN files
130
 
 
131
 
2009-02-05 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
132
 
  * firebug-lite.js: Added firebug.env.detectFirebug to prevent FBLite opening when Firebug is enabled (actually the Firebug Console).
133
 
                     To run FBLite and Firebug at the same time it is now necessary to change the value of detectFirebug directly in firebug-lite.js
134
 
  * Fixed multiple console initialization and override issues
135
 
 
136
 
2009-02-05 Azer Koculu <azer@kodfabrik.com>
137
 
  * firebug-lite.css: mime-type property has been set to "text/css".
138
 
 
139
 
2009-02-04 Azer Koculu <azer@kodfabrik.com>
140
 
  * firebug-lite.js: Changed default css url getfirebug.com to fbug.google.com
141
 
  * firebug-lite-compressed.js: It was unnecesseary, removed.
142
 
 
143
 
2009-02-02 Azer Koculu <azer@kodfabrik.com>
144
 
  * Copied latest source to googlecode repository.
145
 
 
146
 
2009-01-31 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
147
 
  * firebug-lite.js: Added extra hotkeys to show / hide FBLite:
148
 
    F12, (CTRL|CMD)+SHIFT+L, SHIFT+ENTER
149
 
  * firebug-lite.js: Added console.firebug command to show FBLite version number
150
 
  * firebug-lite.js: Fixed problem with Open in New Window in Safari
151
 
  * firebug-lite.js: Added debug="true/false" to show or hide FBLite on startup
152
 
  
153
 
2009-01-01 Mike Ratcliffe <sabine.michael.ratcliffe@gmail.com>
154
 
  * firebug-lite.js & firebug-lite.css: Added Open in New Window
155
 
  * firebug-lite.js: Fixed: HTML Inspect only worked in 1 very specific situation ... it now works in all situations
156
 
  * firebug-lite.js: Fixed: Permission was occasionally denied to inspect CSS or scripts when it should not have been
157
 
  * firebug-lite.js: Fixed: Domain check now works with domain names containing - and _