Commit Graph

662736 Commits

Author SHA1 Message Date
Botond Ballo
a2fc3d72a6 Bug 1563717 - Divide the RCD-RSF ScrollFrame item's clip rect by the resolution. r=kats
The clip rect is derived from the composition bounds, which is in units that
are outside the resolution, but it's applied to the ScrollFrame item which is
inside the resolution.

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

--HG--
extra : moz-landing-system : lando
2019-07-27 02:31:37 +00:00
Tim Nguyen
e047b206d0 Bug 1569341 - Update test_login_item.html expectations to be correct. r=bustage-fix on a CLOSED TREE
--HG--
extra : amend_source : f028020d0e27315bd680714c80f6330474c05dc1
2019-07-27 04:14:41 +03:00
Matthew Gregan
7334e101f1 Bug 1569090 - Vendor Rust after AudioIPC update. r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D39454

--HG--
rename : third_party/rust/memmap-0.5.2/LICENSE-APACHE => third_party/rust/memmap-0.6.2/LICENSE-APACHE
rename : third_party/rust/memmap-0.5.2/LICENSE-MIT => third_party/rust/memmap-0.6.2/LICENSE-MIT
rename : third_party/rust/memmap-0.5.2/ci/install.sh => third_party/rust/memmap-0.6.2/ci/install.sh
rename : third_party/rust/fs2/LICENSE-APACHE => third_party/rust/miow-0.2.1/LICENSE-APACHE
rename : third_party/rust/memmap-0.5.2/LICENSE-MIT => third_party/rust/miow-0.2.1/LICENSE-MIT
rename : third_party/rust/fs2/LICENSE-APACHE => third_party/rust/socket2/LICENSE-APACHE
rename : third_party/rust/memmap-0.5.2/LICENSE-MIT => third_party/rust/socket2/LICENSE-MIT
rename : third_party/rust/fs2/LICENSE-APACHE => third_party/rust/tokio-named-pipes/LICENSE-APACHE
rename : third_party/rust/memmap-0.5.2/LICENSE-MIT => third_party/rust/tokio-named-pipes/LICENSE-MIT
extra : moz-landing-system : lando
2019-07-26 16:51:51 +00:00
Matthew Gregan
ae4794f5de Bug 1569090 - Update audioipc to 177ebd96. r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D39453

--HG--
rename : media/audioipc/audioipc/src/async.rs => media/audioipc/audioipc/src/async_msg.rs
extra : moz-landing-system : lando
2019-07-26 16:51:29 +00:00
Tim Nguyen
56a5aacca9 Bug 1569326 - Fix metadata padding in about:logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D39566

--HG--
extra : moz-landing-system : lando
2019-07-27 00:31:31 +00:00
Tim Nguyen
50d1b741b6 Bug 1569341 - Hide launch/copy buttons in edit mode. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D39575

--HG--
extra : moz-landing-system : lando
2019-07-26 23:59:34 +00:00
Nihanth Subramanya
6d0123ac04 Bug 1569178 - [Protections Panel] New header gradient colours for dark and light mode. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D39565

--HG--
extra : moz-landing-system : lando
2019-07-26 23:19:05 +00:00
Tom Prince
048807613e No bug: Add a pointer to the windows interactive task instrutions; r=bstack
It took me several searchs after having looked here for how to create windows
interactive tasks. Add a link to the documentation here as a hint.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 22:27:39 +00:00
Tom Prince
fe18b3db4d Bug 1569231: Add better dependencies for in-tree toolchain tasks; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D39526

--HG--
extra : moz-landing-system : lando
2019-07-26 22:07:15 +00:00
Daniel Holbert
81e3921280 Bug 1569263 part 2: Restore fuzzy annotation for web-platform-test object-fit-contain-png-001e.html now that it (usually) passes again. r=boris
This patch was generated automatically, by running the following command:
hg revert object-fit-contain-png-001e.html.ini -r 7018488ca120836111db492baf8fc852d0b699e3
...using the revision from just before the fuzzy annotation was replaced with a temporary expected-fail annotation in bug 1559276.

Depends on D39554

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

--HG--
extra : moz-landing-system : lando
2019-07-26 22:10:32 +00:00
Daniel Holbert
7e295cd527 Bug 1569263 part 1: Remove useless object-fit WPT .ini files that only have a 'bug' field and no functional annotations. r=boris
Differential Revision: https://phabricator.services.mozilla.com/D39554

--HG--
extra : moz-landing-system : lando
2019-07-26 22:10:32 +00:00
Matthew Noorenberghe
6b15be6de2 Bug 1560029 - Make password field values visible when focused after a generated password is filled. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D33879

--HG--
extra : moz-landing-system : lando
2019-07-26 22:02:40 +00:00
Matthew Noorenberghe
7ce754b367 Bug 1560029 - Share GENERATED_PASSWORD_* consts between test frameworks. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D39406

--HG--
extra : moz-landing-system : lando
2019-07-26 22:02:47 +00:00
Matthew Noorenberghe
34062ae5d2 Bug 1560029 - Import LoginTestUtils in pwmgr_common.js for mochitest-plain. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D39404

