Commit Graph

16859 Commits

Author SHA1 Message Date
Youngsun Suh
4a85f58c6c Bug 1170852 - Remove unused method, GeckoAppShell.decodeBase64 r=mcomella 2015-06-06 20:55:00 -07:00
P. Calligaris
8590259a58 Bug 1172086 - Check if <input> element is disabled; r=margaret 2015-06-08 20:47:50 +01:00
Geoff Brown
bc762ddf67 Bug 1173180 - Guard against null selectedTab handling Viewport:FixedMarginsChanged; r=kats 2015-06-11 09:22:47 -06:00
Jim Chen
3d8a6172fd Bug 1174725 - Fix GeckoLoader synchronization; r=snorp 2015-06-16 19:45:29 -04:00
Jim Chen
1d7146ddf9 Bug 1173379 - Delay loading console and AndroidLog.jsm on startup; r=mfinkle 2015-06-16 19:35:52 -04:00
Jim Chen
1c2e05a0b8 Bug 1173379 - Delay-init more things on startup; r=mfinkle 2015-06-16 19:35:52 -04:00
Jim Chen
c7f581c863 Bug 1112212 - Send key events in onKeyMultiple; r=cpeterson 2015-06-16 19:02:39 -04:00
Allison Naaktgeboren
08ceb34ed5 Bug 1144413 - Remove details page from about:passwords.r=liuche 2015-06-15 13:21:38 -07:00
dominique vincent
2d88648a97 Bug 1165127 - Animations for displaying/closing the zoomed view. r=mcomella 2015-06-13 22:42:20 +02:00
Chenxia Liu
f3095aab01 Bug 1168530 - Add context menu option for "Show password". r=ally
--HG--
extra : rebase_source : 8d2102460cac22977e936ca9d23c0fbc287524fc
2015-06-02 17:43:20 -07:00
Sebastian Kaspari
d235675e83 Bug 1158275 - testAddSearchEngine: Verify search engines in search result list and search engine bar. r=mcomella 2015-06-04 10:35:47 -07:00
Sebastian Kaspari
2b28363da4 Bug 1158275 - Remove old method of selecting non-primary search engines in BrowserSearch. r=mcomella 2015-06-02 15:43:28 -07:00
Michael Comella
9c04673e97 Bug 1172201 - Set Android support library to 22.2.0 in config. r=me
This corrects the GradleDynamicVersion lint warning.

--HG--
extra : rebase_source : 622f43175e2489a5b1747009fb11a29ed09e786c
2015-06-08 09:15:10 -07:00
Margaret Leibovic
e6d9440959 Bug 1170384 - Fix copy/pasta error in reader view location change handler. r=mcomella
--HG--
extra : rebase_source : 50e4b7bf3df55157a24677d20c56072d072ff379
2015-06-02 16:28:35 -07:00
Carsten "Tomcat" Book
ac2974150a merge mozilla-inbound to mozilla-central a=merge 2015-06-08 11:55:30 +02:00
Ehsan Akhgari
9a671f5365 Bug 1172110 - Re-enable service workers on desktop and mobile for non-release builds; r=jst 2015-06-06 21:00:18 -04:00
Phil Ringnalda
4e77972fa7 Back out f2ecf8c73f6f (bug 1172110) for failures in test_interfaces.html and test_worker_interfaces.html
CLOSED TREE
2015-06-05 19:40:49 -07:00
Ehsan Akhgari
311f4b0d39 Bug 1172110 - Re-enable service workers on desktop and mobile for non-release builds; r=jdm 2015-06-05 20:40:42 -04:00
Nick Alexander
2b5fe7b1a4 Bug 1171566 - Part 2: Remove BrowserTestCase. rs=mcomella
This was just a remnant from earlier days.  This launched the Fennec
activity, which is absolutely *not* something we want to do during
these browser JUnit 3 tests.  That is, these should be pure
instrumentation tests that just run Java code in the correct package
and Java classloader context.  They shouldn't interact with the App
lifecycle at all.

Not all the tests pass; I took a shot at fixing one but don't care to
dig deeply right now.

--HG--
extra : rebase_source : cc512347c2adfb5cd59f641893ed8a8edaf5ba94
extra : histedit_source : 4c14f269054ad98e0fbcb9eb6595247f285058df
2015-06-04 10:41:48 -07:00
Nick Alexander
3f6c59b27c Bug 1171566 - Part 1: Configure Gradle and Spoon. rs=mcomella
There are few things happening here:

* A purely mechanical move of test sources into org.mozilla.test.browser.junit3.
  This is only to make it easy to specify the suite in Spoon.  (But it has the
  advantage of making it possible to move files around in IntelliJ, since the
  symlink points to src instead of org/mozilla/gecko.)

* Specifying the suite (package name) ended up requiring changes to the
  spoon-gradle-plugin anyway.  Hence, I've included this custom
  spoon-gradle-plugin version locally, while I work to upstream the changes.

* Some Gradle trickery to make |mach gradle runBrowserTests| execute Spoon with
  the correct package name.

--HG--
rename : mobile/android/tests/browser/junit3/src/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/TestDistribution.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoBackgroundThread.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoBackgroundThread.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/TestJarReader.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/TestRawResource.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestTopSitesCursorWrapper.java
rename : mobile/android/tests/browser/junit3/src/harness/BrowserInstrumentationTestRunner.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/harness/BrowserInstrumentationTestRunner.java
rename : mobile/android/tests/browser/junit3/src/harness/BrowserTestListener.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/harness/BrowserTestListener.java
extra : rebase_source : 5eff7e0da0be912838fac0ddad5f6b357800eb45
extra : histedit_source : e76288628e14aeb155d2d3b4033d056c6efdc646
2015-06-04 12:09:23 -07:00
Michael Comella
2501d24d12 Bug 1165422 - Update builder configurations to android API 22. r?coop
--HG--
extra : commitid : GbuTlkUu3ah
extra : rebase_source : 26acb20060486122709be89229a8c788fa0cf70f
2015-06-04 13:30:28 -07:00
Michael Comella
337ad75e3d Bug 1165422 - Update gradle build tools versions to 22.0.1. r?nalexander
--HG--
extra : commitid : 8BxnctY7ma2
extra : rebase_source : 2f4b8a73b51602771769ffd5a044055a11e1e327
2015-06-03 21:04:27 -07:00
Michael Comella
c3980d28f5 Bug 1170886 - Specify correct Locale in String.toUpperCase and remove @SuppressLint. r=rnewman
--HG--
extra : commitid : NN0bwMddFU
extra : rebase_source : e28c7f8017ce051d4c703d42e1932d75e81a8afa
2015-06-04 17:38:51 -07:00
Michael Comella
ad00a9e32b Bug 1170886 - Remove unnecessary InlinedApi suppression. r?nalexander
--HG--
extra : commitid : 5UFjNZRsZGX
extra : source : 59d47b906a85439afd2c2b41774573b392f102d1
2015-06-02 20:09:21 -07:00
Michael Comella
9b602eedc2 Bug 1170886 - Replace use of NewApi suppression with @TargetApi. r?nalexander
TargetApi is specific, and preferred.

