Commit Graph

15979 Commits

Author SHA1 Message Date
Margaret Leibovic
7c8e16a52a Bug 1130834 - Explictly cancel ongoing download notifications instead of trying to update them to be non-ongoing. r=wesj 2015-02-22 17:18:39 -08:00
Michael Comella
0162c0ab22 Bug 1134192 - Prevent the options menu from opening in fullscreen mode. r=mfinkle 2015-02-23 13:12:01 -08:00
Michael Comella
e2e4a74e43 Bug 1134192 - Add ActivityUtils.isFullScreen. r=mfinkle
A more complete solution would rework our fullscreen support to ensure the
flags are consistently used (e.g. reader mode just uses low_profile even though
ActivityUtils.setFullScreen does both low profile and fullscreen).
2015-02-23 13:11:21 -08:00
Richard Newman
b0d1ea7cbc Bug 1136171 - Extend character validation in locale picker to Burmese. 2015-02-24 07:46:22 -08:00
Andy Pusch
d5b2527474 Bug 1125528 - Create abstract class for SelectionHandler tests. r=margaret 2015-02-18 05:21:00 +01:00
Andy Pusch
a95766af39 Bug 1124884 - Clear search history in Firefox Search after using 'Clear Private Data' in Firefox. r=margaret 2015-02-22 17:06:00 +01:00
Margaret Leibovic
8593f590ec Bug 1073775 - Pass default engine from JS to Java, instead of making assumptions based on engine list order. r=liuche 2015-02-23 13:13:24 -08:00
Wes Kocher
8072dfecd8 Merge m-c to fx-team a=merge 2015-02-23 17:03:56 -08:00
Wes Kocher
c0f5e99f5a Merge fx-team to m-c a=merge 2015-02-23 16:00:36 -08:00
Richard Newman
c0ef02aa1a Bug 1130461 - Part 3: disable ReadingListHelper's background fetch triggers to avoid test problems. r=margaret 2015-02-23 10:35:11 -08:00
Richard Newman
5b61fd66f4 Bug 1130461 - Part 2: correct value setting in AddToReadingList. r=margaret
It turns out we were using bookmark columns here, which was wrong. We also need to specify ADDED_ON etc.
2015-02-23 10:35:11 -08:00
Richard Newman
e40d242fcc Bug 1130461 - Part 1: change schema for reading list. r=margaret
This patch does several things, all in one commit because of a schema update:

* Uses _id instead of guid when referring to reading list items, allowing the guid column to be null.
* Reworks schema upgrading.
* Completely revises the reading list schema itself.
* Fixes the tests.
* Cleans up how we do deletion: if an item hasn't yet been synced, it's simply deleted immediately. We can do this because the server allocates GUIDs.
* Adds columns to manage sync-related metadata.
2015-02-23 10:35:11 -08:00
Ryan VanderMeulen
b9a237cfde Merge fx-team to m-c. a=merge 2015-02-23 12:28:02 -05:00
ffxbld
940b3be96c Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
Phil Ringnalda
2a884ecd82 Back out 66cf24f275b7 (bug 1124011) for frequent ASan crashes in test_memoryReporters.xul 2015-02-22 22:00:56 -08:00
Mark Finkle
8a862bd69d Bug 1131438 - SearchEngineManager doesn't scan the distro searchplugins locale folders or fallback to a distro locale r=margaret 2015-02-22 16:59:33 -05:00
Mark Finkle
e5af78be97 Bug 1135406 - Remove unused browser.history preferences r=mcomella 2015-02-22 16:56:12 -05:00
Richard Newman
6e432fb6d6 Bug 1135900 - Add ReadingListItems.ALL_FIELDS.
And fix REQUIRED_FIELDS, too.
2015-02-23 15:07:55 -08:00
Michael Comella
209a3eb958 Bug 1133770 - Use Refreshable interface instead of TabStrip in BrowserApp to allow builds on API 9. r=mhaigh 2015-02-20 09:05:22 -08:00
Margaret Leibovic
ef1be4583d Bug 1124011 - Hide reader view buttons related to reading list if reading list is disabled, and enable reader view by default on Nightly. r=Unfocused 2015-02-19 11:47:20 -08:00
Michael Comella
73ee07b2b6 Bug 1133770 - Display the selected tab in the tab strip on device rotation. r=mhaigh
This does not always work in the case that one of the last few tabs (to the
right) are selected and the device is rotated from landscape to portrait.
Filed bug 1134408 to track this.
2015-02-18 14:23:19 -08:00
YFdyh000
638e330514 Bug 1135007 - "Sync Now" button is not translated. r=nalexander
========

dcc6025053
Author: YFdyh000 <yfdyh000@gmail.com>
    Bug 1135007 - "Sync Now" button is not translated
