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

533403 Коммитов

Автор SHA1 Сообщение Дата
Matt Brubeck 8953bcba61 servo: Merge #16677 - Update dependencies to latest compatible versions (from mbrubeck:always-be-updating); r=jdm
Cargo.lock changes only, does not affect stylo.  One new dependency because `brotli` split into two crates.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they touch Cargo.lock only

Source-Repo: https://github.com/servo/servo
Source-Revision: 487da47ea4f46a480fbc2da985a05f0fa7953e99

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 9352629a943a762d7a8f62cac4c136e09cc1d87a
2017-05-01 12:38:22 -05:00
Wes Kocher 9e5f4793f5 Bug 1341102 - Remove fails-if(stylo) for color-stop-clamp-interpolation.html a=bustage
MozReview-Commit-ID: GdF2GufuvpV
2017-05-01 12:00:24 -07:00
Gregory Szorc 7ab3f694fd Bug 1359968 - Re-upload clang 3.9 archive as a public tooltool artifact; r=mshal
The old archive was uploaded with internal visibility. This was almost
certainly a mistake.

I downloaded the old archive and produced a new one and re-uploaded it to
tooltool with public visibility. I had to reproduce the archive because
tooltool won't let you promote an existing item to public.

It appears that environment state and possibly differences in the
tar command result in diverging tar archives. For example:

==> clang.orig <==
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/bin/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/include/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/lib/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/libexec/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/clang/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/man/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/scan-build/
drwxr-xr-x ehsan/wheel       0 2017-02-01 20:34 clang/share/scan-view/

==> clang.new <==
drwxr-xr-x gps/gps           0 2017-02-01 20:34 clang/
drwxr-xr-x gps/gps           0 2017-02-01 20:34 clang/bin/
-rwxr-xr-x gps/gps       18099 2017-02-01 20:15 clang/bin/git-clang-format
-rwxr-xr-x gps/gps     6731340 2017-02-01 20:33 clang/bin/llvm-mc
-rwxr-xr-x gps/gps     2241688 2017-02-01 20:34 clang/bin/obj2yaml
-rwxr-xr-x gps/gps    17105264 2017-02-01 20:33 clang/bin/llvm-c-test
-rwxr-xr-x gps/gps    13153616 2017-02-01 20:33 clang/bin/bugpoint
-rwxr-xr-x gps/gps    49666672 2017-02-01 20:33 clang/bin/clang-3.9
-rwxr-xr-x gps/gps       52901 2017-02-01 20:15 clang/bin/scan-build
-rwxr-xr-x gps/gps     6214036 2017-02-01 20:30 clang/bin/llvm-ar

Content within should be identical. It's just the file ordering and
owner bits that are different. This shouldn't matter.

MozReview-Commit-ID: HOzNXAd7xwq

--HG--
extra : rebase_source : 92650cbd1869b744a5f6a1d3534fb512f85b32d1
2017-04-28 10:18:08 -07:00
Mike Conley ed52b7ccd0 Bug 1358356 - Avoid intermittent in browser_toolbariconcolor_restyles.js by using Services.focus.activeWindow instead of focus() to activate windows. r=sfoster
MozReview-Commit-ID: KQWqZPXg27F

--HG--
extra : rebase_source : 116359ce30726fc2f65a0be95c84696db983687e
2017-05-01 12:43:29 -04:00
Andrew McCreight f9e7c10239 Bug 1304205 - Increase slice time for longer running CCs. r=smaug
If a CC takes too long (around 50 slices) or gets interrupted by a GC,
we have to finish it synchronously, which can cause a big pause. This
patch tries to avoid that by eagerly increasing the slice budget the
longer a CC goes on. It linearly increases the slice time from 5ms to
40ms as we approach the halfway point of a CC (1 second), matching GC
pauses, and then leaves it at 40ms.

MozReview-Commit-ID: 8TKZ0ZuxsUA

--HG--
extra : rebase_source : 2c46e56ecaa47242177d8cce53a208f08f5cabe2
2017-04-28 10:14:22 -07:00
Tom Tromey f14b92c497 Bug 1360554 - devtools-source-map v0.4.0: Update bundle from GitHub; r=jryans
MozReview-Commit-ID: 7eYjx2QXM8P

