Commit Graph

492880 Commits

Author SHA1 Message Date
Gregory Szorc
bf8b5f0282 Bug 1286900 - Reformat WPT command argument additions; r=ted
list.extend() is favored over +=. Also use single quotes, fixup
indentation, and factor out a common variable.

MozReview-Commit-ID: 3qVDGrkYhVe

--HG--
extra : rebase_source : 0c5faa30f5be09165f61943300ecfb2e9c7080f4
2016-09-20 12:59:19 -07:00
Gregory Szorc
8c38bb4182 Bug 1286900 - Ensure WPT tests have a version control checkout; r=ted
We add a mozharness action to the TestingMixin base class that ensures
we're running from a VCS checkout and we add this action to the WPT
script.

This ensures that we always have a source checkout available, even
in buildbot. (Before, we only had a source checkout in TaskCluster.)

MozReview-Commit-ID: 26NxwDZywXr

--HG--
extra : rebase_source : d9c0fade450ab14c0b52be674c3c92bf670d2d3b
2016-09-21 10:57:08 -07:00
Gregory Szorc
d51263ff47 Bug 1286900 - Add environment variable to define location of mozinfo.json; r=ted
As part of converting WPT to run from a source checkout in automation,
I ran into problems where mozinfo.json wasn't being loaded, causing
several tests to fail. This is because mozinfo.json is only found
from a source directory or from a parent of the WPT meta directory.

Before, mozinfo.json was provided by the "common" tests zip file
and extracted to the base of the destination directory. WPT files
were extracted to a "web-platform" sub-directory. So mozinfo.json
was in a parent directory of "web-platform/meta" and was loaded
automatically.

Now that we want to run WPT out of the source directory, there is
no mozinfo.json and the source directory and no mozinfo.json can be
loaded.

This commit teaches mozinfo.json to look in a MOZINFO_PATH environment
variable for the path to mozinfo.json. This allows mozinfo.json
to exist anywhere on the filesystem. This provides a lot more
flexibility for loading the file.

MozReview-Commit-ID: 1I1cxS1IeyY

--HG--
extra : rebase_source : 6fb60257b6a20f6bd79461f1bf1f4f5be1f28072
2016-09-26 15:51:32 -07:00
Brian Grinstead
aa483944bb Bug 1304804 - Don't set a default cropLimit for reps;r=Honza
MozReview-Commit-ID: HVHqkomVrLW

--HG--
extra : rebase_source : f57959b4271106a67ee5801cb0b2ba511279e4ff
2016-09-26 11:49:54 -07:00
Brian Grinstead
e46ea18372 Bug 1305568 - Remove reference to chrome://devtools/content/inspector/markup/markup.css;r=gl
MozReview-Commit-ID: 7dRlZiQ4S7L

--HG--
extra : rebase_source : a7a67023162f51600e27ff7136fe779d903ed1a5
2016-09-26 16:15:08 -07:00
cku
823a10fa49 Bug 1267312 - Part 2. update MANIFEST.json. r=jfkthame
MozReview-Commit-ID: K7nMEoEwjSj

--HG--
extra : rebase_source : 563ff00774bbc84e98e6bf0c3140c63165ef29c9
2016-09-27 03:35:22 +08:00
cku
6043b617d5 Bug 1267312 - Part 1. A mochitest to verify that when text-decoration-color is currentColor, the value of it should be the same with color prop. r=jfkthame
MozReview-Commit-ID: LBcHLWPawB7

--HG--
extra : rebase_source : 12bfede09afba60e101d673e7879f883b461b401
2016-09-27 02:51:54 +08:00
Sylvestre Ledru
454c66daff Bug 1297662 - Remove gf2_8.c & gf2_8.h as they are unused. r=jesup
Move the used #define where it is actually used

MozReview-Commit-ID: DSfoLN7W5ae

