Commit Graph

16112 Commits

Author SHA1 Message Date
Sebastian Kaspari
1a3cb616c2 Bug 1143280 - SearchBar: Suppress deprecation warnings in constructor to allow building with API level 22. r=rnewman 2015-03-16 16:44:22 +01:00
Sebastian Kaspari
432a3b1f72 Bug 1143280 - DateTimePicker: Replace deprecated DateFormat constants with local constants. r=rnewman 2015-03-15 10:51:15 +01:00
Sebastian Kaspari
8e0b04f70c Bug 1142699 - ToolbarComponent: Wait up to 60 seconds for the reader mode button to appear. r=mcomella 2015-03-14 03:31:00 -04:00
Carsten "Tomcat" Book
b1b0b8cf14 Merge mozilla-central to fx-team 2015-03-18 13:55:20 +01:00
Martyn Haigh
fff1910dc6 Bug 1130368 - Add toast feedback after a user clicks a link (r=mcomella) 2015-03-18 12:15:53 +00:00
Carsten "Tomcat" Book
0503c0d6df merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Wes Kocher
bf933d2320 Backed out changeset 00579267379b (bug 1122225) for rc1 failures 2015-03-16 18:08:17 -07:00
Seth Fowler
78ab87250d Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn 2015-03-17 13:56:50 -07:00
Chenxia Liu
8ad8fe3a4e Bug 1122225 - Add context menu for about:passwords actions. r=ally
--HG--
extra : rebase_source : c7456e6abb523d7edee9377a859e9c6a8178c77a
extra : amend_source : d684974daf9092052d35576ab8fbf33ee6ce3d0c
2015-03-09 14:40:32 -07:00
Michael Comella
ca59b6bc92 Bug 1143759 - Change scaleType of quick share action bar to centerInside. r=liuche
Note that this was what it was before bug 1122302 landed (which added the share
plane and this issue).

--HG--
extra : rebase_source : 16d2ae99b2cff85c4ab4c8f4f4e32a3e0cdf92e7
2015-03-16 11:02:25 -07:00
Botond Ballo
d15b1bee0b Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in Fennec code. r=kats
--HG--
extra : rebase_source : 0ab7f8ec953e403c9247769c2f0a477639c7e55d
extra : source : 736f9204ed77d2ea6f6778d289b66928424f0544
2015-03-06 17:14:55 -05:00
Kartikaya Gupta
a779113067 Bug 1136363 - Do a better job of falling back to sane metadata. r=mfinkle 2015-03-16 08:34:31 -04:00
Phil Ringnalda
3bfd694773 Merge f-t to m-c, a=merge 2015-03-15 19:35:11 -07:00
James Willcox
80bb10e017 Bug 1142459 - Fix mixed content shield notification broke by bug 1140830 r=rnewman 2015-03-13 14:04:01 -05:00
Léon McGregor
c997443c49 Bug 1136708 - Added a fix that allows newest added theme to display as enabled. r=margaret 2015-03-12 21:47:57 -07:00
Margaret Leibovic
39d8969088 Bug 998031 - Reader Mode toolbar should scroll in and out instead of fading. r=bnicholson
--HG--
extra : rebase_source : f5021a6e3f36cb8d8e1e380ed1763361bad95489
extra : amend_source : 2304c25e5570f0e1f505b0778ac1873e9b86dd8c
2015-03-05 11:23:27 -08:00
Margaret Leibovic
eb3938e55c Bug 1134553 - Disable downloads in guest session. r=rnewman
--HG--
extra : rebase_source : 0f6d351e9366329046d5096fe7fcad4b800779b3
2015-03-12 11:26:12 -07:00
Richard Newman
9bac9b41be Bug 1117830 - Part 4: update local names before syncing. r=nalexander 2015-03-12 17:48:43 -07:00
Richard Newman
2329ccc32b Bug 1117830 - Part 3: ReadingListSyncAdapter. r=nalexander 2015-03-12 17:48:43 -07:00
Richard Newman
631fe3d53b Bug 1117830 - Part 2: ReadingListSynchronizer. r=nalexander 2015-03-12 17:48:43 -07:00
Richard Newman
1901cc5af7 Bug 1117830 - Part 1: reading list client and record representations. r=nalexander 2015-03-12 17:48:43 -07:00
Richard Newman
114fcf1ff1 Bug 1117830 - Part 0: log account state on AndroidFxAccount init. r=nalexander 2015-03-12 17:48:43 -07:00
Ryan VanderMeulen
ee67ad0d8d Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
vivek
a4de9f0675 Bug 1141665: Add vertical separator between the Synced Tabs split pane list views. r=nalexander 2015-03-10 17:02:00 -07:00
Michael Comella
036f96099f Bug 1127445 - Fix inconsistencies between v11 and v14. r=margaret
--HG--
extra : rebase_source : d917ecc049e73931a94dbcfdff653840d1fe8356
2015-03-10 18:01:39 -07:00
Michael Comella
44017d010b Bug 1127445 - Fix Android 2.3 issues in toolbar menu. r=margaret
--HG--
extra : rebase_source : bfc30b022e63fd874d4541c1550448bc091ac6b9
2015-03-10 18:00:28 -07:00
Michael Comella
e30edcd70c Bug 1127445 - Set toolbar menu reader item title based on state. r=margaret
--HG--
extra : rebase_source : 66c9575422a59968872be2d97fe1d7f8a2da947b
2015-03-06 17:52:23 -08:00
Michael Comella
dafc974981 Bug 1127445 - Add functionality to reading list button in the toolbar menu. r=margaret
This functionality includes adding and removing items from the reading list.
This patch largely mimics the code of the already-functional bookmarks menu
item.