--HG--
extra : commitid : ACndrW0PUOa
extra : source : 00d5a9768b9d80956912bfc3499924c376119129
2015-06-02 20:02:30 -07:00
Richard Newman
b29554ec7d Bug 1170819 - Enable payments in Fennec release channel. r=mfinkle,AndyM 2015-06-04 12:28:23 -07:00
Richard Newman
d663c64e3e Bug 1061273 - Part 4: use SSLSocketFactory directly, rather than our own TLSSocketFactory subclass. 2015-06-04 11:07:32 -07:00
Richard Newman
3a8898792c Bug 1061273 - Part 3: enable TLSv1 for landing. 2015-06-04 11:07:32 -07:00
Richard Newman
57f9b6be27 Bug 1061273 - Part 2: use per-version DEFAULT_PROTOCOLS and DEFAULT_CIPHER_SUITES. r=nalexander 2015-06-04 11:07:32 -07:00
Richard Newman
8340ffd9ce Bug 1061273 - Part 1: put DEFAULT_PROTOCOLS and DEFAULT_CIPHER_SUITES in GlobalConstants. r=nalexander 2015-06-04 11:07:31 -07:00
Sebastian Kaspari
5aa15ff7bc Bug 1169427 - Replace FloatMath.*() calls with calls to Math.*(). r=snorp
--HG--
extra : transplant_source : %2B%1A%92%92%CC%D3%9AN%92v%EAr%E2%12%F4I%14%90s%E6
2015-06-02 18:53:59 -07:00
Michael Comella
f7a3ce70a7 Bug 1165422 - Upgrade gradle support libraries to 22. r=me
Forgot to land this as part of the original, and next, changes.
2015-06-05 18:19:43 -07:00
Michael Comella
f3a1178b31 Bug 1165422 - Upgrade gradle targetSdk to 22. r=me
Forgot to land this as part of the original changes - this should allow
successful compiling in Intellij.
2015-06-05 17:36:39 -07:00
Richard Newman
fb56dbb205 Bug 1061273 - Follow-up: fix cipher suites for Sync 1.1.
The suites used for 20+ didn't intersect with the supported suites on the ZLBs.

We now use the same suites across all versions, and they intersect.
2015-06-05 15:50:45 -07:00
Ryan VanderMeulen
b3caa9d676 Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Michael Comella
709461b539 Bug 1170884 - Use fully qualified android.R.*. r?nalexander
--HG--
extra : commitid : 9i43WGzFYQC
extra : rebase_source : dc7c94bd70bbe5671c851d3d20d695d8a0ff91b0
2015-06-02 18:21:38 -07:00
Michael Comella
c2cb17e8bd Bug 1170884 - Call super from sub-class. r?nalexander
--HG--
extra : commitid : 9kAIEk2zBZI
extra : rebase_source : 58f5481dc0c2b5243680a23b9aceade9f5bae2f9
2015-06-02 18:19:23 -07:00
Michael Comella
2f9cdc52ae Bug 1170285 - Add lint.xml config file to base sub-project. r?nalexander
While it might seem like a good idea to disable all of the checks we don't
currently pass, Intellij uses the same lint configuration file as the
command-line invocation and so we'll be more likely to write in new errors by
disabling some checks.

--HG--
extra : commitid : 23gdgWSBmyt
extra : source : 7bd754d48b86b5104bc44067886af81c9315a3b6
2015-06-03 21:12:00 -07:00
Ryan VanderMeulen
3f344dd200 Merge m-c to fx-team. a=merge 2015-06-03 16:06:53 -04:00
Ryan VanderMeulen
2b848889f8 Merge inbound to m-c. a=merge 2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
60a5912cdf Merge b2g-inbound to m-c. a=merge 2015-06-03 15:50:54 -04:00
"Chris AtLee"
20d207a6a3 Bug 1171040: Enable MOZ_AUTOMATION_UPLOAD_SYMBOLS for android nightly builds r=ted a=RyanVM
--HG--
extra : amend_source : 681921575b721ee7b1148472d386f669d8f7627d
2015-06-03 11:45:10 -04:00
Michael Comella
a028b2a171 Bug 1170289 - Set default search engine favicon to magnifying glass. r?Margaret
This doesn't work for the Settings screen (bug 1170346).

--HG--
extra : commitid : 4Nfxo9FZGRp
extra : rebase_source : 0246d346d8ba5c21624d9bbfa26f14d6c30d37fd
2015-06-01 15:33:11 -07:00
Michael Comella
48cbb5d34a Bug 1170289 - Use ImageView in the search engine bar. r?Margaret
--HG--
extra : commitid : 9rVBKmrEgRW
extra : rebase_source : 41fe934b76765adb1343b42eb933d5098b439ca7
2015-06-01 14:18:36 -07:00
Michael Comella
0db8477d19 Bug 1170289 - Backout Bug 1166868 (changeset b73de443b580 & fefa03e0fb9d). r?Margaret
These patches added complexity that we're removing by implementing this bug.