--HG--
extra : rebase_source : b1be0cb8a0f1acc42b73856f9f3ffb24fd4a90e2
2016-09-26 06:40:59 -05:00
Julian Descottes
058a15bec3 Bug 1305503 - remove devtools-monospace class from inspector container;r=ntim
MozReview-Commit-ID: IPmEsd2dn3f

--HG--
extra : rebase_source : 15a12c61b6ff96ac16012b27e67f8274bd995e9c
2016-09-26 21:49:04 +02:00
Sebastian Kaspari
8f6b9fd821 Bug 1303292 - Media notification: Use icons that have at least the target size. r=ahunt
MozReview-Commit-ID: 7pNfrFEtyUd

--HG--
extra : rebase_source : 9e5362c0e9d90f4eaa74afd3ef20d73cc72d76f3
2016-09-23 13:36:27 +02:00
Rob Thijssen
6b5fe9081e Bug 1305597 - explicit path to hg 3.9.1 with valid mercurial.ini r=dustin
MozReview-Commit-ID: 9fBuF2KHHzT

--HG--
extra : rebase_source : 4d134e0328511d4f3723c7e86bc25187d6d2c1f6
2016-09-27 13:01:45 +01:00
Sebastian Kaspari
572ea64cb9 Bug 1289140 - LauncherActivity: Exclude from recents and filter flags. r=ahunt
MozReview-Commit-ID: 2brjUGbl7hx

--HG--
extra : rebase_source : 5f86031192d2a6815a103cc50ff6f3efc0cdf492
2016-09-09 10:13:14 +02:00
Gerald Squelart
bdaa245af6 Bug 1247056 - Added test for cannot-initialize-pulseaudio - r=Gijs
MozReview-Commit-ID: 1dsUYkPMkY5

--HG--
extra : rebase_source : d316d851d9e3fe554bb6423b5ca3f3b051e71e4a
2016-09-26 02:14:35 -07:00
Gerald Squelart
4a25a0e109 Bug 1247056 - Show notification when PulseAudio cannot be used - r=Gijs
MozReview-Commit-ID: 4q4CLb9VjcU

--HG--
extra : rebase_source : f0c3a0841fc829336d8670b608452ffe5f72ad6a
2016-09-13 20:10:58 -07:00
Gerald Squelart
4edacd7d3b Bug 1247056 - More flexible SUMO link - r=Gijs
Instead of always pointing to the same fix-video-audio-problems-firefox-windows
SUMO page, make it possible to point at others depending on the issue.

Also we won't show a "Learn How" button for WinXP anymore, as the linked
page is not relevant to XP, and CDMs are not available on XP anyway.

MozReview-Commit-ID: 7YR43Wa0IRe

--HG--
extra : rebase_source : f34e0b6fb34bff63c48624167cadd1882d26f475
2016-09-27 00:03:06 -07:00
Gerald Squelart
2b00ac4132 Bug 1247056 - Notify MediaDecoder about Decoder Doctor events from MDSM - r=jwwang
MozReview-Commit-ID: Jgt5a2yJugu

--HG--
extra : rebase_source : 2c8bfb9e7ce6dd69ef5a31b1737e5f314d14cad7
2016-09-19 03:38:06 -07:00
Gerald Squelart
7368a3ff17 Bug 1247056 - Handle PulseAudio init error in DecDoc - r=jwwang
MozReview-Commit-ID: 8qa0MO35mRD

--HG--
extra : rebase_source : b557992bb78c0d6c776adf83740bbc07b831c898
2016-09-18 19:41:36 -07:00
Gerald Squelart
2e32eccffc Bug 1247056 - New DecoderDoctorNotificationType - r=smaug
MozReview-Commit-ID: H5EuLPNRlhu

--HG--
extra : rebase_source : 269f30b363e6d9eb5b892af74929288f07fc5b12
2016-09-07 22:48:06 -07:00
Gerald Squelart
ae55bb4545 Bug 1247056 - DecDoc::StoreEvent for singular playback issues/solutions - r=jwwang
MozReview-Commit-ID: GYoitdB8Sj0

