Commit Graph

15563 Commits

Author SHA1 Message Date
Wes Kocher
c13319b1d9 Merge m-c to fx-team a=merge 2015-01-06 19:51:17 -08:00
Margaret Leibovic
0fd71819d0 Bug 1117841 - Remove "title bar" from display settings summary. r=mfinkle
--HG--
extra : rebase_source : e9ef000ac1a6db6e97015564663189bf70baa108
2015-01-05 16:29:08 -08:00
Margaret Leibovic
84e5add744 Bug 1116563 - Fall back to display URL if reading list item has no title. r=rnewman
--HG--
extra : rebase_source : bd72a15c6f7745c86d3ac01e0b3689c6d35d745e
2015-01-02 15:21:07 -08:00
Martyn Haigh
05cc90d105 Bug 1117130 - URL bar border slightly covered by fading edge of title (r=mfinkle) 2015-01-06 17:44:25 +00:00
Kartikaya Gupta
eab99f4780 Bug 1117010 - Add missing prefs to Fennec's prefs file. r=rnewman 2015-01-02 06:17:00 -05:00
Sai Prathik
3f1a5f3923 Bug 1115141 - Add a license header to StringHelper.java. r=mhaigh 2014-12-26 12:34:08 +05:30
Martyn Haigh
2e752e6107 Bug 1109155 - Gridview doesnt show the last row completely on portrait (r=mfinkle) 2015-01-06 14:10:29 +00:00
Wes Kocher
690f2a5038 Merge m-c to fx-team a=merge 2015-01-05 17:29:14 -08:00
Wes Kocher
e62807e2fa Merge fx-team to m-c a=merge 2015-01-05 17:08:49 -08:00
Pierpaolo Calligaris
372ad8a227 Bug 1116525 - Remove unused local variables in TextSelection, r=margaret 2015-01-05 19:49:25 -05:00
Richard Newman
b75d8744c8 Bug 1117230 - Allow for tests to disable the updater. r=snorp 2015-01-05 15:12:03 -08:00
Richard Newman
d9638da3ed Bug 907768 - Re-enable testSearchSuggestions on all platforms. r=bnicholson 2015-01-05 15:12:03 -08:00
Richard Newman
6adb3eb176 Bug 907768 - Rewrite search suggestion test hooks, fix network bypass in SuggestClient. r=bnicholson
This patch fixes all testSearchSuggestions intermittent failures, except for those that appear to be caused by update checks on 2.3.

It also replaces all waitForTest (deprecated) calls with waitForCondition.
2015-01-05 15:12:03 -08:00
Nick Alexander
9c276fb377 Bug 956444 - Migrate from Old Sync to Firefox Accounts based on meta/fxa_credentials migration sentinel. r=rnewman
========

5dec5a7929
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Dec 17 18:03:44 2014 -0800

    Bug 956444 - Post: Persist fetch timestamp on 404.

    I imported and modified your old code; this looks like an oversight from
    there, but I want to call it out.  If we don't persist the timestamp,
    then the stamp persisted to config is always -1, meaning we GET (and
    404) the credentials on every sync.  You have code to compare
    info/collections against the fetched timestamp so I think we should
    persist even on 404.

========

520341ce66
Author: Richard Newman <rnewman@twinql.com>
Date:   Thu Jan 2 20:44:58 2014 -0800

    Bug 956444 - Part 2: Fetch and process meta/fxa_credentials migration sentinel.

    This adds a Sync stage that tries to create a new Firefox Account in the
    MigratedFromSync11 state when a known migration sentinel is seen.

========

2f4ea5c14b
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Dec 12 16:44:25 2014 -0800

    Bug 956444 - Part 1: Add informMigrated callback.

    GlobalSession and Sync stages don't have access to the Android Account
    object.  This callback maintains the existing information hiding.

========

11a8f6c1ef
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Dec 12 16:26:02 2014 -0800

    Bug 956444 - Pre: Unpickle accounts during package upgrade.

    This makes it a little easier to test: you can |adb push| or |adb shell
    echo ''| a known sync.accounts.json file onto device and then re-install
    the package to restore a known Sync Account.
