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

547761 Коммитов

Автор SHA1 Сообщение Дата
Justin Wood 6f0a097fb8 Bug 1381577 - Part AD; cleanup run on projects, to ensure things are run everywhere they are supposed to. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 4HgW0D2BR8B

--HG--
extra : rebase_source : b87b1159307205cebd10e1d8598386aac3976706
2017-07-19 22:04:45 -04:00
Justin Wood 21c93a0bca Bug 1381577 - Part AC; firefox-ui-functional-local should use 'default' tier not explicitly 1 (makes it so we can add this test to not-yet-ready platforms, or non-tier-1 platforms). r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: Jt68tzpXtTx

--HG--
extra : rebase_source : 440afa273888f41b12b58ee2c085090f73cc1b03
2017-07-19 21:48:22 -04:00
Justin Wood cafb635175 Bug 1381577 - Part AB; Fix typo to make windows PGO get signed. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 5oMSqo6JsmM

--HG--
extra : rebase_source : 9d10412d9a5a9524ba504bde4668a1a04a43343a
2017-07-19 21:38:31 -04:00
Justin Wood 1e36007dd8 Bug 1381577 - Part AA; Enable windows beetmover for en-US and l10n, side affect of enabling balrog for windows nightlies. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: CHUMWUxbyqt

--HG--
extra : rebase_source : 29fa30145460ad5d4bbba661978c46d7fb8402af
2017-07-18 16:14:00 -04:00
Justin Wood 00394d81f8 Bug 1381577 - Part Z; Slight refactor to beetmover-repackage to make windows additions clearer. r=kmoir
Land date changes to support windows nightlies onto central

Supports beetmoving from the build-signing task, as well as ignoring dependencies if we have nothing to beetmove in them (e.g. build-signing for OSX)

MozReview-Commit-ID: 24byn1posKT

--HG--
extra : rebase_source : eda70c5fb3b3a83e26e2c9f1bc3c9b27df9af52d
2017-07-18 16:05:33 -04:00
Justin Wood c984f5c829 Bug 1381577 - Part Y; Don't list host/bin/{mar,mbsdiff} in global list since windows will need the filenames with .exe appended. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: Cw8x51DHIzY

--HG--
extra : rebase_source : b755c1fc3ed40e2e142bbb11f44911887cbdbe6e
2017-07-18 15:55:05 -04:00
Justin Wood 63b17a9147 Bug 1381577 - Part X; Run mach repackage for windows l10n, and sign results of windows mach repackage. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 7Le7c1Aw1Je

--HG--
extra : rebase_source : 7c8bdcb89baa2b3667819814de8138fa1b5efc5a
2017-07-18 14:48:23 -04:00
Justin Wood 5b216c2116 Bug 1381577 - Part W; Sign windows l10n repacks. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: ICgAujVGR9G

--HG--
extra : rebase_source : d86730b3fd30e3cbecef93cdda634466156d2f2e
2017-07-18 14:39:55 -04:00
Justin Wood b7fed3c7d9 Bug 1381577 - Part V; Remove target.complete.mar from OSX l10n signing (its signed as part of repackage) and error out if an unknown platform attempts to get signed from l10n. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 9lWSEbQznyr

--HG--
extra : rebase_source : a9236c910f5c60b4c11d9c9ff7491b42b4d6b98b
2017-07-18 14:29:46 -04:00
Justin Wood 9503c882bd Bug 1381577 - Part U; Add tc win l10n to the taskgraph, and don't try to sign it yet. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: EK4JQI4Rqgo

--HG--
extra : rebase_source : 9a8919eb2274e808aa61a6b5f0f0e8d8230cfd2b
2017-07-18 14:22:15 -04:00
Justin Wood 266e1f66a3 Bug 1381577 - Part T; Add mozharness configs for Taskcluster win l10n repacks. r=aki
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 5un10JBaKrH