--HG--
extra : rebase_source : 8af06aa3d44a028f34bfef2c826dd143ec0e822e
2017-04-28 10:43:41 -06:00
Ursula Sarracini 1fb51e5e8f Bug 1360316 - Replace NewTabPrefsProvider in aboutNewTabService r=Mardak
MozReview-Commit-ID: 83viGxE2ezT

--HG--
extra : rebase_source : 69f1ea69dc68561b16ad9c057d7c1f297c5beb38
2017-05-01 11:42:44 -04:00
Emilio Cobos Álvarez 1e75c0c5e1 Bug 1361041: Avoid posting ReconstructFrame hints to an uninitialized PresShell. r=bz
The call that's causing the crash seems to be [1], that is, we're trying to
recreate frames for the root element, which should always have a frame created
at the initialization of the PresShell.

So the function I removed in that bug had something like the following:

  if (!mDidInitialize) {
    // Nothing to do here.  In fact, if we proceed and aContent is the
    // root we will crash.
    return NS_OK;
  }

Which PostRecreateFramesFor doesn't guard against (because I thought it was not
needed, per tryserver results).

Sounds a lot like we do need that check, though I'd like to have a testcase
where it happens :(

[1]: http://searchfox.org/mozilla-central/rev/3dc6ceb42746ab40f1441e1e659ffb8f62ae78e3/layout/base/nsCSSFrameConstructor.cpp#2420

MozReview-Commit-ID: Lh6SohNmmI6

--HG--
extra : rebase_source : 5b7076f86d41f5489e47ca16ac2f3620812ee9e8
2017-05-01 18:59:50 +02:00
Gregory Szorc 4f5e255e5c Bug 1304508 - Remove final references to pymake in mozharness; r=ted
We shouldn't be running pymake any more. So code to work around its
behavior is no longer necessary and can be removed. Good riddance.

MozReview-Commit-ID: AlV6ZLiA6WB

--HG--
extra : rebase_source : 56252a8d96f108fd24878e7a26f0d4ffe4a0db45
2017-04-26 13:41:00 -07:00
Gregory Szorc 2a5be2b0d9 Bug 1304508 - Remove references to pymake in mozharness configs; r=ted
Now that mozharness is calling `mach build` to invoke the "check" target,
there are no more consumers of the "enable_pymake" config option. So we
remove it from the configs.

We also remove definitions of the "make" executable referring to pymake.
The only call sites I could find for "query_exe('make')" are in
testing/mozharness/scripts/mobile_l10n.py. So most of these definitions of
the "make" executable appear to be a cargo cult or left over from a
previous rewrite (the code we just changed to stop calling "make" wasn't
using query_exe). Since mobile_l10n.py is still using query_exe() to find
the make executable, there's a chance switching away from pymake (if this
patch even does that - I don't think we touched a config file related to
that script) could break something. I'm fine with teasing out that bug.

MozReview-Commit-ID: 7HR6ShAKcoV

--HG--
extra : rebase_source : 07c6a6f7aaab6d7fceeab46b6ca2744c964148dd
2017-04-26 13:31:40 -07:00
Gregory Szorc 47737eb684 Bug 1304508 - Use mach for running "check" target; r=ted
We switch mozharness to use `mach build` to invoke the "check" make
target instead of using `make` itself. Because `mach` is the interface
that everyone should use and `make` is an implementation detail.

My editor also snuck in a change to normalize a CRLF line ending.

MozReview-Commit-ID: 4gdE6oeK0Lz

--HG--
extra : rebase_source : 0bfd6503a25f6b4304b596bd59ef99294c011474
2017-04-24 18:24:48 -07:00
Gregory Szorc 61a5501145 Bug 1304508 - Support passing --keep-going to make; r=chmanchester,ted
mozharness is currently making a manual `make -k` invocation. We don't
want automation calling `make` directly. So teach `mach build` to
accept a --keep-going argument that results in `make -k`.

MozReview-Commit-ID: H3lJ4r8S4vj

