home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / docs / ReleaseNotes_1.3.txt < prev    next >
Encoding:
Text File  |  2009-02-09  |  7.5 KB  |  125 lines

  1. Release Notes for Firebug 1.3
  2. Firebug 1.3.2 is Firebug 1.3.1 with minVersion set to Firefox 3.0
  3. Firebug 1.3.1 is Firebug 1.3.0 with bug fixes.
  4. Firebug 1.3 is Firebug 1.2 with additions by John J. Barton, Jan Odvarko, and more to come.
  5. Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
  6. Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov
  7.  
  8. == Not Panel Specific ==
  9.     * FBTrace service (for internal Firebug debugging).
  10.     * TraceConsole (for internal Firebug debugging)
  11.  
  12. == Javascript Debugging ==
  13.     * Script panel implemented with as viewport on source to improve performance on large JS files
  14.     * Find debuggers by scope chain analysis rather than jsContext
  15.     * scope chain shows in watches panel (from contribution by kpdecker)
  16.  
  17. == Console ==
  18.     * reimplement console/command line to reduce chance of console undefined.
  19.  
  20. == DOM ==
  21.     * DOM properties alphabetical
  22.  
  23. == Net Panel ==
  24.     * Reimplement all response views with nsITraceableChannel
  25.     * Centralize handlers for http-on-modify-request in firebug-http-observer component
  26.     * Net panel timing improvements: more categories in timing.
  27.     * tabCache limited to avoid poor performance on large files.
  28.  
  29. == Tracing ==
  30.     * Add TraceConsole to aid debugging Firebug.
  31.     * FBTrace panel removed from X versions (TraceConsole instead)
  32.     * new option DBG_SPY for spy.js
  33.     * firebug-service tracing to traceConsole
  34.  
  35. == For Extensions ==
  36.     * add onApplyDecorator(sourceBox), allows annotation of source
  37.     * add module function isNeededGetReady() to signal a dependency and prepare for later use
  38.         (debugger calls it to insure commandline is in for watches panel)
  39.  
  40. == Locales ==
  41.     * Internationalize via Babelizza; begin moving away from entities to properties.
  42.     * zh-CN locale update (contribution by lovelywcm)
  43.     * da-DK locale update (contribution by AlleyKat)
  44.     * de-DE locale update (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
  45.     * it-IT locale update (contribution by l0stintranslation, gonzalopirobutirro)
  46.     * sv-SE new locale (contribution by peter3)
  47.     * pl-PL locale update (contribution by Teo)
  48.     * nl-NL locale update (contribution by markh)
  49.     * cs-CZ locale update (contribution by lordfrikk)
  50.     * add tranlator names to the about dialog
  51.     * Update German Locale (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
  52.     * Update tr-TR locale (contribution by gezmen)
  53.     * New locale es-AR (contribution by eternoendless)
  54.     * Update locale ro-RO (contribution by alexxed)
  55.  
  56.  
  57. == Bug Fixes ==
  58.     * Issue 156: Sort DOM object properties alphabetically
  59.     * Issue 176: net flash tab not recognising flv files
  60.     * Issue 472: New console API - clear
  61.     * Issue 489: Array content is not printed in version 1.1 beta
  62.     * Issue 502:  Component is not available (SessionStore exception)
  63.     * Issue 548:  'open with editor' mangles non-ascii characters
  64.     * Issue 588:  DOM HTMLCollection/NodeList should be formatted like an array in the console
  65.     * Issue 767: XHR Response Bug (ported)
  66.     * Issue 789:  Using the console in the context of the current debugging stack
  67.     * Issue 814:  cd not working correctly
  68.     * Issue 874:  User object incorrectly identified as arrays
  69.     * Issue 882:  console.log() reports wrong source file and line number
  70.     * Issue 903:  Overflow is removed from Style section of Computed tab display when overflow-x differs from overflow-y
  71.     * Issue 906: Xorg crashes on large XHRs (from R1800)
  72.     * Issue 983:  GWT with Firebug on FF3 cause "listener is undefined"
  73.     * Issue 992: New zh-CN locale file for Firebug 1.2
  74.     * Issue 1000: console.group doesn't work
  75.     * Issue 1050: GMaps2.setCenter seems to wipe out console.log in 1.2.0b7
  76.     * Issue 1063: Spanish translation for 'script' shouldn't be 'gui≤n'
  77.     * Issue 1066: Tab completion fails for arrays
  78.     * Issue 1097: Inspect image tooltip confuses images from different tabs
  79.     * Issue 1107: Toggleing Table css properties breaks page permanently firebug 1.2.0b1
  80.     * Issue 1109: Missing POST information (empty POST tab)
  81.     * Issue 1110: Firebug doesn't respond (abclinuxu.cz) (very long URL)
  82.     * Issue 1121: "Open in Tab" does a POST request for a GET request
  83.     * Issue 1122: can't copy or open image background from css viewer
  84.     * Issue 1124: console.assert() doesn't work
  85.     * Issue 1125: (partial) Net panel not working as expected (1.2.0) (issue 402 tested and works)
  86.     * Issue 1127: console fails to load into reload iframe (Frame > Reload Frame)
  87.     * Issue 1137: Forgets which JS file being viewed after switching away and back to Script tab
  88.     * Issue 1143: Inspected element variables ( $1, $2 ) command-line regression  Merge R1677 (from 1.4)
  89.     * Issue 1147: after refreshing page, text not shown properly
  90.     * Issue 1149: console.trace still not working
  91.     * Issue 1151: Break on all errors should not break when a watch is undefined
  92.     * Issue 1154: Debugger watch panel does not include closure variables, contribution kpdecker
  93.     * Issue 1159: Console results for "$x" incorrect
  94.     * Issue 1164: Firebug console no longer shows Array indicators
  95.     * Issue 1180: Show HTTP status code on all XHR requests in the console
  96.     * Issue 1190: 1.3.0 a3 with console enabled changes appearance of pages automaticallly
  97.     * Issue 1194: Firebug trims spaces from the lastmodified header
  98.     * Issue 1195: problems with xhr connection
  99.     * Issue 1196: JavaScript logging is no longer displayed
  100.     * Issue 1198: Cannot expand line in FBTrace
  101.     * Issue 1199: "Reference error: url not defined" when calling monitor() contribution by tonysung
  102.     * Issue 1201: Both code and "script" disabled panel show up.
  103.     * Issue 1203: Step over causes Firebug to suspend on incorrect line after reload
  104.     * Issue 1206: showAllSources preference broken; contribution lezekdan
  105.     * Issue 1205: decodeURI in Firebug.resetTooltip()
  106.     * Issue 1207: DOMContentLoaded and onLoad vertical lines displayed within the net panel.
  107.     * Issue 1210: 1.3b1 post message display is screwed up
  108.     * Issue 1211: Autocomplete broken in 1.3b1
  109.     * Issue 1212: race condition in XHR reported status in console
  110.     * Issue 1256: Firebug displays spaces as plus signs in POST fields
  111.     * Issue 1285: Enhancement patch: filefield is editable in add external editor dialog
  112.     * Issue 1290: Using backspace when searching in open files menu deletes two characters instead of one.
  113.     * Issue 1303: console.log with wrong output -- scope of commandline
  114.     * Issue 1308: Missing URL-Encoding of reserved characters when using 'Copy Location with Parameters' from Net Panel
  115.     * Issue 1323: img preview in CSS tab not working
  116.     * Issue 1339: Command line becomes unusable after reload.
  117.     * issue 1347: re-introduce this.notifyFirebug, backported r1645 from 1.4
  118.     * Issue 1352: All xmlhttprequest's appear to come from firebug-http-observer.js when looking at console view (port from 1.4)
  119.     * Issue 1357: Firebug 1.3 locks file (Merge R1674 from 1.4)
  120.     * Issue 1369: URL params parsing: omniture gifs no longer show params properly (Merge R1663 from 1.4)
  121.     * Issue 1377: Status bar icon is always activated;
  122.     * Issue 1381: Autocompletion only shows the first match (Port from R1776 on firebug1.4)
  123.     * Issue 1425: New Crippling Bug in 1.4a12 - Script source is incomplete for some JavaScripts
  124.     * Issue 1426: XMLHttpRequest + POST broken (again)
  125.     * Issue 1456:XMLHttpRequest / Response totally wrong