Commit Graph

13770 Commits

Author SHA1 Message Date
Wes Kocher
c0ad0c4c48 Merge m-c to inbound a=merge 2014-06-25 18:39:25 -07:00
Wes Johnston
6586998316 Bug 1018468 - Add fullscreen button to video controls. r=mfinkle 2014-06-11 10:25:18 -07:00
Chenxia Liu
4d1a7dd2b9 Bug 1007130 - Add UI telemetry for 'Adding a new search engine' button. r=mfinkle 2014-06-25 09:29:07 -07:00
Carsten "Tomcat" Book
9bf09b73ad merge fx-team to mozilla-central a=merge 2014-06-25 15:34:21 +02:00
Jim Blandy
4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Geoff Brown
a64ad906f6 Bug 979600 - Disable testSessionOOMRestore on Android 2.3 (for aws); no review 2014-06-24 20:33:31 -06:00
Geoff Brown
1e624c5076 Bug 995696 - Disable testNewTab on Android 2.3 (for aws); no review 2014-06-24 20:33:31 -06:00
Wes Kocher
591c1722c3 Merge m-c to inbound a=merge on a CLOSED TREE 2014-06-24 18:39:27 -07:00
Wes Kocher
f3ff8bca2d Merge inbound to m-c a=merge 2014-06-24 18:13:38 -07:00
Nathan Froyd
7a4dfe1208 Bug 728600 - define TARGET_XPCOM_ABI in mozilla-config.h; r=glandium 2014-06-23 15:06:48 -04:00
Ed Morley
3c4b087f1e Merge mozilla-central and inbound 2014-06-24 17:18:28 +01:00
Ed Morley
4ffd0ec330 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-24 17:02:56 +01:00
Wes Kocher
3a1d1b9839 Merge m-c to fx-team a=merge 2014-06-23 19:07:22 -07:00
Wes Kocher
3f15cb212c Merge fx-team to m-c a=merge 2014-06-23 17:56:11 -07:00
Margaret Leibovic
89d579fb75 Bug 1026715 - Add "Open all" item to recent tabs lists. r=lucasr 2014-06-23 14:13:05 -07:00
Michael Comella
e3e2b20616 Bug 1002303 - Part 3: Update empty private tabs panel description. r=eedens 2014-06-23 11:35:03 -07:00
Ethan Pransky
1f72868fff Bug 1019009 - Make MatrixBlobCursor complain if its Cursors are not properly closed. r=gcp 2014-06-24 17:32:28 +02:00
Michael Comella
5b8908ea49 Bug 1028337 - Fix crash when closing all private tabs. r=margaret 2014-06-23 11:01:37 -07:00
Michael Comella
b8f99607b5 Bug 979600 - Increase verifyPageTitle wait timeout. r=gbrown 2014-06-23 10:54:57 -07:00
Gian-Carlo Pascutto
b3264d7ef1 Bug 1018928 - Fix getUserMedia device selection on Android. r=blassey 2014-06-24 10:22:50 +02:00
Kartikaya Gupta
4aba255ad5 Bug 1020778 - Reduce opacity of low-res buffer on B2G by half when compositing it to the screen. r=jrmuizel 2014-06-23 12:00:18 -04:00
Margaret Leibovic
cb3ad1023c Bug 1004850 - (Part 7) Update robocop tests to account for new panel. r=mcomella 2014-06-22 16:26:50 -04:00
Margaret Leibovic
f07afb55cc Bug 1004850 - (Part 6) Add HomeConfigPrefsBackend migration to add recent tabs panel. r=lucasr 2014-06-22 16:26:50 -04:00
Margaret Leibovic
8234a906e7 Bug 1004850 - (Part 5) Add recently closed tabs to RecentTabsPanel. r=lucasr,bnicholson 2014-06-22 16:26:49 -04:00
Margaret Leibovic
c4dfafde8a Bug 1004850 - (Part 4) Update RecentTabsAdapter to be a MultiTypeCursorAdapter. r=lucasr 2014-06-22 16:26:49 -04:00
Margaret Leibovic
a0e53f0768 Bug 1004850 - (Part 3) Create RecentTabsPanel from existing LastTabsPanel. r=lucasr
--HG--
rename : mobile/android/base/home/LastTabsPanel.java => mobile/android/base/home/RecentTabsPanel.java
rename : mobile/android/base/resources/layout/home_last_tabs_panel.xml => mobile/android/base/resources/layout/home_recent_tabs_panel.xml
2014-06-22 16:26:49 -04:00
Margaret Leibovic
c1bb60fed7 Bug 1004850 - (Part 2) Rename MostRecentPanel to HistoryPanel. r=lucasr
--HG--
rename : mobile/android/base/home/MostRecentPanel.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/resources/layout/home_most_recent_panel.xml => mobile/android/base/resources/layout/home_history_panel.xml
2014-06-22 16:26:48 -04:00
Margaret Leibovic
ffd6ad6bcc Bug 1004850 - (Part 1) Replace HistoryPanel with MostRecentPanel. r=lucasr 2014-06-22 16:26:48 -04:00
Nick Alexander
3060f6e1c8 Bug 1022749 - Show custom server URLs in setup activities. r=rnewman
========

cf613656fe
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 2: Show custom server URLs in status activity.

========

91268a261f
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 1: Show custom server URLs in setup activities.
2014-06-09 17:31:58 -07:00
Nick Alexander
535ad13f99 Bug 1022748 - Part 2: Use custom server URLs in setup activities. r=rnewman
========

2582a39b7f
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022748 - Review comments.

========

8c9a8df84f
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022748 - Part 4: Don't show Get Started activity when custom server URLs are passed.

    The Get Started activity provides no feedback about custom URLs, and it
    just gets in the way of power users, so skip it entirely.