--HG--
extra : rebase_source : 9feb7bcaeb855254c53c5fa9d49177c5133f2773
2016-09-21 13:41:34 -07:00
Gregory Szorc 3712aeca37 Bug 1304508 - Remove makefile mkdir testing; r=ted
Several years ago, joey starting writing a handful of unit tests for
primitives in our make files. IIRC a lot of the impetus behind this
work was to flush out bugs between GNU make and pymake.

AFAICT the only survivor of these tests today is check_mkdir.py. The
test is a one-off and has been a bit fragile over the years,
contributing technical debt along the way. And as part of removing the
last references to pymake in automation, it is once again showing
itself and failing in a way that has to do with the way the test
is written and not an issue with the code it is testing. Enough is
enough. This commit removes the test and eliminates the technical
debt. I don't think it will be missed.

MozReview-Commit-ID: 3OzurtFbcyD

--HG--
extra : rebase_source : 6d3cf6121c90e9c47948862b8c4117bb1d3e5afd
2017-04-26 13:27:37 -07:00
Emilio Cobos Álvarez 64ce8ef7f0 Bug 1361078: Remove unnecessary fast path in Element::GetPseudoElementType. r=dbaron
A more general fast path was added in bug 1355353.

MozReview-Commit-ID: HGe9WaojoYw

--HG--
extra : rebase_source : b8d99223422a95fd764ff47042df6fe68334bb89
2017-05-01 18:12:06 +02:00
Matthew Wein c3902ed451 Bug 1356457 - Fix and enable test_ext_proxy.html r=jmaher
I was able to fix the issue by only letting the background script send one error message per test. This isn't an ideal fix because it doesn't get to the bottom of why a second error message is sometimes sent, but it should be a good placeholder while the underlying issue is researched.

MozReview-Commit-ID: 21uZL3r4zVS

--HG--
extra : rebase_source : 69a64dbf2b958dc871047b149acb6682f2bd6389
2017-05-01 11:25:04 -04:00
Emilio Cobos Álvarez 419344d78b Bug 1341102: Adjust expectations for servo/servo#16672. r=emilio
MozReview-Commit-ID: 62z9JiY9m1N
2017-05-01 18:06:32 +02:00
Edouard Oger b62965aebc Bug 1334430 - Keep the Synced Tabs panel open when not opening a tab in the current tab. r=markh
MozReview-Commit-ID: 6KNGjtp1yPN

--HG--
extra : rebase_source : a68421ade8e5838425e5f2598eada9671e57cf0f
2017-04-22 21:24:20 -04:00
Nazım Can Altınova 3614d47845 Bug 1360659 - stylo: Support other unit types in computed angle r=emilio
MozReview-Commit-ID: 7pwoXpHAxlz

--HG--
extra : rebase_source : 4bbb6fcb542ac61415f734dca6e0a4abbf034b1c
2017-04-28 18:33:00 +03:00
Nazım Can Altınova 7169eb4d27 servo: Merge #16674 - Preserve units in computed Angle (from canaltinova:angle-unit); r=emilio
<!-- Please describe your changes on the following line: -->
It was converting all angles to radians before. But other browsers preserves the angle units. Fixed that behavior.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #16594 and [Bug 1360659](https://bugzilla.mozilla.org/show_bug.cgi?id=1360659)

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 0abd5bbabd19695a5a42437dc42ab3bdf76f6150

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 5a181ae79c46ceb680a59b0971e60c31b9f6e1b8
2017-05-01 09:45:04 -05:00
Tom Ritter debbf71a07 Bug 1360892 Make Graphite Telemetry Opt-Out r=bsmedberg
In Bug 1331915 we added Telemetry for Graphite. However, because
our Beta and Opt-In population is very skewed by locale, and we
explicitly want to understand locale-specific usage, we want to
make this item enabled by default.

MozReview-Commit-ID: GrPN0XxrIe7