--HG--
extra : commitid : LqUrYf52Qbo
extra : rebase_source : 3ef8e5fc5059c6aa6d28d2fc5a2cca2381904986
2015-06-01 14:16:55 -07:00
Nick Alexander
97786c5695 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : a5ab08222110a20291aebe70ef1fda0d340dbe7d
extra : source : e91ac9a35f86928fcd519911476ee7d68d06f921
2015-05-29 17:18:07 -07:00
James Willcox
1da727fb41 Bug 1165460 - Prefer GCC 4.9 for Fennec builds r=glandium 2015-06-03 10:26:17 -05:00
James Willcox
67934908db Bug 1165460 - Build Fennec using NDK r10e r=coop 2015-06-03 10:26:17 -05:00
James Willcox
1ce3362cf0 Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium 2015-06-03 10:26:16 -05:00
Allison Naaktgeboren
dd5bb481cf Bug 1065004 - Provide an option to always open tabs in Private Browsing, amendment.r=liuche 2015-06-02 14:37:20 -07:00
Chenxia Liu
baa049f3de Bug 1147064 - Undeleted Layout inflation line. r=me
--HG--
extra : rebase_source : 4d688f667f5c4c8f9024581e75c68f105d3efd47
2015-06-02 13:37:40 -07:00
Chenxia Liu
3e3053e5f8 Bug 1147064 - Clean up misc styling from feedback. r=margaret
--HG--
extra : rebase_source : 6870de7210326a16b5cb84b250686fc612ef88c7
2015-05-22 17:23:56 -07:00
Chenxia Liu
49c60847cc Bug 1147064 - Handle callback ids for Login doorhanger dialogs. r=margaret
--HG--
extra : rebase_source : f46658e7964eaa8439375e455f8c2e51b254c580
2015-05-22 16:04:25 -07:00
Chenxia Liu
7e9f5ee98a Bug 1147064 - Add colored buttons. r=margaret
--HG--
rename : mobile/android/base/resources/drawable/action_bar_button.xml => mobile/android/base/resources/drawable/action_bar_button_negative.xml
rename : mobile/android/base/resources/drawable/action_bar_button.xml => mobile/android/base/resources/drawable/action_bar_button_positive.xml
extra : rebase_source : 08e43c3b74635ca769eacda59e282d898b6f60c2
2015-05-21 16:27:38 -07:00
Ryan VanderMeulen
67ab30de60 Merge m-c to inbound. a=merge 2015-06-03 16:02:11 -04:00
Eitan Isaacson
2d65260813 Bug 879791 - Don't send touchscreen hover events to gecko when accessibility is disabled. r=kats 2015-06-03 13:00:34 -07:00
Liang-Heng Chen
7397b7309f Bug 1115480 - Part 1: Implement XPCOM module for mDNSProvider. r=mcmanus 2015-05-20 23:06:00 -04:00
Chenxia Liu
95171a3069 Bug 1147064 - Add positive/negative to buttons. r=margaret
--HG--
extra : rebase_source : 4b94763957288a5f7dca559d6ad8cd798033125b
2015-05-18 17:40:30 -07:00
Chenxia Liu
3cf5991a56 Bug 1147064 - Make negative/positive button order consistent. r=margaret
--HG--
extra : rebase_source : f08c887231cbbba5492c520f4c4bdced6f5306a2
2015-04-09 16:04:21 -07:00
Chenxia Liu
4d6cdda90b Bug 1147064 - Remove extra layer of layout for overdraw. r=margaret
--HG--
extra : rebase_source : 2a607fd18a293104c5b4a4f30f9cf5adff48dbe9
2015-05-15 15:47:26 -07:00
Chenxia Liu
61e89877b0 Bug 1147064 - Abstract out shared doorhanger layout. r=margaret
--HG--
rename : mobile/android/base/resources/layout/doorhanger.xml => mobile/android/base/resources/layout/default_doorhanger.xml
extra : rebase_source : 3d2547b501a7f69cef6585549d97f85e36bb444d
2015-05-27 15:48:17 -07:00
Nick Alexander
380f58055f Bug 1170332 - Fix |mach robocop SINGLE_TEST|. r=ahal,gbrown
This patch declares robocop.ini an instrumentation manifest.  It's not
currently possible to declare tests that don't correspond to files, so
we include the .java extension.  (This could be revisited.)

In |mach robocop|, we use the generic test resolving infrastructure to
select the 'instrumentation'/'robocop' flavor/subsuite tests.  In
|runtestsremote.py|, we fall back to robocop.ini, as we always have.

