Commit Graph

17372 Commits

Author SHA1 Message Date
Michael Comella
c9604beba4 Bug 1196005 - Add l10n note for "Private Browsing" capitalizations. r=margaret 2015-08-18 14:33:23 -07:00
Sebastian Kaspari
560d80c808 Bug 1084062 - Support read/unread state in reading list UI. r=mhaigh 2015-08-14 10:17:40 +02:00
Ryan VanderMeulen
f984c012fd Merge fx-team to m-c. a=merge 2015-08-19 07:45:12 -04:00
William Chen
9db64a26eb Bug 1131470 - Part 2: Update screen configuration HAL to report orientation angle. r=snorp,mwu 2015-08-18 14:55:15 -07:00
Martyn Haigh
6762a87b52 Bug 1193337 - Checkboxes in doorhangers are not working; r=liuche 2015-08-18 15:09:25 +01:00
Martyn Haigh
c47a3ec63a Bug 1195216 - Last tab is cut off in tab tray in portrait; r=mcomella 2015-08-17 15:16:42 +01:00
Allison Naaktgeboren
2b1e145765 Bug 1114821 - Remove nightly-only flag for about logins.r=liuche 2015-08-17 23:22:24 -07:00
Nick Alexander
f94db9ceb4 No bug - Bump Google Play versions in Android Gradle versions. r=me
DONTBUILD NPOTB

