Commit Graph

16736 Commits

Author SHA1 Message Date
Michael Comella
780317b5e7 Bug 1170886 - Remove unnecessary InlinedApi suppression. r?nalexander 2015-06-02 20:09:21 -07:00
Michael Comella
15d34e0c72 Bug 1170886 - Replace use of NewApi suppression with @TargetApi. r?nalexander
TargetApi is specific, and preferred.
2015-06-02 20:02:30 -07:00
Richard Newman
7ac16c26e7 Bug 1170819 - Enable payments in Fennec release channel. r=mfinkle,AndyM 2015-06-04 12:28:23 -07:00
Richard Newman
696b4093c9 Bug 1061273 - Part 4: use SSLSocketFactory directly, rather than our own TLSSocketFactory subclass. 2015-06-04 11:07:32 -07:00
Richard Newman
f7def564fd Bug 1061273 - Part 3: enable TLSv1 for landing. 2015-06-04 11:07:32 -07:00
Richard Newman
b1c26c2950 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
31ee96a3bc 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
dbcc4fa984 Bug 1169427 - Replace FloatMath.*() calls with calls to Math.*(). r=snorp 2015-06-02 18:53:59 -07:00
Michael Comella
eb19e2c422 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
edbe64adf8 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
f7ab4608d1 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
d2ccbf448a Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Michael Comella
7af4011d58 Bug 1170884 - Use fully qualified android.R.*. r?nalexander 2015-06-02 18:21:38 -07:00
Michael Comella
0b385264fe Bug 1170884 - Call super from sub-class. r?nalexander 2015-06-02 18:19:23 -07:00
Michael Comella
4252b6f5c7 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.
2015-06-03 21:12:00 -07:00
Ryan VanderMeulen
fc4ff6cdab Merge m-c to fx-team. a=merge 2015-06-03 16:06:53 -04:00
Ryan VanderMeulen
e7e473d305 Merge inbound to m-c. a=merge 2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
ced34d61a9 Merge b2g-inbound to m-c. a=merge 2015-06-03 15:50:54 -04:00
"Chris AtLee"
70478235dc Bug 1171040: Enable MOZ_AUTOMATION_UPLOAD_SYMBOLS for android nightly builds r=ted a=RyanVM 2015-06-03 11:45:10 -04:00
Michael Comella
74cd076df5 Bug 1170289 - Set default search engine favicon to magnifying glass. r?Margaret
This doesn't work for the Settings screen (bug 1170346).
2015-06-01 15:33:11 -07:00
Michael Comella
faedf2869f Bug 1170289 - Use ImageView in the search engine bar. r?Margaret 2015-06-01 14:18:36 -07:00
Michael Comella
3ef41af146 Bug 1170289 - Backout Bug 1166868 (changeset b73de443b580 & fefa03e0fb9d). r?Margaret
These patches added complexity that we're removing by implementing this bug.
2015-06-01 14:16:55 -07:00
Nick Alexander
ebe9712b0b 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!
2015-05-29 17:18:07 -07:00
James Willcox
31e6ab664c Bug 1165460 - Prefer GCC 4.9 for Fennec builds r=glandium 2015-06-03 10:26:17 -05:00
James Willcox
4ddca400f4 Bug 1165460 - Build Fennec using NDK r10e r=coop 2015-06-03 10:26:17 -05:00
James Willcox
09d686b910 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
98001c2748 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
8dbf112697 Bug 1147064 - Undeleted Layout inflation line. r=me 2015-06-02 13:37:40 -07:00
Chenxia Liu
68927aa118 Bug 1147064 - Clean up misc styling from feedback. r=margaret 2015-05-22 17:23:56 -07:00
Chenxia Liu
825922548b Bug 1147064 - Handle callback ids for Login doorhanger dialogs. r=margaret 2015-05-22 16:04:25 -07:00
Chenxia Liu
ae4a3b371f Bug 1147064 - Add colored buttons. r=margaret 2015-05-21 16:27:38 -07:00
Ryan VanderMeulen
39074be05e Merge m-c to inbound. a=merge 2015-06-03 16:02:11 -04:00
Eitan Isaacson
abeb4c214a 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
0f95d0e95a Bug 1115480 - Part 1: Implement XPCOM module for mDNSProvider. r=mcmanus 2015-05-20 23:06:00 -04:00
Chenxia Liu
68367db37c Bug 1147064 - Add positive/negative to buttons. r=margaret 2015-05-18 17:40:30 -07:00
Chenxia Liu
123866ad64 Bug 1147064 - Make negative/positive button order consistent. r=margaret 2015-04-09 16:04:21 -07:00
Chenxia Liu
8cc024ece9 Bug 1147064 - Remove extra layer of layout for overdraw. r=margaret 2015-05-15 15:47:26 -07:00
Chenxia Liu
cf0d104de0 Bug 1147064 - Abstract out shared doorhanger layout. r=margaret 2015-05-27 15:48:17 -07:00
Nick Alexander
245f941fb6 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.
2015-06-01 14:45:48 -07:00
Carsten "Tomcat" Book
0cfe58cf94 merge mozilla-inbound to mozilla-central a=merge 2015-06-02 13:11:05 +02:00
Phil Ringnalda
f7ea504b6d 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
14435bd19d Bug 1147064 - Clean up misc styling from feedback. r=margaret 2015-05-22 17:23:56 -07:00
Chenxia Liu
09c1168b1f Bug 1147064 - Handle callback ids for Login doorhanger dialogs. r=margaret 2015-05-22 16:04:25 -07:00
Chenxia Liu
36175cd8f7 Bug 1147064 - Add colored buttons. r=margaret 2015-05-21 16:27:38 -07:00
Chenxia Liu
206f3698bd Bug 1147064 - Add positive/negative to buttons. r=margaret 2015-05-18 17:40:30 -07:00
Ted Mielczarek
ac1ae827dc bug 1162060 - add Socorro auth token to Android and B2G mozconfigs. r=mshal 2015-05-28 07:14:49 -04:00
Carsten "Tomcat" Book
a26a326fa9 Backed out changeset e91ac9a35f86 (bug 1169476) for android rc2 crashes 2015-06-01 09:38:42 +02:00
Carsten "Tomcat" Book
e99eb65f4a Backed out changeset 4fd1a129d197 (bug 1169476) 2015-06-01 09:37:46 +02:00
Nick Alexander
44d67862e4 Bug 1169476 - Add missing import. r=bustage 2015-05-29 17:18:07 -07:00
Nick Alexander
2f03d4af54 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!
2015-05-25 14:27:21 -07:00
Richard Newman
17152c321b Bug 1169393 - Move Adjust-related stuff to AdjustConstants. r=nalexander 2015-05-29 15:52:42 -07:00
Ryan VanderMeulen
293c66abe7 Merge inbound to m-c. a=merge 2015-05-29 16:58:30 -04:00
Randall Barker
fe8718865b 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
90fcd7d1ec Merge inbound to m-c. a=merge 2015-05-29 09:32:46 -04:00
Ryan VanderMeulen
9f19207d9a Merge fx-team to m-c. a=merge 2015-05-29 09:20:52 -04:00
Andrew Osmond
2250b84012 Bug 1169342 - Remove nsIDOMDeviceStorage. Cleanup nsDOMDeviceStorage event wrappers. r=dhylands 2015-05-28 18:53:16 -04:00
Richard Newman
027d88ea33 Bug 1061273 - Pre: add 20+ to Versions. DONTBUILD 2015-05-28 15:22:08 -07:00
Nick Alexander
67fffb5b16 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.
2015-05-24 19:51:22 -07:00
Dipti Nirmale
e2fdd224c9 Bug 1116668 - Don't do file access on every call to getGuestProfile. r=rnewman 2015-05-28 09:17:35 -07:00
Ryan VanderMeulen
2c7106ee1a 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
f0f31d3143 Bug 1159753 - Remove unused import (r=self) 2015-05-28 10:18:05 +01:00
Martyn Haigh
f69d811043 Bug 1159753 - Add telemetry for Tab Queue (r=mfinkle) 2015-05-28 10:14:19 +01:00
Blake Kaplan
80be7ba197 Bug 1024437 - Make <datalist> work in e10s. r=MattN 2015-05-28 09:55:46 -07:00
Karim Benhmida
de8173f084 Bug 1138635 - Keep keyboard up after voice input. r=liuche 2015-05-21 14:55:53 -07:00
Allison Naaktgeboren
489b1a55ac 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
291a189a8a Bug 1168618 - Rename immediate to isImmediate in DynamicToolbar.setVisible. r=mcomella 2015-05-28 13:29:00 -04:00
Margaret Leibovic
26fa2df2ed Bug 1150174 - Update Android reader button logic to avoid doing full readability parse on every page load. r=mcomella 2015-04-10 17:09:21 -07:00
Chenxia Liu
df79eed486 Bug 1147064 - Make negative/positive button order consistent. r=margaret 2015-04-09 16:04:21 -07:00
Chenxia Liu
ed8f173296 Bug 1147064 - Remove extra layer of layout for overdraw. r=margaret 2015-05-15 15:47:26 -07:00
Chenxia Liu
f70ba5e105 Bug 1147064 - Abstract out shared doorhanger layout. r=margaret 2015-05-27 15:48:17 -07:00
Dave Townsend
90722885fe Bug 1168570: Enable add-on signing support in Android. r=margaret 2015-05-26 13:24:23 -07:00
Martyn Haigh
f6a91ec7c9 Bug 1133755 - Final copy for Tab Queue (r=mcomella) 2015-06-01 13:52:32 +01:00
Martyn Haigh
db758926d4 Bug 1159753 - Add telemetry for Tab Queue (r=mfinkle) 2015-06-01 13:20:13 +01:00
Ryan VanderMeulen
30103e7e9d Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-09 13:25:32 -04:00
vivek
b2acd2534d Bug 822979 - Bookmark popup notification improvements. r=margaret 2015-05-07 15:07:00 +02:00
Nick Desaulniers
f3fc2d8bc9 Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Phil Ringnalda
ae0515f0a5 Merge f-t to m-c, a=merge 2015-05-23 14:28:07 -07:00
Michael Comella
762d2aaa92 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
670df6e052 Bug 1166868 - review: Add clarifying comments to FaviconView. r=trivial 2015-05-22 16:18:56 -07:00
Michael Comella
adf53f5e5e Bug 1166868 - Update default favicon for custom search engines. r=margaret" 2015-05-22 11:32:09 -07:00
Michael Comella
9a4a0c57d1 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.
2015-05-22 11:35:45 -07:00
Michael Comella
f6077389d6 Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret 2015-05-21 14:11:41 -07:00
Michael Comella
826339c3ee 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).
2015-05-21 14:03:16 -07:00
Ryan VanderMeulen
ecdd625f1a Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Karim Benhmida
11a882747d Bug 1164301 - Voice input in url activates on click and release. r=liuche 2015-05-21 10:51:37 -07:00
Aaron Raimist
a94f0a4f67 Bug 1163211 - Remove windowSoftInputMode comment in AndroidManifest.xml.in r=mcomella 2015-05-21 14:17:42 -07:00
Margaret Leibovic
6b86c2ac37 Bug 1166392 - Include about:reader strings on Android. r=mfinkle 2015-05-21 12:46:42 -07:00
Carsten "Tomcat" Book
0e09dfeb83 Merge mozilla-central to fx-team 2015-05-21 15:16:40 +02:00
Carsten "Tomcat" Book
967e6f7f03 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Mark Finkle
f39f5b4167 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
434f0fefde Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
dominique vincent
a5b86a8b0f Bug 1165128 - Enable zoomedview by default. r=mcomella 2015-05-15 22:20:12 +02:00
Matt King
c84b4da484 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander 2015-05-04 14:08:31 +02:00
Karim Benhmida
aba78ca9c4 Bug 1159978 - Strip out old StartPane activity. r=liuche 2015-05-20 12:26:44 -07:00
Makoto Kato
d62075c412 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
b9cafa0ac9 Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella 2015-04-30 12:37:33 +10:00
Martyn Haigh
dab68db035 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
aa59538a7b Merge mozilla-central to fx-team 2015-05-20 16:10:15 +02:00
Carsten "Tomcat" Book
df805f488e merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Neil Bleasdale
85fc1e211e Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella 2015-05-18 05:14:00 -04:00