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

676336 Коммитов

Автор SHA1 Сообщение Дата
Jason Orendorff fbc689a32a Bug 1448324 - Fix link in js/rust readme. r=jdm
Differential Revision: https://phabricator.services.mozilla.com/D49748

--HG--
extra : moz-landing-system : lando
2019-10-18 14:30:52 +00:00
Andreea Pavel 525ee0d915 Bug 1404373 - disabled test_bug495145.html on win r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D50183

--HG--
extra : moz-landing-system : lando
2019-10-23 14:07:22 +00:00
Geoff Brown 2db26769a3 Bug 1589691 - For android-hw tests, ensure test app is uninstalled before trying to install; r=bc
On android-hw, if it looks like the app to be installed is already installed, uninstall it
first. I don't think this is a possibility on android-em, so I am only changing the hardware
script.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 14:10:53 +00:00
Andrew Halberstadt 2a03d935f5 Bug 1590680 - [moztest.resolve] Fix edge case where puppeteer/wpt manifest data is requested before the main tests, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D50207

--HG--
extra : moz-landing-system : lando
2019-10-23 14:09:52 +00:00
Brian Hackett 8fd4f4e0e2 Bug 1444064 - Add ToolboxTask object for communicating with the browser toolbox during tests, r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D48773

--HG--
extra : moz-landing-system : lando
2019-10-23 14:10:59 +00:00
Liang-Heng Chen 489786654f Bug 1534339 - make OriginAttributes deserializable; r=baku
`CreateSuffix` is irreversible by `PopulateFromSuffix` because it uses a multi-to-one mapping.
Since only ':' will happen in a IPv6 format, we can make it a 1-to-1 mapping so that the `firstPartyDomain` is consistent after `CreateSuffix` and `PopulateFromSuffix`.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 14:10:19 +00:00
Greg Tatum 9157afe622 Bug 1588295 - Change popup test to use the js feature rather than stackwalk; r=gerald
This test is relying on a profiler feature that is not available in every
platform. This patch changes it to use the "js" feature, which should be
supported everywhere.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 14:07:47 +00:00
Greg Tatum de7682bba8 Bug 1588192 - Fix the TypeScript require function in the initializers; r=julienw
Differential Revision: https://phabricator.services.mozilla.com/D49012

--HG--
extra : moz-landing-system : lando
2019-10-23 13:49:27 +00:00
Eden Chuang 23964d1f55 Bug 1581477 - Enable dom/serviceworkers/test mochitests for fission r=perry
After sw-e10s enabled in nightly, following tests should be passsed with Fission

dom/serviceworkers/test/browser_devtools_serviceworker_interception.js
dom/serviceworkers/test/test_cookie_fetch.html
dom/serviceworkers/test/test_csp_upgrade-insecure_intercept.html
dom/serviceworkers/test/test_eventsource_intercept.html
dom/serviceworkers/test/test_hsts_upgrade_intercept.html
dom/serviceworkers/test/test_https_fetch.html
dom/serviceworkers/test/test_https_fetch_cloned_response.html
dom/serviceworkers/test/test_https_origin_after_redirect.html
dom/serviceworkers/test/test_https_origin_after_redirect_cached.html
dom/serviceworkers/test/test_https_synth_fetch_from_cached_sw.html
dom/serviceworkers/test/test_importscript_mixedcontent.html
dom/serviceworkers/test/test_sanitize_domain.html

This patch enables these tests.

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

--HG--
extra : moz-landing-system : lando
2019-10-22 14:56:01 +00:00
Andreas Pehrson d6891cffab Bug 1590319 - Revert async task queueing in MediaRecorder::Pause()/Resume(). r=jib
Differential Revision: https://phabricator.services.mozilla.com/D50030

--HG--
extra : moz-landing-system : lando
2019-10-23 13:04:12 +00:00
Tom Ritter 85a1130f9f Bug 1571219 - Refactor PerformanceMeasure to avoid double-reducing timestamps r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50127

--HG--
extra : moz-landing-system : lando
2019-10-23 11:42:10 +00:00
Nicolas Chevobbe 9b4c9080e0 Bug 1590707 - Don't display outline on CodeMirror scrollbars. r=fvsch.
Differential Revision: https://phabricator.services.mozilla.com/D50201

--HG--
extra : moz-landing-system : lando
2019-10-23 12:41:12 +00:00
Marcus Burghardt ec4fc41539 Bug 1586081 - Remove special EV treatment from GlobalSign Extended Validation CA - SHA256 - G2. r=keeler
In 2017-04, due a transition of two CA certs from GobalSign to Google, a temporary and exceptional EV treatment was deployed in PSM for this transition:
https://bugzilla.mozilla.org/show_bug.cgi?id=1349762

This exception was removed with this patch.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 17:11:35 +00:00
Itiel 844a131a81 Bug 1590311 - Fix 'Copy All Changes' button styling for RTL. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D50115

