###################################################################################################
1.3.1 - 2010-09-07 - Revision: 7759
###################################################################################################
Overview:
- Issue 3272: Install Google Chrome extension results in a 404 error
- Issue 3384: Just two inadvertent globals across the Firebug Lite files
- Issue 3318: Firebug Lite dies if you hide the UI when the large command line is open
- Issue 3181: Firebug Lite Missing XHR methods/properties
- Issue 3262: CSS specificity is not being calculated properly.
- Issue 3038: Empty (null) styles when adding CSS styles in Firebug Lite
- Normalizing syntax (missing semicolons)
- Added basic JsDoc comment markup
###################################################################################################
1.3.1b2 - 2010-07-26 - Revision: 7413
###################################################################################################
Overview:
- Issue 3224: Firebug Lite shows error when trying to read some external stylesheets
- Issue 3181: Missing XHR methods/properties
- Custom Net response viewers (XML and JSON viewers)
- Port of HTML viewer used in XHR representations
- Port of jsonViewer used in XHR representations
- Port of xmlViewer used in XHR representations
-------------------------------------------------------------------------------
XHR
-------------------------------------------------------------------------------
- Compatibility with XMLHttpRequest 2 specification
- Issue 3181: Missing XHR methods/properties
- XHR representation is properly updated when the request is aborted
- Adjusting spy.mimeType according XHR response so we can detect when to
use custom response viewers (like HTML, XML and JSON viewers)
-------------------------------------------------------------------------------
jsonViewer
-------------------------------------------------------------------------------
- Port of jsonViewer used in XHR representations
-------------------------------------------------------------------------------
xmlViewer
-------------------------------------------------------------------------------
- Port of xmlViewer used in XHR representations
-------------------------------------------------------------------------------
Net
-------------------------------------------------------------------------------
- Custom Net response viewers (XML and JSON viewers)
- Port of HTML viewer used in XHR representations
-------------------------------------------------------------------------------
Spy
-------------------------------------------------------------------------------
- dispatching "initTabBody" event to Firebug.NetMonitor.NetInfoBody listeners
so custom response viewers can be properly initialized
-------------------------------------------------------------------------------
CSS
-------------------------------------------------------------------------------
- Included warnings when some external stylesheets could not be loaded
- Issue 3224: Firebug Lite shows error when trying to read some external stylesheets
-------------------------------------------------------------------------------
Inspector
-------------------------------------------------------------------------------
- Avoid error when the element is not attached a document
-------------------------------------------------------------------------------
Domplate
-------------------------------------------------------------------------------
- Removing the temporary fix to RegExp problem Google Chrome 5 once it
is now fixed (and the temporary fix breaks the latest version).
-------------------------------------------------------------------------------
Firebug
-------------------------------------------------------------------------------
- Firebug.Rep.getTitle now works for some special cases in IE
-------------------------------------------------------------------------------
Command Line
-------------------------------------------------------------------------------
- Firebug.Console no longer uses Firebug.Console.LOG_COMMAND to identify
console calls as in the old Console panel version.
-------------------------------------------------------------------------------
Lib
-------------------------------------------------------------------------------
- Added new experimental getDOMMember function to detect user members
(properties/functions) of several builtin objects such as window,
document, location, and instances of Element and other DOM objects
###################################################################################################
1.3.1b1 - 2010-06-29 - Revision: 7198
###################################################################################################
Overview:
- Issue 2958: Unable to add CSS to an element that has no style rules
- Issue 3165: Styling problem with nested expandable groups
- Issue 3178: Bookmarklet does not support XML+XSLT documents
- Context menu support for Style and CSS Panels
- Using double click to insert new CSS rule (instead of mouse down)
-------------------------------------------------------------------------------
i18n
-------------------------------------------------------------------------------
- Unified all localization-related functions inside i18n.js
- Implemented $STRF (required for context menus)
-------------------------------------------------------------------------------
GUI
-------------------------------------------------------------------------------
- Improved GUI Menu component to support content menus
-------------------------------------------------------------------------------
Editor
-------------------------------------------------------------------------------
- Fixed timing issues when calling input.focus() and input.select()
-------------------------------------------------------------------------------
Chrome
-------------------------------------------------------------------------------
- Panels now will stop editing when clicking on any non-editable element
-------------------------------------------------------------------------------
UI
-------------------------------------------------------------------------------
- Issue 3165: Styling problem with nested expandable groups
-------------------------------------------------------------------------------
CSS
-------------------------------------------------------------------------------
- Issue 2958: Unable to add CSS to an element that has no style rules
- Using double click to insert new CSS rule (instead of mouse down)
- IE support for new features being used (context menu, double click, etc)
-------------------------------------------------------------------------------
Firebug
-------------------------------------------------------------------------------
- Implemented panel.onContextMenu()
-------------------------------------------------------------------------------
Lib
-------------------------------------------------------------------------------
- Ported lib.hasProperties()
- Fixed IE mouse button detection for "dblclick" events
- Port of lib.parseJSONString()
- Making the development mode work online without requiring pre-configuration
- Enabled the bookmarlet update detection
-------------------------------------------------------------------------------
HTML
-------------------------------------------------------------------------------
- Added the old representations back to Firebug Lite source (Firebug.Reps)
--------------------------------