========

2701a9ea52
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jun 9 17:25:51 2014 -0700

    Bug 1022748 - Part 3: Pass through server details to update credentials activity.

    This information can be extracted from the AndroidFxAccount object in
    the activity, but feeding the information through extras keeps the
    processing and display pipeline uniform across all setup activities.

========

b9dd884764
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jun 9 17:17:57 2014 -0700

    Bug 1022748 - Part 2: Use custom server URLs passed through extras in setup activities.

========

be8284ea25
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jun 9 15:06:03 2014 -0700

    Bug 1022748 - Part 1: Pass extras through setup activities.

    This also passes the password button's show/hide state between create
    and set up.
2014-06-21 16:21:41 -07:00
Nick Alexander
6eca25c641 Bug 1022748 - Part 1: Pass extras through Accounts.launchSetup. r=rnewman 2014-06-22 12:01:15 -07:00
Nick Alexander
f743ed7926 Bug 1019793 - Avoid UnsupportedOperationException in TestHealthReportPruneService. r=mcomella
========

ce21e7f19a
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jun 4 14:15:09 2014 -0700

    Bug 1019793 - Always upload in TestHealthReportUploadService.

========

e4c7393c6f
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:47:33 2014 -0700

    Bug 1019793 - Don't create storage in TestHealthReportPruneService.

    Creating real storage requires a valid Context, and in this test, we
    only have MockContext.
2014-06-21 15:42:44 -07:00
Nick Alexander
b5a3a2be4a Bug 993134 - Make TestAccountPickler tolerate multiple accounts. r=mcomella
========

872d926e32
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jun 4 14:21:17 2014 -0700

    Bug 993134 - Part 5: Work around Android intermittent issue.

========

c76bb53901
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 17:02:15 2014 -0700

    Bug 993134 - Part 4: Make fxa.TestAccountPickler robust.

    This tested extracting data from an AndroidFxAccount before, and another
    after, backed by different Android Accounts.  Unfortunately, one Account
    replaced the other, but had the same name, leading to a race
    condition (between reading and deleting the first account).  To address
    this, we extract all the data before deleting, and then compare it to
    the data from the newly pickled account.

========

bd32978f7b
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:34:09 2014 -0700

    Bug 993134 - Part 3: Use AndroidSyncTestCaseWithAccounts to make fxa.TestAccountPickler when accounts exist.

========

ec7d910187
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:33:29 2014 -0700

    Bug 993134 - Part 2: Extract AndroidSyncTestCaseWithAccounts.

========

6563ad7bd8
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:30:15 2014 -0700

    Bug 993134 - Part 1: Make getApplicationContext return getTargetContext.

    I was finding that repeated instrumentation-test runs were returning a
    null application context, indicating a race between test start-up and
    target instantiation.  This works well for me on two test devices.
2014-06-21 15:42:38 -07:00
Nick Alexander
f6519ee881 Bug 993136 - Fix TestSyncConfiguration. r=mcomella
========

306fb330a9
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:29:55 2014 -0700

    Bug 993136 - Fix TestSyncConfiguration.