--HG--
extra : moz-landing-system : lando
2019-10-23 12:17:45 +00:00
Razvan Maries a5f7ecde59 Backed out 2 changesets (bug 1589056) for lint failure on test_formatters.py. CLOSED TREE
Backed out changeset 6bd10819c814 (bug 1589056)
Backed out changeset 4253a2fb8848 (bug 1589056)
2019-10-23 15:48:39 +03:00
Liang-Heng Chen a2b0ab008b Bug 1590659 - remove double "&&" in the targeting description; r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D50172

--HG--
extra : moz-landing-system : lando
2019-10-23 12:17:43 +00:00
Andrei Oprea a93a540ce2 Bug 1590490 - Revert string removal in /newtab/asrouter.ftl r=fluent-reviewers,flod,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D50088

--HG--
extra : moz-landing-system : lando
2019-10-23 01:47:24 +00:00
Philip Jägenstedt 312d02c6c1 Bug 1589056 - [mozlog] tests for PRECONDITION_FAILED status r=jgraham
Depends on D50175

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

--HG--
extra : moz-landing-system : lando
2019-10-23 12:34:13 +00:00
Philip Jägenstedt d1054d01d7 Bug 1589056 - [mozlog] introduce PRECONDITION_FAILED status r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D50175

--HG--
extra : moz-landing-system : lando
2019-10-23 12:35:09 +00:00
Emilio Cobos Álvarez 0bae88943a Bug 1590426 - Cleanup signatures in nsImageFrame / nsImageControlFrame. r=tnikkel
In particular, remove useless virtual keywords per our style guide, and remove
redundant argument names (argument names where the name is contained in the type
of the argument), since they're somewhat useless.

I think the result looks neater.

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

--HG--
extra : moz-landing-system : lando
2019-10-22 19:05:21 +00:00
Emilio Cobos Álvarez 2c65109365 Bug 1589955 - Sync-decode images when intrinsic ratio between the old and new source changes. r=tnikkel
This seems to fix it for me, and it's pretty straight-forward, but I _think_
we'd still paint the old image if the image is huge and it's loading, which
may be counter-productive. Maybe we should guard the whole "paint mOldImage"
with and if (!oldImageIsDifferent), wdyt?

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

--HG--
extra : moz-landing-system : lando
2019-10-23 12:22:06 +00:00
Mark Banner a1dcb27acf Bug 1589972 - When an unrelated document loads, don't clear out search telemetry information for other documents. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D49950

--HG--
extra : moz-landing-system : lando
2019-10-23 12:07:51 +00:00
Mark Banner 70b07bd990 Bug 1589972 - Don't stop tracking search telemetry when the location change is for the same document. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D49949

--HG--
extra : moz-landing-system : lando
2019-10-23 12:07:43 +00:00
Jonathan Kew 70553d3b77 Bug 1588407 - If a requested font-family name may be a styled legacy family, force immediate loading of additional family names so that the correct font can be found. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D49181

--HG--
extra : moz-landing-system : lando
2019-10-23 10:40:16 +00:00
Christian Holler d6a021d2b4 Bug 1590465 - Disable rust networking check with TSan. r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D50091

--HG--
extra : moz-landing-system : lando
2019-10-23 09:52:04 +00:00
Christian Holler e5a22220fd Bug 1590423 - Suppress races related to Rust std::sync::Arc. r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D50078

--HG--
extra : moz-landing-system : lando
2019-10-23 10:02:14 +00:00
Jan de Mooij 5ff6ae3c54 Bug 1330776 - Stop null-terminating JS strings, remove JSFlatString. r=jwalden,sfink
JS strings can contain null bytes so relying on null-termination generally isn't
the best idea. The (relatively few) places that did rely on null termination
have been fixed in separate patches/bugs.

This saves memory and avoids malloc/free for strings that now fit inline
(because this bumps the length limits for thin-inline and fat-inline strings).

It also simplifies dependent strings and external strings because we can remove
both JSUndependedString and JSExternalString::ensureFlat.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 11:23:50 +00:00
Daisuke Akatsuka 22b7417018 Bug 1588964: Update jest test for the unsupported browsers. r=ladybenko
Depends on D49519

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

--HG--
extra : moz-landing-system : lando
2019-10-23 08:59:29 +00:00
Daisuke Akatsuka 3d16270968 Bug 1588964: Add tests for the unsupported browsers. r=rcaliman,ladybenko
Depends on D49518

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

--HG--
extra : moz-landing-system : lando
2019-10-23 09:08:17 +00:00
Daisuke Akatsuka a5519b8c66 Bug 1588964: Show the browsers support status. r=rcaliman,ladybenko
Depends on D49378

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

--HG--
extra : moz-landing-system : lando
2019-10-23 09:11:46 +00:00
Daisuke Akatsuka db043e87f2 Bug 1589858: Add a test whether the rule view is available or not when plural styles which are defined in media query block are set for visited link. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D50156

--HG--
extra : moz-landing-system : lando
2019-10-23 11:20:28 +00:00
Daisuke Akatsuka 223f75aa07 Bug 1589858: Guard from passing media rules to InspectorUtils.getSelectorCount(). r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D50155

--HG--
extra : moz-landing-system : lando
2019-10-23 09:45:41 +00:00
Marco Castelluccio 04a3124744 Bug 1476339 - Set coverage LDFLAGS as part of configure. r=firefox-build-system-reviewers,chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D49830