--HG--
extra : rebase_source : e520e32bd42066b1f2c749fddd7b2ee790c6944f
2016-09-18 19:50:01 -07:00
Gerald Squelart
d50c5a2465 Bug 1247056 - Refactor ReportToConsole and ReportAnalysis to be static - r=jwwang
This will be useful to call them from outside of DecoderDoctorWatcher.

MozReview-Commit-ID: C7Hq8kwONQO

--HG--
extra : rebase_source : c7bef854434e4001066cf31f0ce6b88cbf21cd24
2016-09-07 19:22:25 -07:00
Gerald Squelart
ea4401cb5e Bug 1247056 - Fix DecoderDoctor logging - r=jwwang
MozReview-Commit-ID: FbRXn0CtKiZ

--HG--
extra : rebase_source : 0beec5d67050dae50569c2f8d343cde5e2e00cc9
2016-09-06 22:36:36 -07:00
Gerald Squelart
0614bdb71f Bug 1247056 - Report specific cubeb-init error code - r=jwwang
MozReview-Commit-ID: AqR2jKKtNHL

--HG--
extra : rebase_source : 7ffdae6ca2e10e1fbb43ba84c7c398f0017d040c
2016-09-07 21:26:01 -07:00
Gerald Squelart
3aef8d49e3 Bug 1247056 - NS_ERROR_DOM_MEDIA_CUBEB_INITIALIZATION_ERR - r=jwwang
MozReview-Commit-ID: ykIi2lmQJ2

--HG--
extra : rebase_source : f3bd7a7f0b0b02e5e36faa690627f116a77d3bb0
2016-09-18 19:30:06 -07:00
Gerald Squelart
e03aa6b1b4 Bug 1247056 - Expose MOZ_PULSEAUDIO #define - r=jwwang
MozReview-Commit-ID: 5QArGhOy82C

--HG--
extra : rebase_source : 69a161898c070493305dfc928e66978942825899
2016-09-07 23:49:13 -07:00
Gerald Squelart
c3a120fe7c Bug 1247056 - Don't default-enable alsa on Linux - r=kentuckyfriedtakahe
MozReview-Commit-ID: 8jC6JGrdlE1

--HG--
extra : rebase_source : 927c42fe210e6c00bb93d590c1f68e426b52e1da
2016-09-05 18:18:50 -07:00
Carsten "Tomcat" Book
e3fb630456 Merge mozilla-central to autoland 2016-09-27 11:28:30 +02:00
Carsten "Tomcat" Book
5bdd2876ae merge mozilla-inbound to mozilla-central a=merge 2016-09-27 11:21:25 +02:00
Carsten "Tomcat" Book
8b57d873a0 merge fx-team to mozilla-central a=merge 2016-09-27 11:19:36 +02:00
Phil Ringnalda
c4f9e0b615 Backed out changeset c33c1775fe24 (bug 1305213) for e10s marionette crashes 2016-09-26 21:45:25 -07:00
Phil Ringnalda
83aa20ccfd Backed out changeset 7b9eac460383 (bug 512479) for browser_aboutCrashes.js failures 2016-09-26 19:35:21 -07:00
Phil Ringnalda
67df428994 Backed out changeset ff35e4bcc7c8 (bug 1253314) for not working 2016-09-26 19:11:04 -07:00
Florian Quèze
9e57c17532 Bug 1305075 - Stop shipping filepicker.css and filepicker.xul on Mac and Windows, r=Gijs. 2016-09-26 18:34:06 +02:00
Gijs Kruitbosch
1205edd695 Bug 1304492 - use frameloader's context to get contentPrincipal, r=mconley
MozReview-Commit-ID: DdzGwIJye14

--HG--
extra : rebase_source : e08571724e42a1616d66347f30f46bdc9c626de2
2016-09-26 14:47:31 +01:00
cku
8f62b0b5c9 Bug 1304991 - Part 2. mask/clip/opacity combination test. r=mstange
MozReview-Commit-ID: LiLmrqUA2c2