2014-06-21 15:42:31 -07:00
Richard Newman
2e18f67d80 Bug 1023451 - Part 2: apply basic heuristics for locale usability. r=mcomella 2014-06-20 14:31:53 -07:00
Richard Newman
b2e2c7a5a8 Bug 1023451 - Part 1: introduce a hook for determining whether a locale should be included in the list. r=mcomella 2014-06-20 14:31:53 -07:00
Mark Finkle
11ba82169b Bug 1028004 - UI Telemetry events with null methods are ignored r=rnewman 2014-06-20 13:39:33 -04:00
Hathibelagal A
175535e7a5 Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
Richard Newman
33c61da5df Bug 1016611 - Part 5: be resilient against failed insertions. r=margaret 2014-06-20 07:41:05 -07:00
Richard Newman
b651056897 Bug 1016611 - Part 4: fix testBookmarksPanel. r=margaret 2014-06-20 07:41:05 -07:00
Richard Newman
91819f420f Bug 1016611 - Part 3: basic thread safety in GeckoProfile. r=margaret 2014-06-20 07:41:05 -07:00
Richard Newman
b785e23e06 Bug 1016611 - Part 2: further cleanup. r=margaret 2014-06-20 07:41:04 -07:00
Richard Newman
747fa3ed5e Bug 1016611 - Part 1: don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Brian Nicholson
9b0ca6c46e Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret 2014-06-19 14:30:17 -07:00
Brian Nicholson
8445296f17 Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Ed Morley
632b40c1f3 Merge mozilla-central and fx-team 2014-06-24 17:24:53 +01:00
Paolo Amadini
1bf8822d60 Bug 1023484 - Improvements and test for the initial requestAutocomplete stub. r=MattN
--HG--
rename : toolkit/components/formautofill/AutofillController.js => toolkit/components/formautofill/FormAutofillContentService.js
rename : toolkit/components/formautofill/nsIAutofillController.idl => toolkit/components/formautofill/nsIFormAutofillContentService.idl
2014-06-24 12:15:02 +01:00
Martyn Haigh
bf14086070 Bug 974578 - Prevent broadcast receiver from being unregistered twice. r=myk 2014-06-24 13:15:00 +02:00
Nick Alexander
ecdfcad2b1 Bug 1014247 - Build omni.ja from within Eclipse. r=rnewman 2014-06-24 19:14:36 -07:00
Nick Alexander
d08d854dc8 Bug 1029232 - Part 2: Include rather than reference Fennec Eclipse resources. r=trivial 2014-06-24 19:14:35 -07:00
Nick Alexander
d20f3b96ce Bug 1029232 - Part 1: Reference generated Java sources correctly. r=trivial 2014-06-24 19:14:34 -07:00
Wes Kocher
9b4a34f281 Merge m-c to fx-team a=merge 2014-06-24 18:51:01 -07:00
Nick Alexander
0ec4859e6a Bug 929865 - Part 4: Move WebApps to webapp.Webapps; rename WebApp<n> to Webapp<n>. r=myk
--HG--
extra : rebase_source : c16aae95aae1145907a4b40d48256f5e9bbaa516
2014-06-24 18:20:14 -07:00
Nick Alexander
2b8c71ecb4 Bug 929865 - Part 3: Replace org.mozilla.gecko.App with BrowserApp. r=bnicholson
--HG--
extra : rebase_source : 261ac97c97d3f30ead5abcdd61034c38084e491b
2014-06-24 18:20:13 -07:00
Nick Alexander
88a5f633f1 Bug 929865 - Part 2: Use <activity-alias> to wrap activities in generated namespace. r=bnicholson,myk
--HG--
rename : mobile/android/base/App.java.in => mobile/android/base/App.java
rename : mobile/android/base/Webapp.java.in => mobile/android/base/Webapp.java
extra : rebase_source : 176139e89facd5e96cff25dd4012c4e269d4a0a0
2014-06-24 18:20:13 -07:00
Nick Alexander
bba60d3bbc Bug 929865 - Part 1: Reference org.mozilla.gecko directly when handling application/webapp intent. r=myk
--HG--
extra : rebase_source : 093bfcf485bbd4844c3c9a426bb756aef20fdae8
2014-06-24 18:20:12 -07:00
Martyn Haigh
1bbabd4878 Bug 1007112 - Add default mime type for pick action if unspecified. r=myk 2014-06-23 10:47:00 -04:00
Shashank Sabniveesu
1ba1f28ccf Bug 949902 - Correct "Up to" strings in Bookmarks View, deleted unused icons, and update tests. r=lucasr 2014-06-18 19:31:00 -04:00
Sid Stamm
ed2555fe27 Bug 949533 - Remove uses of x-content-security-policy and pre-spec-compliant parsing/enforcement (file changes). r=jst,grobinson
--HG--
extra : rebase_source : 0be7ad6dc09ef5b6c273748af87503b7c0d19d5b
2014-06-25 12:07:37 -07:00
Blake Kaplan
5ff53bf490 Bug 949617 - Make the login manager work in e10s. r=dolske
--HG--
extra : rebase_source : 412da12f3c916a2e57092943096a15b2c38955e7
extra : histedit_source : 030de4e9454cd4c150126fdb7500ab27023ad244
2014-06-24 16:57:39 -04:00
Ryan VanderMeulen
19f423c800 Merge m-c to inbound. 2014-06-23 10:57:40 -04:00
Geoff Brown
286503bb8e Bug 946656 - Disable testAboutHomeVisibility on Android 2.3; r=me 2014-06-23 08:35:53 -06:00
Geoff Brown
aec043954c Bug 1028929 - Disable testDoorHanger on Android 2.3; r=me 2014-06-23 08:35:53 -06:00
Geoff Brown
568520b42e Bug 836818 - Disable testOverscroll on Android 2.3; r=me 2014-06-23 08:35:53 -06:00
Geoff Brown
913c281817 Bug 945395 - Disable testSessionOOMSave on Android 2.3; r=me 2014-06-23 08:35:52 -06:00
Kartikaya Gupta
ba83c919c7 Bug 1021085 - Fix up the Fennec code path as well. r=Cwiiis 2014-06-23 08:42:53 -04:00
Danny Chen
5da0ecc75e Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj 2014-06-19 13:28:00 +02:00
Ed Morley
7dd2371081 Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Ed Morley
ff723affc4 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
Brad Lassey
6e171f4294 bug 1027634 - crash in java.net.MalformedURLException: Unknown protocol: textstyle at java.net.URL.<init>(URL.java) r=snorp 2014-06-19 10:33:24 -04:00
Margaret Leibovic
0ee89f0163 Bug 1018432 - Add telemetry for "+" button in tabs tray. r=mfinkle 2014-06-19 08:37:33 -04:00
Margaret Leibovic
f9d4fa0ba8 Bug 1023331 - Telemetry for three-dot menu in tabs tray. r=mfinkle 2014-06-19 08:37:33 -04:00
Margaret Leibovic
2820a0c27a Bug 817716 - (Part 2) Add 3-dot menu for tabs tray on tablets. r=bnicholson 2014-06-19 08:37:33 -04:00
Margaret Leibovic
df30eb4d18 Bug 817716 - (Part 1) Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-19 08:37:32 -04:00
Richard Newman
6214106162 Bug 1020412 - Proper handling of Context in GeckoNetworkManager. r=wesj 2014-06-18 09:50:31 -07:00
Geoff Brown
9932d4b45a Bug 995696 - Wait for Content:PageShow after adding tab in testNewTab; r=snorp 2014-06-18 20:39:33 -06:00
Birunthan Mohanathas
ec8396a564 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Shashank Sabniveesu
f755bde7e2 Bug 1024120 - Create new member to hold Rect object. r=lucasr 2014-06-12 14:04:00 -04:00
Nicholas Nethercote
39f29c384a Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Geoff Brown
08d9b4d61f Bug 986164 - Provide fake robocop share handlers for images and enable testPictureLinkContextMenu on Android 2.3; r=snorp 2014-06-17 17:34:02 -06:00
Ryan VanderMeulen
deaae864eb Merge m-c to mozilla-inbound. a=merge 2014-06-17 15:43:06 -04:00
Mark Finkle
dfe14911d7 Bug 1026347 - Session:Prefetch should watch for empty nsIURI.host r=bnicholson 2014-06-17 09:52:37 -04:00
Ed Morley
30d3ee416c Backed out changeset 4ff51fc48fa3 (bug 1026347) for causing all android tests to fail; CLOSED TREE 2014-06-17 15:57:08 +01:00
Boris Zbarsky
fd7e32dab4 Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop 2014-06-17 15:01:47 -04:00
vivek
e60841b428 Bug 999211 - Implement cancel editing mode button test on tablet. r=mcomella 2014-06-14 11:49:00 -04:00
Mark Finkle
e27830108a Bug 1026347 - Session:Prefetch should watch for empty nsIURI.host r=bnicholson 2014-06-17 09:52:37 -04:00
Lucas Rocha
34a70021f4 Bug 964861 - Don't update the toolbar state before it gets attached (r=bnicholson) 2014-06-17 14:29:31 +01:00
Carsten "Tomcat" Book
86bbfb82a8 merge fx-team to mozilla-central a=merge 2014-06-17 14:09:46 +02:00
Mark Finkle
070acaa856 Bug 1018430 - UI telemetry actions for web page context menu r=liuche 2014-06-17 00:20:10 -04:00
Mark Finkle
11f4547827 Bug 1026003 - UI telemetry for opening pages in new tabs from web content contextmenu r=liuche 2014-06-17 00:20:06 -04:00
Wes Kocher
709611c298 Backed out changeset 62cce2cf895f (bug 1016611) for causing Android bustage on a CLOSED TREE 2014-06-16 17:41:28 -07:00
Richard Newman
97f8a936d0 Bug 1025937 - Silently drop null intents in background IntentServices. r=mcomella 2014-06-16 16:18:59 -07:00
Richard Newman
5b0f784f2e Bug 1016611 - Don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Geoff Brown
d53e2d39cf Bug 979603 - Enable robocop testBrowserProvider on Android 2.3; r=me 2014-06-16 13:16:59 -06:00
Geoff Brown
12580236ae Bug 983440 - Allow for NoSuchMethodException thrown from getDeclaredField, pre-Honeycomb; r=jchen 2014-06-16 13:16:58 -06:00
Jim Chen
93bcf874d5 Bug 1011059 - Use editor rather than selection controller to select all; r=margaret 2014-06-16 11:54:57 -04:00
Jim Chen
b41fbbed73 Bug 1011059 - Don't remove all ranges when selecting; r=margaret 2014-06-16 11:54:56 -04:00
Mark Finkle
cceb9f40e9 Bug 1007215 - Update telemetry docs for Casting actions r=liuche 2014-06-13 23:39:05 -04:00
Mark Finkle
48d9102af6 Bug 1007215 - Add UI telemetry for Casting actions r=liuche 2014-06-13 22:33:40 -04:00
Wes Kocher
de234caac7 Merge m-c to fx-team 2014-06-13 17:51:16 -07:00
Wes Kocher
1097723f4d Merge fx-team to m-c a=merge 2014-06-13 17:40:39 -07:00
Wes Kocher
d87181a3a2 Merge fx-team to m-c a=merge 2014-06-13 17:39:46 -07:00
Michael Comella
fc6ce85583 Bug 1024778 - Part 1: Use the correct containing layout in the RemoteTabsVerificationPanel. r=lucasr 2014-06-13 16:29:41 -07:00
Margaret Leibovic
f33597c7ce Bug 1023544 - Add back ability to remove dynamic panels in settings. r=liuche 2014-06-13 16:25:10 -07:00
Margaret Leibovic
52b83cdd83 Bug 1023914 - Turn empty view image padding into margin. r=lucasr 2014-06-13 16:25:08 -07:00
Myk Melez
0150c1e024 Bug 1025103 - blame preprocessor limitation for lack of clarifying parentheses in complex conditional directive; r=rnewman 2014-06-13 15:27:24 -07:00
Margaret Leibovic
9042837603 backout 578bf8d6363c for causing robocop pan regression 2014-06-13 13:56:47 -07:00
Brad Lassey
0a84242f6b backout bug 1021742 (changeset 889e19a5e9cc) r=snorp 2014-06-13 12:57:44 -04:00
Ed Morley
6611961079 Backed out changeset b136d95a45b2 (bug 964861) for compilation errors 2014-06-13 11:52:53 +01:00
Lucas Rocha
3ad4367da7 Bug 964861 - Don't update the toolbar state before it gets attached (r=bnicholson) 2014-06-13 10:56:53 +01:00
Richard Newman
1595bc3e48 Bug 1021742. r=mfinkle 2014-06-12 21:24:23 -07:00
Michael Comella
909499724f Bug 932208 - Part 4: Do not compare against null in isShareableUrl. r=mfinkle 2014-06-12 18:40:11 -07:00
Michael Comella
972cb8e62f Bug 932208 - Part 3: Fix testBookmarksPanel. r=liuche 2014-06-10 17:36:12 -07:00
Michael Comella
985fdd4692 Bug 932208 - Part 2: Do not allow non-shareable links to be shared. 2014-06-04 14:41:30 -07:00
Michael Comella
687397ae49 Bug 932208 - Part 1: Remove Share from url bar context menu on pre-ICS. 2014-06-04 14:36:39 -07:00
Brad Lassey
4d7ca160f6 revert changeset b90d50c9d8be from bug 995407 because the wifi and cell tower data reporting code is not ready for a release audience r=mfinkle 2014-06-12 18:20:28 -07:00
Chenxia Liu
15ea07d3fb Bug 1010266 - Part 2: Tests. r=lucasr 2014-06-12 12:07:09 -07:00
Chenxia Liu
5ae2feb446 Bug 1010266 - Part 1: Blacklist Top Sites suggestions that have been "removed" by user. r=lucasr 2014-06-12 12:07:09 -07:00
Wes Johnston
51ddcb62b3 Bug 1004571 - Support hotfix add-ons on mobile. r=standard8 2014-06-12 10:40:00 -07:00
Margaret Leibovic
88d76fb38a Bug 1019735 - Hide the button toast if the user touches outside of it. r=lucasr 2014-06-12 09:31:47 -07:00
Margaret Leibovic
a64657d75e Bug 1019318 - Polish button toast appearance. r=nalexander 2014-06-12 09:31:44 -07:00
Wes Johnston
f33f467131 Bug 1006158 - Add ability to pull in v7 libraries and google support libraries. r=nalexander 2014-06-11 11:00:17 -07:00
Ed Morley
3fb0d412b4 Merge mozilla-central and fx-team 2014-06-12 16:03:26 +01:00
Ed Morley
cb758bda0d Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-12 15:07:14 +01:00
Michael Comella
f87e94d2d7 Bug 918494 - Show a toast only after a bookmark is added and re-enable testLinkContextMenu. r=mfinkle 2014-06-11 14:48:38 -07:00
Michael Comella
eade87ec04 Bug 1007442 - Part 3: Reduce padding at the top of portrait remote tabs panel. r=lucasr 2014-06-11 14:31:28 -07:00
Michael Comella
effaf30b0b Bug 1007442 - Part 2: Make remote tabs panel buttons more consistent across devices. r=lucasr 2014-06-11 14:31:20 -07:00
Michael Comella
ff2023c7d8 Bug 1007442 - Part 1: Add scrolling to remote tabs tray where applicable. r=bnicholson 2014-06-11 14:31:10 -07:00
Nick Alexander
dcbd0c6b09 Bug 1021055 - Add Sync client device type to Fennec's tabs provider. r=rnewman
This is the expedient thing to do.  The right thing to do is to
deprecate Sync's clients database in favour of Fennec's clients table,
but that's a good chunk of work for a small gain.
2014-06-11 14:20:24 -07:00
Geoff Brown
05498d5ed9 Bug 1022801 - Don't visit support.mozilla.org in testBookmarksPanel; r=mcomella 2014-06-11 19:41:10 -06:00
Richard Newman
34409ae93e Bug 1014602 - Capitalize first letter of entries in locale switching UI. r=mcomella 2014-06-11 13:37:28 -07:00
Wes Kocher
c131f3f588 Back out three changesets (bug 932208) for robocop-1 failures
* * *
Backed out changeset d1e57e3cbba1 (bug 932208)
* * *
Backed out changeset aa4dc866e852 (bug 932208)
* * *
Backed out changeset 09caceb50f73 (bug 932208)
2014-06-10 19:04:07 -07:00
Richard Newman
f0f5a971b7 Bug 1021922 - Follow-up: remove some debug logging I missed. r=trivial 2014-06-10 17:39:42 -07:00
Michael Comella
f3c7d72b38 Bug 932208 - Part 3: Fix testBookmarksPanel. r=liuche CLOSED TREE 2014-06-10 17:37:00 -07:00
Myk Melez
0115947054 Bug 1019054 - re-add uninstallation from about:apps context menu; r=mfinkle,marco 2014-06-10 15:52:47 -07:00
Chenxia Liu
2c04183e5b Bug 1022238 - Part 2: Handle removal correctly. r=margaret 2014-06-10 15:03:49 -07:00
Chenxia Liu
6790d810d3 Bug 1022238 - Part 1: Back out bug 1011714. r=margaret 2014-06-10 15:03:46 -07:00
Jim Chen
3c509ac70d Bug 1023469 - Replace generic observer with specific ones in browser.js. r=mfinkle 2014-06-10 12:33:00 -04:00
Michael Comella
8f312c4a8b Bug 932208 - Part 2: Do not allow non-shareable links to be shared. r=mfinkle 2014-06-09 09:58:35 -07:00
Michael Comella
ef48d6a330 Bug 932208 - Part 1: Remove Share from url bar context menu on pre-ICS. r=mfinkle 2014-06-09 09:58:27 -07:00
Wes Johnston
2540cb7a79 Bug 1019613 - Fix click event ordering in about:apps. r=mfinkle 2014-06-10 12:47:27 -07:00
Wes Johnston
f41c375dd7 Bug 1020995 - Contextmenus should fire on children of highlighted element. r=margaret 2014-06-10 12:42:17 -07:00
Richard Newman
688f53abac Bug 1016161 - Flush prefs on handling a locale change event. r=mfinkle 2014-06-10 10:49:38 -07:00
Richard Newman
86c8096326 Bug 1021922 - Record telemetry for browser database operations. r=mfinkle 2014-06-10 10:45:11 -07:00
Richard Newman
59410a1ef5 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Richard Newman
f05974236d Bug 1020502 - Flush Services.strings on locale change. r=margaret 2014-06-10 10:35:44 -07:00
Ryan VanderMeulen
e9a1cae2c8 Merge m-c to fx-team. a=merge 2014-06-09 18:18:30 -04:00
Margaret Leibovic
91cc04d0c0 Bug 1009586 - Remove unused string. r=liuche 2014-06-09 13:24:16 -07:00
Margaret Leibovic
fe3d5849e3 Bug 1021163 - Animate tab close upwards in horizontal tabs tray. r=liuche 2014-06-09 13:24:13 -07:00
ffxbld
d5e7d47bda Version bump. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release 2014-06-09 11:50:02 -07:00
Margaret Leibovic
eb66c12bfd backout 25fb66c1006f for test failure on a CLOSED TREE 2014-06-11 12:08:35 -07:00
Margaret Leibovic
68b62b7f48 Backed out changeset e9a025ac70fe for tablet fail on a CLOSED TREE 2014-06-11 12:06:07 -07:00
Margaret Leibovic
cb155af46b Bug 817716 - Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-11 11:14:26 -07:00
Wes Johnston
f9f3e9a611 Bug 1018468 - Provide a fullscreen button in videos. r=mfinkle 2014-06-11 10:25:18 -07:00
Kartikaya Gupta
bfbff39fa3 Bug 1017566 - Clear animation before setting visibility to GONE for Gingerbread compatibility. r=mfinkle 2014-06-07 16:47:32 -04:00
Brad Lassey
0e0e51e626 Bug 1008436 - Support Firefly multiscreen service r=mfinkle 2014-05-21 21:37:47 -04:00
Michael Comella
4236c49a99 Bug 1002303 - Part 2: Show a description page when there are no private tabs. r=lucasr 2014-06-16 14:35:17 -07:00
Michael Comella
2d4344b8cd Bug 1002303 - Part 1: Rename RemoteTabs* styles to be used with all tabs panels. r=lucasr 2014-06-16 14:35:10 -07:00
Michael Comella
8b58baeb92 Bug 1002303 - Part 0: Add empty private browsing view description strings. r=lucasr 2014-06-16 14:35:02 -07:00
Gijs Kruitbosch
a43a4213ab Bug 1022025, r=bholley,mfinkle 2014-06-14 22:01:55 +01:00
Lucas Rocha
a348bc16a7 Bug 1023306 - Always dismiss edit mode when opening external URLs (r=margaret) 2014-06-16 17:49:37 +01:00
Margaret Leibovic
5a2b5ca953 Bug 1019735 - Hide the button toast if the user touches outside of it. r=lucasr
* * *
Bug 1019735 - (Part 2) Don't do unnecssary work on every touch
2014-06-12 09:31:47 -07:00
Geoff Brown
7e84d70c2e Bug 945395 - Enable robocop testSessionOOMSave on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
74070e7885 Bug 836818 - Enable robocop testOverscroll on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
5e191e00f4 Bug 979548 - Enable robocop testSearchSuggestions on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
10582614f9 Bug 979620 - Enable robocop testGetUserMedia on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
47492b877d Bug 979597 - Enable robocop testAboutHomeVisibility on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Ryan VanderMeulen
8ad58324ce Merge m-c to inbound on a CLOSED TREE. a=me 2014-06-07 13:36:44 -04:00
Richard Newman
51e60cf8b9 Bug 1021443 - java.lang.IllegalStateException: Already registered Webapps:Postinstall under a different type. r=jchen 2014-06-05 19:38:01 -07:00
Myk Melez
d4ff39f24e Bug 1013433 - complete the packaged app update process; r=mfinkle,marco 2014-06-06 12:10:59 -07:00
Margaret Leibovic
7622cc09de Bug 1021123 - Improve colors in remote tabs pull-to-refresh. r=mcomella 2014-06-06 11:52:48 -07:00
Margaret Leibovic
467914fc79 Bug 1020730 - If there's no title to show in undo close tab toast, just say "Closed tab". r=bnicholson 2014-06-06 11:52:46 -07:00
Ed Morley
48b23edc0a Merge mozilla-central and fx-team 2014-06-06 19:13:23 +01:00
Ms2ger
46bbde871c Bug 1020165 - Remove empty makefiles; r=mshal 2014-06-06 10:06:24 +02:00
Richard Newman
a1abd2b16a Backed out changeset 1c4cdf7294f4 (bug 1021443) until its dependent refactoring lands. 2014-06-05 21:07:56 -07:00
Richard Newman
6fa1e7f5d1 Bug 1021443 - java.lang.IllegalStateException: Already registered Webapps:Postinstall under a different type. r=jchen 2014-06-05 19:38:01 -07:00
Richard Newman
acceced41e Bug 1014283 - Finish BrowserHealthRecorder initialization after distribution processing. r=margaret 2014-06-05 15:49:31 -07:00
Lucas Rocha
e8bb31c1f5 Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
Lucas Rocha
4d0ab0b1d2 Bug 997765 - Define initial list of suggested sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
Michael Comella
9e7d5d7473 Bug 1019595 - Use light cancel edit button with dark lightweight themes. r=bnicholson
--HG--
rename : mobile/android/base/resources/drawable-hdpi/close_edit_mode.png => mobile/android/base/resources/drawable-hdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-mdpi/close_edit_mode.png => mobile/android/base/resources/drawable-mdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-xhdpi/close_edit_mode.png => mobile/android/base/resources/drawable-xhdpi/close_edit_mode_light.png
2014-06-05 11:58:17 -07:00
Richard Newman
6c61a98a27 Bug 1014242 - Delay loading of distribution quickshare lists. r=wesj 2014-06-05 11:33:52 -07:00
Martyn Haigh
d6517fcd6b Bug 978143 - Propagate APK install cancellation back to webpage. r=wesj 2014-06-05 02:21:00 -04:00
Richard Newman
b649483dd7 Bug 1019981 - Part 2: disable locale switching on API level 11 and 12. r=nalexander 2014-06-04 19:21:33 -07:00
Richard Newman
1db35650aa Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander 2014-06-04 19:21:33 -07:00
Margaret Leibovic
e489ec078c Bug 1017912 - Restore tab in correct position when undoing close tab. r=bnicholson 2014-06-04 19:10:25 -07:00
Margaret Leibovic
73b70d271e Bug 1018661 - Use session store data instead of current browser data for undo close tab toast. r=bnicholson 2014-06-04 19:10:05 -07:00
Nick Alexander
ecd6ed4a2e Bug 788688 - Allow setting client's device name in FxAccountStatusActivity. r=rnewman
========