--HG--
extra : moz-landing-system : lando
2019-07-26 22:02:16 +00:00
Gabriel Luong
8923476caf Bug 1539764 - Add a targetFront attribute to the Front class to retrieve the target front. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D39130

--HG--
extra : moz-landing-system : lando
2019-07-26 21:40:12 +00:00
Bogdan Tara
35bb05e6e9 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-27 00:41:55 +03:00
Bogdan Tara
3736b292dc Merge inbound to mozilla-central. a=merge 2019-07-27 00:38:36 +03:00
Nick Alexander
8306db5c30 Bug 1566171 - Part 3: Add browsertime executable arguments to Raptor command line. r=rwood
The goal is to configure browsertime in Raptor in two ways:

1) locally, just like `mach browsertime` does;

2) in automation, at taskgraph creation time, using fetches and
mozharness suite artifacts (for geckodriver).

It's possible for this to be done using mozharness config settings but
using command line options is more explicit and more likely to be easy
to remove later if and when we transition to a browsertime-specific
mozharness script.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 21:30:03 +00:00
Nick Alexander
bc05d7913c Bug 1566171 - Part 2: Allow argument names with 'chrome' in them. r=rwood
The existing code parses an argument with 'chrome' in its name
incorrectly.  That is, `--arg-with-chrome value` will make the old
code think the `--app` is 'chrome', which is not correct.

Argument parsing is subtle enough that we rely on `argparse` (which is
already imported and thus known to be available).

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

--HG--
extra : moz-landing-system : lando
2019-07-26 21:29:58 +00:00
Nick Alexander
f2e38650f0 Bug 1566171 - Part 1: Expose browsertime helpers to Raptor harness. r=barret
This will allow mozharness tooling, which does not run through `mach`,
to fish these paths.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 21:29:57 +00:00
Nick Alexander
49296e786e Bug 1566171 - Pre: Allow to not re-install Android app in Raptor locally. r=perftest-reviewers,rwood
This is better than `yes n | mach raptor-test ...`.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 21:29:57 +00:00
Agi Sferro
089df843eb Bug 1566704 - Prevent stall if GV is initialized with a non-Activity context. r=droeh
Differential Revision: https://phabricator.services.mozilla.com/D39418

--HG--
extra : moz-landing-system : lando
2019-07-26 21:29:17 +00:00
Krishnal Ciccolella
046d981ba1 Bug 1566283 - Increased width of event listener breakpoint clickable area r=davidwalsh
In `EventListeners.css` I added `width: 100%` to the `.event-listener-label` to increase the width of the clickable area.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 17:55:37 +00:00
Erica Wright
7b1ea82c31 Bug 1565370 - Fix intermittent caused by async messaging. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D39506

--HG--
extra : moz-landing-system : lando
2019-07-26 17:40:57 +00:00
Perry Jiang
00889e7c60 Bug 1532148 - Don't race Service Worker state transitions and iframe loading r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D39417

--HG--
extra : moz-landing-system : lando
2019-07-26 17:24:17 +00:00
Gurzau Raul
6747ce1e16 Backed out changeset 47d39253dbc2 (bug 1548631) for failing at /browser_RecipeRunner.js on a CLOSED TREE. 2019-07-26 20:36:29 +03:00
Marco Bonardo
e8dcf5977e Bug 1568948 - Intermittent failure in browser_urlbar_event_telemetry.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D39477

--HG--
extra : moz-landing-system : lando
2019-07-26 16:59:25 +00:00
Geoff Brown
91675529e8 Bug 1553943 - Bypass external-helper-app-service when getting mime service in httpd.js; r=mayhemer
Does it matter how nsIMIMEService is obtained? I wouldn't think so, tests continue
to pass with this change, and this will allow me to move ahead with running
xpcshell against geckoview.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 15:05:01 +00:00
Nicolas Chevobbe
1cc59795a9 Bug 1569190 - Remove outputNode getter from webconsole.js .r=jdescottes.
Differential Revision: https://phabricator.services.mozilla.com/D39516

--HG--
extra : moz-landing-system : lando
2019-07-26 16:39:18 +00:00
Nicolas Chevobbe
46b7e6f5ac Bug 1569190 - Remove JSTerm outputNode getter. r=jdescottes.
The reference isn't used within the component itself,
and is available in the webConsoleUI.
Callsites are updated.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 16:39:08 +00:00
Narcis Beleuzu
047fde9d4e Backed out 3 changesets (bug 1559659) for SM bustages on Runtime.cpp . CLOSED TREE
Backed out changeset 1d509e451876 (bug 1559659)
Backed out changeset f4b6a279a331 (bug 1559659)
Backed out changeset fa9186737abd (bug 1559659)
2019-07-26 19:58:07 +03:00
Narcis Beleuzu
a4cd447c57 Backed out changeset 89925bf4fa18 (bug 1565273) for bc failures on browser_urlbar_selection.js . CLOSED TREE 2019-07-26 19:56:50 +03:00
Lee Salzman
16b17ace8c Bug 1568841 - force GDI parameters for GDI render mode. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D39529

