Commit Graph

22206 Commits

Author SHA1 Message Date
David Keeler
93234b4b96 bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco 2014-03-31 14:41:59 -07:00
Phil Ringnalda
124708defb Merge f-t to m-c 2014-03-30 16:31:41 -07:00
Phil Ringnalda
4f4a41f2dc Back out ab12037022ef:81f65b2f3d07 (bug 911307) for intermittent Win8 debug failures in its browser_newtab_update.js
CLOSED TREE
2014-03-30 12:42:09 -07:00
Phil Ringnalda
9aa9ddd97a Bug 989083 - disable browser_tabview_bug628061.js and browser_tabview_bug650280_perwindowpb.js on Linux debug for leaking until shutdown when they get shoved into browser-chrome-2
CLOSED TREE
2014-03-30 11:58:49 -07:00
Ehsan Akhgari
91a5221218 Bug 983512 - Double the test timeout 2014-03-30 10:01:40 -04:00
Ehsan Akhgari
e2523d846a Bug 984266 - Double the test timeout 2014-03-30 09:58:35 -04:00
Ehsan Akhgari
5fb7914aae Bug 984267 - Double the test timeout 2014-03-30 09:57:51 -04:00
Ehsan Akhgari
08477e71d9 Bug 984652 - Increase the test timeout by four times 2014-03-30 09:56:45 -04:00
Ehsan Akhgari
fe5756ea5a Bug 984657 - Double the test timeout 2014-03-30 09:54:59 -04:00
Ehsan Akhgari
101deaa47c Bug 984763 - Double the test timeout 2014-03-30 09:54:19 -04:00
Ehsan Akhgari
b3f676bee9 Bug 984854 - Double the test timeout 2014-03-30 09:53:21 -04:00
Ehsan Akhgari
4304bc7ea2 Bug 986286 - Double the test timeout 2014-03-30 09:51:02 -04:00
Ehsan Akhgari
e30d4c5e8c Bug 986377 - Double the test timeout 2014-03-30 09:49:47 -04:00
Ehsan Akhgari
203616ca8f Bug 989226 - Double the test timeout 2014-03-30 09:45:28 -04:00
Ehsan Akhgari
6d3b8a8421 Bug 989171 - Double the test timeout 2014-03-30 09:45:00 -04:00
Ehsan Akhgari
812ed9e5f4 Bug 987700 - Double the test timeout 2014-03-30 09:44:29 -04:00
Ehsan Akhgari
596fa30408 Bug 987652 - Double the test timeout 2014-03-30 09:43:50 -04:00
Ehsan Akhgari
024acbe495 Bug 986770 - Double the test timeout 2014-03-30 09:42:39 -04:00
Ehsan Akhgari
1d656aecb9 Bug 986768 - Double the test timeout 2014-03-30 09:41:52 -04:00
Ehsan Akhgari
8e70545b47 Trial fix for bug 986742: Increase the test timeout 2014-03-30 09:07:50 -04:00
Ehsan Akhgari
599d75f689 Trial fix for bug 986760: focus the test runner window and also request a longer timeout 2014-03-29 21:32:20 -04:00
Phil Ringnalda
9fb4d14a71 Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Phil Ringnalda
3067767289 Merge f-t to m-c 2014-03-29 10:08:41 -07:00
Phil Ringnalda
aa7ac0fff7 Merge m-i to m-c 2014-03-29 09:00:18 -07:00
ffxbld
75016d8f4a No bug, Automated blocklist update from host bld-linux64-spot-411 - a=blocklist-update 2014-03-29 03:13:59 -07:00
Drew Willcoxon
a1b2c46dee Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert 2014-03-28 23:31:05 -07:00
Drew Willcoxon
bd71d42305 Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert 2014-03-28 23:31:05 -07:00
Gregory Szorc
55de744e34 Backed out changeset 4834a3833639 and c580afddd1cb (bug 985084 and bug 97500)
--HG--
extra : histedit_source : c580afddd1cb90bd3cccbc7abc8082132ffe2a3c%2C4371c5775a71d493e82f193b1cf15efd44566645
2014-03-28 21:45:10 -07:00
Wes Kocher
a7366bf369 Merge fx-team to m-c 2014-03-28 16:48:17 -07:00
Wes Kocher
ab88e0d360 Merge m-c to inbound 2014-03-28 17:04:03 -07:00
Gregory Szorc
be328cb50e Bug 989137 - Part 5: Prefix each log message with the instance of the object; r=gfritzsche
We now maintain per-type counts/IDs of each Policy, Experiments, and
ExperimentEntry. The log events for each type are prefixed with the
count/ID so one can easily attribute events to specific instances.

--HG--
extra : rebase_source : 4f1fcc38e5f52ff38b90f9ce71e332492983ff37
2014-03-28 13:04:09 -07:00
Gregory Szorc
0966304b22 Bug 989137 - Part 4: Use a prefixing logger for Experiments logging; r=gfritzsche
Logging in the Experiments module were using a common pattern of
prefixing all messages with the type. We move this prefixing into
a prefixed logger.

--HG--
extra : rebase_source : 213a99e93a3569a7f2ab3d72fb37dc0c538e5c97
extra : source : 96def94c8fb705e5ad8af5a1393492a28ea47d16
2014-03-28 12:57:43 -07:00
Gregory Szorc
788eb651cc Bug 989137 - Part 2: Don't use a global logger; r=gfritzsche
As part of debugging subsequent patches, I ran into issues debugging the
interaction between multiple Experiments instances. To get to the bottom
of the problem, I had to make some changes to the logging framework.
This is the first patch in a sub-series dealing with logging.