8c7b253142
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:48:40 2014 -0700

    Bug 788688 - Review comment: Include timestamp in setClientName.

========

b53b9092c2
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 16:05:25 2014 -0700

    Bug 788688 - Post: PII client data to ease debugging.

========

fd59f3c984
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jun 4 15:01:12 2014 -0700

    Bug 788688 - Part 4: Work around Android DialogPreference caching bug.

========

87d10bc16a
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 14:44:24 2014 -0700

    Bug 788688 - Part 3: Add "Device name" pref to Status activity.

    In the edge case where what the user has entered (empty text) and what
    is persisted (default client name) differ, Android does not update the
    contents of the dialog's EditText correctly.  Removing and re-creating
    all preferences is the only way I found to work around this; that's in
    the next commit.

========

7af72f6c2f
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 16:05:59 2014 -0700

    Bug 788688 - Part 2: Upload clients and tabs records when client name changes.

========

0e99eae1b5
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 15:28:36 2014 -0700

    Bug 788688 - Part 1: Add setClientName with timestamp to ClientsDataDelegate.

========

1999e263db
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 14:10:40 2014 -0700

    Bug 788688 - Pre: Clean some imports.
2014-06-04 16:37:25 -07:00
Brad Lassey
385ccaab0b bug 1016747 - add android protocol handler to proxy input streams to Gecko r=snorp 2014-06-04 15:28:04 -04:00
Brad Lassey
6c6fe8361b bug 1019836 - Support narrow char strings in android bridge r=snorp 2014-06-04 15:04:12 -04:00
Mark Finkle
633b0bd70a Bug 1016785 - Use more filtering to tell DIAL devices apart r=wesj 2014-06-04 15:25:09 -04:00
Mark Finkle
ce839627d6 Bug 1016785 - Add more structured filtering to SSDP r=wesj 2014-06-04 15:25:07 -04:00
Mark Finkle
696726fa53 Bug 1016785 - Switch to use UUID instead of LOCATION to identify incoming services r=wesj 2014-06-04 15:25:04 -04:00
Chenxia Liu
e07b6107aa Bug 1018433 - Add telemetry for "undo close tab". r=mfinkle 2014-06-04 10:37:32 -07:00
Nick Alexander
7e15acb062 Bug 1019218 - Update org.mozilla.gecko.R when resources are changed in Eclipse. r=rnewman
DONTBUILD NPOTB

