[Pkg-mozext-commits] [adblock-plus] 06/28: Marked compatible with Firefox 35 & Co.

David Prévot taffit at moszumanska.debian.org
Wed Nov 12 02:09:49 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit 6d4f9b4f7b1c4af53270a1f3f808552062476240
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Aug 12 18:22:47 2014 +0200

    Marked compatible with Firefox 35 & Co.
    
    --HG--
    extra : rebase_source : ab6a821230f567a769aeeec918519b61a26c60a4
---
 chrome/content/ui/sendReport.xul |  2 +-
 metadata.gecko                   | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/chrome/content/ui/sendReport.xul b/chrome/content/ui/sendReport.xul
index 54e0726..f107fd2 100644
--- a/chrome/content/ui/sendReport.xul
+++ b/chrome/content/ui/sendReport.xul
@@ -213,7 +213,7 @@
   <description>&emailComment.label;</description>
   <hbox class="topLabel" align="baseline">
     <label id="emailLabel" control="email" value="&email.label;"/>
-    <textbox id="email" persist="value" flex="1" maxlength="200" oninput="updateEmail();"/>
+    <textbox id="email" type="email" persist="value" flex="1" maxlength="200" oninput="updateEmail();"/>
   </hbox>
   <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEmail();"/>
   <description id="anonymityWarning" visible="false">&anonymity.warning;</description>
diff --git a/metadata.gecko b/metadata.gecko
index ebb94f8..5eadf68 100644
--- a/metadata.gecko
+++ b/metadata.gecko
@@ -29,11 +29,11 @@ zh-CN=https://adblockplus.org/zh_CN/
 zh-TW=https://adblockplus.org/zh_TW/
 
 [compat]
-firefox=22.0/34.0
-fennec2=22.0/34.0
-thunderbird=22.0/34.0
-seamonkey=2.19/2.31
-toolkit=22.0/34.0
+firefox=22.0/35.0
+fennec2=22.0/35.0
+thunderbird=22.0/35.0
+seamonkey=2.19/2.32
+toolkit=22.0/35.0
 
 [preprocess]
 chrome/content/ui/firstRun.html =

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



More information about the Pkg-mozext-commits mailing list