Commit Graph

552208 Commits

Author SHA1 Message Date
Hiroyuki Ikezoe
8b2fd9ed20 servo: Merge #18079 - Don't convert zero component value to 'auto' in clone__moz_image_region (from hiikezoe:moz-image-region); r=boris
Currently Gecko treats 'auto' component value as zero for animation.

<!-- Please describe your changes on the following line: -->

https://bugzilla.mozilla.org/show_bug.cgi?id=1387951

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c4ba04702afbd72d77f23c1b8163d26998daefb7
2017-08-14 23:31:19 -05:00
Masayuki Nakano
bd1efdbf56 Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov
Accessibility module uses nsIEditor (and nsIPlaintextEditor).  However, now, it can use TextEditor and HTMLEditor.  So, it should use them.

Note that this patch makes HTMLTextFieldAccessible::GetEditor() use nsITextControlElement::GetTextEditor() instead of nsIDOMNSEditableElement::GetEditor() but this won't change actual behavior since both implementation of HTMLInputElement and HTMLTextareaElement are just call shared internal methods.

MozReview-Commit-ID: HxHMGVSvWFv

--HG--
extra : rebase_source : a4ae19f06fb9612eacd4ae2e57fd92d36783ef32
2017-08-07 17:42:50 +09:00
Thom Chiovoloni
9fbf0a08aa Bug 1390338 - Enable legacy extensions when running TPS. r=markh
MozReview-Commit-ID: KKReASjFcOT

--HG--
extra : rebase_source : aaaff4bb04f04c29dcf6c7cbaa246352de647a2f
2017-08-14 18:51:09 -04:00
Daisuke Akatsuka
21fe68ef86 Bug 1389439 - Part 2: Enable test_underlying-discrete-value.html on stylo. r=hiro
MozReview-Commit-ID: 8zqUHnoZvee

--HG--
extra : rebase_source : b0c372cc5badb5b2d0661a478c6bc2905cb481d2
2017-08-15 12:38:45 +09:00
Daisuke Akatsuka
0b08d2f34b Bug 1389439 - Part 1: Use computed values as all expected values. r=hiro
The serialization of the value in getKeyframes() on both Gecko and Servo is
different, especially 'initial', 'inherit' and 'unset' on discrete animation.
Gecko returns those value as is, but Servo returns computed value.
We are understanding computed value (Servo) is right, so we change expected
values for them. Also, we skip them if this test is running on Gecko.

MozReview-Commit-ID: 4GFpCpec0eP

--HG--
extra : rebase_source : 8bb9fc670fb7ffd56935cdfb4f038be334782de7
2017-08-15 12:38:41 +09:00
Hiroyuki Ikezoe
3c1caa2959 Bug 1387949 - Make vertical-align animatable between percentage and percentage or length. r=birtles
MozReview-Commit-ID: 2ys36yj1zit

--HG--
extra : rebase_source : 3056e876910ca91c09218ef0284df0d46cbbb4d9
2017-08-15 10:16:31 +09:00
Hiroyuki Ikezoe
1317fd83f1 servo: Merge #18078 - Make vertical-align animatable between percentage and percentage or l… (from hiikezoe:vertical-align-animation); r=boris
…ength.

<!-- Please describe your changes on the following line: -->
https://bugzilla.mozilla.org/show_bug.cgi?id=1387949

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 6ededdf1ba11fce5b6a1e965b0c295237f3af524
2017-08-14 22:07:31 -05:00
Makoto Kato
357fdca523 Bug 1390053 - Enable editor/libeditor/tests/test_bug830600.html on mochitest-e10s. r=masayuki
This test is turned off by bug 1269209 on e10s.  But there is no exactly reason why this test on e10s is turned off.

Although I run this test on e10s now, it seems to pass this.  So we should turn on this test even if e10s.

MozReview-Commit-ID: JHQP2ZYvsHL

--HG--
extra : rebase_source : 2bc45f0d2b5cc99bad93267f40191866264af414
2017-08-14 18:29:40 +09:00
Xidorn Quan
c40f44ef9b Bug 1370508 - Enable stylo on generic XML documents. r=heycam
MozReview-Commit-ID: 4XQ9RPQ7oa1

--HG--
extra : rebase_source : 74e411e2280e818fc1fbd2efda677565cfa2f8b6
2017-08-09 19:57:33 +10:00
Xidorn Quan
cad67851c2 Bug 1374902 - Check pref when parsing :fullscreen pseudo-class. r=TYLin
MozReview-Commit-ID: 3UHeQ10E48J

