[Pkg-mozext-commits] [firebug] branch master updated (683a06d -> 731c0c1)

David Prévot taffit at moszumanska.debian.org
Fri Jun 20 22:34:23 UTC 2014


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

taffit pushed a change to branch master
in repository firebug.

      from  683a06d   Update changelog for 2.0-1 release
       new  8c48577   Issue 7491:  A disabled breakpoint slows down Javascript execution
       new  774f5ea   Disabled BP should not be set server-side after a refresh (related to issue 7491)
       new  3f32b22   Locale update: zh-TW
       new  5ea4ec5   Issue 7493: Condition editor for cookie breakpoit has wrong position.
       new  f1e0811   Making the contional editor pointing to the center of the breakpoint, when opening.
       new  31ea74a   Locale update: zh-CN
       new  27babef   Merge branch 'master' of https://github.com/firebug/firebug
       new  e6d4564   Fix issue 7551: Set Breakpoint adds undefined as a breakpoint.
       new  9b745df   Update locale: ru
       new  6beb89f   Use proper argument
       new  fd89edc   Update Locale: ja-JP
       new  e215eb5   Catch exception to avoid Firebug UI breakage (happens when cloning extraKeys, see issue 7535)
       new  0df0911   Issue 7530: Toolbars are huge in combination with "Theme Font & Size Changer"
       new  20ad968   Merge branch 'master' of github.com:firebug/firebug
       new  e92d150   Issue 7532 (Error in Firebug CSS)
       new  4d99244   Issue 7524: 2 displays, fullscreen flash window goes behind the browser window
       new  860a936   Issue 7524: Fix spelling mistakes
       new  c7180ae   Merge pull request #145 from fflorent/issue7524
       new  72a75e4   Cope with X-rays to objects and arrays (related to issue 7535)
       new  adad6e8   Issue 7552: All-caps properties of "window" are treated as "DOM constants"
       new  f76693a   Merge branch 'master' of https://github.com/firebug/firebug
       new  401f4c5   Issue 7550: Edit variables don't work when execution is stopped
       new  23514c5   Issue 7528: Work around incorrect behavior of eval with Script panel enabled
       new  d5e3e7d   Merge pull request #144 from simonlindholm/7528-eval-miscompilation-workaround
       new  981fb3e   [firebug-2.0.1b1]
       new  573daae   [firebug-2.0.1]
       new  3b09dea   Imported Upstream version 2.0.1
       new  a53092c   Merge tag 'upstream/2.0.1'
       new  97d6667   Provide xul-ext-firecookie
       new  731c0c1   Update changelog for 2.0.1-1 release

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                   |    7 +-
 content/firebug/chrome/reps.js                     |   16 +-
 content/firebug/console/autoCompleter.js           |    1 +
 content/firebug/console/commandEditor.js           |   15 +-
 content/firebug/console/commandLine.js             |    4 +
 content/firebug/console/consolePanel.js            |    1 -
 .../breakpoints/breakpointConditionEditor.js       |    4 +
 .../firebug/debugger/breakpoints/breakpointTool.js |   40 +-
 content/firebug/debugger/debugger.js               |    2 +-
 content/firebug/debugger/script/scriptPanel.js     |    2 +-
 content/firebug/debugger/script/sourceTool.js      |   56 +-
 content/firebug/editor/sourceEditor.js             |   15 +-
 content/firebug/lib/dom.js                         |    3 +-
 content/firebug/lib/wrapper.js                     |    1 +
 content/firebug/remoting/debuggerClient.js         |    2 +-
 debian/changelog                                   |   12 +
 debian/control                                     |    4 +-
 install.rdf                                        |    2 +-
 locale/ja-JP/firebug-amo.properties                |    4 +-
 locale/ru/cookies.properties                       |  153 +--
 locale/ru/firebug.properties                       | 1081 +++++++++++---------
 .../en-GB/hu-HU => locale/ru}/keys.properties      |    2 +-
 locale/ru/selectors.properties                     |   11 +-
 locale/zh-CN/cookies.properties                    |   34 +-
 locale/zh-CN/firebug-amo.properties                |    4 +-
 locale/zh-CN/firebug.properties                    |  259 +++--
 {bz-locale/en-GB => locale}/zh-CN/keys.properties  |    0
 locale/zh-CN/selectors.properties                  |    3 +
 locale/zh-TW/cookies.properties                    |   70 +-
 locale/zh-TW/firebug.properties                    | 1079 ++++++++++---------
 locale/zh-TW/keys.properties                       |   12 +
 locale/zh-TW/selectors.properties                  |   13 +-
 skin/classic/balloonNote.css                       |    2 +-
 skin/classic/cookies/cookies.css                   |    2 +-
 skin/classic/firebug.css                           |   10 +-
 skin/classic/mac/firebug.css                       |    8 +-
 37 files changed, 1629 insertions(+), 1307 deletions(-)
 copy {bz-locale/en-GB/hu-HU => locale/ru}/keys.properties (90%)
 copy {bz-locale/en-GB => locale}/zh-CN/keys.properties (100%)
 create mode 100644 locale/zh-TW/keys.properties

-- 
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