Commit Graph

16248 Commits

Author SHA1 Message Date
Wes Kocher
238ad26939 Merge inbound to m-c a=merge 2015-04-01 17:54:45 -07:00
Vladimir Vukicevic
5e868cf94d Bug 1144674; Implement HAL support for ROTATION_VECTOR and GAME_ROTATION_VECTOR sensors; r=snorp 2015-04-01 16:02:20 -04:00
Ryan VanderMeulen
0016ca19fb Merge m-c to fx-team. a=merge 2015-04-01 12:44:33 -04:00
Ryan VanderMeulen
99d3cda048 Merge inbound to m-c. a=merge 2015-04-01 12:34:21 -04:00
Michael Comella
2570ff0839 Bug 1132751 - Add android:logo to fennec application. r=liuche
On Android v21, this logo is a padded version of android:icon which, to
my knowledge, is only used by the ActionBar, which we only make visible in
GeckoPreferences. On < 21, this icon is used via resource alias.
2015-03-31 14:21:53 -07:00
Michael Comella
8125d777b9 Bug 1132751 - Remove redundant ActionBar home setting. r=liuche
This is defined in the Activity theme too.
2015-03-30 15:47:27 -07:00
Kai Bittner
8cfa265c37 Bug 1148167 - Move ShareOverlayActivity form styles.xml to themes.xml. r=mcomella 2015-03-29 05:00:00 -04:00
Sheefeni Hauwanga
846890dc34 Bug 1142192 - Change MenuItem to final. r=mcomella 2015-03-28 00:45:52 -04:00
Blake Winton
4a670829f0 Bug 1145809 - Add the reading mode footer. ui-r=mmaslaney, r=Unfocused 2015-03-30 12:50:01 -04:00
Andy Pusch
8c70a06a6b Bug 1139379 - Rename "Form & search history" to "Form history" and add "Search history" under clear private data. r=margaret 2015-03-30 14:20:00 -04:00
Wes Kocher
780e0d01fb Merge m-c to fx-team a=merge CLOSED TREE 2015-03-30 19:42:25 -07:00
Wes Kocher
a3f461b031 Merge fx-team to m-c a=merge 2015-03-30 14:30:57 -07:00
Richard Newman
503d0c3000 Bug 1148464 - Remove redundant addUploadedRecord method. 2015-03-30 11:56:24 -07:00
ffxbld
dce57f8925 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-03-30 11:44:20 -07:00
Ryan VanderMeulen
cce33aadf1 Backed out changeset 7b1cb7256f0f (bug 1126048) for robocop failures. 2015-03-30 14:03:00 -04:00
Kartikaya Gupta
29bfc170f0 Bug 1148857 - Use a valid property string for password prompt dialogs. r=liuche 2015-03-30 11:13:00 -04:00
Martyn Haigh
68a7b8b219 Bug 1146589 - Ensure that tab opened with &quot;open now&quot; action is selected and visible when fennec loads (r=mcomella) 2015-03-30 10:45:03 +01:00
Martyn Haigh
91cc5eb125 Bug 1148007 - Show Queue Tab toast only if Tab Queue preference is enabled (r=mcomella) 2015-03-30 10:21:06 +01:00
vivek
9bfac1ae05 Bug 1142528 - Decrease tappable area for +/- buttons. r=margaret 2015-03-27 19:37:07 +02:00
Sebastian Kaspari
80b857001c Bug 1126048 - Add test to ensure state is correct when switching to loading pages. r=mcomella 2015-03-29 17:27:38 +02:00
Ryan VanderMeulen
4c5265c8f2 Merge m-c to inbound. a=merge 2015-04-01 12:40:05 -04:00
Jeff Lu
3806f7c061 Bug 1146730 - Always show top of options menu when opened. r=mcomella 2015-03-31 20:53:00 +02:00
Jeff Lu
33cce10813 Bug 1145252 - Propagate handler result through handleMenuItemLongClick(). r=mcomella 2015-03-27 15:45:00 +01:00
David Rajchenbach-Teller
b953482b60 Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop 2015-03-31 12:40:59 +02:00
Ehsan Akhgari
c76a7dea16 Bug 1148787 - Ensure that the sessionstore properties exist on the browser object before reading them; r=bnicholson 2015-03-28 21:23:58 -04:00
Phil Ringnalda
3c6c615f10 Merge m-c to m-i to m-c merge, a=mergemerge 2015-03-28 11:45:00 -07:00
Phil Ringnalda
8684378100 Merge m-i to m-c, a=merge 2015-03-28 11:44:16 -07:00
Chenxia Liu
6a1fe8f0e2 Bug 1144385 - Strings for editing login in password doorhanger. r=MattN 2015-03-27 14:33:58 -07:00
Nick Alexander
4c16c4b318 Bug 1123388 - Enable reading list service on Nightly. r=rnewman,mfinkle 2015-03-27 18:01:02 -07:00
Nick Alexander
f372ab713b Bug 1140813 - Schedule periodic Reading List syncs. r=rnewman
========