--HG--
extra : rebase_source : efad34ea0de70473a323a13b4b4c61de28a6e79e
2017-08-02 16:34:47 +10:00
Xidorn Quan
101aadbaba servo: Merge #18076 - Check pref when parsing :fullscreen pseudo-class (from upsuper:fullscreen-pref); r=TYLin
This is the Servo side change of [bug 1374902](https://bugzilla.mozilla.org/show_bug.cgi?id=1374902).

Source-Repo: https://github.com/servo/servo
Source-Revision: 4771e6ea1ec76556803dab7b118eb1f8dbd1a6a0

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 8dd859a9e1733b4582a3a5c9af3c169be2088979
2017-08-14 20:12:31 -05:00
Henry Chang
9e499caed6 Bug 1386391 - Poll to check if a document has loaded rather than a definite timeout. r=smaug
MozReview-Commit-ID: B293QZe3LIz

--HG--
extra : rebase_source : ae336c328b48799a3a952f8d14cb8532fc179a58
extra : source : ee4a89243a26456b495737d889402619d3e186cc
2017-08-14 10:34:04 +08:00
Mark Hammond
1f668f52d6 Bug 1385179 - Enable addresses sync engine as formautofill initializes. r=MattN
MozReview-Commit-ID: BPikY3wM8Df

--HG--
extra : rebase_source : 25b6cb370238453e80d0ea0a7ea4f1c999715969
2017-08-08 15:07:10 +10:00
Robert Helmer
c380d85502 Bug 1372750 - allow generated embedded extensions to work in xpcshell tests r=kmag
MozReview-Commit-ID: AkCnoUTldhI

--HG--
extra : rebase_source : 69e36d7e462ed26740874dbf96a695dd92bdb850
2017-06-21 12:46:57 -07:00
Andrew Swan
5d0e47ddee Bug 1372750 - pass startup/shutdown reasons to embedded webextensions r=kmag
MozReview-Commit-ID: 3oJHM83Jbb0

--HG--
extra : rebase_source : 21b9409e46b4969ab80cf3ab8fb07040a0604040
2017-06-15 17:00:22 -07:00
Mike Hommey
733dc0bf95 Bug 1389422 - Avoid @GLIBCXX_3.4.22 symbols from the use of std::thread when building with GCC 6. r=froydnj
That the wrapper implementation works has been verified by creating a
dummy program such as:

  $ cat test.cc
  #include <thread>

  int main() {
    std::thread([]() {
      printf("foo\n");
    }).join();
    return 0;
  }

And compiling it with and without the hack:

  $ g++ -fno-rtti -o test test.cc -lpthread
  $ objdump -TC test | grep UND.*GLIBCXX_3.4.22
  0000000000000000      DF *UND*	0000000000000000  GLIBCXX_3.4.22 std:🧵:_State::~_State()
  0000000000000000      DF *UND*	0000000000000000  GLIBCXX_3.4.22 std:🧵:_M_start_thread(std::unique_ptr<std:🧵:_State, std::default_delete<std:🧵:_State> >, void (*)())

  $ ./test
  foo

  $ g++ -fno-rtti -o test test.cc $objdir/build/unix/stdc++compat/stdc++compat.o -lpthread
  $ objdump -TC test | grep UND.*GLIBCXX_3.4.22
  $ ./test
  foo

--HG--
extra : rebase_source : 53ca8e2d0424eaeb539d50510c441c8a3252c819
2017-08-11 17:20:47 +09:00
Xidorn Quan
006ea5552e Bug 1388904 - Update reftest expectation.
MozReview-Commit-ID: JX9NbbJniYG
2017-08-15 11:15:52 +10:00
Xidorn Quan
837107e7fb servo: Merge #18075 - Apply line break suppression to text when in any ruby (from upsuper:text-in-ruby); r=Manishearth
This should fix [bug 1388904](https://bugzilla.mozilla.org/show_bug.cgi?id=1388904).

Source-Repo: https://github.com/servo/servo
Source-Revision: 6f5e7639347766b7c36919ee9b8cd528dff8f58c

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 606b0232ca90bd9ae3098f1dbe0c4d13ceef7ffe
2017-08-14 19:10:06 -05:00
Wes Kocher
2458d6b297 Merge m-c to autoland, a=merge
MozReview-Commit-ID: KfZgcCxrZcg
2017-08-14 17:59:46 -07:00
Michael Comella
267065fcb1 Bug 1382332: Remove duplicate URLs from AS top sites. r=Grisha
MozReview-Commit-ID: E9dP9IitXQQ

--HG--
extra : rebase_source : 6194d99d02e93cff79b5f985289d495a1be2ba42
2017-08-10 18:27:15 -07:00
Michael Comella
6d4834baf0 Bug 1382332: Rm duplicate www. hosts from Highlights. r=liuche
MozReview-Commit-ID: L1F6ZuEsjwk

--HG--
extra : rebase_source : be57f0b3618d33ec34e23e3b5c7e343aca65425e
2017-08-10 17:12:15 -07:00
Michael Comella
39ca30c0aa Bug 1382332: Add MapUtils.putIfAbsent. r=liuche
MozReview-Commit-ID: 1Q78aEmsiYM

--HG--
extra : rebase_source : 83de391ae827409f8798d2fd00749b4137ba0a88
2017-08-10 17:11:02 -07:00
Michael Comella
71a1e7ca19 Bug 1386902: Use "subdomain.domain" in top sites title. r=liuche
Additionally, we strip common subdomains like "m." or "www.".

MozReview-Commit-ID: IObzp6LBovx

--HG--
extra : rebase_source : 02e1f1224854df4006f275a6877eb5cd6ecf8a78
2017-08-10 15:23:06 -07:00
Michael Comella
c5dbd8b45f Bug 1386902: Add URIUtils.getFormattedDomain. r=liuche
This combines getBaseDomain & getHostSecondLevel domain and allows us to be
more flexible.

MozReview-Commit-ID: 7FdWsfZvGFt

--HG--
extra : rebase_source : eed9361fef02609776c772d21a004004a1d9d543
2017-08-10 15:21:42 -07:00
Jan Beich
d525be7d2f Bug 1389733 - Add missing Skia compile guards. r=lsalzman
MozReview-Commit-ID: BXYxGjj0j73

--HG--
extra : rebase_source : dc54b6f513468879a2aeb8f298f1b920572c6402
2017-08-12 04:31:21 +00:00
Wes Kocher
5920648ff6 Backed out changeset 87a67b857362 (bug 1388823) for various failures such as browser_firstPartyIsolation_aboutPages.js a=backout
MozReview-Commit-ID: KGFQxaQq587

--HG--
extra : rebase_source : 0d7a14ffee5dd1b4fcc099504d0c8e425213b44a
2017-08-14 16:59:07 -07:00
Johan Lorenzo
d4bd2a28ea Bug 1383771 - Add widevine support to Nightly builds r=aki a=merge
Other related changes:
* Only target.{zip,tar.gz,tar.bz} get the widevine signature (not the various installers).
* Linux{32,64}-nightly are now repackaged. Their mar files are not signed during signed step anymore. It now happens after the repackage.
* As a consequence, funsize routes for linux are now set to repackage-signing (instead of signing)
* Signed upstream artifacts are now defined in a dedicated module (to avoid duplication)
* Platforms defined in beetmover_repackage now allow regex (to reduce duplication too)
* Mozharness configs: Delete unused (and misleading) `src_mozconfig` for windows. This value is actually not used when `run_configure` (in the same dict) is set to False.

MozReview-Commit-ID: COKqevW9Mzn

--HG--
extra : source : ffc2e43aa834e05f0d51d68dfb36317c1b408b08
2017-08-10 19:25:36 +02:00
Wes Kocher
214677ea41 Merge autoland to central, a=merge
MozReview-Commit-ID: 9BfFPDy1vO7

--HG--
rename : browser/extensions/onboarding/content/img/icons_search-colored.svg => browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg
rename : browser/extensions/onboarding/content/img/icons_search.svg => browser/extensions/onboarding/content/img/icons_singlesearch.svg
2017-08-14 17:28:19 -07:00
Wes Kocher
522da33dcf Merge inbound to central, a=merge
MozReview-Commit-ID: ne6wntYUEM
2017-08-14 14:42:25 -07:00
ffxbld
e5b13e6224 No bug, Automated blocklist update from host bld-linux64-spot-307 - a=blocklist-update 2017-08-14 09:59:31 -07:00
ffxbld
b77afd2c11 No bug, Automated HPKP preload list update from host bld-linux64-spot-307 - a=hpkp-update 2017-08-14 09:59:28 -07:00
ffxbld
d0c4829b5f No bug, Automated HSTS preload list update from host bld-linux64-spot-307 - a=hsts-update 2017-08-14 09:59:24 -07:00
Jonathan Kingston
8b9c63db85 Bug 1390118 - Skip contextual identity test for Thunderbird r=aswan,jorgk+176914
MozReview-Commit-ID: IJscYunK0cH

--HG--
extra : rebase_source : 8ac4901eef603711984cc8dd2636ea241d29af03
2017-08-14 14:42:23 +01:00
Sebastian Hengst
49882abddb merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: CExKztwYFsz
2017-08-14 11:57:21 +02:00
Tristan Bourvon
5dba5275b8 Bug 1390064 - Fix IgnoreTrivials in Utils.h by changing cast to cast_or_null r=mystor
MozReview-Commit-ID: E1uMaMRrCuO

--HG--
extra : amend_source : 813d6f884ccb1736ee161d8cedce260a0a7a2a90
2017-08-14 11:40:36 +02:00
Jan de Mooij
a5a9aef583 Bug 1390068 - Define Symbol.toPrimitive property when creating NPObjectMember instead of using a getProperty hook. r=evilpie 2017-08-14 15:54:56 +02:00
Sebastian Hengst
7aac93a5cc Backed out changeset bd9e37c5008d (bug 1382520) for failing mochitest browser/base/content/test/static/browser_all_files_referenced.js. r=backout
--HG--
rename : browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg => browser/extensions/onboarding/content/img/icons_search-colored.svg
rename : browser/extensions/onboarding/content/img/icons_singlesearch.svg => browser/extensions/onboarding/content/img/icons_search.svg
2017-08-14 09:42:14 +02:00
Boris Chiou
250b7586bc servo: Merge #18068 - Fix the conversion from Perspective into ComputedMatrix (from BorisChiou:stylo/animation/perspective); r=birtles
We convert a perspective function into a ComputedMatrix, but we apply the
perspective length to a wrong matrix item. We should put it into m34,
instead of m43. m43 is for translate parameter Z.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix [Bug 1389023](https://bugzilla.mozilla.org/show_bug.cgi?id=1389023).
- [X] These changes do not require tests because we have many transform tests in Gecko already. However, those tests may not be enough, so we should add more in Gecko later.

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : fd5b13ac29076c2aed7c0c7778932ed7cfbd8b8d
2017-08-13 23:08:03 -05:00
John Dai
5abb05dc54 Bug 1299363 - Part 6: Add tests for custom element upgrade. r=wchen
MozReview-Commit-ID: HsmtLzg9qP5

--HG--
extra : rebase_source : 99e670bd2a08b02f68818bfca5a410625e5aa7ee
extra : histedit_source : 669c2d72773079d6b0f24da012f5cde1444c898c
2017-08-13 16:40:49 +08:00
johndai1984
59be6e40c0 Bug 1299363 - Part 5-2: Implement new upgrade steps. r=bz, r=wchen
MozReview-Commit-ID: 34fIWSKUqyp

--HG--
extra : rebase_source : 3d7af3b1b262ab16c8d70e7389c0534c9261f3f0
extra : histedit_source : 8fd8debbc337ba260c4ec6384026a796bfd00021
2017-08-13 16:40:37 +08:00
Daisuke Akatsuka
2b35044776 Bug 1376495: Add expected value on traistion test for Servo. r=boris
Now, clip-path can animate as basic-shape in CSS Transitions.
However, the serialization of computed value both Gecko and Servo is
difference. Also, the serialization of Servo is correct.
Therefor, add the expected value for Servo.

MozReview-Commit-ID: 5hr2PRlLnPd

--HG--
extra : rebase_source : 417faa4d8819cd8d1fd2c7c79df1f54efdc2086b
2017-08-12 14:50:36 +09:00
Lars T Hansen
b0a78cb977 Bug 1388756 - Move helper thread types out of the OOM namespace. r=jonco
--HG--
extra : rebase_source : 2ec28160c41db48b2fa043f3d36e75d32832b26f
extra : histedit_source : d93bebede5edd065bb0cbcdebc509bbe3ab26d1c
2017-08-11 10:11:35 +02:00
Lars T Hansen
38b8fb111d Bug 1379814 - Clean up task selection logic, implement master task concept (take 2). r=luke
--HG--
extra : rebase_source : 2e865028e8921e5043dabab0acce2bb915b1256c
extra : histedit_source : f093356241f3fd5e2681e517e1c66f660f715503
2017-08-11 10:56:54 +02:00
Eugen Sawin
4be438e52b Bug 1377580 - [5.1] Implement external URI loading in the GeckoView example app. r=snorp 2017-08-14 14:57:25 +02:00
Eugen Sawin
07444d8008 Bug 1377580 - [4.1] Implement external URI loading for standalone progressive web apps. r=snorp 2017-08-14 14:57:25 +02:00
Eugen Sawin
007cea0668 Bug 1377580 - [3.1] Implement external URI loading for custom tabs. r=snorp 2017-08-14 14:57:25 +02:00
Eugen Sawin
87790afb62 Bug 1377580 - [2.1] Add support for external URI loading in GeckoView. r=snorp 2017-08-14 14:57:25 +02:00
Eugen Sawin
d8fdd4ab7b Bug 1377580 - [1.2] Extend nsIBrowserDOMWindow to support content window creation without URI loading. r=smaug 2017-08-14 14:57:25 +02:00
Mats Palmgren
dd2850e74c Bug 1377257 part 2 - Use cairo_scaled_font_get_hint_metrics instead of cairo_scaled_font_get_font_options to avoid malloc/free associated with cairo_font_options_create/destroy. r=jfkthame 2017-08-14 12:35:34 +01:00
Mats Palmgren
3ac7fdcaef Bug 1377257 part 1 - Add cairo_scaled_font_get_hint_metrics to avoid malloc/free that is required to use cairo_scaled_font_get_font_options. r=jfkthame 2017-08-14 12:35:30 +01:00