This patch stops relying on the global logger. Subsequent patches will
make the logging output aid debugging.

--HG--
extra : rebase_source : 40b34a1444ff3fb70a9da7cf242ee522d6ec07ea
extra : source : 61877a5f15aa01dec05fe1882eae6ad9f18f81a0
2014-03-28 11:20:31 -07:00
Gregory Szorc
6b11c6bff9 Bug 989137 - Part 1: Uninstall unknown experiments; r=Unfocused
Before this patch, experiment add-ons may have existed in the Addons
Manager without the Experiments service knowing about them. This detects
these unknown add-ons and uninstalls them. See the in-line comment on
the rationale behind this decision.

The added unit test fails without the Experiments.jsm change.

--HG--
extra : rebase_source : bb0d0d5d77c7ae562f76e6c647eea25e6a06d99a
2014-03-26 22:20:23 -07:00
Phil Ringnalda
141d303bbb Merge m-c to f-t 2014-03-29 12:14:20 -07:00
Gregory Szorc
a871970414 Bug 985084 - Experiment add-ons should be disabled by default; r=Unfocused
Experiment add-ons are now disabled by default on application load. It
is up to the Experiments Manager to enable them.

This means that experiments may not be able to reliably collect data or
modify behavior close to application startup. (There is a window between
when the Addon Manager initializes and when the Experiments Manager
initializes.) This window is acceptable for the initial version of the
experiments feature.

The Experiments Manager doesn't currently enable experiments on startup.
This will be addressed in a subsequent patch. Its tests do not regress
(indicating a lack of test coverage), so no harm no foul.

--HG--
extra : rebase_source : 3c550090e3480127dc679cc5247f249ee822e76f
extra : amend_source : 9b5349b507c73b4713ec447e4f1a6cb841c11c56
extra : source : 0d72fd2fbd1d091c27fa4a0a9c1944282eaa9ac5
2014-03-21 16:05:29 -07:00
Gregory Szorc
b0f764b432 Bug 975000 - Disable updating and compatibility checking for Experiments; r=Unfocused
Experiment add-ons are installed and updated via the Experiments Manager
service. With this change, the Add-ons Manager lets experiment add-ons
play by their own rules without interference.

--HG--
extra : rebase_source : 4a7c30f8ce36a64f91f9fee49da9061eda568b99
2014-03-28 20:17:04 +01:00
Tim Nguyen
ec67e48006 Bug 989479 - Fix disabled=false state for in-content preferences r=jaws 2014-03-28 17:46:20 -07:00
Mihai Sucan
7d040b727b Bug 987784 - Update the browser console default prefs to match those of the web console; r=robcee 2014-03-26 13:43:27 +02:00
Mihai Sucan
fa280563ff Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past 2014-03-27 23:15:29 +02:00
J. Ryan Stinnett
46f7b35531 Bug 989168 - Disable manifest editor test on Linux. r=me 2014-03-28 17:15:14 -07:00
Wes Kocher
5d964264ae Merge m-c to fx-team 2014-03-28 17:07:04 -07:00
Robert Strong
ea0bcd5ded Followup for Bug 792075 - Update links in Control Panel. r=me 2014-03-28 16:42:53 -07:00
Tim Taubert
068b5e6433 Bug 986951 - Try to fix intermittent browser_tabview_bug6513111.js failures r=gavin 2014-03-27 17:37:17 +01:00
Gijs Kruitbosch
0c655e718a Bug 985958 - fix CSS rules to make :active style work, r=mconley
--HG--
extra : rebase_source : 71959a860f742dcfd5b92fec0d161f048905578d
2014-03-28 21:15:39 +00:00
Jared Wein
b28780ddf0 Bug 989133 - Add a soft hyphen to the character encoding label for en-US to avoid auto-hyphenation. r=MattN 2014-03-28 17:09:31 -04:00
Gijs Kruitbosch
7211362fdc Bug 989009 - should theme live bookmark submenu items correctly, r=mak
--HG--
extra : rebase_source : 2f15dd69b48e0e5b81a84f74224c8c3dcc5c66ec
2014-03-29 13:17:58 +00:00
Gregory Szorc
551ac6a166 Bug 985084 - Experiment add-ons should be disabled by default; r=Unfocused
Experiment add-ons are now disabled by default on application load. It
is up to the Experiments Manager to enable them.

This means that experiments may not be able to reliably collect data or
modify behavior close to application startup. (There is a window between
when the Addon Manager initializes and when the Experiments Manager
initializes.) This window is acceptable for the initial version of the
experiments feature.

The Experiments Manager doesn't currently enable experiments on startup.
This will be addressed in a subsequent patch. Its tests do not regress
(indicating a lack of test coverage), so no harm no foul.

--HG--
extra : rebase_source : 00a55146576f490200a6148bd5516f84def9879c
extra : source : bd901384b973c7ff581fe24a3012f0191b8bbe67
2014-03-21 16:05:29 -07:00
Phil Ringnalda
3bdb0609fe Backed out 6 changesets (bug 974745, bug 975210, bug 974736, bug 972936, bug 972930, bug 975228) for browser_tabopen_reflows.js bustage
CLOSED TREE

Backed out changeset 5aed75c602ce (bug 974745)
Backed out changeset 208ba43a7098 (bug 975210)
Backed out changeset 5227bbca70f0 (bug 974736)
Backed out changeset a695139e96ee (bug 972936)
Backed out changeset 8524260ce49a (bug 972930)
Backed out changeset 667fc810ab49 (bug 975228)
2014-03-29 11:31:05 -07:00
Phil Ringnalda
51e06f8014 Merge m-c to f-t 2014-03-29 10:13:56 -07:00