2015-01-05 13:50:08 -08:00
Mark Finkle
a94e9f4885 Bug 474464 - Fennec should be using the browser status filter r=margaret 2015-01-05 14:01:32 -05:00
Gavin Sharp
9cd3807a46 Bug 1117158: move search service prefs to all.js, r=markh/margaret/fabrice
--HG--
extra : rebase_source : 5b3380dd9a0dc695c44a2d7d85e8217d8fb2119a
2015-01-05 08:01:12 -08:00
Mark Finkle
a9689c121c Bug 1117746 - Share asset is intermittently missing from recent nightlies r=rnewman 2015-01-05 12:18:45 -05:00
Martyn Haigh
3ca88cd448 Bug 936849 - Tablet tabs tray seems to get stuck in some kind of selection mode (r=mfinkle) 2015-01-05 16:24:49 +00:00
Phil Ringnalda
29a03dfb07 Back out 3 changesets (bug 1111142) for having a startling perf impact
CLOSED TREE

Backed out changeset 9b62d0e8b412 (bug 1111142)
Backed out changeset e66b9aa4b22c (bug 1111142)
Backed out changeset 6b480b80299a (bug 1111142)

--HG--
rename : toolkit/components/reader/AboutReader.jsm => toolkit/components/reader/content/aboutReader.js
2015-01-02 22:34:15 -08:00
Margaret Leibovic
a08c6530c5 Bug 1111142 - (Part 3) Replace fennec-specific logic in AboutReader.jsm with messages. r=mfinkle,bnicholson
--HG--
extra : rebase_source : 1158189d7fd82bd293fa590569f013a92499dbfc
2014-12-23 10:10:34 -05:00
Margaret Leibovic
cbf1d77ac3 Bug 1111142 - (Part 2) Load AboutReader in a frame script on Fennec. r=mfinkle,bnicholson
--HG--
extra : rebase_source : 18bd3f75e7ab32a7a29e3c11708db55d8dffc124
2014-12-23 15:32:15 -05:00
Margaret Leibovic
7bc6c6fb9c Bug 1111142 - (Part 1) Turn aboutReader.js into an AboutReader module. r=mfinkle,bnicholson
--HG--
rename : toolkit/components/reader/content/aboutReader.js => toolkit/components/reader/AboutReader.jsm
extra : rebase_source : 3dad2e92d4dcc8c4f8df32d2b2b6321b7f874a7d
2014-12-19 13:51:24 -08:00
Margaret Leibovic
6c0d9cdf77 Bug 1116231 - Move reader.parse-on-load. pref change observer back to Reader.js. r=bnicholson
--HG--
extra : rebase_source : bfd297fd0af91bbfce62c22db0ca7a958ab4430f
2014-12-29 15:12:45 -05:00
Margaret Leibovic
ea0dadcc9d Bug 1107588 - Use an xhr to download reader mode content instead of creating new browser elements. r=mfinkle
--HG--
extra : rebase_source : fe24bfefa2efc5500ca74a9be5f79a958bab32ee
2014-12-30 14:56:09 -05:00
vivek
1a4bb3bd58 Bug 1116027 - Switch to tab not available in Recent Tabs Panel. r=margaret 2014-12-29 12:09:00 +01:00
Richard Newman
47777418c6 Bug 1116872 - Don't crash on startup when CastDevice.getFromBundle returns null. r=mfinkle 2015-01-01 18:56:27 -08:00
Wes Kocher
3ec5d7dd85 Merge fx-team to mozilla-central a=merge 2014-12-31 16:52:30 -08:00
Wes Kocher
e9a45aaea6 Merge m-c to fx-team a=merge 2014-12-31 13:15:50 -08:00
Michael Comella
5d40acc3ad Bug 1105472 - Part 2: Add FadedMultiColorTextView. r=bnicholson 2014-12-31 12:31:17 -08:00
Michael Comella
647ea513b5 Bug 1105472 - Part 1: Make FadedTextView abstract and move current implementation to FadedSingleColorTextView. r=bnicholson 2014-12-31 12:31:17 -08:00
Mark Finkle
bea67c62d6 Bug 1116693 - Use a simpler setter for mTitle in the GeckoMenuItem constructors r=rnewman 2014-12-31 14:49:23 -05:00
Mark Finkle
a1d01313b5 Bug 1116693 - Block dispatching onItemChanged during MenuItem inflation r=rnewman 2014-12-31 14:47:18 -05:00
Mark Finkle
8dc5f3a0bf Bug 1116693 - Support stopping/starting dispatch of onItemChanged updates r=rnewman 2014-12-31 14:43:59 -05:00
Wes Kocher
75e2c4034c Merge fx-team to m-c a=merge 2014-12-31 11:34:18 -08:00
Mark Finkle
2cfccff4b5 Bug 1116599 - Use a cache to create a GeckoMenu.findItem fast path r=rnewman 2014-12-31 14:32:44 -05:00
Mark Finkle
77b4193420 Bug 1116615 - Use TextUtils.equals to avoid null string issues r=mcomella 2014-12-31 12:55:42 -05:00
Mark Finkle
ba19dc9232 Bug 1116615 - Remove unneeded UI thread Runnable from GeckoMenuItem updater r=rnewman 2014-12-31 01:37:54 -05:00
Mark Finkle
8be6026657 Bug 1116615 - Only update the GeckoMenuItem View if property setter changes a value r=rnewman 2014-12-31 01:37:37 -05:00
Mark Capella
af50c398a2 Bug 1106800 - Rename Selection Cache Handle Names, r=margaret 2014-12-30 16:42:17 -05:00
Mark Capella
6103040147 Bug 1106800 - Rename Selection Handle Names, r=margaret
--HG--
rename : mobile/android/base/resources/drawable/handle_start_level.xml => mobile/android/base/resources/drawable/handle_anchor_level.xml
rename : mobile/android/base/resources/drawable/handle_end_level.xml => mobile/android/base/resources/drawable/handle_focus_level.xml
2014-12-30 16:42:17 -05:00
Mark Capella
a4a993c60f Bug 1106800 - Refactor out string constants in favor of existing Enums, r=margaret 2014-12-30 16:42:17 -05:00
Mark Capella
e86e3c783c Bug 1115370 - TextSelection lost abruptly on unrelated Tab:pagehide messages, r=margaret
* * *
Bug 1115370 - Update SelectionHandler test for Tab:pagehide messages, r=margaret
2014-12-30 16:42:16 -05:00
Michael Comella
2f2112c2a0 Bug 1116369 - Remove new tablet toggle settings strings. r=margaret 2014-12-30 09:48:55 -08:00
Mark Finkle
03e33fd423 Bug 1072997 - Check for a disabled System Download Manager before trying to use it r=margaret 2014-12-30 12:34:55 -05:00
Wes Kocher
dcdfc08c13 Merge m-c to fx-team a=merge 2014-12-29 17:35:54 -08:00
Wes Kocher
36b93d20b2 Merge inbound to m-c a=merge CLOSED TREE 2014-12-29 17:28:04 -08:00
Michael Comella
5867915caa Bug 1095278 - Part 4: Disable testGetUserMedia on release builds. r=rnewman 2014-12-29 11:29:32 -08:00
Michael Comella
15eabdf17b Bug 1095278 - Part 3: Do not test for tracking protection on non-nightly builds. r=rnewman 2014-12-29 11:29:29 -08:00
Michael Comella
2a3d3b7407 Bug 1095278 - Part 2: Disable testAboutPasswords on non-Nightly builds. r=rnewman 2014-12-29 11:29:27 -08:00
wesj
6c1130e68d Bug 1100100 - "Downloaded file can't be opened from "Downloads" page" [r=wjohnston] 2014-12-19 13:46:00 -08:00