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

629587 Коммитов

Автор SHA1 Сообщение Дата
Ciure Andrei c1b788ba04 Backed out 1 changesets (bug 1516374) for causing Linux asan browser chrome exceptions CLOSED TREE
Backed out changeset 4474a7665e47 (bug 1516374)
2018-12-27 08:17:10 +02:00
Cosmin Sabou c3c97ee7de Backed out changeset f162598ad12c (bug 1515512) on the suspicion of causing Linux asan browser chrome exceptions. 2018-12-27 07:43:08 +02:00
Chris Manchester ac40054b22 Bug 1515512 - Require rustc 1.31. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D15396

--HG--
extra : moz-landing-system : lando
2018-12-27 02:22:54 +00:00
Mike Hommey 242f814d8a Bug 1516374 - Upgrade clang to 7.0.1. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D15346

--HG--
extra : moz-landing-system : lando
2018-12-27 00:49:54 +00:00
Cosmin Sabou 03bc294fa4 Backed out changeset 0e9a610fe05f (bug 1450762) for turning bug 1481028 into permafail. 2018-12-27 01:31:50 +02:00
Rob Lemley dcb9454741 Bug 1460487 - Set MOZ_SOURCE_CHANGESET appropriately for TB. r=dustin
Sets MOZ_SOURCE_CHANGESET to be the comm-* changeset when building
Thunderbird on Windows. This mirrors a change at line 196 that sets the
same when building for Linux and OSX.

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

--HG--
extra : moz-landing-system : lando
2018-12-24 03:07:23 +00:00
Cosmin Sabou a2478c2d79 Merge mozilla-central to autoland. 2018-12-26 23:53:18 +02:00
Cosmin Sabou ec30c30852 Merge mozilla-inbound to mozilla-central. a=merge 2018-12-26 23:47:45 +02:00
Cosmin Sabou 5bcaee3eac Backed out changeset 7ceb0427f883 (bug 1510711) for Android mochitest failures on testJarReader. 2018-12-26 23:34:49 +02:00
Mark Banner c7d11a73c7 Bug 1515865 - Remove unnecessary Task.jsm inclusions in mobile/android tests. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D15177

--HG--
extra : moz-landing-system : lando
2018-12-26 19:20:48 +00:00
David Parks a19f3aae29 Bug 1505482: Allow DLL patcher to resolve some backward short JMPs (r=aklotz)
In Windows 7 x64, GetFileAttributesW begins with a short, backwards jump that can't safely be converted by the interceptor.  Additionally, the function doesn't have enough NOP space after the JMP for the trampoline.  However, the target of the short JMP is a long JMP, followed by plenty of NOP space.  This patch moves the trampoline location from the first JMP to the second.

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

--HG--
extra : moz-landing-system : lando
2018-12-26 17:28:37 +00:00
Paolo Amadini 5dca426062 Bug 1516266 - Part 2 - Unify the "arrowscrollbox" and "arrowscrollbox-clicktoscroll" bindings. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15302

--HG--
extra : rebase_source : 59943ee24426d39375b1d0eb7f0fc454ba6f00ab
2018-12-26 14:49:14 +00:00
Paolo Amadini 357da38a59 Bug 1516266 - Part 1 - Unify the content of the "arrowscrollbox" and "arrowscrollbox-clicktoscroll" bindings. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15301

--HG--
extra : rebase_source : 84674a1c86bd2fae2260354506ad2c7713b2e81b
2018-12-24 15:34:24 +00:00
Raul Gurzau e09012b5fb Bug 1356570 - Disable test_fullscreen-api-race.html on Mac debug. r=jmaher 2018-12-26 07:42:00 +02:00
Emilio Cobos Álvarez d6f2d4bb73 Bug 1516365 - Update the Rust target version for bindgen. r=xidorn
This brings us alignas support and also associated constants for bitfield enums.

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

--HG--
extra : moz-landing-system : lando
2018-12-25 23:09:29 +00:00
Tom Prince 48317bb4df No bug: [taskgraph] Get hg branch name in a machine readable format; r=dustin
The original code include several extraneous newlines. Use a template instead,
to get a stable output format.

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

--HG--
extra : moz-landing-system : lando
2018-12-25 14:25:19 +00:00
shindli fadfb0501c Merge inbound to mozilla-central. a=merge 2018-12-25 23:59:00 +02:00
ffxbld a0125530a9 No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D15294