--HG--
extra : rebase_source : b84246ab327c7ec576d82cc4b516e729978600c7
extra : histedit_source : 9b23a6f66e6422e5f334f31cea2a21036be45543
2015-06-01 14:45:48 -07:00
Carsten "Tomcat" Book
aa8d92d1f3 merge mozilla-inbound to mozilla-central a=merge 2015-06-02 13:11:05 +02:00
Phil Ringnalda
9e83975a1c Back out 7 changesets (bug 1147064) for NullPointerExceptions
Backed out changeset 1e9ce9823fd0 (bug 1147064)
Backed out changeset 17d997c1e1dc (bug 1147064)
Backed out changeset cb76155407ab (bug 1147064)
Backed out changeset 3194afdcbb92 (bug 1147064)
Backed out changeset 87af8d27e784 (bug 1147064)
Backed out changeset fd6e15eb81c3 (bug 1147064)
Backed out changeset 1175733ce0bb (bug 1147064)
2015-06-01 21:40:01 -07:00
Chenxia Liu
1777c77eb9 Bug 1147064 - Clean up misc styling from feedback. r=margaret
--HG--
extra : rebase_source : 1ed91a5eb9363d6b74d282f20d8c1027bbf1d826
2015-05-22 17:23:56 -07:00
Chenxia Liu
fca65dd78a Bug 1147064 - Handle callback ids for Login doorhanger dialogs. r=margaret
--HG--
extra : rebase_source : 00b1700f83df1c895624fcd37bb8d5265667a34e
2015-05-22 16:04:25 -07:00
Chenxia Liu
1c22922d11 Bug 1147064 - Add colored buttons. r=margaret
--HG--
rename : mobile/android/base/resources/drawable/action_bar_button.xml => mobile/android/base/resources/drawable/action_bar_button_negative.xml
rename : mobile/android/base/resources/drawable/action_bar_button.xml => mobile/android/base/resources/drawable/action_bar_button_positive.xml
extra : rebase_source : 97993af4535466dab48aeeffcc16d7b03ba9d475
2015-05-21 16:27:38 -07:00
Chenxia Liu
dd1651bdcf Bug 1147064 - Add positive/negative to buttons. r=margaret
--HG--
extra : rebase_source : 23f2ad93fd34773c307774de20a74d5f953cc1cb
2015-05-18 17:40:30 -07:00
Ted Mielczarek
180da81c71 bug 1162060 - add Socorro auth token to Android and B2G mozconfigs. r=mshal
--HG--
extra : rebase_source : 45ee7f81b60e7e0148ce1ee941614df5c445f04a
2015-05-28 07:14:49 -04:00
Carsten "Tomcat" Book
a723ed3ad7 Backed out changeset e91ac9a35f86 (bug 1169476) for android rc2 crashes 2015-06-01 09:38:42 +02:00
Carsten "Tomcat" Book
d0850d8e88 Backed out changeset 4fd1a129d197 (bug 1169476) 2015-06-01 09:37:46 +02:00
Nick Alexander
00b7126412 Bug 1169476 - Add missing import. r=bustage 2015-05-29 17:18:07 -07:00
Nick Alexander
f242708503 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : 15e9e8d5c311312e2eb317936e5d154237c1f9a3
extra : histedit_source : 050ac958ae8580f45e5011a0d353bf13e65d5ff3
2015-05-25 14:27:21 -07:00
Richard Newman
d1cbd8b4e6 Bug 1169393 - Move Adjust-related stuff to AdjustConstants. r=nalexander 2015-05-29 15:52:42 -07:00
Ryan VanderMeulen
012e20629b Merge inbound to m-c. a=merge 2015-05-29 16:58:30 -04:00
Randall Barker
a0e0215561 Bug 1159830 - Autophone - webappstartup should not use console.log to output WEBAPP STARTUP COMPLETE. r=snorp, r=froydnj 2015-05-29 09:58:04 -04:00
Ryan VanderMeulen
2e35b1209f Merge inbound to m-c. a=merge 2015-05-29 09:32:46 -04:00
Ryan VanderMeulen
7e7f8b187e Merge fx-team to m-c. a=merge 2015-05-29 09:20:52 -04:00
Andrew Osmond
52c7f139a7 Bug 1169342 - Remove nsIDOMDeviceStorage. Cleanup nsDOMDeviceStorage event wrappers. r=dhylands 2015-05-28 18:53:16 -04:00
Richard Newman
94b4232195 Bug 1061273 - Pre: add 20+ to Versions. DONTBUILD 2015-05-28 15:22:08 -07:00
Nick Alexander
c5c780a826 No bug - Don't let Gradle incrementally dex. r=me
DONTBUILD NPOTB

Unfortunately, Gradle just can't handle incremental dexing in our
multi-project and parallel configuration.  I see the dreaded
"com.android.dex.DexException: Multiple dex files define ..." error
frequently.

I'm using a downloaded Robotium package instead of the in-tree JAR
file as well, 'cuz it seems to be related.

--HG--
extra : rebase_source : d95c0844082a6deb48966496cb90824f70f6c49d
extra : histedit_source : 2f3d231d9b7139880a924089ab0d523e5e31e6b6
2015-05-24 19:51:22 -07:00
Dipti Nirmale
d90ddbc18f Bug 1116668 - Don't do file access on every call to getGuestProfile. r=rnewman 2015-05-28 09:17:35 -07:00
Ryan VanderMeulen
59f347edf4 Backed out changesets 07cc8095956b and f591bbfa5dbf (bug 1159753) for Android debug mochitest crashes.
CLOSED TREE
2015-05-28 09:20:19 -04:00
Martyn Haigh
37de01dfa1 Bug 1159753 - Remove unused import (r=self)
--HG--
extra : amend_source : b50bab2d7c19808eaadb02edf6782c4cc141afba
2015-05-28 10:18:05 +01:00
Martyn Haigh
669a6a1b4a Bug 1159753 - Add telemetry for Tab Queue (r=mfinkle) 2015-05-28 10:14:19 +01:00
Blake Kaplan
6ff0cdd8d2 Bug 1024437 - Make <datalist> work in e10s. r=MattN 2015-05-28 09:55:46 -07:00
Karim Benhmida
9686a6dd19 Bug 1138635 - Keep keyboard up after voice input. r=liuche
--HG--
extra : rebase_source : 03392db5370b32f04dd3f02503060272358afabb
2015-05-21 14:55:53 -07:00
Allison Naaktgeboren
6e1d5e3eed Bug 1065004 - Provide an option to always open external tabs in Private Browsing.r=margaret 2015-05-26 15:26:33 -07:00
Amin Bandali
38dfbfbb1f Bug 1168618 - Rename immediate to isImmediate in DynamicToolbar.setVisible. r=mcomella 2015-05-28 13:29:00 -04:00
Margaret Leibovic
b1ab926adf Bug 1150174 - Update Android reader button logic to avoid doing full readability parse on every page load. r=mcomella
--HG--
extra : rebase_source : b03fd640921c6b820af97b45f6bdc69ddede568c
2015-04-10 17:09:21 -07:00
Chenxia Liu
e76a66f733 Bug 1147064 - Make negative/positive button order consistent. r=margaret
--HG--
extra : rebase_source : 091eab2370418bcfe6ec887ad7532ec5734349c9
2015-04-09 16:04:21 -07:00
Chenxia Liu
00a77d716f Bug 1147064 - Remove extra layer of layout for overdraw. r=margaret
--HG--
extra : rebase_source : 2589790ce7d46c5ffaed36a152de75786fcad0a6
2015-05-15 15:47:26 -07:00
Chenxia Liu
d0692ba70f Bug 1147064 - Abstract out shared doorhanger layout. r=margaret
--HG--
rename : mobile/android/base/resources/layout/doorhanger.xml => mobile/android/base/resources/layout/default_doorhanger.xml
extra : rebase_source : f492afd2f84a83c4255139a3488c77e08c8ef0cb
2015-05-27 15:48:17 -07:00
Dave Townsend
3a593f903e Bug 1168570: Enable add-on signing support in Android. r=margaret
--HG--
extra : rebase_source : eb8e48a3805068b9b23009b9f597712102efbee1
extra : amend_source : c739460458542a03557bda417aea231dee00a0e9
2015-05-26 13:24:23 -07:00
Martyn Haigh
5841e0cdd9 Bug 1133755 - Final copy for Tab Queue (r=mcomella) 2015-06-01 13:52:32 +01:00
Martyn Haigh
76c50c6719 Bug 1159753 - Add telemetry for Tab Queue (r=mfinkle)
--HG--
extra : rebase_source : 653232980b457701d675745d85955dd502edc94a
2015-06-01 13:20:13 +01:00
Ryan VanderMeulen
99bf4d1ec0 Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-09 13:25:32 -04:00
vivek
02879dba49 Bug 822979 - Bookmark popup notification improvements. r=margaret 2015-05-07 15:07:00 +02:00
Nick Desaulniers
d2b470167d Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Phil Ringnalda
d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Michael Comella
72cb7f46f2 Bug 1166868 - Add default favicon search assets. r=trivial
Forgot to add these in the last commits - this will fix the build bustage.
2015-05-22 16:28:20 -07:00
Michael Comella
f4ec615105 Bug 1166868 - review: Add clarifying comments to FaviconView. r=trivial
--HG--
extra : rebase_source : 05eebc47fb5dfe09c598e74e9942aa189e55c469
2015-05-22 16:18:56 -07:00
Michael Comella
22431597e7 Bug 1166868 - Update default favicon for custom search engines. r=margaret"
--HG--
extra : rebase_source : d37db5866da8eb46c4beabee61518783a5cb1666
2015-05-22 11:32:09 -07:00
Michael Comella
18a590f139 Bug 1158282 - Correct showDefaultFavicon comment. r=me
I thought the dominant color box was always used, but it is only used when it
is enabled in XML attrs.

