[Pkg-mozext-commits] [firebug] annotated tag upstream/2.0.6 created (now ce0b288)

David Prévot taffit at moszumanska.debian.org
Wed Nov 19 21:01:52 UTC 2014


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

taffit pushed a change to annotated tag upstream/2.0.6
in repository firebug.

        at  ce0b288   (tag)
   tagging  8a77a00f8f4c39c5f6efbe29c496ce0a25e8ae42 (commit)
  replaces  upstream/2.0.4
 tagged by  David Prévot
        on  Mon Nov 10 16:20:50 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 2.0.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJUYR4iAAoJEAWMHPlE9r08SkkH/R8QPfEjzwDLq2ZFVTVmRlTH
G4g5Ovl0C7XTF++pOckc5W/wdCzKCof1QFnJgSnn7zHA4bEXhgXJjXonf4dGBRC0
oAfuMLcJBlabZ9N83I2A7bVKx+DoYzO5Kh9AuMGMkaVoWbWdN/t8cXu5M25SpL55
WHH8xbNGocb3/tOdFhklNppzLAH9D/3ixqbvSD/qQ/Vv0TwVoo7n7pZnYLDdu7/Q
cFf+gNOF+kLZuXZBDPLwL7le9m1ILLsHQ1p1Sx1UeeO6DjvJm+R5JM/rKiKLnh8K
EAkgDma2qK5xEYieDihOSn5yTXNeGBbJ0ofxNGLmxKta5alqMBJrIC6pzxRSTU8=
=7eQE
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 2.0.6

Florent FAYOLLE (1):
      Issue 7655: Script panel causes 'Unresponsive script' dialog for sourceTool.js

Jan Odvarko (34):
      Merge branch 'master' of github.com:firebug/firebug
      Update locale: fr
      Merge branch 'master' of github.com:firebug/firebug
      Revert "Update locale: fr"
      Update locale: fr
      Locale update: fr
      Update locale: nl
      Merge branch 'master' of github.com:firebug/firebug
      Issue 7686 - introduce e10s notification panel
      Issue 7686 - disable start button context menu
      Issue 7686 - autohide panel
      Issue 7686 - introduce action handlers
      Issue 7686 - implement disable e10s
      Issue 7686 - better logic for detecting e10s
      Issue 7686 - Couple of TODO comments
      Issue 7654: Don't use LoadContextInfo.default for opening HTTP cache entries
      Issue 7686 find update and upgrade firebug
      Issue 7686 update text
      Issue 7686 - properly customize the start button
      Update label
      Merge branch 'issue7686' of github.com:firebug/firebug
      Merge branch 'master' of github.com:firebug/firebug
      Issue 7685 - introducing notification popup for Aurora
      Issue 7685 - support for manual upgrade
      Update learn-more link
      Update messages (issue 7685 + 7686)
      Start download automatically if manual upgrade happens.
      Remove TODO comment
      [firebug-2.0.5b1]
      [firebug-2.0.5]
      Issue 7699: Exception in Firebug 2.0.5
      Catch and show 404s when upgrading Firebug
      [firebug-2.0.6b1]
      [firebug-2.0.6]

Sebastian Zartner (8):
      Clarified comment about string constant concatenation
      Further clarified comment about string constant concatenation
      Fixed test case for issue 3652
      Fixed test for issue 5400
      Removed test case for issue 7300 as watch expressions are not cropped
      Allow circumventing the cropping of POST bodies by allowing to set
      Issue 7658 (Net panel misreports cookie expiration)
      Issue 7671 (GCLI integration is broken)

