Commit Graph

18950 Commits

Author SHA1 Message Date
Margaret Leibovic
60ff557e83 Bug 1244704 - Create a more granular BOOKMARKS_COUNT probe for mobile. r=mfinkle 2016-02-01 09:58:03 -05:00
Michael Comella
4d40d63ff3 Bug 1244859 - Remove trailing slash in telemetry urls. r=mfinkle r=mfinkle
It was not to-spec (though it doesn't appear to have an effect on how the
server reads the data).
2016-02-01 13:25:40 -08:00
Margaret Leibovic
50c45752af Backed out changeset 5a593c624332 2016-02-02 10:07:55 -05:00
Margaret Leibovic
4e4079ce84 Backed out changeset cd18c8af8b56 2016-02-02 10:06:52 -05:00
Margaret Leibovic
b841a69d27 Bug 1244727 - Remove expired histogram probes. r=mfinkle 2016-02-01 10:02:53 -05:00
Margaret Leibovic
d3d5545a8f Bug 1244704 - Create a more granular BOOKMARKS_COUNT probe for mobile. r=mfinkle 2016-02-01 09:58:03 -05:00
Margaret Leibovic
b8d4212a67 Bug 1244734 - Handle a null tab URL in enterEditingMode. r=liuche 2016-02-01 10:47:10 -05:00
Carsten "Tomcat" Book
42bc85234d Merge mozilla-central to fx-team 2016-02-02 11:54:43 +01:00
Carsten "Tomcat" Book
9468a26fac merge mozilla-inbound to mozilla-central a=merge 2016-02-02 11:50:53 +01:00
Geoff Brown
695fcf875c Bug 1241907 - Grant runtime permissions before running browser tests; r=jmaher 2016-02-01 15:52:34 -07:00
Jim Chen
5f448383ca Bug 1243070 - Remove obsolete size-change code; r=snorp
Remove obsolete SIZE_CHANGED event and its handler in nsWindow. Also
remove some other supporting code (such as gAndroidBounds and the
FORCED_RESIZE event) that should be unnecessary by now.
2016-02-01 17:38:14 -05:00
Jim Chen
728b693286 Bug 1243070 - Use native method to notify window size change; r=snorp
Convert the SIZE_CHANGED event to a native method in GLController, and
carry over the SIZE_CHANGED implementation to the new implementation in
GLController. Some other changes were made for correctness in handling
size changes.
2016-02-01 17:38:14 -05:00
Jim Chen
04869506de Bug 1243069 - Control GeckoThread state entirely from C++ code; r=snorp
Right now, we rely on browser.js sending Gecko:Ready, to set the
GeckoThread state to RUNNING upon receiving Gecko:Ready. This patch
gets rid of this dependency on browser.js and Gecko:Ready.
2016-02-01 17:38:14 -05:00
Jim Chen
41e607e6aa Bug 1243049 - Update robocop tests to use new prefs API; r=gbrown
Change old robocop prefs API to the new API and add helper classes for
getting prefs. Also switch all tests that use prefs to use the new API.
2016-02-01 17:38:14 -05:00
Jim Chen
e226127161 Bug 1243049 - Use PrefHelper.addObserver; r=snorp
Use the new PrefHelper.addObserver method for adding pref observers.
2016-02-01 17:38:14 -05:00
Jim Chen
195a41f4e6 Bug 1243049 - Convert browser.js prefs code to use observer; r=margaret
Convert the old prefs code in browser.js to use observer notifications
that are sent by the new PrefsHelper implementation, in order to handle
pseudo-prefs.
2016-02-01 17:38:14 -05:00
Jim Chen
668e130fb8 Bug 1243049 - Introduce new PrefsHelper implementation; r=snorp
Introduce a new implementation for PrefsHelper that does not use events
or rely on browser.js for getting and/or setting prefs. Also add an
addObserver method to better match the removeObserver method.
2016-02-01 17:38:13 -05:00
Sebastian Kaspari
c3541a0d8a Bug 1244748 - Remove unused network_offline.png. r=mfinkle 2016-02-01 17:08:37 +01:00
Jordan Lund
53bbeaa0f5 Bug 1219094 - releng - kill api-11 mozconfigs NPOTB DONTBUILD CLOSED TREE r=rail 2016-02-01 13:42:38 -08:00
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