We're seeing build failures since 6.5.+ doesn't match 6.5.87.  This
shouldn't be fuzzy, and it shouldn't be an ancient version of Google
Play Services either.  (In moz.build local builds , we're using a much
more recent version.  In automation, I'm not certain what we're
using.)
2015-08-17 11:26:29 -07:00
Michael Comella
41b048b7de Bug 1194659 - Tint menu on phones. r=mhaigh
We were doing this on tablets but I forgot to add the lines to make it work on
phones.
2015-08-14 15:28:16 -07:00
Kartikaya Gupta
7c735dd393 Bug 1180295 - Fix layerview positioning when dynamic toolbar is turned off. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
baea5155ce Bug 1180295 - Remove the margins information from ImmutableViewportMetrics. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
0b87d55720 Bug 1180295 - Fix up the overscroll edge effect. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
c0fe57f305 Bug 1180295 - Update the FormAssistPopup to account for the new dynamic toolbar model. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
6788df042c Bug 1180295 - Update the ZoomedView calculations to account for the new dynamic toolbar model. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
d809210aba Bug 1180295 - Make the text selection handles position correctly. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
99cbf4f698 Bug 1180295 - Implement seamless snapping to the stable state. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
ce79effdbe Bug 1180295 - Ensure we don't scroll past the end of the page. r=rbarker 2015-08-18 14:27:20 -04:00
Kartikaya Gupta
978f46d925 Bug 1180295 - Ensure short pages are dealt with appropriately, so that the toolbar can be made visible but not hidden. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
bbff61bb5a Bug 1180295 - Ensure that on rotation/resize the CSS viewport is resized to the right size. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
996b4753aa Bug 1180295 - Delete the LayerMarginsAnimator class and its dangling entrails. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
9896d2d9fe Bug 1180295 - Remove the unneeded margin code from JavaPanZoomController and Axis. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
84b862c473 Bug 1180295 - Stop exposing the old LayerMarginsAnimator from LayerView. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
e6bf7d1547 Bug 1180295 - Update actionbar show/hide code to use the new dynamic toolbar code. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
9937cde3ac Bug 1180295 - Update fullscreen code to just pin the toolbar in the hidden state. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
69035cb6fa Bug 1180295 - Hook up the fixed-position layer margins to the DynamicToolbarAnimator. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
337fd5b15d Bug 1180295 - Store the viewport width and height as integers instead of floats in ImmutableViewportMetrics. r=rbarker 2015-08-18 14:27:19 -04:00
Kartikaya Gupta
6ea1a4233f Bug 1180295 - Hook up toolbar show/hide animations to the DynamicToolbarAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
888655d16f Bug 1180295 - Disconnect scrolling notifications going to LayerMarginsAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
634d1b4c5a Bug 1180295 - Hook up touch-based scrolling to the new DynamicToolbarAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
ed565960dc Bug 1180295 - Start plumbing the outputs of DynamicToolbarAnimator into BrowserApp. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
24414465c9 Bug 1180295 - Start plumbing inputs to the DynamicToolbarAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
c2db0abc64 Bug 1180295 - Introduce the skeleton of a DynamicToolbarAnimator class alongside LayerMarginsAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
17f8044764 Bug 1180295 - Rip out the Fennec code to set the screen render offset. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
534c0e0e27 Bug 1180295 - Rip out call to setContentDocumentFixedPositionMargins. r=rbarker 2015-08-18 14:27:18 -04:00
Kartikaya Gupta
50c77cf660 Bug 1180295 - Rip out the FixedMarginsChanged message and all the code that depends on it. r=rbarker 2015-08-18 14:27:17 -04:00
Allison Naaktgeboren
1e852cc2da Bug 1189790 - Include bookmarks for Kinderfox.r=sebastian 2015-08-16 17:29:15 -07:00
Wes Kocher
7fc50ab138 Backed out changeset 965133e168d9 (bug 1189790) for android build failures CLOSED TREE 2015-08-14 15:30:24 -07:00
Allison Naaktgeboren
6fb53ab7ed Bug 1189790 - Include bookmarks for Kinderfox.r=sebastian 2015-08-14 13:57:29 -07:00
Michael Comella
989cf133c1 Bug 1193042 - Change home panel dividers to @color/divider_light. r=ally 2015-08-11 14:57:00 -07:00
Sebastian Kaspari
bcdb638e72 Bug 1177124 - Doorhanger: Hide title/favicon if they don't exist. r=liuche 2015-08-12 15:30:57 +02:00
Pawel Golinski
5687a1cec7 Bug 1171929 - When sharing selected text, also include the current page URL, r=margaret 2015-08-13 18:31:53 -04:00
Michael Comella
8f08035eaf Bug 1193975 - Remove unused menuItemActionBarStyleNewTablet. r=mhaigh 2015-08-12 16:31:32 -07:00
Michael Comella
a9be5afc54 Bug 1193975 - Remove NewTablet from ImageButton.TabCount. r=mhaigh
It seems the other attributes are not used on tablet so there was
no need to make a base style here.
2015-08-12 16:29:01 -07:00
Michael Comella
40d104c34c Bug 1193975 - Remove NewTablet from ImageButton style. r=mhaigh
I feel like there's a better way to do this than using *Base, but
this is our current convention.
2015-08-12 16:24:18 -07:00
Michael Comella
db9a62b70f Bug 1193950 - Tint menu bar icons on pre-L devices. r=mhaigh
I wasn't using the wrapped drawable when setting the icon, which
curiously works on L+ devices, but not pre-L.
2015-08-12 15:54:30 -07:00
Michael Comella
bff85d12da Bug 1193580 - Losslessy compress png assets. r=liuche
Note that this not the originally reviewed patch in the bug, but a re-run of
the algorithm that produced that patch.
2015-08-13 10:43:51 -07:00
Michael Comella
2ccd0586d1 Bug 1150742 - Remove new from tablet_tabs_item_cell. r=mhaigh 2015-08-12 14:18:12 -07:00
Michael Comella
297b163747 Bug 1150742 - Remove new_tablet from tab_strip. r=mhaigh
This involved renaming the existing tab_strip layout to tab_strip_inner
as it was originally contained within the new_tablet_tab_strip
layout.
2015-08-12 14:14:33 -07:00
Michael Comella
04ca9d47ff Bug 1150742 - Remove new_tablet from tab_strip_divider. r=mhaigh 2015-08-12 14:08:04 -07:00
Michael Comella
edc8153cfd Bug 1150742 - Remove new_tablet from tab_strip_add_tab. r=mhaigh 2015-08-12 14:06:16 -07:00