--HG--
extra : moz-landing-system : lando
2019-07-26 16:49:14 +00:00
Kannan Vijayan
3fb6190ec6 Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D39378

--HG--
extra : moz-landing-system : lando
2019-07-26 16:48:31 +00:00
Lee Salzman
08eecf9eae Bug 1568858 - always stretch box shadows except for Cairo. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D39412

--HG--
extra : moz-landing-system : lando
2019-07-26 16:31:21 +00:00
Michael Cooper
59197d5bbd Bug 1548631 - Add capability checks before evaluating Normandy recipes r=Gijs,glasserc
Differential Revision: https://phabricator.services.mozilla.com/D36850

--HG--
extra : moz-landing-system : lando
2019-07-26 16:22:19 +00:00
Geoff Brown
ee58329315 Bug 1563281 - Add mobile project name to test task labels; r=ahal
This adds the mobile project name, like "geckoview" or "fennec" to the Android
task labels. This makes the firefox/geckoview/fennec distinction more obvious
in 'mach try fuzzy' and 'mach try chooser'; it does not appear to affect
try syntax. This also adds "geckoview"/"fennec" to the job names displayed in
the lower-left treeherder pane. Hopefully this will help to clarify which
Android application is under test for each task.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 14:03:45 +00:00
Jeff Muizelaar
d95574f06b Bug 1565980. Force wmode 'gpu' to 'direct'. r=jmathies
This fixes wmode='gpu' with WebRender.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 13:48:01 +00:00
Tim Nguyen
7c48ef836f Bug 1567766 - Convert XUL textbox to HTML input in toolkit/mozapps/downloads/content/unknownContentType.xul. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D38818

--HG--
extra : moz-landing-system : lando
2019-07-26 21:02:41 +00:00
shravanrn@gmail.com
31a26205a5 Bug 1566284 - Include rlbox in the Firefox repo r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D38946

--HG--
extra : moz-landing-system : lando
2019-07-26 16:35:20 +00:00
J.C. Jones
3295f36c36 Bug 1569223 - Add support to pykey.py for exporting EC keys r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D39520

--HG--
extra : moz-landing-system : lando
2019-07-26 17:56:31 +00:00
J.C. Jones
7d89d6183a Bug 1569223 - Support EC keys in TLSServer.cpp r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D39519

--HG--
extra : moz-landing-system : lando
2019-07-26 19:17:40 +00:00
J.C. Jones
aca1e19c11 Bug 1569221 - Change TLSServer.cpp to support the modern SSL_ConfigServerCert r=keeler
This patch does not change the existing servers to use the new mechanism, rather
attempting to be minimalist. I filed Bug 1569222 for that.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 20:09:43 +00:00
chrmod
271cd169eb Bug 1565782 - Implement browser.tabs.remove for GeckoView webextensions APIs r=agi,robwu,rpl,geckoview-reviewers,snorp
Differential Revision: https://phabricator.services.mozilla.com/D38216

--HG--
rename : mobile/android/geckoview/src/androidTest/assets/web_extensions/tabs/background.js => mobile/android/geckoview/src/androidTest/assets/web_extensions/tabs-create/background.js
rename : mobile/android/geckoview/src/androidTest/assets/web_extensions/tabs/manifest.json => mobile/android/geckoview/src/androidTest/assets/web_extensions/tabs-create/manifest.json
extra : moz-landing-system : lando
2019-07-26 20:26:47 +00:00
Zibi Braniecki
87980a0867 Bug 1517880 - Plug DOMLocalization and DocumentL10n into XULProtypeCache. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D38972

--HG--
extra : moz-landing-system : lando
2019-07-26 20:17:21 +00:00
Zibi Braniecki
742dc1c8e2 Bug 1517880 - Add ability to rebuild an element prototype from an element. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D38971

--HG--
extra : moz-landing-system : lando
2019-07-26 20:17:09 +00:00
Zibi Braniecki
90adb39db2 Bug 1517880 - Accumulate l10n elements from prototype during document loading. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D38970

--HG--
extra : moz-landing-system : lando
2019-07-26 20:19:26 +00:00
Olli Pettay
9978173b32 Bug 1517880 - Add a flag for l10n elements created from prototype. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36067

--HG--
extra : moz-landing-system : lando
2019-07-26 20:16:37 +00:00
Zibi Braniecki
ad66c0ca23 Bug 1517880 - Clean up the XUL Prototype a bit. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D34827

--HG--
extra : moz-landing-system : lando
2019-07-26 20:16:22 +00:00
Sam Foster
a943d33842 Bug 1565409 - Part 2: Auto-save used generated passwords as long as there isn't already a login with an empty username for the site. r=MattN
Previously we only auto-saved if there were no logins for the site.
Add helpers and re-write most of the doorhanger/generated password b-c tests

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

--HG--
extra : moz-landing-system : lando
2019-07-26 19:55:43 +00:00