--HG--
extra : rebase_source : 35c331e11fd98e099ea86d30e3efd96c5d6cdcb0
2017-04-30 01:44:20 -05:00
Emilio Cobos Álvarez 1d754815d3 Bug 1341102: Update expectations for servo/servo#16673. r=emilio
MozReview-Commit-ID: 3647fXHGel5
2017-05-01 16:47:39 +02:00
Anthony Ramine 2ab6736162 servo: Merge #16672 - Implement -moz-force-broken-image-icon in geckolib (from nox:moz-force-broken-image-icon); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: b7f06d2c20d34bd0ee96d31f070623d6e46b8dda

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 77c0db75e29addbf3b48143c6350abb335160cc6
2017-05-01 08:14:34 -05:00
Fischer.json 6176870f45 Bug 1360844 - Test browserContainersGroup according to privacy.userContext.ui.enabled state, r=jaws
The browserContainersGroup is behind privacy.userContext.ui.enabled so have to test it according the pref state.

MozReview-Commit-ID: 5GxJJh2Mi6S

--HG--
extra : rebase_source : edae0ebb8cdb197629469db53f6583706006262b
2017-04-28 17:31:59 +08:00
Anthony Ramine 716d2587a8 servo: Merge #16673 - Fix AlignFlags::to_css (from nox:align); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 9b72d909f989329201d4593972445689f55d59f1

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 4e778b439d2d535aacab8058b59081e05b3b1101
2017-05-01 07:00:36 -05:00
Vangelis Katsikaros da4863f67b Bug 1356867 - Add scheme column to netmonitor. r=ntim
MozReview-Commit-ID: 8ZkD9WRd0VQ

--HG--
extra : rebase_source : 23615953fe2963b261b323b10e95fd65ffc949a1
2017-05-01 12:11:46 +03:00
Hiroyuki Ikezoe d8fafebff7 Bug 1360776 - Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule(). r=emilio
MozReview-Commit-ID: 5o8NuJolG2R

--HG--
extra : rebase_source : 13d732112dfe5614a83657c7bf7703944050c0f4
2017-05-01 18:45:41 +09:00
Hiroyuki Ikezoe c6f36404ea servo: Merge #16671 - Pass AnimationValueMap raw pointer (from hiikezoe:animation-values-map); r=emilio
This is a PR for https://bugzilla.mozilla.org/show_bug.cgi?id=1360776
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because it's for stylo.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7088969c2814688cc331d0e1385e352f76a54b5f

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 5a20650597f8e274c14c060b48e57aeaef3650d3
2017-05-01 05:51:48 -05:00
Cameron McCormack 7c0403b62c Bug 1360991 - stylo: Adjust text expectations. r=emilio
MozReview-Commit-ID: IEibtkHgyLI

--HG--
extra : rebase_source : 3a670b96685e3c5a03efa6a176384ab03632e17f
2017-05-01 17:23:56 +08:00
Cameron McCormack 84b00cc02f servo: Merge #16669 - style: Correctly handle Gecko prefixed text-align values in property glue (from heycam:text-align-glue); r=emilio
From https://bugzilla.mozilla.org/show_bug.cgi?id=1360991.

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 79b8f7ec1326bfa730acb8a89b50fccc6cbcdf3e
2017-05-01 04:23:28 -05:00
Sebastian Hengst d08bc7fba3 merge mozilla-central to autoland. r=merge a=merge 2017-05-01 11:22:50 +02:00
Sebastian Hengst 71ca1d9609 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 4QFAkv28IPJ
2017-05-01 11:21:49 +02:00
Phil Ringnalda 6b129efd40 Backed out changeset 867fcd3e181d (bug 1350634) for leaking in sessionstore's browser-chrome tests
MozReview-Commit-ID: 7NS2GkfZSp0
2017-04-30 21:14:10 -07:00
Emilio Cobos Álvarez 8288f0fa6a Bug 1341102: Revendor rust-dependencies manually on a CLOSED TREE. r=emilio
MozReview-Commit-ID: FRov90MIvOe
2017-05-01 02:49:23 +02:00
David Anderson d7a1f66c55 Make PLayerTransaction's constructor async. (bug 1350634, ipc_r=billm, r=mattwoodrow, r=kats)
PLayerTransaction's constructor was previously synchronous so we could
return a TextureFactoryIdentifier. This is quite reliably available
already in the case of opening a tab, due to RenderFrameParent knowing
which compositor it is attached to, so we can make the constructor
asynchronous.

