Граф коммитов

15768 Коммитов

Автор SHA1 Сообщение Дата
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
Phil Ringnalda 0d4bb858d0 Back out cebdafba3a85 (bug 1126514) for robocop bustage 2015-01-30 19:13:32 -08:00
Brian Nicholson 9fed33dfb8 Bug 1126514 - Add tile IDs to Fennec tiles. r=mfinkle 2015-01-30 16:53:27 -08: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
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
Nick Alexander 7b9cf79f10 Bug 1123013 - Set project SDK explicitly in Gradle configuration. r=me,f=mcomella
This is a sad, but necessary, loss of generality that will cause the
Gradle configuration to lag behind the rest of the build system over
time.  The existing Gradle build worked fine, but IDEA based IDEs can
not yet read build.gradle files containing arbitrary Groovy code.  I
can find no alternative to including the values in the build.gradle
file directly.  We will just try to keep them up to date.

The versions chosen (compileSdkVersion 21 and buildTools "21.1.1")
correspond to the current versions used on the buildbots.  Changing
compileSdkVersion to an integer absolutely requires Gradle-Android
plugin version 1.0.0 or higher, which in turn mandates IntelliJ
version 14.0.3 EAP or higher.

I took the opportunity to update some settings and bump dependency
versions from v19 to v21 as well.

--HG--
extra : rebase_source : 7ada8da4dec7bd56ca3d276d833788d895e12e25
2015-01-28 10:42:30 -08:00
Carsten "Tomcat" Book 8aced6dab7 merge fx-team to mozilla-central a=merge 2015-01-28 14:24:09 +01:00
Giovanny Andres Gongora Granada c7c2a73eb0 Bug 1126426 - Rename reader-plus-icon-xhdpi.png on config.css. r=margaret
--HG--
rename : mobile/android/themes/core/images/reader-plus-icon-xhdpi.png => mobile/android/themes/core/images/config-plus.png
2015-01-28 09:19:11 +01:00
Giovanny Andres Gongora Granada c4d3437008 Bug 1124479 - Remove unused plus-button styles from aboutReader.css. r=margaret 2015-01-28 09:19:09 +01:00
Jeff Muizelaar f234b302fe Bug 1127005. Rename CairoImage to BufferedImage. r=kats
try: -b do -p android-api-9,android-api-11,android-x86 -u all -t none

--HG--
rename : mobile/android/base/gfx/BufferedCairoImage.java => mobile/android/base/gfx/BufferedImage.java
rename : mobile/android/base/gfx/CairoGLInfo.java => mobile/android/base/gfx/BufferedImageGLInfo.java
extra : rebase_source : 4d0e70549f01af09a76ad47ebfb61970413b10f2
2015-01-28 17:04:50 -05:00
Ryan VanderMeulen 1f351e3074 Bug 1126360 - Remove the non-split and armv6 Android in-tree configs. r=catlee, r=jlund 2015-01-27 14:31:26 -05:00
dominique vincent 35aa330e6f Bug 1117796 - Add zoomed view in a ViewStub and inflate it only with Nightly build. r=mcomella 2015-01-06 14:19:25 +01:00
dominique vincent c2248f4047 Bug 663803 - Comment change and move of convertedPosition in a local variable r=mcomella 2015-01-26 09:54:25 +01:00
dominique vincent 67724cb7a7 Bug 663803 - Zoomed view implementation using render document r=mcomella,snorp 2015-01-21 05:59:23 +01:00
dominique vincent d15b47438e Bug 663803 - Add hitCluster flag to detect touch in cluster links area r=smaug,kats 2014-11-24 15:33:06 +01:00
Michael Comella f8836ba656 Bug 1117130 - Offset overlap by an additional pixel for fade in toolbar. r=trivial 2015-01-27 16:12:16 -08:00
Ganesh Sahukari f5fe5678d6 Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo 2015-01-27 16:07:20 -05:00
Ryan VanderMeulen 9148720ef2 Backed out changeset dd417504346b (bug 1114594) for crashes.
CLOSED TREE
2015-01-27 15:17:39 -05:00
Ganesh Sahukari a4f09b67d8 Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo 2015-01-20 10:11:00 +00:00
Jalpreet Singh Nanda 9fc7941275 Bug 1106900 - Move mSolo and other Robocop components into BaseRobocopTest. r=mcomella
--HG--
extra : rebase_source : 35a6002f856dc978f301cf6fc65945cec11c110a
2014-12-30 18:35:11 +05:30
James Dearing 701684409e Bug 1124006 - Removed a couple of comments (fixes bug 1124006). r=mcomella
--HG--
extra : rebase_source : 776c6925b87e154070ad0cc105bc6b97c878f80c
2015-01-22 19:51:00 +01:00
Richard Newman f8f7bb8b6a Bug 1126111 - Define string for reading list DB authority. r=me, DONTBUILD
This string will be used to attach the reading list SyncAdapter to the right contentAuthority.
2015-01-26 17:54:52 -08:00
Michael Comella 676e722928 Bug 1124190 - Get tab state from tab in arguments; fix bug in forward/back button state. r=mhaigh
We previously used the *selected* tab, not the argument tab as we should have.

Also, the forward/back button state appeared incorrectly because a newly added
method made assumptions that BrowserToolbarNewTablet.cancelEdit would only be
called when we were in editing mode - fixed that by only doing that code while
we're still in editing mode.
2015-01-26 14:58:20 -08:00
Allison Naaktgeboren 6ee5b7bd14 Bug 1091461 - Fix Tapping anywhere under the 'Private Browsing' tip in the History panel will open the Custom menu when it shouldn't.r=liuche 2015-01-21 15:10:11 -08:00
J. Ryan Stinnett 9b3a983e79 Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett de60148114 Bug 1103120 - Part 6: Server: Move allowConnection to authenticator. r=past 2015-01-26 12:47:13 -06:00
Richard Newman 61c6d42006 Bug 1124492 - Allow for distribution intent processing to occur after first use. r=margaret 2015-01-26 10:02:39 -08:00