--HG--
extra : rebase_source : 45f61200a794f465637da657c0fa6e936a81bc09
2017-07-18 14:07:36 -04:00
Justin Wood 77d574d8d2 Bug 1381577 - Part S; Support Taskcluster win l10n repacks in mozharness scripts. r=aki
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 4Nxhbutjhfu

--HG--
extra : rebase_source : 2a180738584d6de77fe1b8fe81ecb004582000c5
2017-07-18 14:06:19 -04:00
Justin Wood c93d0cefa5 Bug 1381577 - Part R; Build system changes to support taskcluster backed windows l10n repacks. r=mshal
Land date changes to support windows nightlies onto central

This adds support for a seperate installer URL. We need this because in taskcluster the flow goes like this:
-|- Unsigned Build (outputs test files, unsigned .zip and similar files)
 \-|- Signing (outputs .zip with signed contents and a signed setup.exe and setup-stub.exe)
   \-|- Repackage (takes the signed .zip and generates unsigned update .mar and installers using the signed internal files)
     \-|- Repackage Signing (Takes the installers and signs them, and signs the update mar)

L10n tasks for windows need to take the .zip and the completed installer, and want to reuse as much
of the en-US signing as we can, so we pass in the URLs to artifacts from both signing steps in the chain.

MozReview-Commit-ID: 9nIo2CCTh9h

--HG--
extra : rebase_source : 6d2e9a77c9f0cb118ff5389f584034f491bbf0ed
2017-07-18 13:58:54 -04:00
Justin Wood 240470920e Bug 1381577 - Part Q; Enable funsize routes for windows nightly. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: D8pWqeioF15

--HG--
extra : rebase_source : 22637e690047a87a2a3c2287205ae27ecb873d06
2017-07-18 13:53:52 -04:00
Justin Wood b073616543 Bug 1381577 - Part P; Sign repackaged win artifacts. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 9FbrSvyU9ny

--HG--
extra : rebase_source : c273510e657a4f07fa39b6006bcf1e42b8319e5b
2017-07-18 13:39:59 -04:00
Justin Wood 35d5b6cee5 Bug 1381577 - Part O; Run mach repackage for windows nightlies. r=kmoir
Land date changes to support windows nightlies onto central

This patch also allows us to not reconfigure to run repackage on windows, which saves us both in potential pain points and execution time.

MozReview-Commit-ID: xnz98Z5N06

--HG--
extra : rebase_source : 1630a3b6b646a83abeb05000e77e0e3c3238250b
2017-07-18 12:13:31 -04:00
Justin Wood e83e83cb07 Bug 1381577 - Part N; Make repackage task output its artifact to a locale included subdirectory, rather than rely on worker to publish there. r=kmoir
Land date changes to support windows nightlies onto central

This will be needed for windows, because if the artifact is output to a folder that is, itself, an artifact folder, we'll end up publishing the named artifact twice. Which is unhelpful.

MozReview-Commit-ID: 5S6SNul6Fm9

--HG--
extra : rebase_source : 5501d8d757c7408c9dd014bc04a8d36429bdd9b5
2017-07-18 11:57:26 -04:00
Justin Wood 146f0efc8e Bug 1381577 - Part M; Refactor repackage taskgraph code to be more readable and make it easier to add windows. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: Bo0wVjGPcCN

--HG--
extra : rebase_source : 88c999c4c3a56efb8db0a7c5eed0f546987e9428
2017-07-18 11:46:55 -04:00
Justin Wood 858702b7f2 Bug 1381577 - Part L; Support signing windows nightlies. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 9b5Sc2YDL6z

--HG--
extra : rebase_source : cfe3ef17db0a85b5d8caa6a7a3382c07b2436398
2017-07-18 10:30:22 -04:00
Justin Wood 69d3ae5602 Bug 1381577 - Part K; Stop using the property 'use-funsize-routes' since we can determine if we want those routes in better ways. r=kmoir
Land date changes to support windows nightlies onto central