--HG--
extra : rebase_source : f37eed7fcf726918eb89394693854a5aca7a504c
2015-05-22 11:35:45 -07:00
Michael Comella
a437fb1f8e Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret
--HG--
extra : rebase_source : 11af2c5e798866eb31072a3f52d07392b2d15ba1
2015-05-21 14:11:41 -07:00
Michael Comella
e064b0c599 Bug 1158282 - Handle the default favicon as any other favicon. r=margaret
This removes the complications of handling the "default favicon" as a special
case simplifying the code into two branches - no favicon (i.e. blank) and a
custom favicon.  Under the hood, the Android framework probably does a similar
amount of work (e.g. opening & scaling the bitmap) so I doubt this is less
efficient.

This solves the custom search engine icons changing on FaviconView reuse
(i.e. scrolling) and the incorrect scaling of the default favicon in the
search engine bar.

I attempted to solve the issue while keeping the default favicon as a special
case and it caused a lot of hard to follow code branches so it wasn't worth it.
This special casing is also why this bug existed in the first place!

One caveat to the handle-the-default-as-any-other-approach is mentioned in
the code comments (see FaviconView.showDefaultFavicon).

--HG--
extra : rebase_source : b155ca835cc2d9b9c0b1ce85bbf6e4dc7eb548ef
2015-05-21 14:03:16 -07:00
Ryan VanderMeulen
8f6f16604c Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Karim Benhmida
da8de43e14 Bug 1164301 - Voice input in url activates on click and release. r=liuche
--HG--
extra : rebase_source : 4f0b642b64ebf78654ec1f386d21697a54d24497
2015-05-21 10:51:37 -07:00
Aaron Raimist
99801a24ce Bug 1163211 - Remove windowSoftInputMode comment in AndroidManifest.xml.in r=mcomella
--HG--
extra : rebase_source : 7293355dcc984df348c5e0c7d7325d62c287d69a
2015-05-21 14:17:42 -07:00
Margaret Leibovic
f4c09726b1 Bug 1166392 - Include about:reader strings on Android. r=mfinkle
--HG--
extra : rebase_source : 7c94ea0056d2591179515459ebcc8af6c7e87b9c
2015-05-21 12:46:42 -07:00
Carsten "Tomcat" Book
d71257a4ce Merge mozilla-central to fx-team 2015-05-21 15:16:40 +02:00
Carsten "Tomcat" Book
b4dc8a79b7 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Mark Finkle
12e8c98afb Bug 1151786 - Intermittent testOfflinePage: Restructure test to wait for offline state to change r=margaret 2015-05-21 08:40:45 -04:00
Mike Hommey
622e7d63a3 Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
dominique vincent
678e6dea01 Bug 1165128 - Enable zoomedview by default. r=mcomella 2015-05-15 22:20:12 +02:00
Matt King
107a91f486 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander
--HG--
extra : rebase_source : 33d43ad1bf17c51554f6443a23623868128599df
2015-05-04 14:08:31 +02:00
Karim Benhmida
0f404add1b Bug 1159978 - Strip out old StartPane activity. r=liuche
--HG--
extra : rebase_source : 58049c70c4fd3c9e1c512a2e2be5db08ca03ec8e
2015-05-20 12:26:44 -07:00
Makoto Kato
685504d65d Bug 958421 - XUL dialog for certificate is security/manager/pki/resouces is unnecessary on Firefox Android. r=snorp 2015-05-22 14:28:04 +09:00
darrenjl
aae36aaed4 Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella
--HG--
extra : rebase_source : bd7330bd66a462aa78cb3f50903d779b16233e48
2015-04-30 12:37:33 +10:00
Martyn Haigh
8492c318fa Bug 1165856 - Nightly app does not appear in task switcher when opening external links 2015-05-20 10:08:41 +01:00
Carsten "Tomcat" Book
8d7487c92e Merge mozilla-central to fx-team 2015-05-20 16:10:15 +02:00
Carsten "Tomcat" Book
12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Neil Bleasdale
6f1a980984 Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella 2015-05-18 05:14:00 -04:00
Mike Taylor
a05227a042 Bug 1162099 - Set the prefs to use the dynamic UA override mechanism. r=mfinkle
Once deploying + infrastructure is in place we'll flip
general.useragent.updates.enabled to true.
2015-05-13 20:01:00 -04:00
Mike Taylor
f7fb518e7a Bug 1162099 - Add ua-update.json to the package manifest + DIST_FILES. r=mfinkle, r=nalexander 2015-05-13 21:57:00 -04:00
Mike Taylor
9dee111b2a Bug 1162099 - Create ua-override.json.in and move Youtube override into it. r=nalexander 2015-05-13 21:55:00 -04:00
Nick Alexander
0d8ddf0fed Bug 1151619 - Add Adjust SDK license. r=gerv
--HG--
extra : rebase_source : 2fbbc0319faaf709b63925363e7a788bbb16451e
2015-05-11 14:05:06 -07:00
Nick Alexander
85049e1510 No bug - Brace an if block for clarity.
--HG--
extra : rebase_source : 0ad655c36eb3a44f54b4b66e203a364eb146409f
2015-05-19 08:53:25 -07:00
Michael Comella
e400d26a3c Bug 1137483 - Disable testInputUrlBar on 2.3. r=margaret
--HG--
extra : rebase_source : a5202c24be16875cd1fbc8117aa9199761c5b5f2
2015-05-15 15:52:03 -07:00
Michael Comella
48b29b90f1 Bug 1137483 - Add AppConstants.Versions to ProGuard config to prevent removal. r=nalexander
ProGuard removing Versions' fields caused test failures in comment 50.