Note: the reader mode "add to reading list" button has inconsistent behavior
with the "add to reading list" button just added. I believe this is because
LocalReadingListAccessor distinguishes between reader and non-reader urls while
the JS implmentation does not.

--HG--
extra : rebase_source : d5f236de76befef962df5592b030969ab9e05256
2015-03-06 16:56:11 -08:00
Michael Comella
abeba85f99 Bug 1127445 - Remove vertical dividers from toolbar menu & quick share. r=margaret
The quick share vertical dividers are also used in the context menu quick
share.

--HG--
extra : rebase_source : 89771439f404872166da94eebf0e7ffb449b5a6b
2015-03-05 19:35:39 -08:00
Michael Comella
6e88edbbc5 Bug 1127445 - Add quick share bar (i.e. third row) to toolbar menu. r=margaret
The bar should not appear when there are no items in the quick share history.

Note: I only somewhat understand some of the code added in GeckoMenu - I
pattern matched mSecondary* onto mQuickShare*.

--HG--
extra : rebase_source : 505feee750c275e11a9b16a18680f6237d35d7ac
2015-03-05 18:59:01 -08:00
Michael Comella
07ee21390f Bug 1127445 - Add reading list item to menu. r=margaret
--HG--
extra : rebase_source : 7a82221634c5cbd89172b1d1e8a8609195af5ed9
2015-03-05 16:09:50 -08:00
Michael Comella
a394f6a7ab Bug 1127445 - Add new reading list, share, and bookmark icons. r=margaret
--HG--
extra : rebase_source : 1ab52f2860caee58a9ea6e6bbba03e7c485fd269
2015-03-05 10:21:13 -08:00
Michael Comella
66724973d4 Bug 1127445 - Part 0: Add strings for manipulating the reading list from the menu. r=margaret
--HG--
extra : rebase_source : 032b7ba805645d6cb95838908bbb54c75eb415d0
2015-03-05 11:12:14 -08:00
Ryan VanderMeulen
e2754f772f Merge m-c to fx-team. a=merge
CLOSED TREE
2015-03-11 16:05:05 -04:00
Carsten "Tomcat" Book
ba5885ce64 Merge mozilla-central to mozilla-inbound 2015-03-11 13:03:47 +01:00
Margaret Leibovic
1a18b94305 Bug 1134361 - Hide "tip" to add to reading list in reading list panel on low memory devices. r=nalexander
--HG--
extra : rebase_source : 8b1050a149548a09ced278be2b416fb4c1ba7efe
2015-03-09 18:36:05 -07:00
Margaret Leibovic
bfda3f109f Bug 1141317 - Account for new #container div in about:reader CSS. r=bnicholson
--HG--
extra : rebase_source : 45bcbdc1a9c2a3371b89c5cd17cf6183e939e40a
2015-03-09 19:15:39 -07:00
Sebastian Kaspari
19119bec60 Bug 1135111 - Add test to ensure that the toolbar in reader mode displays the original page url. r=mcomella 2015-03-08 12:15:00 -04:00
Ahmed Khalil
4d1013a6c2 Bug 927388 - Produce and upload GeckoView AAR during packaging. r=nalexander 2015-03-06 10:17:00 -08:00
Alex Henrie
bb3d8e3081 Bug 1134537 - Delete GnomeVFS extension. r=roc
--HG--
extra : rebase_source : faa7677e584fb14cb41e4682f1281b222e4e28c6
2015-03-09 21:12:58 -06:00
Mantaroh Yoshinaga
193b6f4137 Bug 1106905 - Modify mobile desktop mode implementation to use a desktop viewport. r=kats 2015-03-12 12:14:55 -04:00
Carsten "Tomcat" Book
58a19cdf9c Merge mozilla-central to fx-team 2015-03-10 14:05:23 +01:00
Wes Kocher
afd56832f4 Merge m-c to inbound a=merge CLOSED TREE 2015-03-09 19:06:17 -07:00
Wes Kocher
8e389f1730 Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
vivek
ff84924c1e Bug 1129171 - Update remote tabs styling on landscape tablets. r=nalexander 2015-03-05 14:26:00 -08:00
vivek
97fbea885c Bug 1129168 - Avoid fragment load flicker by explicilty managing back-stack. r=nalexander 2015-03-05 14:12:00 -08:00
James Willcox
f09b7427dc Bug 1140830 - Don't try to use a null JSONObject in SiteIdentity.update() r=rnewman
This patch avoids a crash in ART on HTC One M8 devices, where a (deliberate?) NPE was used for init.
2015-03-09 22:37:17 -07:00
Kartikaya Gupta
6c506d5a30 Bug 1140815 - Don't leave .part files lying around after a preferred helper app is used to process a URL. r=paolo,mfinkle 2015-03-08 21:35:39 -04:00
Richard Newman
f0033b0262 Bug 1140243 - Refactor default client name in FxAccountUtils. r=nalexander 2015-03-06 10:05:13 -08:00
Chenxia Liu
bc4c53074e Bug 1137921 - Use 9-patch for View shadows. r=margaret
--HG--
extra : rebase_source : fcd00525a637b6656b0253df108687fa029db5a9
2015-03-05 10:57:02 -08:00