--HG--
extra : moz-landing-system : lando
2018-12-25 19:16:40 +00:00
Jacek Caban 8409db9e3c Bug 1430149 - Don't define INITGUID when not needed. r=aklotz
On mingw this causes IIDs to be defined in headers. Those definitions conflict with _i.c files that are included as well. Since we include _i.c anyway, INITGUID is simply not needed.
2018-12-25 18:49:39 +01:00
Jacek Caban 2957a4743d Bug 1430149 - widl compatibility fixes. r=aklotz
widl can't handle generating the typelib without explicit importlib() in this case. This should be fixed in widl as well, but using importlib() in this case looks right anyway.
2018-12-25 18:49:23 +01:00
Jacek Caban 5b9bc7c151 Bug 1430149 - Fix NtUndoc.h on mingw. r=aklotz
mingw headers declare both ObjectNameInformation and OBJECT_NAME_INFORMATION, which conflicts with local definitions.
2018-12-25 18:48:59 +01:00
Kartikaya Gupta 3fb331d4d4 Bug 1491163 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:09:28 -05:00
Kartikaya Gupta 6006a63753 Bug 1515492 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:28 -05:00
Kartikaya Gupta f2e394f3bb Bug 1491264 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:27 -05:00
Cosmin Sabou a412ad718f Bug 1311590 - Disable dom/indexedDB/test/test_third_party.html on Android debug for frequent failures. r=jmaher 2018-12-25 14:03:48 +02:00
Andreea Pavel 025088ac42 Bug 1509373 - disabled sw.https.window.html on linux for leaks r=jmaher 2018-12-25 14:03:04 +02:00
Cosmin Sabou 186919e513 Bug 1415037 - Disable browser_siteData.js on linux and osx for frequent failures. r=jmaher 2018-12-25 13:56:08 +02:00
arthur.iakab 1d0ef1721f Merge mozilla-central to autoland 2018-12-25 11:55:20 +02:00
arthur.iakab da45a6b1c5 Merge inbound to mozilla-central a=merge 2018-12-25 11:51:08 +02:00
arthur.iakab a78eae214e Merge autoland to mozilla-central a=merge 2018-12-25 11:49:51 +02:00
Julian Descottes 3fc2d93d35 Bug 1516250 - Stop using form to call Target.forRemoteTab in WebIDE;r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D15303