This change has the side affect of removing accidentally present funsize routes on android and on windows-on-change-signing.

MozReview-Commit-ID: GJucXu1n63i

--HG--
extra : rebase_source : 6d0b167fd8809f6d2b8c876929ed98e2dbb275fe
2017-07-18 10:16:40 -04:00
Justin Wood 3857ab8fab Bug 1381577 - Part J; Sign setup.exe on windows and error if we try to sign an unknown platform. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: KFQDaaX2P8v

--HG--
extra : rebase_source : a900c4b8cd0bab92fa7104a0b0b53bb29d6a2450
2017-07-21 14:17:16 -04:00
Justin Wood d91a6f7263 Bug 1381577 - Part I; Win nightlies should generate and upload balrog_props.json. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: Jwk7c2W1QP7

--HG--
extra : rebase_source : c6f68a8b3621b3a743d1f1eb4a6857d23dd801b7
2017-07-17 16:06:14 -04:00
Justin Wood 4d11c4b275 Bug 1381577 - Part H; Upload Symbols for win32. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: HadAf7tPTQJ

--HG--
extra : rebase_source : ba4fc31de6bc28ac547ab06cd84b8dd18c2a1199
2017-07-17 15:56:12 -04:00
Justin Wood 4d4bec2fa4 Bug 1381577 - Part G; Add win32 nightlies as well. r=kmoir
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 523yYvZR7Ib

--HG--
extra : rebase_source : 26d0e70ea0be712e7c672eaa2aeab16bfe00dc04
2017-07-17 15:53:58 -04:00
Justin Wood 763c80eee7 Bug 1381577 - Part F; Make artifact path setting more generic for windows worker. r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: BwBvzr46d20

--HG--
extra : rebase_source : a0f0390f3dcef510f653a5d35963d466befa5ee7
2017-07-17 15:40:57 -04:00
Justin Wood a0984702f3 Bug 1381577 - Part E; Add assertion that there is no space in each action or option passed to mozharness tests. r=dustin
Land date changes to support windows nightlies onto central

This is needed because on Linux these arrays are joined by a space then passed to the shell as 'for foo in $bar' which will treat spaces as valid delimiters, whereas for windows workers the structure is evaluated completely in python, which means a single value with spaces won't generate the correct command output. Enforcing this prevents mistakes with yaml syntax going unnoticed.

MozReview-Commit-ID: 3U4orzyiBuf

--HG--
extra : rebase_source : 6fb7671f70d2169225d36c0c728324b01b3f055a
2017-07-17 15:35:02 -04:00
Justin Wood 02dcc45d35 Bug 1381577 - Part D; Add support for not passing --branch and --skip-buildbot-actions to mozharness tasks on windows workers. r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: BWngsoOaNzg

--HG--
extra : rebase_source : 0960c34d734a229a77fea2cffa331c69d68f00b6
2017-07-17 15:26:36 -04:00
Justin Wood d8c5be5d4e Bug 1381577 - Part C; Add support for not passing MOZ_SIMPLE_PACKAGE_NAME to windows workers. r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: JOg3Y3cYmj8

--HG--
extra : rebase_source : 429114b19fedad9779740b54ac5fdc3d23b3fe94
2017-07-17 15:25:19 -04:00
Justin Wood 9da4609bc2 Bug 1381577 - Part B; Rename the nightly win64 hook to just nightly, support win32. r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 6q7XwWTeXwo

--HG--
extra : rebase_source : aa5522dc98dcd1d606021843da3c72b511e92749
2017-07-17 14:50:21 -04:00
Justin Wood b054579f4b Bug 1381577 - Part A; Support mozharness actions on windows generic worker r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: LEllTfFjvKZ

--HG--
extra : rebase_source : 6e98cf0e6217826e5600b2def5e15a24a76ad7c3
2017-06-28 20:31:21 -07:00
Dão Gottwald 2ee97c338a Bug 1383031 - Rename customization-uidensity-menu-button* classes and ids since these are menuitems. r=johannh
MozReview-Commit-ID: 72S5zENy1gX

