Commit Graph

85 Commits

Author SHA1 Message Date
Adam Roach [:abr]
250dbee286 Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Blair McBride
1729df98d5 Bug 1056769 - UITour tests shouldn't hit the network. r=MattN 2014-08-27 12:38:08 +12:00
Aseem Raj Baranwal
74e1d088b5 Bug 1050877 - media.gmp-manager.url should mention GMP. r=jmaher 2014-08-26 01:53:47 +05:30
Wes Kocher
915d568b45 Merge m-c to fx-team a=merge 2014-08-22 17:10:53 -07:00
Ed Lee
abebc96b72 Bug 1053530 - Enhanced Tiles intro text popup [r=adw]
Add a panel that opens from the customize menu. Automatically show it on first opening.
2014-08-21 12:05:48 -07:00
Ed Lee
0b70256f0d Bug 1042214 - Send detailed view ping of shown tiles [r=adw f=gavin]
Report click and view pings the same way by including sites with their metadata when tiles are enhanced defaulting to true unless DNT is on. Remove telemetry probes and related now unused codepaths. Explicitly not send urls for history and only for enhanced.
2014-08-08 15:40:40 -08:00
Chenxia Liu
9a2772894c Bug 1021751 - Homebanner snippet. r=lucasr 2014-08-22 15:07:40 -07:00
Honza Bambas
80bc47f703 Bug 1053517 - Enable the new HTTP cache during automation testing. r=jduell
CLOSED TREE
2014-08-19 09:39:00 -04:00
Chris Pearce
a52c03a461 Bug 1057196 - Make MediaCache cache size bigger for mochitests. r=kinetik 2014-08-22 15:56:54 +12:00
Georg Fritzsche
3ec162d8ae Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run. r=gps
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.

The notification is now shown shortly after first startup.

The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.