--HG--
extra : moz-landing-system : lando
2019-10-22 22:55:45 +00:00
Florin Strugariu e37204a6cb Bug 1590563 - Incorrect subtest name for yandex cold page-load test r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D50169

--HG--
extra : moz-landing-system : lando
2019-10-23 09:00:12 +00:00
Mark Banner 9498d6591e Bug 1590404 - Remove unnecessary search order check with SearchService._getEngineInfo and add tests for _getEngineInfo. r=mikedeboer
The check for an engine being with `this._searchOrder` effectively duplicates that of `engine._isDefault`. We don't need to do both.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 08:48:10 +00:00
Johann Hofmann edb7353176 Bug 1584685 - Don't use try..catch to check for non-existent error strings in aboutNetError.js. r=nhnt11
document.l10n.formatValues seems to have changed and now not throw an error but instead
return `undefined` when no string was found. This broke the implementation which relied
on try..catch to detect non-existent error strings.

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

--HG--
extra : moz-landing-system : lando
2019-10-22 11:48:36 +00:00
Dão Gottwald 70caf6bc8e Bug 1586054 - Ensure at least 70% opacity for toolbar_field_focus. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D49843

--HG--
extra : moz-landing-system : lando
2019-10-23 10:02:53 +00:00
Emilio Cobos Álvarez 6d8c0d26b1 Bug 1582398 - Remove user-select: all for editable labels. r=masayuki
This seems to go back to our initial contenteditable implementation, and I don't
think there's a reason <label> should work differently from anything else.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 09:30:03 +00:00
Julian Descottes ab49d009e4 Bug 1590630 - Fail DevTools metrics test explicitly when DEBUG_JS_MODULES is enabled r=daisuke
DEBUG_JS_MODULES will make the BrowserLoader load different versions of some React files.
This confuses our metrics test that checks against duplicated modules and relies on a strict whitelist.
We fail the test explicitly since this performance metrics test should really only be run without DEBUG modules.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 09:12:28 +00:00
Dragana Damjanovic 65368b0866 Bug 1590199 - Change alert_emails. r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D49974

--HG--
extra : moz-landing-system : lando
2019-10-22 14:23:58 +00:00
Simon Fraser 13db391fa4 Bug 1590410 mach try fuzzy --show-estimates, add percentile r=ahal
A requested addition to the estimates in the preview pane, showing how large the requested set of tasks is compared to everyone else's set.

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

--HG--
extra : moz-landing-system : lando
2019-10-22 19:46:33 +00:00
Emilio Cobos Álvarez 27c8d88f2c Bug 1590191 - Trigger image loads for <area> cursor styles. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D49998

--HG--
extra : moz-landing-system : lando
2019-10-23 08:29:54 +00:00
Andy Wingo fa219ffa54 Bug 1578418 - Use WasmABIResults iterator to place block and function results r=luke,lth
Differential Revision: https://phabricator.services.mozilla.com/D44477

--HG--
extra : moz-landing-system : lando
2019-10-22 15:30:10 +00:00
Mirko Brodesser e1b9454134 Bug 1587716: change `RangeBoundaryBase`'s offset argument to `uint32_t`. r=smaug
`uint32_t`, because `nsRange::ComparePoints` requires it -- by webidl
interface -- to be unsigned long.

Moreover it makes `RangeBoundaryBase`'s interface cleaner, because it
already exposes the offset as a `uint32_t`.

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

--HG--
extra : moz-landing-system : lando
2019-10-23 08:22:36 +00:00
Razvan Maries 7fb625f8cf Backed out changeset ae33b9c001e5 (bug 1580462) for build bustages on nsWindow.cpp. CLOSED TREE 2019-10-23 11:07:00 +03:00
Thomas Nguyen a220530f6b Bug 1580462 - Store iframe's FeaturePolicy in browsingContext to inherit cross origin document. r=baku,farre
Differential Revision: https://phabricator.services.mozilla.com/D48825

--HG--
extra : moz-landing-system : lando
2019-10-22 14:36:00 +00:00
Daisuke Akatsuka d0f08fcdda Bug 1590003: Lazily load the compatibility lib and the dataset. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D50159

--HG--
extra : moz-landing-system : lando
2019-10-23 07:30:15 +00:00
Tom Tung 0adbc024e7 Bug 1583251 - P6 - Apply the change to sc.rs; r=sfink
Differential Revision: https://phabricator.services.mozilla.com/D49755

--HG--
extra : moz-landing-system : lando
2019-10-23 07:21:05 +00:00
Tom Tung f6ebef88e0 Bug 1583251 - P5 - Having some js tests to verify the deserialize function; r=nika,lth
Differential Revision: https://phabricator.services.mozilla.com/D48561

--HG--
extra : moz-landing-system : lando
2019-10-23 07:20:52 +00:00
Tom Tung 5a885c18a1 Bug 1583251 - P4 - Allow deserialize shared memory for Workers; r=nika,perry
Differential Revision: https://phabricator.services.mozilla.com/D48560

--HG--
extra : moz-landing-system : lando
2019-10-23 07:20:35 +00:00