--HG--
extra : rebase_source : 3890624a756b47a836f935f03522d12f5d62acd6
2016-09-26 18:35:59 +08:00
cku
55e1be9556 Bug 1304991 - Part 1. Remove aOpacity parameter of GenerateMaskSurface. r=mstange
MozReview-Commit-ID: D4vTSGobSMg

--HG--
extra : rebase_source : 290a12dd4b9b4af4ce3550a15734dc50b9afdea0
2016-09-26 18:35:18 +08:00
Iris Hsiao
767e1e9b11 merge mozilla-inbound to mozilla-central a=merge 2016-09-26 18:34:20 +08:00
Iris Hsiao
a95e0164c0 merge fx-team to mozilla-central a=merge 2016-09-26 18:29:38 +08:00
Iris Hsiao
eed5d11870 merge autoland to mozilla-central a=merge 2016-09-26 18:04:27 +08:00
Martin Thomson
6158ad648f Bug 1304926 - Enable specific named groups, r=keeler
MozReview-Commit-ID: KIe6D9iRAXt

--HG--
extra : rebase_source : a8f6d712b59bf373e52a88b8451c8db4a3f71d65
extra : amend_source : 071e9f4c3ebe336af3888b76e778d0d753d326fc
2016-09-26 15:06:42 +10:00
Jamie Nicol
1ce29ff180 Bug 1245959 - Check video frame has non-zero dimensions before sending image to compositor. r=nical
MozReview-Commit-ID: 6PlWqE6is7Z
2016-09-25 21:34:11 +02:00
Jamie Nicol
fc46f7198f Bug 1245959 - Check plugin has non-zero dimensions before sending image to compositor. r=nical
MozReview-Commit-ID: KEd5IBUGlo6
2016-09-25 21:34:06 +02:00
Sebastian Hengst
18fb75d3b3 Backed out changeset c633db465597 (bug 1245959) for frequent timeout in mda test test_video_dimensions.html. r=backout 2016-09-25 19:29:13 +02:00
Sebastian Hengst
6c06a32cb9 Backed out changeset ecd53c7be28e (bug 1245959) 2016-09-25 19:27:52 +02:00
Mihai Tabara
2c8c8c958b Bug 1253314 - enable Linux32 PGO builds. r=dustin
MozReview-Commit-ID: 482FdMgYFvA

--HG--
extra : rebase_source : c0da90e5762377400f24eae947999b70b9bef52b
2016-09-25 13:48:52 +01:00
Sebastian Hengst
cc132d092f Backed out changeset 04cda7684b40 (bug 1217876) for failing xpcshell test test_resumable_channel_wrap.js in debug builds. r=backout 2016-09-25 11:00:29 +02:00
Sebastian Hengst
c4c650a082 Backed out changeset b0be7d1b7a9a (bug 1303196) for asserting in devtools test: top->mTabGroup == mTabGroup, at dom/base/nsGlobalWindow.cpp:14425. r=backout 2016-09-25 09:23:40 +02:00
Andrea Marchesini
0f4e76b731 Bug 1305280 - ContextualIdentityService.jsm must use UNIQUE_CONTAINERS_OPENED, r=me 2016-09-25 08:25:54 +02:00
Andrea Marchesini
ff1efcb34a Bug 1217876 - nsIXMLHttpRequest must show the authentication prompt correctly when used by addons in e10s, r=mayhemer 2016-09-25 07:50:44 +02:00
Michael Layzell
eb68349900 Bug 1303196 - Add TabGroup and DocGroup objects, r=billm
MozReview-Commit-ID: QHxYnXmuQN
2016-09-24 19:05:41 -04:00
Mike Conley
6936fd4dde Bug 1304677 - Make browser_UnsubmittedCrashHandler.js properly uninit a disabled UnsubmittedCrashHandler. r=Felipe
MozReview-Commit-ID: 4xjeWOCCvjg

--HG--
extra : rebase_source : e861a87df922e94642212710e815de6f3c38e4ee
2016-09-24 14:15:52 -04:00