Merge lp:~micahg/firefox/firefox-3.6-20091018 into lp:firefox/3.6

Proposed by Micah Gersten
Status: Merged
Merged at revision: not available
Proposed branch: lp:~micahg/firefox/firefox-3.6-20091018
Merge into: lp:firefox/3.6
Diff against target: 49 lines
2 files modified
debian/changelog (+2/-2)
debian/patches/firefox-profilename (+5/-5)
To merge this branch: bzr merge lp:~micahg/firefox/firefox-3.6-20091018
Reviewer Review Type Date Requested Status
Alexander Sack (community) Approve
Review via email: mp+13544@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Micah Gersten (micahg) wrote :
Revision history for this message
Alexander Sack (asac) wrote :

thx

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-10-17 19:36:07 +0000
3+++ debian/changelog 2009-10-19 02:10:21 +0000
4@@ -1,4 +1,4 @@
5-firefox-3.6 (3.6~b1~hg20091008r32386+nobinonly-0ubuntu1) UNRELEASED; urgency=low
6+firefox-3.6 (3.6~b2~hg20091018r32552+nobinonly-0ubuntu1) UNRELEASED; urgency=low
7
8 [ H. Montoliu <hmontoliu@ubuntu.com> ]
9 * fix LP: #361052 - firefox apport hook fails to retrieve pluginreg.dat file
10@@ -139,7 +139,7 @@
11 - update debian/patches/browser_branding.patch
12 - update debian/patches/bzXXX_moz_app_name_inconsistencies.patch
13
14- -- Micah Gersten <launchpad@micahscomputing.com> Thu, 08 Oct 2009 23:40:03 -0500
15+ -- Micah Gersten <launchpad@micahscomputing.com> Sun, 18 Oct 2009 20:41:38 -0500
16
17 firefox-3.1 (3.1~b3~hg20081221r22451+nobinonly-0ubuntu1) UNRELEASED; urgency=low
18
19
20=== modified file 'debian/patches/firefox-profilename'
21--- debian/patches/firefox-profilename 2009-09-16 05:59:07 +0000
22+++ debian/patches/firefox-profilename 2009-10-19 02:10:21 +0000
23@@ -150,12 +150,12 @@
24 // blocking them.
25 pref("extensions.blocklist.level", 2);
26 pref("extensions.blocklist.url", "https://addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/");
27-@@ -156,19 +156,19 @@
28- // extensions.{GUID}.update.interval
29+@@ -160,19 +160,19 @@
30+ // extensions.{GUID}.update.url
31 // .. etc ..
32 //
33 pref("extensions.update.enabled", true);
34- pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%");
35+ pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%");
36 pref("extensions.update.interval", 86400); // Check for updates to Extensions and
37 // Themes every day
38 // Non-symmetric (not shared by extensions) extension-specific [update] preferences
39@@ -172,8 +172,8 @@
40 pref("extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.name", "chrome://browser/locale/browser.properties");
41 pref("extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.description", "chrome://browser/locale/browser.properties");
42
43- pref("xpinstall.whitelist.add", "update.mozilla.org");
44-@@ -832,17 +832,17 @@
45+ pref("xpinstall.whitelist.add", "addons.mozilla.org");
46+@@ -840,17 +840,17 @@
47
48 // replace newlines with spaces when pasting into <input type="text"> fields
49 pref("editor.singleLine.pasteNewlines", 2);

Subscribers

People subscribed via source and target branches