[Pkg-mozext-commits] [firebug] branch upstream updated (9d779e4 -> 5df68b4)

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository firebug.

      from  9d779e4   Strip away copyrighted ICC profile
       new  3dbbe9c   Removed obsolete panel toolbar background images (related to https://github.com/firebug/firebug/pull/140)
       new  b17aff2   Improved display of shortcuts
       new  1a5b43b   Fixing test console/grouping/cookies
       new  3e46c4e   Fix compatibility with FireQuery 1.4.1 (related to issue 7445)
       new  e141cd1   Fix compatibility with FireDiff 1.2.1 (related to issue 7445)
       new  932feb9   Merge branch 'master' of github.com:firebug/firebug
       new  ef2a167   Fix commandLine tests 1854, api/debug, dom (broken by a new command arrow image)
       new  231df1a   Fix test script/6566 (also related to a new command image)
       new  835144b   Merge branch 'master' of https://github.com/firebug/firebug.git
       new  013f243   Issue 7396 (XHR requests don't apply to other filters) http://code.google.com/p/fbug/issues/detail?id=7396
       new  835f94a   Issue 7396 (XHR requests don't apply to other filters) http://code.google.com/p/fbug/issues/detail?id=7396
       new  b006f20   Merge branch 'issue7396'
       new  1a71b50   Issue 7382: In HTML edit mode, Ctrl+Z clears the editor contents
       new  7dd6695   Merge branch 'master' of github.com:firebug/firebug
       new  41261a7   Remove timeouts after panels are destroyed (some panels can create new timeouts in destroy)
       new  60d330b   Merge branch 'master' of https://github.com/firebug/firebug.git
       new  905ce2f   Issue 7470: Breakpoint conditions are disregarde
       new  41092fb   Issue 7119: 	Cookies panel should sort cookies alphabetically by default
       new  0249753   Issue 7034: 	Editing <body> in the HTML panel sometimes includes the highlighter HTML
       new  ee668a0   Use TabClient (native) to attach the current thread
       new  4074a03   Fixed adding of context menu items for network requests and improved code and performance on setting filters (see comments on https://github.com/firebug/firebug/commit/b006f20b67)
       new  1b4aacd   Merge branch 'master' of github.com:firebug/firebug
       new  381cc06   Issue 6931: 	Edit button in the CSS panel is not available
       new  cb958b3   Make sure the CSS panel is selected when updating its toolbar (related to issue 6931)
       new  77b0d56   Issue 7472: Default values for CSS auto-completion changed
       new  b2fb7ff   Code styling improvements
       new  b059005   Check breakpoint existence (related to issue 7470)
       new  1722eee   Issue 7473: 	Jump to functions doesn't work within frames
       new  7f989c0   [firebug-2.0b7]
       new  5df68b4   Imported Upstream version 2.0~b7

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/firebug/branch.properties                  |   2 +-
 content/firebug/chrome/chrome.js                   |  11 +++
 content/firebug/chrome/reps.js                     |  13 +++
 content/firebug/chrome/tabContext.js               |  32 +++----
 content/firebug/css/autoCompleter.js               |   2 +-
 content/firebug/css/cssPanel.js                    |  24 ++++++
 content/firebug/css/styleSheetEditor.js            |   4 +
 .../debugger/breakpoints/breakpointStore.js        |   2 +-
 .../firebug/debugger/breakpoints/breakpointTool.js |  94 ++++++++++++++++++++-
 content/firebug/debugger/script/sourceFile.js      |   4 +-
 content/firebug/editor/sourceEditor.js             |   7 ++
 content/firebug/html/htmlEditor.js                 |   4 +
 content/firebug/html/htmlPanel.js                  |   4 +
 content/firebug/net/netPanel.js                    |  31 ++++---
 content/firebug/net/netReps.js                     |  23 +++--
 content/firebug/net/netUtils.js                    |  49 ++++++++---
 content/firebug/remoting/tabClient.js              |   7 +-
 defaults/preferences/cookies.js                    |   2 +-
 install.rdf                                        |   2 +-
 skin/classic/net.css                               |  29 ++++---
 skin/classic/tabbar/tab-bkgnd.png                  | Bin 234 -> 0 bytes
 skin/classic/tabbar/tab-hover-bkgnd.png            | Bin 892 -> 0 bytes
 skin/classic/win/firebug.css                       |  26 ------
 23 files changed, 273 insertions(+), 99 deletions(-)
 delete mode 100644 skin/classic/tabbar/tab-bkgnd.png
 delete mode 100644 skin/classic/tabbar/tab-hover-bkgnd.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list