--HG--
extra : rebase_source : 84564e6d561d4456bbc029aac8c3728c00e0e5d7
2015-05-13 16:29:49 -07:00
Michael Comella
d0437f3ed8 Bug 1137483 - Move search engine bar under keyboard when shown. r=liuche
This requires the window to resize when the keyboard is shown, which required a
revision in when we draw the window background.

--HG--
extra : rebase_source : df784cce3596a3af4b655f3e513dcc1c5ffe594f
extra : source : a4228f6ef8cefeece8a55a17ce1fcec91db2968f
2015-04-23 12:21:55 -07:00
Michael Comella
6d4f68f007 Bug 1137483 - Set content description of SearchEngineBar items. r=liuche
I tested with Talkback to ensure only the outer container of each search engine
favicon is selected.

--HG--
extra : rebase_source : 48c56dbcc04f364fa4ab8e665171b74c8bc554d2
extra : source : 22567ae1d44d9b6a5c078facd636feda49af98a0
2015-04-22 16:45:23 -07:00
Michael Comella
8ed9bb276f Bug 1137483 - Add telemetry for items selected from the quick search bar. r=liuche
--HG--
extra : rebase_source : 3d108d4ac890709a3ab400054cc125e6efeeac46
extra : source : f6c941bae29665c225bd919bddb50dfd596f66b3
2015-04-21 17:26:52 -07:00
Michael Comella
badbcdb3c2 Bug 1137483 - Center SearchEngineBar when it doesn't fill the screen. r=liuche
--HG--
extra : rebase_source : a471d054fcfd82781ab7b47fece57ce2209e4221
extra : source : 94f0cc466288ae16a6107b475742e31b38b7c724
2015-04-21 17:12:43 -07:00
Michael Comella
beda94364e Bug 1137483 - Add search engine bar to the bottom of BrowserSearch. r=liuche
--HG--
extra : rebase_source : b6dfb0fd08bed78cc62be75481ac13185bb817b4
extra : source : 395b45ace9c0fb7e8cff06e6f33ab5229bb89c58
2015-04-21 16:25:33 -07:00
Mark Capella
04ace1c48d Bug 1157637 - Create ActionBar Handler and Gecko SelectionCarets tests, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
33bcf62e76 Bug 988143 - Enable Gecko Touch in Fennec, Enable all in Mobile, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
b15dcbbc97 Bug 988143 - Enable Gecko Touch in Fennec, New ActionBar Handler, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
e4ae49c943 Bug 988143 - Enable Gecko Touch in Fennec, TextSelection mods, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
498dfe1a92 Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, Add new Mobile prefs, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
e4e9a24311 Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
27ef7c7715 Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan 2015-05-14 22:06:13 -04:00
Michael Comella
58d31221f5 Bug 1164938 - Add MOZ_ANDROID_TAB_QUEUE flag only on NIGHTLY_BUILD. r=nalexander
--HG--
extra : rebase_source : 27d9d3718d0df6f13a1619d02771a5412e41982b
2015-05-14 15:39:46 -07:00
Chenxia Liu
70a901b484 Bug 1126608 - Add list of logins. r=margaret
--HG--
extra : rebase_source : b40d9d0a430a73047e5bbb0cffe85fd521c6fa3c
2015-05-08 17:40:15 -07:00
Chenxia Liu
1ea9f7abbb Bug 1126608 - Add buttons. r=ally
--HG--
extra : rebase_source : a08e8838abbc8364802527f3fb173d471377e95c
2015-05-06 19:39:07 -07:00
Chenxia Liu
c9f28855d7 Bug 1126608 - Add select login doorhanger to SiteIdentityPopup. r=ally
--HG--
extra : rebase_source : 1d716b834f001168509860cdbea35915c9baa649
2015-05-07 15:35:56 -07:00
Chenxia Liu
1ad78414f6 Bug 1126608 - Add Doorhanger:Logins message from Gecko. r=ally
--HG--
extra : rebase_source : ba87d350eb9bd64ef1c7ac215fe2842ad89ce071
2015-05-05 13:44:32 -07:00
Chenxia Liu
9dfc1ca156 Bug 1126608 - Make Site Identity text styling consistent with other doorhangers. r=ally
--HG--
extra : rebase_source : 6e2097373687dd8fa8c9b18e16e6fd05b4dc3efb
2015-04-21 17:36:56 -07:00
Wes Kocher
c0d35978d8 Merge m-c to fx-team a=merge 2015-05-14 15:41:56 -07:00
Wes Kocher
51fad76ff2 Merge fx-team to m-c a=merge 2015-05-14 15:34:39 -07:00
James Willcox
571da64d75 Backout fb6329699801 for x86 breakage on a CLOSED TREE 2015-05-14 15:40:00 -05:00
James Willcox
0e358a231a Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium 2015-05-14 14:52:10 -05:00
James Willcox
71ff4eb983 Bug 1163841 - Always call eglInitialize(), but kill the preloading hack (which was crashing before) r=nchen 2015-05-14 14:52:10 -05:00
James Willcox
27c2682830 Bug 1084456 - Enable MSE on Android r=ajones,ehsan 2015-05-14 14:52:09 -05:00
Ehsan Akhgari
15c58a4dcf Merge central into inbound 2015-05-14 14:16:51 -04:00
Ehsan Akhgari
23ec480664 Disable service workers on desktop and Aurora, no bug; r=nsm a=me 2015-05-14 14:12:27 -04:00
Paolo Amadini
80dddf5864 Bug 1149975 - Part 1 of 2 - Handle visibility of the login fill doorhanger anchor. r=MattN
--HG--
extra : rebase_source : fdc290d5179bf79af1198bf62b5aac98e30aa894
2015-05-13 15:34:14 +01:00
Margaret Leibovic
3f5061a9c9 Bug 1162531 - Add test for add-ons in distributions. r=rnewman
--HG--
extra : rebase_source : 337e39088922c2c8ffd1b9a1eb6c4f751ee6243d
2015-05-11 09:36:00 -07:00
Margaret Leibovic
cb20e51028 Bug 923581 - Install distro add-ons after Distribution:Set to avoid race condition between distribution and XPIProvider. r=rnewman,Mossop
--HG--
extra : rebase_source : 89d676faf3041ba6bde8d3e9ac6fda6b9199bb07
2015-05-12 16:46:29 -07:00
Martyn Haigh
f66879ad04 Bug 1155911 - [tab queue] Opening external links can cause two nightly apps in task switcher (r=rnewman)
--HG--
extra : rebase_source : 2e18c4d16c7896d3d14dab19eefb2306146aae66
extra : amend_source : 2b5700ff7c00b391f7f556711839e29875c01dcb
2015-05-08 17:12:09 +01:00
Martyn Haigh
a065d4535d Bug 1159752 - Visible and selected tab incorrect when tab queue loaded and Fx isn't loaded (r=mcomella)
--HG--
extra : rebase_source : 6273a8ddeda764f3fb5884a5d97f1e2ab30cdcba
2015-05-14 14:04:04 +01:00
Martyn Haigh
a64814de71 Bug 1164452 - IllegalArgumentException crash when removing view via service (r=rnewman) 2015-05-14 12:31:47 +01:00
Gijs Kruitbosch
e785d5ed91 Backed out changeset b98dbd42d4d3 (bug 1159752) at mhaigh's request on IRC 2015-05-14 12:24:31 +01:00
Martyn Haigh
463d174283 Bug 1159752 - Visible & selected tab incorrect when tab queue loaded and Fx isn't loaded (r=rnewman)
--HG--
extra : rebase_source : ec506cd566f5f78519cbd3451720e5b4a413c185
extra : amend_source : d5c0de92d3552fb5979270ba3e5666f13cefd4cf
2015-05-14 12:15:06 +01:00
Michael Comella
ea52e46477 Bug 851693 - Open Activity via Intent URI if it is installed. r=margaret
--HG--
extra : rebase_source : 5e5eba278ffef9e0e4a1182d9892665294d5ddef
2015-05-07 16:32:37 -07:00
Alexander Ploner
24944a62ae Bug 1148549 - Change menu items divider color to #D7D9DB. r=mcomella 2015-05-10 14:01:20 +02:00
Margaret Leibovic
9e60ff8134 Bug 1160346 - Allow home panel add-ons to specify order and make themselves default. r=mfinkle
--HG--
extra : rebase_source : c2bdd73d5673ae699574d5a8597f232f135395e8
2015-05-06 17:44:10 -07:00
Danilo Cesar Lemes de Paula
7e66ac4a43 Bug 1162701 - Fix panning on Fennec built with C++ APZ. r=kats 2015-05-11 05:22:00 +02:00
Wes Kocher
60d01c38b7 Merge inbound to m-c a=merge 2015-05-12 16:24:41 -07:00
Margaret Leibovic
53fee4b5cc Bug 1161701 - Listen for AboutReader:Ready notification instead of waiting for content to appear in testReaderView. r=mfinkle
--HG--
extra : rebase_source : 2d3f1508e099bfac87420f5f92eba388fbfd592b
2015-05-11 16:51:41 -07:00
Carsten "Tomcat" Book
e1d7012a98 merge fx-team to mozilla-central a=merge 2015-05-12 12:01:27 +02:00
ffxbld
6e000a11db Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-05-11 15:06:43 -04:00
Michael Comella
39f6610772 Bug 1162423 - Handle Browser.EXTRA_CREATE_NEW_TAB. r=margaret
I simplified the code by passing an Intent into the loadUrl functions rather
than two arguments.