The end result is the code for managing the state of the notification is
greatly simplified.
2014-07-09 14:32:29 -07:00
Mark Banner
bbabf6101c Bug 1046490 Ensure Loop is always enabled in tests, so that turning the pref off doesn't cause failures. r=mikedeboer 2014-08-14 12:22:04 +01:00
Ed Morley
4443ab6a66 Bug 1052016 - Prevent SNTP connections to *.pool.ntp.org during automation; r=froydnj 2014-08-13 16:51:50 +01:00
Georg Fritzsche
462b16d5c4 Bug 1042161 - Handle OpenH264 updates for long-running sessions. r=unfocused 2014-08-01 14:28:39 +02:00
Florian Quèze
53097352bd Bug 1048375 - browser_aboutHome.js intermittently causes external requests to snippets.mozilla.com, r=gavin. 2014-08-05 01:02:20 +02:00
Wes Kocher
c605bcd891 Merge m-c to inbound a=merge 2014-07-24 17:55:50 -07:00
Reuben Morais
3cf7372708 Bug 1019159 - Remove unused category registration prefs. r=gwagner 2014-07-24 15:47:52 -03:00
Susanna Bowen
4e66a798af Bug 1021952 - Add ruby display values and ruby frames. r=dholbert,bz 2014-07-22 19:08:01 -07:00
Georgios Kontaxis
8d625995db Bug 1029887: Test DOM nodes blocked by NS_ERROR_TRACKING_URI (r=mmc) 2014-07-18 17:26:24 -07:00
Botond Ballo
252b31ed11 Bug 1032880 - Disable 'transparent content with displayports' warning in tests. r=tn
--HG--
extra : source : 15adf5eda9a8f4576202b62ad0268c73bcdc4977
2014-07-22 17:01:50 -04:00
Wes Kocher
ad451576bd Backed out changeset 6ab8ef0895ca (bug 1032880) for bustage 2014-07-23 16:55:00 -07:00
Botond Ballo
d655cb14e4 Bug 1032880 - Disable 'transparent content with displayports' warning in tests. r=tn
--HG--
extra : rebase_source : 21ea67d322cb4a780b67584be4047f6ca8ac6690
2014-07-22 17:01:50 -04:00
Brian R. Bondy
bacbafa425 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche 2014-07-17 21:46:10 -04:00
Monica Chew
ff0a539b43 Bug 1038465: Pass suggested filename to application reputation query (r=paolo) 2014-07-15 13:46:52 -07:00
Myk Melez
757690ea44 Bug 1036695 - enable mozApps debug logging when running tests; r=fabrice 2014-07-10 09:41:44 -07:00
Gijs Kruitbosch
2db2ab5eb6 Bug 1030149 - dummify all the sync prefs, r=ttaubert 2014-06-25 16:32:06 +01:00
Mike de Boer
30a432a6e1 Bug 1022725: add a mock httpd.js Translation provider for tests. r=florian,felipe 2014-06-19 16:56:02 +02:00
Nathan Froyd
ad9d2bf854 Bug 1025959 - disable checks for webapp updates during tests; r=jmaher 2014-06-16 11:47:05 -04:00
Doug Turner
e4c4ac4a0d Bug 1019071 - increase geo.wifi.timeToWaitBeforeSending. r=garvank 2014-06-13 11:08:40 -07:00
Nathan Froyd
7fdd1535f9 Bug 1024588 - turn off useragent updates for tests, to avoid hitting the network; r=jmaher 2014-06-12 15:14:43 -04:00
Geoff Brown
d5d551acaa Bug 1022798 - Re-define about:healthreport url in test profiles; r=jmaher 2014-06-10 09:44:01 -06:00
Botond Ballo
e24dcd4aaa Bug 1016573 - Put logging of APZ test data behind a pref. r=kats 2014-05-29 12:51:28 -04:00
Brian Birtles
5324fa6296 Bug 998246 part 5 - Add tests for AnimationTimeline; r=dholbert 2014-05-13 16:22:13 +09:00
Mark Hammond
e6d72f3c2b Bug 999518 - don't hit the production FxA server during mochitests. r=froydnj 2014-05-10 09:23:17 +10:00
Ehsan Akhgari
09d5c38c34 Bug 985805 - Part 3: Remove support for the legacy PannerNode extensions; r=padenot,smaug 2014-05-05 20:33:19 -04:00
Ehsan Akhgari
df159397ed Bug 985805 - Part 2: Remove support for the legacy OscillatorNode extensions; r=padenot,smaug 2014-05-05 20:33:09 -04:00
Ehsan Akhgari
ed9dbcdfb0 Bug 985805 - Part 1: Remove support for the legacy BiquadFilterNode extensions; r=padenot,smaug 2014-05-05 20:32:48 -04:00
Benjamin Smedberg
ef7118b9c2 Bug 995027 better logging - set experiments.logging.dump to true during test runs so that logging goes to the console even during shutdown, r=gfritzsche 2014-04-28 10:48:03 -04:00
Ehsan Akhgari
66ed3f1461 Bug 999908 - Remove support for the Web Audio legacy prefs for AudioBufferSourceNode, AudioContext, and AudioParam; r=padenot 2014-04-23 08:56:42 -04:00
Nathan Froyd
04304493b7 Bug 997820 - disable telemetry for tests; r=ted 2014-04-17 11:54:41 -04:00
Benjamin Smedberg
2a63eccc91 Bug 997188 - Handle the experiments.manifest.uri pref correctly so so that it don't ping out to telemetry-experiments.cdn.mozilla.net by default or enable experiment code in the tests. This should also fix bug 994686. r=irving/gfritzsche 2014-04-17 11:08:35 -04:00
Ryan VanderMeulen
fd959f4c10 Merge inbound to m-c. 2014-04-17 22:31:17 -04:00
Georg Fritzsche
c79f51a717 Bug 989137 - Part 17: Add browser chrome testing of Experiments. r=unfocused,gfritzsche 2014-04-17 15:47:37 +02:00
Nathan Froyd
40ddcd294f Bug 995995 - set testing prefs to redirect to the test proxy server for RSS feeds; r=jmaher 2014-04-15 17:14:51 -04:00
Gregory Szorc
73566b4041 Bug 989137 - Part 11: Make service initialization and uninitialization more robust; r=gfritzsche
Subsequent patches were running into race conditions and bugs related to
Experiments instance initialization state. This patch plugs the
necessary holes in initialization state management to unblock work.

The fixes are far from robust. There are still race conditions and bugs.
They should probably be addressed later.

--HG--
extra : rebase_source : 5f0c7fa1f554d09a21b1452506884dc771cb829d
2014-04-07 14:11:31 -07:00
Matthew Noorenberghe
bfdebe5129 Bug 992611 - Disable speculative connections in mochitests so they aren't reported as leaking when they're hanging around. r=mcmanus 2014-04-07 11:34:00 -04:00
Gregory Szorc
1b3f1ac5c7 Bug 973992 - Support experiments add-ons; r=Unfocused
A new type of add-on is introduced: experiments.

Experiments are add-ons that conduct data experiments. They are deployed
to compatible clients and collect additional information about the
client.

--HG--
extra : rebase_source : 98a612933978b3e4bcfb83da9f6a9782c62dc0da
extra : amend_source : 9347a56bc3034c7ea1e50918278c6b9cc1270521
2014-03-19 15:02:58 -07:00
Jan Keromnes
bcdc9a244b Bug 982707 - Move the "devtools.dump.emit" pref from firefox.js to all.js. r=ochameau 2014-03-13 09:53:04 -04:00
Doug Turner
d9090c7201 Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm 2014-03-01 23:46:02 -08:00
Michael Ratcliffe
1b2b3fdef8 Bug 974056 - Add logging of devtools event emitter emit calls r=harth 2014-03-06 09:37:59 +00:00
Simon Sapin
c999db9386 Bug 975501 part 2: Add display:{inline-,}grid behind a pref, and a stub nsGridContainerFrame. r=dholbert 2014-02-26 23:45:29 -08:00