[Pkg-mozext-commits] [firebug] annotated tag upstream/2.0_b8 created (now 36df7c3)

David Prévot taffit at moszumanska.debian.org
Tue Jun 3 01:47:50 UTC 2014


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

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

        at  36df7c3   (tag)
   tagging  27eda749ecebc1b589529298b286a3a60206f4db (commit)
  replaces  upstream/2.0_b7
 tagged by  David Prévot
        on  Mon Jun 2 19:48:22 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 2.0~b8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJTjQ1GAAoJELgqIXr9/gnyle8P/0LoG1MY8O7K/UyLWsHjfdU1
UBfcvmAoZAVhkXILQHcQvm/UoE9RNyHfOVssv4Ijib+qUaVW5b4AD+TWFH1522Af
H0/2dwaQYK6P/tDrtfm0hloxnJP1vktYXsRBvu7JvUsn4tPT6+jppHzw9UPcDhVR
jejRQM9zwWERWzadJEtFAQ9Hv6rqTp9kZDj369TCqX6/XSg+N/M1DkyguXYD11zf
nzj/3c5t8sQWMkLWvrsDddLlpZpyyITpx2NdtMMgspbxgz/Llye1Qgeisa05jKal
Zqyu532m4E83k9Fei2xq3iHJUAhv2QVGHPuYS3vt9i6jSEUjCUHLt7+Ot1x33rWq
G3NPp0uspRGvnQ7almM9r5s5MEICPsBjVHeTbqGnmP2UoBwOIv5/nKouobKp4IdJ
TlrqPNJXa7vbmLqnREVpNLLz1xjeTWj2SIggDyS8NtI9nO4r1PMNtbPPBH4aOrYX
x5oPAr+R9iB5sAAOhkD6/dBiGrZDAGfVxUTF1cl0sKaPjySVb0DhkxRiJa3jbYSM
LKceT04o1TTXhjDS75cFZZuRqQen+lXi0xrFns4+0150RJtvf+VlyoFPXkBfF7CA
YzxzyDORp+5260lHFThqE8CicmhV0n2kw3Nw5zo+RSnjBICuq+bJmF1WfUWGSrZo
mgxos8v0HCVcr3LCfh/z
=db/j
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 2.0~b8

Farshid Beheshti (4):
      FBTest for issue 7470: Breakpoint conditions are disregarded.
      fix the typo.
      FBTest for Issue 7478.
      Merge branch 'master' of https://github.com/firebug/firebug

Florent FAYOLLE (1):
      Issue 7465: Console tab steals window focus in detach mode

Jan Odvarko (22):
      Locale update: de
      Locale update: bg
      Locale update: pl
      Locale update: hu-HU
      Locale update: es-ES
      Issue 7003: 	Opening the search field popup blurs the window after changing Firebug to detached mode
      Remove obsolete tracing
      Issue 7478: 	The breakpoint conditional editor doesn't open with the correspoinding item in the Script panel's popup menu.
      Issue 7480: 	Firefox UI blocked when breakpoint is hit
      Issue 7475: Inspection of selected expressions in the Script panel
      Merge branch 'master' of github.com:firebug/firebug
      Locale update: ja-JP
      FBTest: fixing test for issue 7478 (wait till source is available)
      Merge branch 'master' of github.com:firebug/firebug
      Remove not implemented Run to This Line action from the UI (related to issue 6785)
      Issue 7485: 	ScriptPanel.showInfoTip needs to share logic with ScriptPanel.getPopupObject
      Fixing damaged character
      Missing condition (related to issue 7485)
      Issue 7487: 	Scroll bar button not visible when debugger notification displayed
      Issue 7444: Updating from 1.12 to 2.0 causes the Start Button to be displayed incorrectly
      Issue 7489: Updating from 1.12 to 2.0 causes the Start Button to be removed from the toolbar
      [firebug-2.0b8]