--HG--
extra : rebase_source : bdecd5c216638da9e83787150cffa970ae8da059
2017-07-21 14:11:15 +02:00
Manish Goregaokar 08c6de8178 Bug 1382017 part 4 Gecko piece - Rename ServoComputedValues -> ServoComputedData; r=heycam
ServoComputedValues is confusing because ComputedValues is actually
ServoStyleContext on the C++ side.

MozReview-Commit-ID: IQNVdfREAMt
2017-07-20 21:44:02 -07:00
Manish Goregaokar 26f3a98f78 Bug 1382017 part 4 Gecko piece - Remove usage of ServoComputedValues from most Gecko code; r=xidorn
MozReview-Commit-ID: 2NB4DgxMrL3
2017-07-20 17:27:05 -07:00
Manish Goregaokar 9e805b0538 Bug 1382017 part 2 Gecko piece - Remove usage of ServoComputedValues from binding functions; r=xidorn
MozReview-Commit-ID: 3KygTIIMVvF
2017-07-18 23:17:34 -07:00
Manish Goregaokar b185f906f6 Bug 1382017 part 1 Gecko side - Replace stylearc with servo_arc; r=xidorn
MozReview-Commit-ID: FUZgybUUMF3
2017-07-18 11:51:56 -07:00
Chris Pearce 9b79f3e2c6 Bug 1381720 - Add content_decryption_module_ext.h. r=gerald
Updates to Chromium revision 6e4c388c0117fe408b66fbede91081fb1018c5fe.

Adds Verified Media Pipeline function definitions.

MozReview-Commit-ID: 2H8mMNacQqR

--HG--
extra : rebase_source : d544d6a0c6854ccc29da6ddcc11b4efc8f621036
2017-05-29 17:14:52 +12:00
Chris Pearce c4af620223 Bug 1381720 - Update content_decryption_module.h. r=gerald
Update to chromium revision 6e4c388c0117fe408b66fbede91081fb1018c5fe.

Includes cdm::ContentDecryptionModule_9 and cdm::Host_9 definitions,
HDCP definitions, and 10 and 12 bit image format definitions.

MozReview-Commit-ID: bYH3OBSzuT

--HG--
extra : rebase_source : cfc291b3452c2154ecd1ca16a2ece0a5a42f0b5e
2017-05-29 17:14:26 +12:00
Mike Conley c22490b24e Bug 1363361 - Disable browser_windowopen_reflows.js on Linux and Win 8 x64 for frequent failures. r=florian
Bug 1381521 and bug 1380465 were opened to investigate and re-enable these tests.

MozReview-Commit-ID: KbiDfqfF0ht

--HG--
extra : rebase_source : 21e9a0c3aa766c439b537170b2d43e8388cc2ca5
2017-07-14 15:33:57 -04:00
Mike Conley f0d37f8936 Bug 1363361 - Disable browser_appmenu_reflows.js on Linux and Windows debug builds for intermittent failures. r=florian
MozReview-Commit-ID: JrpZyMXaLxY

--HG--
extra : rebase_source : e54f8f47c6e4d44dd3c7b608f7f73894d9f590e1
2017-07-11 10:25:05 -07:00
Mike Conley d920f99fa1 Bug 1363361 - Update expected reflows on window open now that we're using nsIDOMWindowUtils to dirty the frame tree. r=florian
MozReview-Commit-ID: 13NQn1618mR

--HG--
extra : rebase_source : eb0c73f7cb2aa966ff15a0d41f9f3974ecd278a3
2017-07-05 13:57:57 -07:00
Mike Conley 6549fe80ab Bug 1363361 - Make reflow tests use nsIDOMWindowUtils.ensureDirtyRootFrame to avoid manual frame dirtying hack. r=florian
MozReview-Commit-ID: E2azpUdgiSn

