Commit Graph

11758 Commits

Author SHA1 Message Date
Francesco Lodolo (:flod)
f4ae1f76a3 Bug 1128991 - [mobile] Update filter.py to ignore US specific keys in region.properties. r=mfinkle 2015-02-03 08:43:00 +01:00
Alexander Dimitrov
8532134fc3 Bug 1125449 - Removed mActivity field and all of its occurences and replaced them with getActivity(). r=mcomella 2015-02-03 11:42:00 +01:00
Mike Taylor
58fd57de5e Bug 783846 - Part 2 - Use SelectionHandler._getEditor when moving caret. r=wesj 2015-02-03 22:05:00 +01:00
Mike Taylor
b180e7973f Bug 783846 - Part 1 - Allow paste within contentEditable elements. r=wesj 2015-02-03 22:04:00 +01:00
Richard Newman
d6627c8612 Bug 1014603 - Prevent some Cursors from being null in TopSitesCursorWrapper. r=mcomella
--HG--
extra : rebase_source : 4c0b0ef806094029ff32f0ae2d915e57fc8aa600
2014-06-27 16:36:10 -07:00
vivek
7d11ca69ff Bug 1063742 - Part 5: Show Remote Tabs split panel on orientation changes. r=nalexander
--HG--
extra : rebase_source : d59c286a3e367c05a08a45c230789a801f6666ab
2015-01-20 22:45:48 +02:00
vivek
40dac6a61d Bug 1063742 - Part 4: Implement clicking on items in split pane Remote Tabs home panel. r=nalexander
This also tracks the last client the user selected.

--HG--
extra : rebase_source : c68baaf99a099a0aa6f1c16ff9be872dc6d794f2
2015-01-20 22:45:48 +02:00
vivek
66d7eaac19 Bug 1063742 - Part 3: Implement split plane Remote Tabs panel. r=nalexander
--HG--
extra : rebase_source : d024bdc7ff016d344b17adecbe7e2ab33535cca3
2015-01-20 22:45:48 +02:00
vivek
bbb51c6627 Bug 1063742 - Part 2: Extract base class from RemoteTabsExpandableListFragment. r=nalexander
--HG--
extra : rebase_source : e05fc75bb34b1573a3ed4d8c8c0e06a10c5f703a
2015-01-20 22:45:47 +02:00
vivek
a481027b03 Bug 1063742 - Part 1: Use Holder pattern in RemoteTabsExpanadableListAdapter. r=nalexander
--HG--
extra : rebase_source : 5432f917bc316a61c9c8c1a8586a30d785b41026
2015-01-20 22:45:33 +02:00
Federico Paolinelli
2afd40b8d1 Bug 1114499 - NPE when opening the popup menu when tabs are exposed. r=mcomella 2015-02-03 14:00:11 -08:00
Ryan VanderMeulen
29354ec7f9 Merge m-c to fx-team. a=merge 2015-02-03 16:19:59 -05:00
Michael Comella
b81485ebec Bug 1106935 - review: Correct import style; fix comment grammar. r=mhaigh
--HG--
extra : rebase_source : 209864d6670b8c2316539b33eaafa5149671d1ff
2015-02-02 08:28:51 -08:00
Michael Comella
6ca4f81b6e Bug 1106935 - Part 6: Replace NewTabletUI.isEnabled with HardwareUtils.isTablet where simple. r=mhaigh
--HG--
extra : rebase_source : 9264730533081acf138d1d789ec93598802d9e90
2015-01-30 11:14:50 -08:00
Michael Comella
fddc2fcd28 Bug 1106935 - Part 5: Rename BrowserToolbarNewTablet -> BrowserToolbarTablet.
--HG--
rename : mobile/android/base/toolbar/BrowserToolbarNewTablet.java => mobile/android/base/toolbar/BrowserToolbarTablet.java
extra : rebase_source : 20cda66a6b901a556283f9627b5156c66ab0a3ac
2015-01-29 16:30:46 -08:00
Michael Comella
50884bb828 Bug 1106935 - Part 4: Move new_tablet_browser_toolbar to browser_toolbar and update associated code.
--HG--
rename : mobile/android/base/resources/layout-large-v11/new_tablet_browser_toolbar.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
extra : rebase_source : a5fdbcef520bf82f8af68ab1d3a69b19efa66cdf
2015-01-29 16:26:39 -08:00
Michael Comella
d0721e0f8d Bug 1106935 - Part 3: Remove tablet browser_toolbar.xml and orphaned resources.
--HG--
extra : rebase_source : 66e331956bc163d1a4a311b64f1c41d64131175c
2015-01-28 18:54:24 -08:00
Michael Comella
a512b41399 Bug 1106935 - Part 2: Remove old tablet branches from BrowserToolbar.
--HG--
extra : rebase_source : 23d07e6568c4a4a778f8a4ee926ffbdbbd3f9439
2015-01-28 17:13:29 -08:00
Eugen Sawin
13fb4549cf Bug 792992 - Make update URL configurable via pref. r=snorp 2015-02-03 17:18:13 +01:00
Eugen Sawin
f22a8d86eb Bug 792992 - Refactor update service. r=snorp 2015-02-02 18:35:11 +01:00
Carsten "Tomcat" Book
06d8160838 merge fx-team to mozilla-central a=merge 2015-02-03 14:36:21 +01:00
Brian Nicholson
c3d41b841f Bug 1126514 - Add tile IDs to Fennec tiles. r=mfinkle 2015-02-02 15:33:39 -08:00
Michael Comella
f87490c4fc Bug 1096958 - Part 2: Null mGrid's OnItemClickListener when destroying the view. r=liuche
This prevents the listener from being called after some necessary resources are
destroyed.