This is particularly important when changing strings.xml.in or changing
the set of Android identifiers; without this, the Fennec code
referencing R is not updated.  This can either lead to compilation
failures, or missing resources at run-time, leading to strange crashes
on start-up.
2014-06-04 09:55:57 -07:00
Jim Chen
781e6755f9 Bug 1017651 - Reshow cursor once autocomplete text is gone; r=wesj 2014-06-04 12:19:19 -04:00
Martyn Haigh
3dd4b21c70 Bug 985614- Trigger onsuccess for package install from marketplace. r=myk 2014-06-03 05:13:00 -04:00
Martyn Haigh
becb9eed50 Bug 957067 - Stop verifying manifestUrl in installApk. r=wesj 2014-06-03 09:19:00 -04:00
Jeremy Poulin
4c8dd6d4b2 Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Ryan VanderMeulen
9089fc4d86 Merge inbound to m-c. 2014-06-03 15:21:43 -04:00
Andrea Marchesini
5cd12928e4 Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv 2014-06-03 15:36:46 +01:00
Andrea Marchesini
1900e87270 Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-06-03 15:36:46 +01:00
Geoff Brown
a75e202c68 Bug 986172 - Enable robocop testDoorHanger on Android 2.3; r=me 2014-06-03 08:19:38 -06:00
Shashank Sabniveesu
5f52a8f7d9 Bug 1018089 - Close the SQLiteBridge Cursor in getVersion(). r=gcp 2014-06-03 03:01:00 -04:00
Ryan VanderMeulen
088ba5726f Merge m-c to inbound. a=merge 2014-06-06 17:34:13 -04:00
Brian Nicholson
fbe90a006b Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN 2014-06-06 13:06:15 -07:00
Michael Comella
8beebc51f1 Bug 1019158 - Don't send null methods into UITelemetry. r=rnewman 2014-06-02 17:32:39 -07:00
Alex Deaconu
b323c17712 Bug 1011714 - Clean up removal of Reading List items. r=liuche 2014-06-02 10:22:28 +03:00
Wes Johnston
5764e0da81 Bug 1015421 - Don't queue up ButtonToasts. r=margaret 2014-06-02 14:47:02 -07:00
Ryan VanderMeulen
cdb5e5575c Merge m-c to fx-team. 2014-06-02 17:22:45 -04:00
Ryan VanderMeulen
6c8212c187 Merge mozilla-inbound to m-c. 2014-06-02 17:20:08 -04:00
Richard Newman
e356eea033 Bug 1017778 - Telemetry probe for home provider database errors. r=margaret 2014-06-02 14:17:36 -07:00
Michael Comella
985f87142c Bug 997477 - Part 3: Remove guards around urlBarTranslatingEdge in appropriate configs. 2014-06-02 11:16:49 -07:00
Michael Comella
82596e1df3 Bug 997477 - Part 2: Add tablet editing mode cancel button. 2014-06-02 11:16:49 -07:00
Michael Comella
103f4bb8e4 Bug 997477 - Part 1: Factor out show/stopEditingAnimationListeners. 2014-06-02 11:16:49 -07:00
Kartikaya Gupta
a61ae44103 Bug 1018980 - Kill some dead code in Fennec from the pre-OMTC days. r=snorp 2014-06-02 11:13:09 -04:00
Ehsan Akhgari
c8fc679ea8 Backed out 3 changesets (bug 957086) for causing bug 1018406
Backed out changeset f8b6dab2f985 (bug 957086)
Backed out changeset b69bcaa24ab5 (bug 957086)
Backed out changeset 3b45335d4694 (bug 957086)

