Commit Graph

18931 Commits

Author SHA1 Message Date
Sebastian Kaspari
12ae8599a6 Bug 1244241 - Fix quotes in tab_queue_notification_settings. r=Pike 2016-02-01 22:48:12 +01:00
Mark Capella
f22b6377e0 Bug 1235510 - Remove obsolete robocop tests for SelectionHandler routines, r=jchen 2016-02-01 16:42:12 -05:00
Sebastian Kaspari
34a77b262e Bug 1243817 - DownloadContentCatalog: Store catalog as JSON object instead of array. r=rnewman 2016-01-28 19:26:09 +01:00
Andrzej Hunt
4c1b04256b Bug 1243354 - Part 1: Correctly handle TextInputLayout in PromptInput r=mcomella 2016-01-29 15:33:18 -08:00
Phil Ringnalda
0c88c25c2c Bug 1241478 - Disable test_offline_page.html for frequent failures stemming from trying to check the DOM of a page before it has loaded 2016-01-31 10:06:38 -08:00
Phil Ringnalda
863943dfb7 Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
CLOSED TREE

Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
2016-01-31 10:10:57 -08:00
Birunthan Mohanathas
f94b4ff6a2 Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-01-31 17:12:12 +02:00
Mark Goodwin
8fd1c92167 Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-30 08:07:38 +00:00
Andrzej Hunt
fb3280468a Bug 1232651 - don't show search suggestions in private browsing r=mcomella
We also remove the special case for updating mSuggestClient when
search engines are modified during private browsing - this causes
a weird edge case where we potentially show history suggestions
after switching search engines (this seems to be because having
mSuggestClient == null avoids us even reaching the stage where
we usually recycle unneeded suggestions).
2016-01-06 15:43:13 -08:00
Wes Kocher
033e95c521 Merge m-c to fx-team, a=merge 2016-01-29 13:44:12 -08:00
Wes Kocher
a241fb67ab Merge fx-team to central, a=merge CLOSED TREE 2016-01-29 13:40:29 -08:00
Wes Kocher
65da1cf891 Backed out changeset 87c4fbaccbf5 (bug 1232651) for robocop bustage 2016-01-29 13:32:20 -08:00
Sebastian Kaspari
bf4557adac Bug 1243713 - Skip testCatalogIsBootstrappedIfFileDoesNotExist() if MOZ_ANDROID_EXCLUDE_FONTS is not set. r=nalexander 2016-01-28 13:15:56 +01:00
Carsten "Tomcat" Book
74b81f2325 merge fx-team to mozilla-central a=merge 2016-01-29 11:47:23 +01:00
Nathan Toone
e0fc5fb536 Bug 1243931 - Use Context.getPackageName() instead of AppConstants.ANDROID_PACKAGE_NAME. r=nalexander
This patch just modifies the search widget to use the Android Context function instead of the hard-coded (at compile time) value.
2016-01-28 16:30:52 -07:00
Chenxia Liu
536af124a1 Bug 1242467 - Update renames missed in FirstrunAnimationContainer. r=bustage CLOSED TREE 2016-01-28 11:38:39 -08:00
Wes Kocher
644a0a8c9b Merge m-c to inbound, a=merge 2016-01-28 17:50:18 -08:00
Kartikaya Gupta
1c933c6cff Bug 1243547 - Route scroll position adjusting for surface shifting directly to APZC. r=rbarker 2016-01-28 16:00:05 -05:00
Andrzej Hunt
c5634fe90a Bug 1238656 - Bypass cache for touchIcons to avoid needless downscaling. r=mcomella 2016-01-11 11:54:46 -08:00
Andrzej Hunt
31a0ccd15c Bug 1232651 - don't show search suggestions in private browsing r=mcomella
We also remove the special case for updating mSuggestClient when
search engines are modified during private browsing - this causes
a weird edge case where we potentially show history suggestions
after switching search engines (this seems to be because having
mSuggestClient == null avoids us even reaching the stage where
we usually recycle unneeded suggestions).
2016-01-06 15:43:13 -08:00
Kartikaya Gupta
5cd890c6fc Bug 1231554 - Disable the dynamic toolbar on Galaxy Note devices running Android 4.1.2. r=sebastian 2016-01-29 14:45:24 -05:00
Chenxia Liu
5e15bd1087 Bug 1243835 - Add padding to firstrun pager highlight. r=sebastian 2016-01-27 15:43:22 -08:00
Carsten "Tomcat" Book
6d639cca1d merge mozilla-inbound to mozilla-central a=merge 2016-01-28 12:13:37 +01:00
Michael Comella
0e9d9885d6 Bug 1241697 - Upload experiments with core telemetry ping. r=mfinkle
We generate the experiments in the TelemetryPingGenerator, rather than passing
them into the Intent, meaning that if the UploadSerivce gets killed and the
Intent gets redelivered, the experiments will be re-generated and there is a
chance the uploaded document won't be identical to the one that would have been
uploaded (or was uploaded, if the service is killed after the upload occurs).
The way to fix this is to pass the experiments into the Intent so it gets
redelivered identically.