Sebastian Zartner (13):
      Issue 7318 (Spacing of icons within toolbar buttons is incorrect)
      Fixed button display on OS X (related to issue 7318)
      Merge branch 'issue7318'
      Issue 7486 (Disable icon for CSS properties is cut off on Retina
      Issue 7484 (Hovering JavaScript variables while debugging is not showing
      Merge branch 'issue7484'
      Issue 7305 (Add a button for pretty-printing the currently displayed
      Moved script pretty-print button to the right of the location menu
      Fixed NPE (related to issue 7305)
      Improved tooltip for pretty-printing within Script panel to include a
      Made the disabled state of the pretty-print icon more obvious (related
      Moved setting the state of the pretty-print button at the right place
      Merge branch 'issue7305'

Simon Lindholm (1):
      Don't default to the current global in DebuggerLib's getDebuggeeGlobal methods

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

This annotated tag includes the following new commits:

       new  9f1c1ce   Don't default to the current global in DebuggerLib's getDebuggeeGlobal methods
       new  f725eb8   FBTest for issue 7470: Breakpoint conditions are disregarded.
       new  b6f2f39   fix the typo.
       new  21bc7b6   Locale update: de
       new  32ca87a   Locale update: bg
       new  b424d7d   Locale update: pl
       new  217c707   Locale update: hu-HU
       new  3b1c0e2   Locale update: es-ES
       new  9635f7c   Issue 7003: 	Opening the search field popup blurs the window after changing Firebug to detached mode
       new  ca3623c   Remove obsolete tracing
       new  9eda777   Issue 7478: 	The breakpoint conditional editor doesn't open with the correspoinding item in the Script panel's popup menu.
       new  5a6f732   Issue 7318 (Spacing of icons within toolbar buttons is incorrect) https://code.google.com/p/fbug/issues/detail?id=7318
       new  c866c59   Fixed button display on OS X (related to issue 7318)
       new  732ffc4   Merge branch 'issue7318'
       new  c8f4130   Issue 7480: 	Firefox UI blocked when breakpoint is hit
       new  450ca64   FBTest for Issue 7478.
       new  2ca7cc1   Merge branch 'master' of https://github.com/firebug/firebug
       new  aa650db   Issue 7475: Inspection of selected expressions in the Script panel
       new  b70b569   Merge branch 'master' of github.com:firebug/firebug
       new  a2a59b9   Locale update: ja-JP
       new  3a564e5   FBTest: fixing test for issue 7478 (wait till source is available)
       new  26f974e   Merge branch 'master' of github.com:firebug/firebug
       new  58abb6c   Issue 7486 (Disable icon for CSS properties is cut off on Retina displays) https://code.google.com/p/fbug/issues/detail?id=7486
       new  34f998a   Remove not implemented Run to This Line action from the UI (related to issue 6785)
       new  c86dc4d   Issue 7484 (Hovering JavaScript variables while debugging is not showing an info popup for properties) https://code.google.com/p/fbug/issues/detail?id=7484
       new  d1d3124   Merge branch 'issue7484'
       new  187fda8   Issue 7485: 	ScriptPanel.showInfoTip needs to share logic with ScriptPanel.getPopupObject
       new  8bfbaf4   Fixing damaged character
       new  1a7b259   Missing condition (related to issue 7485)
       new  4246de7   Issue 7487: 	Scroll bar button not visible when debugger notification displayed
       new  42c525e   Issue 7465: Console tab steals window focus in detach mode
       new  3b4e4d9   Issue 7305 (Add a button for pretty-printing the currently displayed script) https://code.google.com/p/fbug/issues/detail?id=7305
       new  fccfcd1   Moved script pretty-print button to the right of the location menu button (related to issue 7305)
       new  bf0fa01   Fixed NPE (related to issue 7305)
       new  7f621b6   Improved tooltip for pretty-printing within Script panel to include a hint that it doesn't work for inline scripts (related to issue 7305)
       new  4e8c6fc   Made the disabled state of the pretty-print icon more obvious (related to (related to issue 7305)
       new  6794b8b   Moved setting the state of the pretty-print button at the right place (related to issue 7305)
       new  5ab24fd   Merge branch 'issue7305'
       new  0af1119   Issue 7444: Updating from 1.12 to 2.0 causes the Start Button to be displayed incorrectly
       new  43a6e73   Issue 7489: Updating from 1.12 to 2.0 causes the Start Button to be removed from the toolbar
       new  56a30ac   [firebug-2.0b8]
       new  27eda74   Imported Upstream version 2.0~b8

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