--HG--
rename : dom/datastore/DataStoreImpl.js => dom/datastore/DataStoreImpl.jsm
2014-06-02 10:19:19 -04:00
Massimo Gervasini
fc69bdee3c Bug 1003623 - Fennec should use a real MOZ_MOZILLA_API_KEY (currently it is not set). r=bhearum 2014-06-02 10:49:31 -04:00
Michael Comella
a246cd7868 Bug 1009315 - Part 4: Fix testUITelemetry. r=liuche 2014-05-30 16:53:35 -07:00
Michael Comella
b265babdb0 Bug 1009315 - Part 3: Replace TelemetryContract interfaces with enums. r=liuche 2014-05-30 16:53:28 -07:00
Margaret Leibovic
80c24306d1 Bug 1017047 - Properly restore private/desktopMode state of tab when undo-ing close tab. r=bnicholson 2014-05-30 16:04:59 -07:00
Richard Newman
052cc1758d Bug 1006947 - Part 1: enable WAL on the Java side of SQLiteBridge. r=gcp 2014-05-30 12:29:04 -07:00
Michael Comella
7c4f23aabd Bug 1014999 - Add remote tabs setup/verification panels for tablet. r=lucasr 2014-05-30 12:13:25 -07:00
Wes Johnston
688738424b Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle 2014-05-30 09:55:52 -07:00
Michael Comella
460d0c30e7 Bug 1017276 - Do not close editing mode during animation. r=lucasr 2014-05-30 09:43:48 -07:00
Michael Comella
eb3ef3776d Bug 1015450 - Prevent toolbar from going into an inconsistent state when tapped when entering editing mode. r=lucasr 2014-05-30 09:42:41 -07:00
Carsten "Tomcat" Book
c1da77e2b2 merge fx-team to mozilla-central 2014-05-30 14:28:16 +02:00
Margaret Leibovic
1a7c43372a Bug 1017129 - Polish undo close tab button toast appearance. r=nalexander 2014-05-29 18:15:20 -07:00
Margaret Leibovic
f64445b614 Bug 1017633 - Update "Clear history" dialog button and add telemetry. r=mfinkle 2014-05-29 18:15:18 -07:00
Margaret Leibovic
31daf8c5f7 backout a8aeb5b375fb for causing bug 1017554 2014-05-29 14:08:42 -07:00
Myk Melez
e75d11aa6c Bug 1011093 - wordsmith webapp update notifications to reduce fear factor; r=blassey, f=ibarlow
--HG--
extra : rebase_source : c3af39a2d274d4fab1218ae8760761ad019591bb
2014-05-29 13:31:54 -07:00
Lucas Rocha
9d3309a14a Bug 1017574 - Force suggested sites refresh on locale changes (r=mfinkle) 2014-05-29 21:30:32 +01:00
Andrea Marchesini
6d1733189b Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv 2014-05-30 07:59:27 +01:00
Andrea Marchesini
74ac7ae58e Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-05-30 07:59:00 +01:00
Jim Chen
714366f2b9 Bug 1014244 - Make backspacing work with single-character compositions. r=wesj 2014-05-21 15:00:00 -04:00
Lucas Rocha
ca69884fe6 Bug 1009587 - Part 6: Don't wait for thumbnails to show blank spots (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
a3b992b6d7 Bug 1009587 - Part 5: Don't try to load thumbnails for blank urls (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
a67c3c3bbf Bug 1009587 - Part 4: Use suggested thumbnail on top sites whenever it's available (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
8577739ff3 Bug 1009587 - Part 3: Hold a strong reference to cached suggested sites (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
22503683b4 Bug 1009587 - Part 2: Add SuggestedSites API to get image URL and bg color (r=mfinkle) 2014-05-29 13:04:35 +01:00
Lucas Rocha
14b2b896eb Bug 1009587 - Part 1: Store suggested sites in a Map instead of a List (r=mfinkle) 2014-05-29 13:04:35 +01:00
Lucas Rocha
ef93583e4d Bug 1016949 - Add unit test for enabling/disabling suggested sites (r=mfinkle) 2014-05-29 13:04:35 +01:00
Chenxia Liu
39b121908f Bug 1017191 - Follow-up: Use message.id in home banner telemetry instead of randomized id. r=margaret 2014-05-28 16:01:02 -07:00
Nick Alexander
d86f81c193 Bug 1006209 - Remove mistakenly referenced projects from Android Eclipse projects. r=bnicholson
DONTBUILD NPOTB

--HG--
extra : rebase_source : a18b1c603bd7f3d181a32d651b5d82bb45a7d063
2014-05-28 15:45:35 -07:00
Richard Newman
8a67316e52 Bug 1013684 - Delay loading of distribution bookmarks. r=margaret 2014-05-28 15:26:42 -07:00
Mark Capella
2a005708f3 Bug 1012957 - Save about:config changes immediately as made, r=wesj 2014-05-28 18:26:36 -04:00
Mark Capella
4e89239777 Bug 899644 - Tab switcher UI reset issues, r=nalexander 2014-05-28 18:26:36 -04:00
Myk Melez
a2ca111626 Bug 1007770 - use the app (i.e. "rocket ship") icon in the update notification; r=blassey, ibarlow 2014-05-28 14:56:33 -07:00
Richard Newman
1178c866ef Bug 1006947 - Part 0: clean up SQLiteBridge. r=trivial 2014-05-28 14:54:00 -07:00
Richard Newman
5fb3078fc7 Bug 1014988 - Use Context.MODE_ENABLE_WRITE_AHEAD_LOGGING when opening databases. r=bnicholson 2014-05-28 14:53:59 -07:00
Nick Alexander
638bc49bd4 Bug 997288 - Follow-up, Part 3: Revert testing code. r=me 2014-05-28 14:26:18 -07:00