Simon Lindholm (9):
      Issue 7657: Scripts list freezes the browser with very long "javascript:" url
      Issue 7469: HTML structure collapses when it's changed
      Make wrapper.js's cloneFunction do what it's meant to do
      Add support for functions to Wrapper.cloneIntoContentScope
      Get rid of __exposedProps__ in sourceEditor.js
      Issue 7687: CodeMirror is broken in Nightly
      Fix command line API and Net panel $p breakage resulting from bug 1065186
      Fix dom/6985/issue6985 FBTest
      Remove work-around for bug 982153 in >= Fx36

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  8105b90   Clarified comment about string constant concatenation
       new  a894591   Further clarified comment about string constant concatenation
       new  2257263   Merge branch 'master' of github.com:firebug/firebug
       new  7ad3ad4   Issue 7657: Scripts list freezes the browser with very long "javascript:" url
       new  5420fbd   Fixed test case for issue 3652
       new  04c80d7   Fixed test for issue 5400
       new  37bf7dc   Removed test case for issue 7300 as watch expressions are not cropped since issue 7591
       new  d1a2f12   Allow circumventing the cropping of POST bodies by allowing to set extensions.firebug.netDisplayedPostBodyLimit to 0
       new  e1244fe   Issue 7658 (Net panel misreports cookie expiration) https://code.google.com/p/fbug/issues/detail?id=7658
       new  ce0f78f   Issue 7655: Script panel causes 'Unresponsive script' dialog for sourceTool.js
       new  0ad579b   Update locale: fr
       new  01861bb   Merge branch 'master' of github.com:firebug/firebug
       new  45b018c   Revert "Update locale: fr"
       new  6ad49ca   Update locale: fr
       new  da74c9f   Locale update: fr
       new  7ba334f   Update locale: nl
       new  7b2724b   Merge branch 'master' of github.com:firebug/firebug
       new  47d083f   Issue 7671 (GCLI integration is broken) https://code.google.com/p/fbug/issues/detail?id=7671
       new  962c0f9   Issue 7469: HTML structure collapses when it's changed
       new  02b7654   Issue 7686 - introduce e10s notification panel
       new  455a00a   Issue 7686 - disable start button context menu
       new  f8ddf91   Issue 7686 - autohide panel
       new  4071512   Issue 7686 - introduce action handlers
       new  6e02f26   Issue 7686 - implement disable e10s
       new  5f215f5   Issue 7686 - better logic for detecting e10s
       new  2ba7e76   Issue 7686 - Couple of TODO comments
       new  4ced8f9   Issue 7654: Don't use LoadContextInfo.default for opening HTTP cache entries
       new  7c29d01   Make wrapper.js's cloneFunction do what it's meant to do
       new  2cc992b   Add support for functions to Wrapper.cloneIntoContentScope
       new  7214466   Get rid of __exposedProps__ in sourceEditor.js
       new  786ed89   Issue 7687: CodeMirror is broken in Nightly
       new  c18f0e3   Fix command line API and Net panel $p breakage resulting from bug 1065186
       new  46b02de   Fix dom/6985/issue6985 FBTest
       new  a6de0e9   Remove work-around for bug 982153 in >= Fx36
       new  edb08d6   Issue 7686 find update and upgrade firebug
       new  7ce9b44   Issue 7686 update text
       new  3fd8b41   Issue 7686 - properly customize the start button
       new  f854f33   Update label
       new  a40781d   Merge branch 'issue7686' of github.com:firebug/firebug
       new  1273ac9   Merge branch 'master' of github.com:firebug/firebug
       new  dd0c721   Issue 7685 - introducing notification popup for Aurora
       new  6501674   Issue 7685 - support for manual upgrade
       new  96b8eb9   Update learn-more link
       new  29b299d   Update messages (issue 7685 + 7686)
       new  91b9d37   Start download automatically if manual upgrade happens.
       new  a0311b6   Remove TODO comment
       new  3091374   [firebug-2.0.5b1]
       new  ca07dd2   [firebug-2.0.5]
       new  cdefa43   Issue 7699: Exception in Firebug 2.0.5
       new  5cf80a8   Catch and show 404s when upgrading Firebug
       new  ba2574c   [firebug-2.0.6b1]
       new  181d207   [firebug-2.0.6]
       new  8a77a00   Imported Upstream version 2.0.6

The 53 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.


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