In the top-level widget case, we add a new synchronous message to find
the TextureFactoryIdentifier.
2017-04-30 17:22:56 -07:00
Chris Pearce 784ad22feb Bug 1360959 - Only assert our buffer is shmem backed if we have a buffer in ChromiumCDMChild. r=gerald
MozReview-Commit-ID: CapowbADccy

--HG--
extra : rebase_source : 63261b8288dce9e3ccd01196b308db907cb0ce8e
2017-05-01 11:09:21 +12:00
Emilio Cobos Álvarez e5cd6e8c74 servo: Merge #16661 - style: Use SmallVec more in the style system (from emilio:alloc); r=bholley
I expect this to improve the situation significantly in https://bugzilla.mozilla.org/show_bug.cgi?id=1360881

This is worth doing on its own, though.

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 6b7ac9715c8e33c3138d1f29a42c0e61b96db453
2017-04-30 16:33:23 -05:00
Simon Sapin 6e8507f488 servo: Merge #16667 - Upgrade to rustc 1.19.0-nightly (06fb4d256 2017-04-30) (from servo:rustup); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: dbc093649fba93d8eec64f0cc734b3cbec19221d

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c3609aebfcb21ef175616bc57e5a53b7a2b47e7e
2017-04-30 14:33:11 -05:00
Sebastian Hengst 38f24dff7d merge mozilla-central to autoland. r=merge a=merge 2017-04-30 20:24:38 +02:00
Sebastian Hengst c9ef79fe56 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: KVxyaV1rE1g
2017-04-30 20:23:40 +02:00
Sebastian Hengst 995c3fbe93 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JHQqk6AeBy4
2017-04-30 20:22:20 +02:00
Emilio Cobos Álvarez e44543aad4 Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
MozReview-Commit-ID: 5Nzhyta5Hle

--HG--
extra : rebase_source : c2e9d4bfb9239f5e851d110cd7dff98c1e1a8d8b
2017-04-30 17:30:08 +02:00
ffxbld 3dc6ceb427 No bug, Automated HPKP preload list update from host bld-linux64-spot-388 - a=hpkp-update 2017-04-30 07:50:30 -07:00
ffxbld 0d823cefd8 No bug, Automated HSTS preload list update from host bld-linux64-spot-388 - a=hsts-update 2017-04-30 07:50:27 -07:00
Kannan Vijayan 3e15b3041e Bug 1358599 - Use runtime guards for jitcode pre-barriers instead of patchable jumps. r=jandem r=sfink 2017-04-30 08:42:34 -04:00
Vangelis Katsikaros 71f396bd14 Bug 1360902 - Improve localization of netmonitor waterfall tooltip. r=flod
MozReview-Commit-ID: INXp80HJjUK

--HG--
extra : rebase_source : 7558d5d964fdd8b7f069dfca57bf67351ca8a347
2017-04-30 12:49:33 +03:00
Sebastian Hengst bb580f3e71 Backed out changeset fd049b7bf3d2 (bug 1360372) for hazards. r=backout 2017-04-30 10:03:17 +02:00
Bill McCloskey 32eac2e449 Bug 1360372 - Acquire cooperative lock when entering system zone group (r=bhackett)
MozReview-Commit-ID: 92SgTKMD6xt
2017-04-29 20:59:45 -07:00
Hiroyuki Ikezoe 1464289688 Bug 1341102 Update mochitest expectations for -moz-transform. r=me
Two test cases have been passed since
237a8d3c6b

MozReview-Commit-ID: CznLJSmqOLQ
2017-04-30 10:24:03 +09:00
Bobby Holley 0300d9228d servo: Merge #16659 - Speed up stylist rebuilds (from bholley:faster_stylist_rebuild); r=emilio
Reviewed in https://bugzilla.mozilla.org/show_bug.cgi?id=1360767

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 77d86a5eb090c2b787ed025a7b9527962a474173
2017-04-29 18:08:19 -05:00
Sebastian Hengst 218d14273c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BTRXNHiIEWd
2017-04-29 21:30:59 +02:00