Граф коммитов

492894 Коммитов

Автор SHA1 Сообщение Дата
Sergei Chernov 976d5c3f1d Bug 1293231 - Certificate Transparency - basic telemetry reports; r=Cykesiopka,keeler
MozReview-Commit-ID: EGvuZADObJo

--HG--
extra : rebase_source : 9a059c9f8e2fdf9bfc693b0b5649808b1beeb67b
2016-08-11 13:41:50 +03:00
Greg Tatum 8cc8c5166b Bug 1302062 - Use React on performance recording list; r=jsantell
--HG--
extra : rebase_source : 72db3e85afc693f6ebb2688855b2509bc4f7d6bb
2016-09-20 09:47:59 -05:00
Byron Campen [:bwc] 548a4d6be0 Bug 1304568: Fix some bad casts. r=drno
MozReview-Commit-ID: XJhCywlTpg

--HG--
extra : rebase_source : 92592e28e738fdc57bb4e89bbf0cace5f8ec7b57
2016-09-22 09:31:30 -05:00
Byron Campen [:bwc] 60820e4a14 Bug 1157323 - Part 6: Some comment improvements. r=froydnj
MozReview-Commit-ID: GDLuJS0Wlgh

--HG--
extra : rebase_source : 6156b6ab99aa7b429bec55b0e32500074d59f7a6
extra : source : 32ed23f6341788882a076134a62ae5717c2fbf02
2016-08-05 13:46:07 -05:00
Byron Campen [:bwc] 1a6b8f0e4e Bug 1157323 - Part 5: Remove some unnecessary members. r=froydnj
MozReview-Commit-ID: Fhkq0CZoqQP

--HG--
extra : rebase_source : fb0624ad264173656de1c28ebbafcc509533ebb2
2016-08-05 13:39:34 -05:00
Byron Campen [:bwc] 0f00611fff Bug 1157323 - Part 4: Stop modifying mTimeout/mDelay from the TimerThread, plus some simplification. r=froydnj
MozReview-Commit-ID: 1pMCKLi9DLZ

--HG--
extra : rebase_source : 03eabab8f39865bdb2489a96c809abb99b1fb7d9
2016-08-05 12:50:00 -05:00
Byron Campen [:bwc] d317470863 Bug 1157323 - Part 3: Do not allow mTimeout to change while a timer is in the queue. r=froydnj
MozReview-Commit-ID: 3ZyikUsix8D

--HG--
extra : rebase_source : 94a71aae125f541ef1aee962b1aae69c6e326a42
2016-08-05 10:07:38 -05:00
Byron Campen [:bwc] 0cf5031cd7 Bug 1157323 - Part 2: Factor nsTimerImpl into two classes, so we don't need to do racy stuff in nsTimerImpl::Release. r=froydnj
MozReview-Commit-ID: DAe4TpMqBpA

--HG--
extra : rebase_source : 4caeb1ffc41b0704e5c1c111ef869d8edfb6d30c
2016-07-20 15:16:40 -05:00
Byron Campen [:bwc] f6af4a9282 Bug 1157323 - Part 1: Make TestTimers a unit-test. r=froydnj
MozReview-Commit-ID: HPdP3muvzU8

--HG--
extra : rebase_source : a4728b9a4fdf1b1de354c04351d35dfb58edf693
2016-06-23 17:05:40 -05:00
Andrzej Hunt 00c5b84a39 Bug 1304777 - Part 2: Fix panel removal migration to not discard DEFAULT flag if set r=sebastian
If the replacement panel was DEFAULT, then the migration should retain the DEFAULT flag.
By trying to ensure visibility of the default panel, we accidentally discarded the DEFAULT flag.
This patch provides a minimal fix for not discarding the default flag. It might be better
to rearchitect the whole method, but a minimal solution is preferred for now since this requires
uplifting to beta.

MozReview-Commit-ID: EkbDD7pipgJ

--HG--
extra : rebase_source : 4d6981feefef988fe2a4cb9d3ec294d71896c2b3
2016-09-26 13:16:03 -07:00
Andrzej Hunt 52cd9d958f Bug 1304777 - Part 1: Perform homeconfig cleanup to ensure default still exists r=sebastian
Bug 1251362 can result in there no default panel being set (this happens if the history
panel was the default panel before the panel migration). We can reuse the code from a previous
bug which sets history as the default panel if no other panel is set as default.

A second commit fixes the broken migration to ensure that history remains the default
homepanel, however this cleanup migration will help ensure existing clients get fixed.

MozReview-Commit-ID: EcUb2uUfOeJ

--HG--
extra : rebase_source : 41a313d1c0c55900cd3a075128b1d861a155b52e
2016-09-26 13:12:16 -07:00
Gregory Szorc 13bf17ed00 Bug 1286900 - Stop producing web-platform tests zip file; r=ted
Now that we access WPT related files from a source checkout, we no
longer need the web-platform tests zip file produced or consumed by
automation. So stop producing it.

MozReview-Commit-ID: Ea8KjKZJ5Yx

--HG--
extra : rebase_source : ee6ec00689696a710faf390d3dec5c5d02d8ec74
2016-09-20 18:41:06 -07:00
Gregory Szorc 330a291024 Bug 1286900 - Use WPT files from source checkout; r=ted
We're starting to execute mozharness scripts from source checkouts
in automation. This means we can stop downloading and extracting
files that are already available in the source checkout and just
reference files from the checkout.

Web platform tests (WPT) are a logical place to start because they
are pretty well isolated. This commit modifies the mozharness script
for WPT execution to use files from a source checkout (previous
commits have guaranteed that a pristine source checkout is available
to the test execution environment).

As part of this, we also need to define an explicit mozinfo.json
path because previously it was relying on parent directory traversal
to find it (WPT tests were under a directory containing the
mozinfo.json file).

MozReview-Commit-ID: C1dlKC4eSzr

--HG--
extra : rebase_source : fad7905abafaf126329aa25a96efafc40b01051f
2016-09-26 23:32:31 -07:00
Gregory Szorc befb33401a Bug 1286900 - Inline WPT arguments into script; r=ted
4 WPT config files all contained the same config options boilerplate.
Inline it into the WPT mozharness script.

MozReview-Commit-ID: 5Lba8QeKMTA

--HG--
extra : rebase_source : c613db4107128ad2fd4ba568836ec27e0a9a92a8
2016-09-20 19:28:19 -07:00
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