a249e77fd1
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1140813 - Schedule periodic Reading List syncs.
2015-03-27 17:05:15 -07:00
Nick Alexander
a07cd19708 Bug 1140812 - React to Backoff and Retry-After headers from Reading List storage servers. r=rnewman
========

cd7edfa0b5
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1140812 - Part 3: React to Backoff and Retry-After headers.

========

8581f5a572
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Mar 27 15:30:33 2015 -0700

    Bug 1140812 - Part 2: Include request in HTTP response observation callbacks.

    This allows to only handle responses from certain hosts.

========

05b50325db
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Mar 27 14:47:38 2015 -0700

    Bug 1140812 - Part 1: Generalize from one to many HTTP response observers.

    CopyOnWriteArrayList is a reasonable choice here: we have few writes but
    many iterations.  See
    http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/CopyOnWriteArrayList.html

========

5950219343
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Mar 27 16:04:07 2015 -0700

    Bug 1140812 - Pre: Modernize backoffInSeconds.

    Sync uses X-Backoff; newer services, including Reading List, use Backoff.
2015-03-27 16:01:36 -07:00
Richard Newman
a2f2fccb8e Bug 1148432 - Sync reading list deletions. r=nalexander 2015-03-27 11:54:16 -07:00
Nick Alexander
8e4e207008 Bug 1148029 - Disable Reading List sync when using custom endpoints. r=rnewman
This tries to sync prod accounts against prod Reading List, stage
accounts against stage Reading List, and reject all other account
servers.  Custom Sync (Token) servers (not prod, not stage) should cause
us not to Sync Reading List, the intention being to avoid storing data
with Mozilla if the user has expressed a desire not to.

========

b69b097505
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1148029 - Disable Reading List sync when using custom endpoints.

    Custom is interpreted to mean neither Mozilla production nor Mozilla
    stage.  To ease the burden of testing stage, we sync the reading list
    against stage reading list storage when the account is authing against
    stage FxA.

    Messaging this in some way would be nice but will have to wait for
    follow-up.
2015-03-27 11:24:04 -07:00
Ryan VanderMeulen
9d893a8462 Merge m-c to inbound. a=merge
CLOSED TREE
2015-03-27 11:17:04 -04:00
Andrea Marchesini
94545cbb2e Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Martyn Haigh
b463027f08 Bug 1145581 - Show tabs when opening fennec from the Tab Queue notification (r=mcomella) 2015-03-27 11:58:30 +00:00
Martyn Haigh
ec686db052 Bug 1146325 - Convert loaded tab queue data to the required format and send to gecko to open (r=margaret) 2015-03-27 11:47:41 +00:00
Martyn Haigh
2637874007 Bug 1145579 - Open tab queue file when fennec starts or resumes (r=mcomella) 2015-03-27 11:40:49 +00:00
Wes Kocher
ec293905dc Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
Michael Comella
b441adc6d6 Bug 1147661 - Use new device icons in share overlay. r=liuche 2015-03-26 10:06:51 -07:00
Michael Comella
4e94f234d9 Bug 1147661 - Add new device assets. r=liuche 2015-03-26 10:06:05 -07:00
Michael Comella
26f0230e86 Bug 1148197 - Move share overlay margins to child to properly align. r=liuche
When it's on the parent of the outermost container with
layout_width="match_parent", the margin adds to the parent's size
(i.e. the screen width). Adding the margin to the child ensures the width is
reduced and content centered.
2015-03-26 17:42:47 -07:00
Michael Comella
9125130b70 Bug 1148041 - Inherit from Gecko theme in share overlay. r=liuche 2015-03-26 17:31:34 -07:00
Chenxia Liu
f1b3db2a8a Bug 1143939 - Add single-item delete to about:passwords context menu. r=ally 2015-03-26 10:42:34 -07:00
Chenxia Liu
73d995b610 Bug 1088220 - Update tests with new strings. r=margaret 2015-03-25 17:29:01 -07:00
Chenxia Liu
db9c7a0f3b Bug 1088220 - Add login doorhanger. r=margaret 2015-03-26 16:34:29 -07:00
Chenxia Liu
b4b107ac4e Bug 1088220 - Switch to using DoorhangerConfig. r=margaret 2015-03-23 20:34:58 -07:00
Chenxia Liu
bc00dd0367 Bug 1088220 - Add Config for Doorhangers. r=margaret 2015-03-23 20:27:21 -07:00
Chenxia Liu
ec853b4f65 Bug 1088220 - Add key icon resources. r=margaret 2015-03-23 20:20:53 -07:00
Richard Newman
3e989f526f Bug 1147473 - Follow-up: move ReadingListConstants to avoid build flag pain. 2015-03-27 13:11:08 -07:00