--HG--
extra : moz-landing-system : lando
2018-12-25 07:59:27 +00:00
WR Updater Bot ebe82c98fe Bug 1516305 - Update webrender to commit 5da3e6bf916e84fc3ce72c6cf65c63df0cdd8eb5 (WR PR #3445). r=kats
https://github.com/servo/webrender/pull/3445

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

--HG--
extra : moz-landing-system : lando
2018-12-25 01:13:52 +00:00
WR Updater Bot cdfba84b4e Bug 1516304 - Re-vendor rust dependencies. r=kats
Depends on D15315

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

--HG--
rename : third_party/rust/block-buffer/src/paddings.rs => third_party/rust/block-buffer-0.3.3/src/paddings.rs
rename : third_party/rust/byte-tools/src/read_single.rs => third_party/rust/byte-tools-0.2.0/src/read_single.rs
rename : third_party/rust/byte-tools/src/read_slice.rs => third_party/rust/byte-tools-0.2.0/src/read_slice.rs
rename : third_party/rust/byte-tools/src/write_single.rs => third_party/rust/byte-tools-0.2.0/src/write_single.rs
rename : third_party/rust/byte-tools/src/write_slice.rs => third_party/rust/byte-tools-0.2.0/src/write_slice.rs
rename : third_party/rust/sha2/tests/data/sha224/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha224/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha224/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha224/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha224/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha224/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha256/one_million_a.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/one_million_a.output.bin
rename : third_party/rust/sha2/tests/data/sha256/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha256/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha256/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha256/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha384/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha384/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha384/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha384/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha384/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha384/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha384/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha384/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha512/one_million_a.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/one_million_a.output.bin
rename : third_party/rust/sha2/tests/data/sha512/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha512/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha512/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha512_224/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_224/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_224/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha512_224/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_224/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_224/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha512_224/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_224/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha512_256/test1.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_256/test1.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test2.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_256/test2.input.bin
rename : third_party/rust/sha2/tests/data/sha512_256/test2.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_256/test2.output.bin
rename : third_party/rust/sha2/tests/data/sha224/test3.input.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_256/test3.input.bin
rename : third_party/rust/sha2/tests/data/sha512_256/test3.output.bin => third_party/rust/sha2-0.7.1/tests/data/sha512_256/test3.output.bin
rename : third_party/rust/sha2/tests/data/sha256/one_million_a.output.bin => third_party/rust/sha2/tests/data/sha256_one_million_a.bin
rename : third_party/rust/sha2/tests/data/sha512/one_million_a.output.bin => third_party/rust/sha2/tests/data/sha512_one_million_a.bin
extra : moz-landing-system : lando
2018-12-25 01:11:35 +00:00
WR Updater Bot 05bc857d23 Bug 1516304 - Update webrender to commit 7094d09cac1d4decad67f9828d9c85589e283dbd (WR PR #3447). r=kats
https://github.com/servo/webrender/pull/3447

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

--HG--
extra : moz-landing-system : lando
2018-12-25 01:11:14 +00:00
WR Updater Bot e2b83383f1 Bug 1516184 - Update webrender to commit f8a423fa0a83f386b11dd5e31a8e916378d2921d (WR PR #3444). r=kats
https://github.com/servo/webrender/pull/3444

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

--HG--
extra : moz-landing-system : lando
2018-12-25 01:01:26 +00:00
Razvan Maries 196ea35cdf Backed out 2 changesets (bug 1515579) for causing bugs: 1516228, 1516090, 1516253. a=backout
Backed out changeset fcf2cca505d4 (bug 1515579)
Backed out changeset 1d645417b082 (bug 1515579)
2018-12-25 00:48:43 +02:00
Razvan Maries 9a4cfc66f7 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-12-24 23:57:43 +02:00
Razvan Maries e048f91e8e Merge mozilla-inbound to mozilla-central a=merge 2018-12-24 23:50:58 +02:00
Tom Prince 83aee3f163 No bug: [taskgraph] Remove an unused global variable; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D14615

--HG--
extra : moz-landing-system : lando
2018-12-24 21:33:54 +00:00
Brian Hackett 4419187d6d Bug 1241958 - Add test for windowless workers, r=jlast.
--HG--
extra : rebase_source : c08daf86dc170d9d799f29bbd2ef9c9a4e5b77e3
2018-12-24 08:40:04 -10:00
Adnan Bhuiyan 034d7904bf Bug 1485636 - Add icons to the about:policies sidebar. r=felipe
In addition to the visual improvement, these icons help the responsive design of the page, because if it becomes too narrow the sidebar labels will disappear and only the icons will be displayed
2018-12-24 14:51:32 -02:00
Ehsan Akhgari 3b21462e94 Bug 1514853 - network.cookie.cookieBehavior default to 0 in release, r=tanvi 2018-12-24 11:26:03 -05:00
Brian Hackett b8d85eabb5 Bug 1044074 - Add test that scroll event handlers do not break run-to-completion, no_r.
--HG--
extra : rebase_source : 695e1b5ee00ce273599f66d5bbb53c52011ca7e4
2018-12-24 05:52:31 -10:00
Razvan Maries 63ead0bfe3 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-12-24 23:59:51 +02:00
Jan Varga 182e21efeb Bug 1516241 - Disable LSNG pref on Nightly; r=gsvelto 2018-12-24 14:42:42 +01:00
Ting-Yu Lin 18ca6d4420 Bug 1515991 - Shrink columns width in column-span reftests to fit the window on wpt. r=dholbert
The width doesn't matter for the tests. It's to fit the 600x600 window
to prevent scrollbar from appearing.

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

--HG--
extra : moz-landing-system : lando
2018-12-24 05:56:36 +00:00
Joel Maher 39d50eb76f Bug 1516452 - fix typo in taskgraph to 'dumps' instead of 'dums'. r=bc,Callek
fix typo in taskgraph to 'dumps' instead of 'dums'

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

--HG--
extra : moz-landing-system : lando
2018-12-26 18:43:44 +00:00
Jan Henning f7135eb95d Bug 1515559 - Account for image source-sets in context menu. r=snorp
Audio/video related context menu entries are already doing this as far as I can
tell.

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

--HG--
extra : moz-landing-system : lando
2018-12-26 18:38:20 +00:00
Jan Henning 120b216df7 Bug 1492335 - Strip view-source prefix when copying/sharing links from context menu. r=snorp
Desktop does this when copying link URLs and sharing is just effectively just
another form of copying.
For completeness, we also apply this when "viewing" the source of images (which
just displays the image itself anyway).

No special handling is required for other media elements (audio/video), because
looking at those in view-source mode does display the raw file contents and
thus none of the media-specific context menu entries will show up.

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

--HG--
extra : moz-landing-system : lando
2018-12-26 18:38:18 +00:00
alwu f13008dfac Bug 1511120 - Turn on the pref "media.autoplay.block-webaudio" on Nightly r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D14088

--HG--
extra : moz-landing-system : lando
2018-12-26 18:17:43 +00:00