--HG--
extra : rebase_source : 509865bd053c8d8fca0268fb507876325a81fdb9
2015-05-11 11:11:18 -07:00
vivek
03bd772f79 Bug 1162254 - Favicon_globe set as fallback image in case of cache miss. r=margaret 2015-05-07 15:27:00 -04:00
Carsten "Tomcat" Book
90096e4744 merge mozilla-central to mozilla-inbound
--HG--
rename : dom/base/MultipartFileImpl.cpp => dom/base/MultipartBlobImpl.cpp
rename : dom/base/MultipartFileImpl.h => dom/base/MultipartBlobImpl.h
2015-05-12 17:07:10 +02:00
Clayton Bodendein
e06eaf00ff Bug 1159904 - Fix syntax error in Reader.js. r=margaret 2015-05-10 13:12:37 -05:00
Chenxia Liu
7c5e65bd52 Bug 1159876 - Dismiss Doorhanger when user clicks on Edit site settings. r=ally
--HG--
extra : rebase_source : d7391df779a65a8c5ea79126e14af601c2e6beb5
2015-05-08 11:33:49 -07:00
Chenxia Liu
6361cbe303 Backed out bug 1159876. r=notfixed 2015-05-08 09:00:01 -07:00
Carsten "Tomcat" Book
2646447b86 Merge mozilla-central to fx-team on a CLOSED TREE 2015-05-08 13:27:09 +02:00
Carsten "Tomcat" Book
6b5929e6e3 Backed out changeset 0602fff3681d (bug 1137483) for suspicion this made the rc2 test failing more frequently on a CLOSED TREE 2015-05-08 10:50:00 +02:00
Carsten "Tomcat" Book
58bf9ec24c Backed out changeset 399980ce108a (bug 1137483) 2015-05-08 10:48:33 +02:00
Carsten "Tomcat" Book
59f9d29427 Backed out changeset a7ba18a83520 (bug 1137483) 2015-05-08 10:48:24 +02:00
Carsten "Tomcat" Book
747a7e6045 Backed out changeset 501e46e3e348 (bug 1137483) 2015-05-08 10:48:19 +02:00
Carsten "Tomcat" Book
0394b38e1c Backed out changeset 3a1669b7df0f (bug 1137483) 2015-05-08 10:48:13 +02:00
Carsten "Tomcat" Book
9073cdccfa Backed out changeset 3dae1f0d8b0b (bug 1137483) 2015-05-08 10:48:07 +02:00
Carsten "Tomcat" Book
41416405bc merge mozilla-inbound to mozilla-central a=merge 2015-05-07 15:38:45 +02:00
Ryan VanderMeulen
2b6b2dfa49 Merge m-c to inbound. a=merge
CLOSED TREE
2015-05-06 16:27:28 -04:00
Nathan Toone
0f9afa9766 Bug 1161195 - Part 2: Rename variables. r=nalexander
Rename variables to be consistent with the name used in confvars.sh.
2015-05-05 20:11:15 -06:00
Nathan Toone
79c3b4b7be Bug 1161195 - Part 1: Set java class names at compile time. r=nalexander
Rather than hardcoding the following classes in AppConstants.java.in and AndroidManifest.xml, they are set in
confvars.sh:
   org.mozilla.gecko.GeckoApplication (Specified using MOZ_ANDROID_APPLICATION_CLASS)
   org.mozilla.gecko.BrowserApp       (Specified using MOZ_ANDROID_BROWSER_INTENT_CLASS)
   org.mozilla.search.SearchActivity  (Specified using MOZ_ANDROID_SEARCH_INTENT_CLASS)