There is probably a better solution such as removing the listeners after a
successful run, but I'm unsure of the side effects. We know this solution works
because of precedent (bug 930160) so let's go with the quick & easy for now.

--HG--
extra : rebase_source : 9086ddc50a321f63503dd131dd2c78e73732d200
2015-02-02 11:35:35 -08:00
dominique vincent
9a17661533 Bug 1127909 - Nits in ZoomedView code r=kats 2015-02-01 12:19:48 +01:00
Phil Ringnalda
cb6a64404f Merge m-c to f-t 2015-01-31 09:15:02 -08:00
Phil Ringnalda
cbb7db17d6 Merge f-t to m-c, a=merge 2015-01-31 09:06:14 -08:00
Andy Pusch
7e7c376b35 Bug 1125529 - Removed obsolete string for testSelection tests in StringHelper.java, r=margaret 2015-01-31 01:09:10 -05:00
Michael Comella
2a24c47a30 Bug 1090287 - Check that the selected tab is not null before updating progress visibility. r=rnewman
--HG--
extra : rebase_source : 2f0b2824dd1192b6c57273309f8f8b97b479ceff
2015-01-29 17:44:07 -08:00
Brian O'Keefe
831f87bab8 Bug 870366 - Part 2b: Make l10n PREF_JS_EXPORTS use PP_TARGETS instead. r=glandium 2015-01-20 13:07:03 -05:00
Brian O'Keefe
1fa0eaa700 Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps 2015-01-20 13:07:03 -05:00
Jeff Muizelaar
71de338bfd Bug 1127839. Inline some single use methods. r=kats
These methods are only used from the constructors.
2015-01-30 15:51:38 -05:00
Brian O'Keefe
0c1c301c73 Bug 870366 - Part 2c: One more l10n PREF_JS_EXPORTS. r=gps 2015-02-01 11:41:04 -05:00
Ryan VanderMeulen
6c039d1f77 Merge m-c to inbound. a=merge 2015-02-02 17:31:01 -05:00
James Willcox
b5bfe46e4d Bug 1126454 - Load mozglue in PasswordsProvider.onCreate() instead of constructor and install crash handler r=rnewman 2015-02-02 15:25:22 -06:00
Robin Ricard
0f04c67997 Bug 1015395 - Make testFindInPage more robust. r=margaret
Use a JS based test relying on document.getSelection
Use promises+generators to wait during UI changes done by Java
2015-01-29 05:26:00 +01:00
Nick Alexander
fefed07fc5 Bug 1122829 - Tighten Firefox Account screens vertically. r=rnewman
========

72353409b5
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Jan 16 16:27:02 2015 -0800

    Bug 1122829 - Part 5: Tighten vertically yet further; start with error view hidden and animate it in/out on v11+.

========

779b280ad9
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Jan 16 11:58:04 2015 -0800

    Bug 1122829 - Part 4: Tighten Getting Started vertically, and animate the icon in.

========

b92693f004
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Jan 16 11:53:54 2015 -0800

    Bug 1122829 - Part 3: Don't fill text right to the edges of the entry fields.

    A little padding softens the edges, which looks better with the rounded
    corners.

========

4db0e9e642
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Jan 16 11:50:06 2015 -0800

    Bug 1122829 - Part 2: Lower text sizes.

========

fcd7fc33b4
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Jan 16 11:54:45 2015 -0800

    Bug 1122829 - Part 1: Don't animate back presses between activities.

    On modern devices (Android 4.4), this gives a smooth "click" back and
    forth between Sign Up and Sign In.