However, it's not worth making the documents identical for the moment. It will
be fixed when we implement the functionality to reupload already-generated
documents which we believe to have failed to upload (which is necessary for us
to specify "counts since last ping").
2016-01-27 15:09:08 -08:00
Michael Comella
726df1ef9e Bug 1205835 - Create telemetry upload service and upload in onStart. r=rnewman 2016-01-27 16:25:27 -08:00
Michael Comella
405020a8fb Bug 1205835 - Add TelemetryPingGenerator for core pings. r=rnewman 2016-01-25 17:47:35 -08:00
Maurya Talisetti
7916808792 Bug 1242352 - Add license header to DownloadContentService.java. r=sebastian 2016-01-25 02:20:00 +01:00
Sebastian Kaspari
2f827778a2 Bug 1241999 - Show snackbar to ask for Storage permission if updater is enabled. r=nalexander 2016-01-22 17:02:22 +01:00
Carsten "Tomcat" Book
45b3ce32b0 merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
Mark Capella
0af4a0b9a6 Bug 1242349 - Provide unique AccessibleCaret pref for JS selection changes, r=TYLin 2016-01-26 09:27:36 -05:00
Sebastian Kaspari
08a06fac57 Bug 1242443 - TestPermissions: Add test cases for non-Activity context, doNotPrompt() and doNotPromptIf(). r=nalexander 2016-01-25 14:12:20 +01:00
Andrzej Hunt
0e8c3dd625 Bug 1227325 - Part 5: add design support library to b2gdroid r=mcomella
TextInputLayout is part of the design support library, hence we need to
include that for b2gdroid.
2016-01-25 10:45:23 -08:00
Andrzej Hunt
0bb6956f02 Bug 1227325 - Part 4: Remove (now unused) FloatingHintEditText r=mcomella 2016-01-12 10:59:50 -08:00
Andrzej Hunt
cfa177cd95 Bug 1227325 - Part 3: Upgrade GeckoPreferences to use TextInputLayout r=mcomella 2016-01-22 16:46:26 -08:00
Andrzej Hunt
a73923c3a6 Bug 1227325 - Part 2: Upgrade PromptInput to use TextInputLayout r=mcomella 2016-01-11 18:24:20 -08:00
Andrzej Hunt
91d5fb0dc3 Bug 1227325 - Part 1: Upgrade EditBookmarkDialog to use TextInputLayout r=mcomella 2016-01-11 18:16:57 -08:00
Geoff Brown
81674e82bb Bug 1233220 - Use 5 pages from tp5 for page loads in test_awsy_lite; r=snorp,margaret 2016-01-26 19:40:34 -07:00
Geoff Brown
7b26c2c37d Bug 1233220 - Add test_awsy_lite mochitest, to track Fennec RSS in perfherder; r=snorp,margaret 2016-01-26 19:40:33 -07:00
Nick Alexander
4c0bbad1a7 Bug 1242797 - Use localOld product flavor for Spoon instrumentation tests. r=vivek 2016-01-25 16:20:11 -08:00
Sebastian Hengst
a10345e651 Backed out 5 changesets (bug 1230674) for webgl bustage and crashes. r=backout on a CLOSED TREE
Backed out changeset 07cdcb9b4565 (bug 1230674)
Backed out changeset d21d089c447f (bug 1230674)
Backed out changeset a26de45cdb6a (bug 1230674)
Backed out changeset 59ec0033bd22 (bug 1230674)
Backed out changeset 74a06f6d85e1 (bug 1230674)
2016-01-26 22:40:18 +01:00
Wes Kocher
d6009f3288 Backed out 2 changesets (bug 1233220) for spidermonkey build bustage CLOSED TREE
Backed out changeset 32180fcb0912 (bug 1233220)
Backed out changeset 75bd3e327f6e (bug 1233220)
2016-01-26 13:23:33 -08:00
Eugen Sawin
66fe9f6bcf Bug 1242521 - [1.1] Check for Gecko interface availability before accessing activity. r=snorp 2016-01-26 21:39:10 +01:00
Margaret Leibovic
0513bf320e Bug 1231792 - Add Bookmarks and History 3-dot menu items. r=liuche
This change also depends on changes to the switchboard server config.
2015-12-10 15:23:12 -05:00
Margaret Leibovic
50cbf1819d Backed out changeset d7587396a9ad for busted gradle wrapper 2016-01-25 09:13:07 -05:00
Margaret Leibovic
e51314d4c2 Bug 1231792 - Add Bookmarks and History 3-dot menu items. r=liuche
This change also depends on changes to the switchboard server config.
2015-12-10 15:23:12 -05:00
Sebastian Kaspari
699c2299e2 Bug 1238066 - Add LeakCanary to local (gradle) builds. r=nalexander
This patch adds LeakCanary to gradle builds and the no-op library to
mach-based builds.
2016-01-21 12:35:21 +01:00
Sebastian Kaspari
1ca6870d70 Bug 1240703 - Only start ScreenshotObserver if we have the needed permissions. r=nalexander 2016-01-25 13:23:41 +01:00
Sebastian Kaspari
a90bbbc77d Bug 1240703 - Pre: Move ScreenshotObserver to base package. r=me 2016-01-25 13:16:35 +01:00
Nick Alexander
6a55693b2f Bug 1242284 - Post: Use Gradle's manifest placeholders to produce Robocop manifest. r=sebastian
DONTBUILD NPOTB

This is a convenience, and a look ahead to a Gradle-based future.  The
reason to do this is that front-end builds don't (really) support
testing, so we set --disable-tests.  However, this means that
mobile/android/tests/browser/robocop doesn't get processed at build
time, and that means the Robocop manifest doesn't get preprocessed.
Rather than hack generating the Robocop manifest in, let's skate to
where the puck is going and just use Gradle where appropriate.
2016-01-11 18:02:34 -08:00
Nick Alexander
1a9c0f8024 Bug 1242284 - Add local, localOld, and automation Gradle product flavors. r=sebastian
The default configuration is now localDebug for API 21+, and
localOldDebug for <API 21.  This actually paves the way nicely for
automation builds; previously, I was intending to use debug and
release to for local and automation builds, respectively, but this is
more clear.
2015-12-16 16:48:22 -08:00