--HG--
extra : rebase_source : 5166f7f9f4b46514280abdc58631164b404f6b30
2017-06-29 08:46:18 -07:00
Mike Conley 348be03af6 Bug 1363361 - Add ability to dirty root frame from nsIDOMWindowUtils. r=dholbert
MozReview-Commit-ID: Jy6PICTkq4l

--HG--
extra : rebase_source : 83894f2ae0ccaafa05bcaee010876a55be82fd7d
2017-06-28 21:38:53 -07:00
Mike Conley 9114729ef9 Bug 1383117 - Disable browser_aboutStopReload.js on non-Nightly builds, since it's Photon-only. r=jaws
MozReview-Commit-ID: 3mTuZLeIQV2

--HG--
extra : rebase_source : f3c2389b21f673e4cc7f757039e6679f2bc3e143
2017-07-21 15:05:41 -04:00
Manish Goregaokar 0df9c965e0 servo: Merge #17818 - stylo: Various ComputedValues fixes (from Manishearth:stylo-fixup); r=heycam
r=heycam https://bugzilla.mozilla.org/show_bug.cgi?id=1382017

Source-Repo: https://github.com/servo/servo
Source-Revision: 992c647f76552ae3abaeffc69331375a69d34dab

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 24544e835c5139f4cf5a8e85c6aaa23fc50beefd
2017-07-21 11:05:13 -07:00
Ed Lee 37b62d73cb Bug 1382827 - |mach try --artifact| should remove |--artifact| if "-nightly" platforms are requested. r=chmanchester
MozReview-Commit-ID: Dqle5sBlZNr

--HG--
extra : rebase_source : d165af63dc433188fc00e778082572d5f1d35858
2017-07-20 13:37:31 -07:00
Wes Kocher 1a00a870d7 Bug 1341102 - Update expectation data a=bustage
MozReview-Commit-ID: 1ZKJWNnaP4u
2017-07-21 11:45:25 -07:00
Xidorn Quan d665d7da5a servo: Merge #17813 - Store raw string for prop decl in @supports (from upsuper:supports-decl); r=SimonSapin
This fixes the serialization issue of `@supports` rule that whitespaces are not preserved like in other browsers.

It makes the work a bit redundant (the property name and colon is parsed twice), but I suppose this isn't a big deal.

Source-Repo: https://github.com/servo/servo
Source-Revision: d1ac8b26e9fe2476d4b97522beb030ae60163d23

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 179edd501bde0c978fe54ec2a76907fa7288deb5
2017-07-21 09:01:57 -07:00
Jared Hirsch 1ba59175b1 Bug 1382754 - Export Screenshots version 10.8.0 to Firefox; r=mossop
MozReview-Commit-ID: 40PIhQ6SIDi

--HG--
extra : rebase_source : f75c1ee743708ead86a4976d624ec046fc93df4c
2017-07-20 11:36:09 -07:00
Jean-Yves Avenard d0144aba45 Bug 1382303 - P3. Reduce enough data threadhold to 10s. r=jwwang
We waited 30s until we changed readyState to HAVE_ENOUGH_DATA this would cause autoplay media element to start rather late. In particular with live stream. 10s is typically enough ahead time to start playback.

MozReview-Commit-ID: LJvY8cQYfwZ

--HG--
extra : rebase_source : 4c75326891ba4e9317c432ea7074eb033a77b300
2017-07-20 20:49:06 +02:00
Jean-Yves Avenard daf2be6beb Bug 1382303 - P2. Do not activate autoplay early. r=jwwang
Per spec, autoplay should only gets triggered once readyState is equal to HAVE_ENOUGH_DATA

MozReview-Commit-ID: 6nW1U6G1qme

--HG--
extra : rebase_source : da46988cc75b0b5c2a87d86f55fca2fda912be55
2017-07-20 19:11:44 +02:00