2015-02-23 10:56:08 +08:00
Richard Newman
b630f36591 Bug 1134454 - Extract common resource code out of Sync. r=nalexander 2015-02-23 13:33:05 -08:00
Ryan VanderMeulen
1c4d542a01 Merge inbound to m-c. a=merge 2015-02-21 16:40:27 -05:00
Abdelrhman Ahmed
7ca6117ef7 Bug 1132925 - Pass messages to the parent process to set reader mode prefs. r=margaret 2015-02-20 15:56:00 -05:00
dominique vincent
ac8b28db96 Bug 1126989 - Detect not readable links to pop up the zoomed view. r=kats, r=mcomella 2015-02-07 12:17:12 +01:00
dominique vincent
a8150af49e Bug 1126866 - Fix the text size in zoomed view. r=kats 2015-02-21 09:00:22 +01:00
Margaret Leibovic
0037490472 Bug 1135234 - Use "serif" and "sans-serif" in reader mode controls to match desktop. r=bnicholson 2015-02-20 13:27:09 -08:00
Allison Naaktgeboren
644367a3e6 backout of bug 1124711 due to regression 2015-02-20 13:43:24 -08:00
Robin Ricard
9128db61ec Bug 1085609 - Disable testDoorHanger on 2.3 (temporary, waiting for a refactor). r=margaret 2015-02-20 08:32:00 -05:00
Michael Comella
b58cc9eff4 Bug 1132720 - Hide the dialog on animation end to prevent flicker on Activity.finish(). r=margaret 2015-02-20 10:47:47 -08:00
Nick Alexander
7f50a87bf6 Bug 1093242 - Produce and upload geckolibs artifacts for Android API v11+ opt builds. r=gps
The Android ARchive contains the compiled Gecko libraries that Firefox
for Android interfaces to.  It does not contain the Gecko resources
(the omnijar, omni.ja) nor the compiled Java code (classes.dex).

This also uploads metadata and sha1 hashes for future consumption by
Maven and/or Ivy dependency managers.  In some brave future world,
we'll work out exactly what that looks like; for now, this solves a
storage problem (each .aar file is ~20MB) and it's possible to point
Gradle directly at the uploaded Ivy metadata and artifacts.
2015-02-17 17:23:23 -08:00
Richard Newman
9b1126b8fa Bug 1135088 - Follow-up: restore removed import. a=bustage on a CLOSED TREE
Don't rebase before landing, kids.
2015-02-20 08:57:52 -08:00
Michael Comella
da59172e4c Bug 1123904 - Provide url highlighting in reader mode. r=margaret 2015-02-19 15:23:56 -08:00
Michael Comella
700fa5fed3 Bug 1123904 - Display original title in toolbar in reader mode. r=margaret 2015-02-19 14:38:32 -08:00
Richard Newman
97f953a51c Bug 1135088 - Implement shutdown() for SharedBrowserDatabaseProvider. r=margaret 2015-02-20 08:16:33 -08:00
Richard Newman
ca3b94ca42 Bug 1135086 - Implement in-place computed UPDATE in DBUtils. r=margaret
Sometimes it's convenient to want to do an UPDATE query like:

  UPDATE foo
  SET bar = bar | 5

or similar -- that is, refer to existing values in the SET expression.

This patch allows that, accepting an array of ContentValues and an array of
operations as input. A single UPDATE will be constructed from the entire input.
2015-02-19 21:38:18 -08:00
dominique vincent
3e5e96a883 Bug 1134338 - Move ZoomedView inflate in BrowserApp. r=mcomella 2015-02-20 00:16:22 +01:00
Michael Holloway
a43ebf026a Bug 966485 - Remove telemetry bucket for FENNEC_STARTUP_TIME_ABOUTHOME. r=rnewman, r=margaret 2015-02-12 20:32:16 -05:00
Margaret Leibovic
4baa8c7198 Bug 1131303 - Update strings for reader view/reading list UI, and add title text to reader view toolbar buttons. r=Unfocused,rnewman 2015-02-12 09:15:45 -08:00
Ryan VanderMeulen
a81caa409c Backed out changeset e755879c138c (bug 1133770) for bustage.
CLOSED TREE DONTBUILD
2015-02-19 13:56:59 -05:00
Michael Comella
d355ae9c93 Bug 1133770 - Display the selected tab in the tab strip on device rotation. r=mhaigh
This does not always work in the case that one of the last few tabs (to the
right) are selected and the device is rotated from landscape to portrait.
Filed bug 1134408 to track this.
2015-02-18 14:23:19 -08:00
Michael Comella
aae04ef37f Bug 1106935 - Get bitmap from Drawable, rather than BitmapFactory. r=rnewman
BitmapFactory seemingly can't handle resource aliases:

http://stackoverflow.com/a/14553767

Note that this bug affected all phone devices, not just 2.3.

Also removed some unused imports while I was at it.
2015-02-18 15:34:13 -08:00
Michael Comella
04c24e9ff7 Bug 1106935 - Remove new tablet branch in MenuItemActionBar. r=mhaigh 2015-02-03 16:31:15 -08:00
Michael Comella
eae45d405b Bug 1106935 - Move BrowserToolbarTablet menu button right margin hack to xml. r=mhaigh
We couldn't do this before because the button declaration was shared by old and
new tablet - this is no longer a problem now that old tablet is no longer in
use.
2015-02-03 16:54:39 -08:00
Michael Comella
57f0c61232 Bug 1106935 - Remove MOZ_ANDROID_NEW_TABLET_UI confvar. r=nalexander 2015-02-03 17:03:45 -08:00
Michael Comella
dac6dd8301 Bug 1106935 - Remove new tablet branch in GeckoMenuInflater. r=mhaigh 2015-02-03 17:13:19 -08:00
Michael Comella
0e683f635c Bug 1106935 - Remove new tablet favicon size branch from Favicons. r=mhaigh 2015-02-03 17:43:40 -08:00
Michael Comella
71c694876b Bug 1106935 - Remove new tablet branch in selecting default toolbar favicons. r=mhaigh
As a cleanup, this required the move of favicon -> favicon_globe and the
creation of new resources toolbar_favicon_default, which is aliased to
favicon_globe on phones.
2015-02-03 18:18:21 -08:00
Martyn Haigh
e24735d3c2 Bug 1134248 - Default for Title Bar in the Display settings screen is incorrect in robocop test (r=margaret) 2015-02-19 15:20:47 +00:00