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

643893 Коммитов

Автор SHA1 Сообщение Дата
André Bargull 8e1e862531 Bug 1537923 - Part 6: Make slow tests runnable again. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24392

--HG--
extra : moz-landing-system : lando
2019-03-26 15:04:02 +00:00
André Bargull f1ab5292b2 Bug 1537923 - Part 5: Use 'slow' instead of 'skip' for tests which time out. r=jorendorff
Adds support for "slow-if" when running jstests on the shell, browser jstests
already support "slow-if" through reftest suite, see layout/tools/reftest/README.txt.

Differential Revision: https://phabricator.services.mozilla.com/D24391

--HG--
extra : moz-landing-system : lando
2019-03-26 15:03:52 +00:00
André Bargull eee1c6f367 Bug 1537923 - Part 4: Delete tests for removed 'scatter' and 'XPCSafeJSObjectWrapper' functions instead of skipping. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24390

--HG--
extra : moz-landing-system : lando
2019-03-26 15:03:46 +00:00
André Bargull a657066cb7 Bug 1537923 - Part 3: Unskip passing tests. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24389

--HG--
extra : moz-landing-system : lando
2019-03-26 15:03:42 +00:00
André Bargull 4ef1952142 Bug 1537923 - Part 2: Don't skip shell-only tests for all test configurations. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24388

--HG--
extra : moz-landing-system : lando
2019-03-26 15:03:38 +00:00
André Bargull e775fe5b2a Bug 1537923 - Part 1: Use "random" or "slow" instead of "skipped" for unreliable or slow tests. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24387

--HG--
extra : moz-landing-system : lando
2019-03-26 15:02:13 +00:00
André Bargull 8e7cc2e1b8 Bug 1536228 - Part 2: Don't emit megamorphic store slot stub for JSOP_INITELEM. r=jandem
Depends on D24493

Differential Revision: https://phabricator.services.mozilla.com/D24495

--HG--
extra : moz-landing-system : lando
2019-03-26 10:12:30 +00:00
André Bargull dc1d632ffa Bug 1536228 - Part 1: Fix typos and remove unnecessary blocks. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D24493

--HG--
extra : moz-landing-system : lando
2019-03-26 10:10:45 +00:00
André Bargull 388220db51 Bug 1530754 - Part 5: Update test262 to pick up new tests for async generator changes. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D23516

--HG--
extra : moz-landing-system : lando
2019-03-26 16:23:21 +00:00
André Bargull 7f7e3891f4 Bug 1530754 - Part 4: Add missing Await in yield* when 'return' method not present. r=arai
Step 7.c.iii.2. from yield* was missing in our implementation.

Differential Revision: https://phabricator.services.mozilla.com/D23515

--HG--
extra : moz-landing-system : lando
2019-03-26 16:23:16 +00:00
André Bargull 6b15cdad1f Bug 1530754 - Part 3: Don't create unnecessary iterator result objects in async generators. r=arai
Per spec, IteratorValue() must be called outside of the implicit try-catch-finally
block in yield*. But when IteratorValue is already called in the generated byte
code for yield*, we no longer have an iterator result object to pass back to
AsyncGeneratorResume. So change AsyncGeneratorResume to use the already unpacked
iterator value instead of an iterator result object.
This implies other parts of async generators now also no longer can work with
iterator result objects, for example `AsyncGeneratorReturn` in AsyncIteration.js
or when generating byte code guarded with `FunctionBox::needsIteratorResult()`.

Differential Revision: https://phabricator.services.mozilla.com/D23514

--HG--
extra : moz-landing-system : lando
2019-03-26 16:26:42 +00:00
André Bargull cc82cb6112 Bug 1530754 - Part 2: Update step comments. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D23513

--HG--
extra : moz-landing-system : lando
2019-03-26 16:25:37 +00:00
André Bargull f76ba4c361 Bug 1530754 - Part 1: Remove "unwrapped" prefix from parameter name. r=jorendorff
The parameter isn't an unwrapped object from another compartment and therefore
shouldn't be prefixed with "unwrapped".

Differential Revision: https://phabricator.services.mozilla.com/D23512