2015-01-29 14:22:29 -08:00
Nick Alexander
a2a1c81c41 Bug 1112725 - Avoid blue line on Next button in Create Account activity. r=rnewman
========

e507a6816a
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Jan 15 11:34:50 2015 -0800

    Bug 1112725 - Avoid blue line on Next button in Create Account activity.

    Something changed between Android 4.3 and Android 4.4 which folded the
    RelativeLayout's marginBottom into the child calculations in some way.
    This simple work-around moves the spacing out of the RelativeLayout and
    into the marginTop of the control underneath.  All other examples of
    this pattern use the marginTop of the control underneath.

    Test plan: manually tested on my
    * 4.3 Samsung Galaxy S4; and
    * 4.4 Google Nexus 5.
2015-01-29 14:22:24 -08:00
Vivek Balakrishnan
a1f24342ea Bug 1058806 - Implement magic year month/day boxes in Android Firefox Account create account flow. r=nalexander,vivek
========

21c63a8d1a
Author: vivek <vivekb.balakrishnan@gmail.com>
    Bug 1058806 - Part 4: Maintain magic year state across orientation changes.

========

da074438fe
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Fri Jan 16 16:46:47 2015 +0200

    Bug 1058806 - Part 3: Maintain magic year across create -> sign in -> create loop.

========

982d692575
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Sat Dec 20 20:07:45 2014 +0200

    Bug 1058806 - Part 2: Add date and month to UI.

========

15594d36c9
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Sat Dec 20 04:36:49 2014 +0200

    Bug 1058806 - Part 1: Make age pass check consider date and month.

--HG--
extra : rebase_source : 11ab11c519461fa1be8d6dda34777620db05468d
2015-01-18 04:43:19 +02:00
Chenxia Liu
3ea68f39ad Bug 1063844 - [onboarding] Start Pane v1.5. r=mhaigh
--HG--
extra : rebase_source : db5841919787d2bbd529a2e1bc0b62f55895e784
2015-01-28 18:41:20 -08:00
Mark Finkle
63085ca568 Bug 1117186 - fix geo-specific search default perferences r=margaret 2015-01-29 15:19:49 -05:00
Michael Comella
5889460ce5 Bug 1127154 - Use new_tablet_url_bar_nav_button styles on LWT change in NavButton.
--HG--
extra : rebase_source : c91932ad26bd4236888631c26d0facfeaf4b6a2f
2015-01-28 17:47:09 -08:00
wesj
fd68aa8780 Bug 909434 - Add ability to drag urlbar, preffed off. r=wesj 2015-01-29 10:43:40 -08:00
Carsten "Tomcat" Book
dcda8a64d4 Merge mozilla-central to fx-team 2015-01-29 16:20:17 +01:00
Margaret Leibovic
15e7fe4b99 Bug 1089653 - Make sure the search activity hasn't been destroyed before touching views in onAnimationEnd. r=mfinkle
--HG--
extra : rebase_source : 933da02719118c78528f4676710789bd64a8af49
2015-01-29 13:37:51 +01:00
Margaret Leibovic
e6495a8e8a Bug 1117258 - Implement reader mode content CSS for desktop. r=jaws 2015-01-26 10:19:47 +01:00
Margaret Leibovic
7c381c7f18 Bug 1125364 - Check to make sure content window isn't null after paring document (Android patch). r=mfinkle
--HG--
extra : rebase_source : 73752f9524c24fbf8de0e7c389128fea30329e13
extra : histedit_source : ce5afc962b763e0966c6ab4cf346d23105df804f
2015-01-23 15:58:53 -08:00
Richard Newman
13824b3d7b Bug 1126139 - Add an android:label for the reading list provider. r=nalexander
--HG--
extra : rebase_source : 1ada67e2c44058871d6a2b6ca5ccae1cf9b582f5
2015-01-28 12:05:20 -08:00
Ryan VanderMeulen
c9c9d14f70 Merge m-c to fx-team. a=merge 2015-01-28 15:04:51 -05:00
Nick Alexander
cf61b5d846 No bug - Make Gradle debug test APK look like Robocop. r=me
--HG--
extra : rebase_source : 996cf9f9e2460e19864a7b32bea8d1a1c162b0a1
extra : source : 5ffffd68e04193bc90768667a8f34f5904f531d6
2015-01-26 21:52:43 -08:00
Nick Alexander
177f286d2b Bug 1125330 - Expose |mach| output after failures invoking from Gradle. r=me,f=ally
--HG--
extra : rebase_source : 8d801f739f77640a587231404e22506f52342438
2015-01-27 21:41:14 -08:00