2015-05-05 20:10:50 -06:00
Tomas Flek
570a96ef27 Bug 1127139 - BounceAnimator incorrectly overrides start. r=liuche
--HG--
rename : mobile/android/base/animation/BounceAnimator.java => mobile/android/base/animation/BounceAnimatorBuilder.java
2015-05-05 10:09:29 +02:00
Giorgos Logiotatidis
e6f3be5652 Bug 1155579 - Allow multiple countries per snippet. r=margaret
Giorgos Logiotatidis <giorgos@mozilla.com>
# Parent  b3b825c069146b057ff797f5e7a4a1b502d4ccf8
2015-05-07 09:42:59 -07:00
Mantaroh Yoshinaga
2f38e0cc6f Bug 1147770 - Modify datapicker to support literal 'T' and 'Z' when choosing datetime. r=wesj
--HG--
extra : rebase_source : 2e13e4489b5c6b7dae4374740f417608afdd2055
2015-04-30 19:29:00 -04:00
Allison Naaktgeboren
543db6baa4 Bug 1139232 - Door hanger on tablet shows up in the tab over view.r=liuche 2015-05-05 16:53:28 -07:00
Michael Comella
d6ec012b26 Bug 1137483 - Replace back actions with Solo.goBack in testInputUrlBar. r=me
This caused some test failures (see comment 34) - I filed bug 1161820 to
prevent this issue in other tests.

--HG--
extra : rebase_source : a90bf758566bad2babedc42b911c3bf7ef79da91
2015-05-05 16:48:17 -07:00
Michael Comella
0b611b230a Bug 1137483 - Move search engine bar under keyboard when shown. r=liuche
This requires the window to resize when the keyboard is shown, which required a
revision in when we draw the window background.

--HG--
extra : rebase_source : 646923ac38dfba5ac863f5ae9619aa219e9101dc
extra : source : a4228f6ef8cefeece8a55a17ce1fcec91db2968f
2015-04-23 12:21:55 -07:00
Michael Comella
b7c9dc76b1 Bug 1137483 - Set content description of SearchEngineBar items. r=liuche
I tested with Talkback to ensure only the outer container of each search engine
favicon is selected.

--HG--
extra : rebase_source : 230e6783cac45ce60e89aa87346e5e4763c222c3
extra : source : 22567ae1d44d9b6a5c078facd636feda49af98a0
2015-04-22 16:45:23 -07:00
Michael Comella
c6009f3ea6 Bug 1137483 - Add telemetry for items selected from the quick search bar. r=liuche
--HG--
extra : rebase_source : e8f45d68e05ff9699daddc1c7194c27701d40c8a
extra : source : f6c941bae29665c225bd919bddb50dfd596f66b3
2015-04-21 17:26:52 -07:00
Michael Comella
961e004ee6 Bug 1137483 - Center SearchEngineBar when it doesn't fill the screen. r=liuche
--HG--
extra : rebase_source : 6104ceac3d0533bcebf294769541b63edabe92f5
extra : source : 94f0cc466288ae16a6107b475742e31b38b7c724
2015-04-21 17:12:43 -07:00
Michael Comella
ce5790ccd0 Bug 1137483 - Add search engine bar to the bottom of BrowserSearch. r=liuche
--HG--
extra : rebase_source : ab9df512f8b41959cbd1b67eba73e8c893a6fe84
extra : source : 395b45ace9c0fb7e8cff06e6f33ab5229bb89c58
2015-04-21 16:25:33 -07:00
Martyn Haigh
770abc3d6b Bug 1159368 - After queueing a tab, I get put into the search activity (r=rnewman) 2015-05-06 17:57:45 +01:00