--HG--
extra : moz-landing-system : lando
2019-03-26 16:21:33 +00:00
André Bargull cc456464eb Bug 1527879: Explicitly set ICU's data directory to stop ICU from trying to load individual files on Windows. r=jwalden
And change the shell to use JS_InitWithFailureDiagnostic instead of plain
JS_Init, so any ICU data loading errors will be printed to stderr instead of
simply exiting the application.

Differential Revision: https://phabricator.services.mozilla.com/D23133

--HG--
extra : moz-landing-system : lando
2019-03-25 23:32:40 +00:00
Zibi Braniecki 4f5881dda7 Bug 1483036 - Simplify the DocumentL10n::PromiseResolver handler. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D24451

--HG--
extra : moz-landing-system : lando
2019-03-26 15:05:21 +00:00
Zibi Braniecki 600272a1a4 Bug 1483036 - Fix fluent errors caught by the new test failures. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D24315

--HG--
extra : moz-landing-system : lando
2019-03-26 15:05:14 +00:00
Zibi Braniecki bb5e52fa01 Bug 1483036 - Report meaningful Promise values from FluentDOM C++ bits r=Gijs,smaug
Differential Revision: https://phabricator.services.mozilla.com/D24113

--HG--
extra : moz-landing-system : lando
2019-03-26 19:34:27 +00:00
Zibi Braniecki 4450c1692a Bug 1483036 - Add MaybeResolveWithClone and MaybeRejectWithClone to Promise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D24385

--HG--
extra : moz-landing-system : lando
2019-03-26 19:34:29 +00:00
Logan Smyth c2150bafe9 Bug 1534328 - Update breakpoint text snippets when files load. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D24827

--HG--
extra : moz-landing-system : lando
2019-03-26 19:28:15 +00:00
Dennis Schubert b5079f41cc Bug 1538970 - Add IBM domains as wildcard exceptions for legacy keyCode and charCode. r=miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D24948

--HG--
extra : moz-landing-system : lando
2019-03-26 19:13:22 +00:00
David Walsh 3a59aa6b79 Bug 1538164 - [release 130] Final updates to debugger CSS. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D24776

