[Pkg-mozext-commits] [firebug] branch master updated (79d320a -> 6caf12f)

David Prévot taffit at moszumanska.debian.org
Thu Aug 14 14:52:52 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  79d320a   Update changelog for 2.0.2-1 release
       new  8e3d9f2   Switch order to hopefully make DDPO happy
       new  9e2f028   Fixed network events translation
       new  d2527bb   FBTrace: Catch an exception when Firebug is not installed
       new  0620af7   Merge branch 'master' of github.com:firebug/firebug
       new  06c745e   Merge branch 'master' of github.com:firebug/firebug
       new  3fd6483   Update locale: fr
       new  aa83779   Issue 6710 (Issues with locales containing quotes) https://code.google.com/p/fbug/issues/detail?id=6710
       new  3e406ca   Issue 6710 (Issues with locales containing quotes) https://code.google.com/p/fbug/issues/detail?id=6710
       new  4299d06   Issue 6710 (Issues with locales containing quotes) https://code.google.com/p/fbug/issues/detail?id=6710
       new  daf9c7c   Merge branch 'issue6710'
       new  49a73ad   Issue 7591 (Seeing and Copying Watch Names) https://code.google.com/p/fbug/issues/detail?id=7591
       new  15bb37d   Issue 7506: Improve performance of switching between Javascript sources.
       new  235efff   Make sure the options can be added after FBTrace is opened (related to firebug.next at issue#1)
       new  c244cf3   Updated the javascript disabled message for the script panel. Firefox no longer has the option to enable javascript in the options menu.
       new  8230b0e   Updated javascript_not_enabled key so that the changes will be recognized.
       new  b34a954   Merge pull request #146 from stormageddon/updateDisableJsMessage
       new  6acfe1c   Issue 7604 (Unrecognized CSS rule types break the display within the CSS and the DOM panel) https://code.google.com/p/fbug/issues/detail?id=7604
       new  303b25d   Issue 7605 (Show @counter-style rules inside CSS panel) https://code.google.com/p/fbug/issues/detail?id=7605
       new  0808a31   fbSearchBar is collapsed when a panel is not enabled.
       new  cc3264a   Fixed the console hiding to mimic the way panel toolbar was handled.
       new  3ced626   Merge pull request #147 from stormageddon/issue_6799
       new  ac98768   Issue 7596: Command line is broken on Nightly
       new  fae96c0   Issue 7610: Auto-completion broken for primitives
       new  79998b6   Simplify ArrBase.hasSpecialProperties
       new  b47b05f   Make console.trace() stack-walking cope with Function xrays (related to issue 7597)
       new  b435d53   Fix "console.log(new Error())" in Web Workers (related to issue 7597)
       new  af18f8a   Make reps cope with xrays (related to issue 7597)
       new  0d056a7   Issue 7597: Console API is broken since Firefox 33
       new  bbe3cbf   Make .% syntax throw similar security errors on all Firefox versions (related to issue 7597)
       new  4e09e9c   Avoid throwing for `cd(crossOriginWindow)` (related to issue 7597)
       new  86bf4c2   Unwrap objects in console.dir and console.table (related to issue 7597)
       new  30ba6a0   Fix console/errors/6523 test
       new  66c6542   Fix console/6402 test
       new  197142a   Fix console/7068 test
       new  256731a   Additional fix for console.trace()
       new  6f41634   Fix stringification of xrayed functions on Fx32- (related to issue 7597)
       new  f5f027c   Issue 7585: Script panel loads POST-requested sources with GET, when Net panel is disabled
       new  5aea860   Fix a comment
       new  3c0ed0c   Removed incorrect change of Continue button tooltip
       new  58c5de6   Update locale: ru
       new  e57e0d3   Remove out enableSyntaxHighlighting.
       new  6221072   Just adding loadmode addon.
       new  e18bd69   Trying loadmode addon to fix issue7560. It doesn't work as expected.
       new  9a612a1   Undo adding the loadmode addon.
       new  4454c1a   Remove a part remained from the last commit.
       new  90dd695   Applying the modes after loading the mode files asynchronously.
       new  c11850a   Issue 7598: Disabled breakpoints in evaled scripts are not really disabled
       new  54b8964    Issue 7615: Event handler script replaces inline script source
       new  0177055   Some cleanups in debugger/script/sourceTool.js
       new  7ca90b5   Update comment
       new  67ce130   Avoid var-name collision
       new  3faa24c   Merge remote-tracking branch 'origin/master' into issue7560
       new  b8be456   [firebug-2.0.3b1]
       new  a3d0777   [firebug-2.0.3]
       new  1d58636   Imported Upstream version 2.0.3
       new  bc0649d   Merge tag 'upstream/2.0.3'
       new  4ab8d1e   Update upstream changelog
       new  7691715   Refresh patch (DOS EOL)
       new  6caf12f   Update changelog for 2.0.3-1 release

The 59 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/panelActivation.js          |   4 +
 content/firebug/chrome/rep.js                      |  11 +-
 content/firebug/chrome/reps.js                     | 108 +++---
 content/firebug/console/autoCompleter.js           |   2 +-
 content/firebug/console/closureInspector.js        |   9 +-
 content/firebug/console/commandLine.js             |  21 +-
 content/firebug/console/commandLineExposed.js      |  24 +-
 content/firebug/console/console.js                 |   7 +-
 content/firebug/console/consoleExposed.js          |  18 +-
 content/firebug/console/consoleInjector.js         |  40 +--
 content/firebug/cookies/cookiePanel.js             |   7 -
 content/firebug/css/cssEditor.js                   |  18 +
 content/firebug/css/cssPanel.js                    |  55 ++-
 content/firebug/css/cssReps.js                     |  38 ++-
 .../debugger/breakpoints/breakpointModule.js       |   7 +-
 .../debugger/breakpoints/breakpointStore.js        |   4 +-
 .../firebug/debugger/breakpoints/breakpointTool.js |   2 +-
 content/firebug/debugger/clients/clientProvider.js |   7 +-
 content/firebug/debugger/script/sourceFile.js      |  28 +-
 content/firebug/debugger/script/sourceTool.js      |  52 +--
 content/firebug/editor/sourceEditor.js             |  33 +-
 content/firebug/lib/dom.js                         |  14 +
 content/firebug/lib/domplate.js                    |   5 +-
 content/firebug/lib/wrapper.js                     |  40 ++-
 content/firebug/net/netProgress.js                 |   6 +-
 content/firebug/net/sourceCache.js                 |  86 +++--
 content/firebug/net/tabCache.js                    |  33 +-
 debian/changelog                                   |   9 +
 ...t-display-FirstRunPage-after-installation.patch |  18 +-
 debian/upstream-changelog                          |  12 +-
 debian/watch                                       |   4 +-
 defaults/preferences/firebug.js                    | 376 ++++++++++-----------
 install.rdf                                        |   2 +-
 locale/bg/firebug-amo.properties                   |   4 +-
 locale/ca-AD/firebug-amo.properties                |   6 +-
 locale/ca-AD/firebug-tracing.properties            |   6 +-
 locale/ca-AD/firebug.properties                    | 144 ++++----
 locale/cs/firebug-amo.properties                   |   6 +-
 locale/cs/firebug.properties                       | 140 ++++----
 locale/da/firebug-amo.properties                   |   4 +-
 locale/da/firebug.properties                       |  50 +--
 locale/el/firebug-amo.properties                   |   6 +-
 locale/el/firebug-tracing.properties               |   2 +-
 locale/el/firebug.properties                       |  98 +++---
 locale/en-US/firebug.properties                    |   3 +-
 locale/es-AR/firebug-amo.properties                |   6 +-
 locale/es-AR/firebug.properties                    |   4 +-
 locale/es-ES/firebug-amo.properties                |   4 +-
 locale/es/firebug-amo.properties                   |   6 +-
 locale/es/firebug.properties                       |  14 +-
 locale/eu/firebug-amo.properties                   |   4 +-
 locale/fa/firebug-amo.properties                   |   4 +-
 locale/fa/firebug.properties                       |  20 +-
 locale/fr/cookies.properties                       |  15 +-
 locale/fr/firebug-amo.properties                   |   4 +-
 locale/fr/firebug-tracing.properties               |   2 +-
 locale/fr/firebug.properties                       | 228 ++++++-------
 {bz-locale/en-GB => locale}/fr/keys.properties     |   0
 locale/fr/selectors.properties                     |   1 +
 locale/he/firebug-amo.properties                   |   8 +-
 locale/he/firebug-tracing.properties               |   2 +-
 locale/he/firebug.properties                       | 114 +++----
 locale/hr-HR/firebug-amo.properties                |   6 +-
 locale/hr-HR/firebug-tracing.properties            |   2 +-
 locale/hr-HR/firebug.properties                    |  84 ++---
 locale/hu-HU/firebug-amo.properties                |   6 +-
 locale/hu-HU/firebug.properties                    |  50 +--
 locale/hy-AM/firebug-amo.properties                |   6 +-
 locale/hy-AM/firebug.properties                    |  30 +-
 locale/is-IS/firebug-amo.properties                |   8 +-
 locale/is-IS/firebug-tracing.properties            |   2 +-
 locale/is-IS/firebug.properties                    | 134 ++++----
 locale/it/firebug-amo.properties                   |   6 +-
 locale/it/firebug-tracing.properties               |   2 +-
 locale/it/firebug.properties                       | 208 ++++++------
 locale/ko-KR/firebug-amo.properties                |   4 +-
 locale/ko-KR/firebug.properties                    |  22 +-
 locale/nl/firebug-amo.properties                   |   4 +-
 locale/nl/firebug.properties                       |   6 +-
 locale/pl/firebug-amo.properties                   |   8 +-
 locale/pl/firebug-tracing.properties               |   2 +-
 locale/pl/firebug.properties                       |   4 +-
 locale/pt-BR/firebug-amo.properties                |   6 +-
 locale/pt-BR/firebug.properties                    |  62 ++--
 locale/pt-PT/firebug-amo.properties                |   6 +-
 locale/pt-PT/firebug-tracing.properties            |   4 +-
 locale/pt-PT/firebug.properties                    |  40 +--
 locale/ro-RO/firebug-amo.properties                |   4 +-
 locale/ro-RO/firebug.properties                    |   2 +-
 locale/ru/cookies.properties                       | 143 ++++++++
 locale/ru/firebug.properties                       |  68 +++-
 locale/ru/selectors.properties                     |   2 +
 locale/sk-SK/firebug-amo.properties                |   4 +-
 locale/sk-SK/firebug.properties                    |  40 +--
 locale/sl-SI/firebug-amo.properties                |   8 +-
 locale/sl-SI/firebug.properties                    |  92 ++---
 locale/sr/firebug-amo.properties                   |   6 +-
 locale/sr/firebug.properties                       |  12 +-
 locale/sv-SE/firebug-amo.properties                |   6 +-
 locale/sv-SE/firebug-tracing.properties            |   2 +-
 locale/sv-SE/firebug.properties                    | 138 ++++----
 locale/tr/cookies.properties                       |   2 +-
 locale/tr/firebug-amo.properties                   |   4 +-
 locale/tr/firebug.properties                       |  30 +-
 locale/uk-UA/firebug-amo.properties                |   6 +-
 locale/uk-UA/firebug-tracing.properties            |   4 +-
 locale/uk-UA/firebug.properties                    |  66 ++--
 locale/vi/firebug-amo.properties                   |   4 +-
 locale/vi/firebug.properties                       |  32 +-
 locale/zh-TW/firebug-amo.properties                |   6 +-
 locale/zh-TW/firebug-tracing.properties            |   2 +-
 locale/zh-TW/firebug.properties                    |   2 +-
 modules/locale.js                                  |  22 +-
 114 files changed, 1912 insertions(+), 1514 deletions(-)
 copy {bz-locale/en-GB => locale}/fr/keys.properties (100%)

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