--HG--
extra : moz-landing-system : lando
2019-03-26 18:17:53 +00:00
Anthony X 4629d8c4dd Bug 1538164 - [release 130] [Log Point] Fix log point context menu accelerator (#8115).
Differential Revision: https://phabricator.services.mozilla.com/D24775

--HG--
extra : moz-landing-system : lando
2019-03-26 15:24:55 +00:00
Tyler Wendlandt 062fce54c0 Bug 1538164 - [release 130] 8118/fix quick open modal nan bug (#8136).
Differential Revision: https://phabricator.services.mozilla.com/D24774

--HG--
extra : moz-landing-system : lando
2019-03-26 15:24:35 +00:00
chujunlu 83fa0aa6cc Bug 1538164 - [release 130] Switch watch expression's delete button (#8114).
Differential Revision: https://phabricator.services.mozilla.com/D24773

--HG--
extra : moz-landing-system : lando
2019-03-26 19:05:09 +00:00
derek-li b22dcf6663 Bug 1538164 - [release 130] Always render footer (#8039).
Differential Revision: https://phabricator.services.mozilla.com/D24770

--HG--
extra : moz-landing-system : lando
2019-03-26 19:05:11 +00:00
renovate[bot] e5363fdf0a Bug 1538164 - [release 130] Update dependency eslint-plugin-mozilla to v1.1.2 (#8131).
Differential Revision: https://phabricator.services.mozilla.com/D24769

--HG--
extra : moz-landing-system : lando
2019-03-26 15:23:39 +00:00
harshlele 099167ff95 Bug 1538164 - [release 130] added no sources message in Sources Pane (#7978).
Differential Revision: https://phabricator.services.mozilla.com/D24768

--HG--
extra : moz-landing-system : lando
2019-03-26 15:23:30 +00:00
Florens Verschelde ab017673bb Bug 1538164 - [release 130] Fix #8017 - Work around unsupported inset-inline-start|end in Chrome (#8083).
Differential Revision: https://phabricator.services.mozilla.com/D24767

--HG--
extra : moz-landing-system : lando
2019-03-26 15:23:15 +00:00
Florens Verschelde 6a79c0f523 Bug 1538164 - [release 130] Use stylelint-prettier instead of stylelint formatting rules (#8098).
Differential Revision: https://phabricator.services.mozilla.com/D24766

--HG--
extra : moz-landing-system : lando
2019-03-26 15:23:01 +00:00
Florens Verschelde 773f87acef Bug 1538164 - [release 130] Fix eslint warnings in XHRBreakpoints.spec.js (#8099).
Differential Revision: https://phabricator.services.mozilla.com/D24765

--HG--
extra : moz-landing-system : lando
2019-03-26 15:22:46 +00:00
wartmanm fed7cdaa89 Bug 1538164 - [release 130] [Sources] Improve SourcesTreeItem.mapStateToProps performance by storing plain urls (#8024).
Differential Revision: https://phabricator.services.mozilla.com/D24763

--HG--
extra : moz-landing-system : lando
2019-03-26 19:02:04 +00:00
Cosmin Sabou 326beac646 Bug 1531816 - Disable svg/as-image/img-blobURI-2.html on webrender due to frequent failures.
Reviewers: kats

Tags: #secure-revision

Bug #: 1531816

Differential Revision: https://phabricator.services.mozilla.com/D24671

--HG--
extra : rebase_source : e1ebfa15431563b74ddc0c70df9fdd8f92c5f749
2019-03-25 10:49:18 +02:00
Emilio Cobos Álvarez 300bf233c5 Bug 1536718 - Honor browser.display.use_document_fonts again. r=manishearth,jwatt
Differential Revision: https://phabricator.services.mozilla.com/D24218

--HG--
extra : moz-landing-system : lando
2019-03-26 18:42:27 +00:00
Jonas Allmann 1db9db7604 Bug 1529231, Remove all occurences of ondialogaccept and ondialogcancel, r=Gijs
Removed all occurences of ondialogaccept.
Removed all occurences of ondialogcancel.
Replaced all removed attributes with event handlers.

Differential Revision: https://phabricator.services.mozilla.com/D21227

--HG--
extra : moz-landing-system : lando
2019-03-26 18:34:02 +00:00
Jason Orendorff 1e6f599a87 Bug 1495072 - Part 3: Implement new, faster proposed await semantics. r=arai
This patch implements the change in this pull request:
<https://github.com/tc39/ecma262/pull/1250>

Differential Revision: https://phabricator.services.mozilla.com/D21816

--HG--
extra : moz-landing-system : lando
2019-03-26 18:17:15 +00:00
Jason Orendorff 1c204efb75 Bug 1495072 - Part 2: Add pref for the await fix. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D24255

--HG--
extra : moz-landing-system : lando
2019-03-26 18:16:55 +00:00
Justin Wood 90f9bb269f Bug 1352113 - Shippable Builds - Account for new declarative artifacts work. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D24831

--HG--
extra : moz-landing-system : lando
2019-03-26 10:46:55 +00:00
Justin Wood b06107746e Bug 1352113 - Shippable Builds - Update index routes for shippable. Try to be backwards compat where possible. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24829

--HG--
extra : moz-landing-system : lando
2019-03-26 02:10:53 +00:00
Justin Wood ca60dbfe30 Bug 1352113 - Remove nightly build types replaced by shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24700

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:10 +00:00
Justin Wood 417805e566 Bug 1352113 - Shippable Builds - Support shippable where 'nightly' is used. r=aki
Makes most kinds that reference nightly attribute reference the shippable attribute.
Also makes most transforms that use nightly use shippable

Transfers dependencies/ownership for some things to shippable from nightly where it was harder to support both.

In no particular order, full list:
Send shippable attribute down to dep tasks.
Set tests as shippable attribute
Add new signing routes
Add shippable routes to repackage_routes transform
Adjust target tasks
Add shippable nightly-l10n
Add nightly-signing and as a side affect add repackage and repackage-signing
Add support for proper balrog platforms for shippable
Add shippable to the nightly sccache guard
Fix TC_PLATFORM_PER_FTP in partners.py to use shippable
Add shippable to mozharness_test variants
Only actually used for android which doesn't have shippable at this time.
Add shippable variant to beetmover transforms
Do nightly signing for mars on shippable
Support shippable in partner-repack transform
Support shippable in amo langpacks transform
Use proper signing for shippable tasks in repackage transforms
Set upload symbols to use shippable too
Use shippable as deps for geckodriver extraction
Use shippable as dep for autograph-stage signing
Do not run beetmover-l10n for shippable
Run shippable style jobs for repackage signing
Set build_platform for update verify and uvc to be shippable
Run repackage-msi for shippable
Add shippable to osx partner repack signing
add shippable to emefree repackage
add shippable to emefree repackage signing
add shippable to beetmover checksums
Add shippable to partner repack repackage signing
add partner repack beetmover
Add shippable to mar signing
Add shippable to mar-signing-l10n
add shippable to eme free beetmover checksums
Add shippable to upload-generated-sources
Add beetmover langpacks to shippable
Add repackage-l10n to shippable
Add shippable to partner repack chunk-dummy
Do eme free builds with shippable
Add signing of language packs to shippable
Add snap repackage for shippable
Add shippable for release-eme-free repack signing
Add partials for shippable
Add partner repack repackage for shippable
Add emefree beetmover for shippable
Add checksums-signing to shippable
Switch partner repacks to shippable
Add shippable to beetmover-repackage
Add secondary update verify configs for shippable
secondary update verify for shippable

Differential Revision: https://phabricator.services.mozilla.com/D24699

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:06 +00:00
Justin Wood ad86445b8c Bug 1352113 - Shippable Builds - make only-for-attributes accept any() instead of all() in the set. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23130

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:04 +00:00
Justin Wood 2666b10daf Bug 1352113 - Shippable Builds - amend debugger tests presets. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D23437

--HG--
extra : moz-landing-system : lando
2019-03-26 17:59:25 +00:00
Justin Wood 0d5ad641b4 Bug 1352113 - Shippable Builds - Do not run any macosx64/opt or macosx64-qr/opt tests, leaving only shippable. r=jmaher
Jmaher indicated we do not have the test capacity to incur this as a duplicated set

Differential Revision: https://phabricator.services.mozilla.com/D23382

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:59 +00:00
Justin Wood b834cde2b3 Bug 1352113 - Shippable Builds - Do not run opt-only OSX tests on integration trees. r=jmaher
This also relates to Bug 1522111 where we turned off opt tests in favor of pgo,
shippable is like the new pgo so do that.

This has a side affect of adding  talos-tp6-stylo-threads to inbound for
osx-shippable (previously was only on autoland).

This has no practical affect after D23382 is applied (because of lack of OSX capacity)

Differential Revision: https://phabricator.services.mozilla.com/D23129

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:57 +00:00
Justin Wood 53f239314d Bug 1352113 - Shippable Builds - Don't run OSX opt builds by default on integration trees. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23128

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:55 +00:00
Justin Wood cb88c95011 Bug 1352113 - Shippable Builds - Do not do linux pgo either. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23126

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:47 +00:00
Justin Wood 91055117ad Bug 1352113 - Shippable Builds - Do not run linux32/opt tests, we now run them for linux32-shippable/opt. r=jmaher
Should there end up being a need we can back out this patch and let them run, but :jmaher indicated
he was happy with dropping them entirely and not duplicating.

Differential Revision: https://phabricator.services.mozilla.com/D23383

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:45 +00:00
Justin Wood fea57e789c Bug 1352113 - Shippable Builds - Do not do linux32/opt build on integration. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23248

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:43 +00:00
Justin Wood dd873e2248 Bug 1352113 - Shippable Builds - Remove windows pgo entirely. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23125

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:41 +00:00
Justin Wood bb85836dc6 Bug 1352113 - Shippable Builds - Make source-test depend on shippable instead of pgo. r=aki
This is useful in order to not have to run linux64/opt on push, especially on autoland/inbound
when we need a source test. It is also required if we remove the linux64-pgo build type entirely.

Differential Revision: https://phabricator.services.mozilla.com/D23124

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:39 +00:00