Commit Graph

11992 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
5c90a99952 merge mozilla-inbound to mozilla-central a=merge 2016-06-29 16:13:05 +02:00
Xidorn Quan
c353935ab6 Bug 1160847 part 3 - Restore virtual bidi control characters for reordering. r=jfkthame
This patch mainly consists of two parts, one for resolving and the other
for reordering.

In the resolving part, the added code stores the lowest embedding level
of all bidi formatting characters precede a frame to the bidi data of
that frame when necessary.

In the reordering part, virtual frame is restored from the information
stored above before asking the bidi engine to reorder frames

Collapsing a run of continuous virtual formatting characters into one
virtual character with the lowest embedding level among them should work
because a character with a higher embedding level than either of its
neighbors should not affect the reordering result of any other part of
the sequence. (No formal proof of this theorem, though)

MozReview-Commit-ID: LQjRu0mWsZP

--HG--
extra : source : 5d0cf1cbd270e9963d848a23b37528ed503ed6a0
2016-06-29 17:47:18 +10:00
Anjana Vakil
be5e80f3c6 Bug 1282755 - Fix --binary warning for mach marionette-test; r=maja_zf
Only warn the user if they have provided a --binary argument,
i.e. if kwargs['binary'] is not None.

MozReview-Commit-ID: EOg9BcH5XJk

--HG--
extra : rebase_source : c8e19baae7d0959c27062d1ec92c59d4bd14b144
2016-06-28 13:44:30 +02:00
Mantaroh Yoshinaga
00c637d231 Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r=birtles
MozReview-Commit-ID: 2alFixqDfNK

--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : 19e525178910c4173adcd8b64951b3c26f7cf120
2016-06-29 11:14:12 +09:00
Mantaroh Yoshinaga
99d2c3abdc Bug 1267510 part 7 - Tidy up to document-timeline tests. r=birtles
MozReview-Commit-ID: DKlmsrKWF6K

--HG--
extra : rebase_source : e68437efab97b179c72c3fb481e14bd316d1f56f
2016-06-29 11:14:12 +09:00
Mantaroh Yoshinaga
6bdc3b9bbc Bug 1267510 part 5 - Remove animation's w-p-f meta file associated DocumentTimeline. r=birtles
MozReview-Commit-ID: 8fLVmZ18fuq

--HG--
extra : rebase_source : 4bf41af47ae4ca180774fb6adfbaa0dcc3d93c42
2016-06-29 11:14:11 +09:00
Mantaroh Yoshinaga
cef3e5e0c5 Bug 1267510 part 1 - Add DocumentTimeline constructor tests. r=birtles
MozReview-Commit-ID: 3EpZVyLVynE

--HG--
extra : rebase_source : acf348f4cb2a700df63be5e105598ba97572c29b
2016-06-29 10:59:17 +09:00
Greg Mierzwinski
5a4b2e86e4 Bug 1282599 - Pass test path as a string to xpcshell coverage collector. r=chmanchester
The test file path is now recorded by the coverage collector as a string rather than a single element array.

MozReview-Commit-ID: 9qW0tAKmqMS

--HG--
extra : rebase_source : a03f8fe2a9736ec41c72cad083da6a6142d343ad
2016-06-27 18:17:41 -04:00
Bevis Tseng
2673621c4b Bug 1281377 - In IDBKeyRange.includes(), do not compare the given value with the unset boundary. r=khuey 2016-06-22 13:40:12 +08:00
Thomas Nguyen
0555added7 Bug 1282506 - Fix broken firefox ui tests with test_safe_browsing_initial_download.py. r=whimboo
MozReview-Commit-ID: 4O2FxJVGQ8D

--HG--
extra : rebase_source : 8a6742cfecf25c5e47cbff99498e2884577c1f9e
2016-06-29 14:18:29 +08:00
Carsten "Tomcat" Book
261fe13dcd merge mozilla-inbound to mozilla-central a=merge 2016-06-28 16:09:05 +02:00
Boris Chiou
5feb6ed112 Bug 1244590 - Part 11: Test for different targets. r=birtles
MozReview-Commit-ID: B0hrEKRdKEG

--HG--
extra : rebase_source : 98e7209691f2ae4139b522e9d2522b45a696b80f
2016-05-26 17:42:23 +08:00
Wes Kocher
c73d13f1bb Merge m-c to fx-team, a=merge 2016-06-27 14:09:55 -07:00
Wes Kocher
a5dca92e10 Merge inbound to central, a=merge 2016-06-27 14:04:56 -07:00
Wes Kocher
cd463132d8 Backed out 8 changesets (bug 1267510) for causing unacceptably frequent failures in animation mochitests a=backout
Backed out changeset 2a2c42608ff0 (bug 1267510)
Backed out changeset 4cdb7f5b6f7c (bug 1267510)
Backed out changeset e89ec30077a0 (bug 1267510)
Backed out changeset 884243ce4287 (bug 1267510)
Backed out changeset 130a231c5acc (bug 1267510)
Backed out changeset 1ace442f6123 (bug 1267510)
Backed out changeset 058ad3199edb (bug 1267510)
Backed out changeset a7d18185f28d (bug 1267510)

--HG--
rename : testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html => testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html
rename : testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html
2016-06-27 11:49:06 -07:00
bechen
727ebe7fcf Bug 1277192 - Correct the association between Cue and TextTrack. r=rillian
MozReview-Commit-ID: 2B2swKL4iM2

--HG--
extra : transplant_source : %C9%C2%EE%A9%2A%FA%80v%7D%B2s%01%B4%A5%B4%98%F2z%06%D0
2016-06-27 10:41:20 +08:00
Mantaroh Yoshinaga
5851645e70 Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r=birtles
MozReview-Commit-ID: 2alFixqDfNK

--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : 07cf63b6a5ef7d8be566228a3d53fad0b0cfec03
2016-06-27 08:13:16 +09:00
Mantaroh Yoshinaga
2ef3f7a939 Bug 1267510 part 7 - Tidy up to document-timeline tests. r=birtles
MozReview-Commit-ID: DKlmsrKWF6K

--HG--
extra : rebase_source : 69ae7e0acff6155cb42ee16d3bc0465c928847ac
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
3fb7e9954a Bug 1267510 part 5 - Remove animation's w-p-f meta file associated DocumentTimeline. r=birtles
MozReview-Commit-ID: 8fLVmZ18fuq

--HG--
extra : rebase_source : 6efda1e797cf51c22aa452a02a518ed03b6d01ef
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
63ef5e7f82 Bug 1267510 part 1 - Add DocumentTimeline constructor tests. r=birtles
MozReview-Commit-ID: A6vSuodpWGQ

--HG--
extra : rebase_source : e6b1be52630b68e935f40e2ba85144f0523ce822
2016-06-27 08:09:07 +09:00
Greg Mierzwinski
5537afe36b Bug 1278649 - Add code coverage to xpcshell tests. r=chmanchester
This adds the ability to use the command line flag '--jscov-dir-prefix' to collect javascript code coverage from xpcshell tests and output it into the specified directory as a JSON file.

MozReview-Commit-ID: 3MZm73SNChL

--HG--
extra : transplant_source : c%9B%DE%A93w%E7%11%89%BE-%E8%D9%18%BC%12z%0A%0E%E4
2016-06-08 09:41:04 -04:00
Phil Ringnalda
98d7a9d9c5 Merge m-i to m-c, a=merge 2016-06-25 16:23:43 -07:00
Jared Wein
568b6e3746 Bug 1281570 - Provide recommendations to fix typos when using 'mach try'. r=chmanchester
MozReview-Commit-ID: HIx5QevA3Iy
2016-06-24 21:36:39 -04:00
Wes Kocher
bf02c9e2f4 Merge m-c to fx-team, a=merge 2016-06-24 13:41:56 -07:00
Brian Grinstead
1adf4b4140 Bug 1278368 - Remove the error console. r=dolske
MozReview-Commit-ID: AIw6zqVjJFx

--HG--
extra : transplant_source : V%9C%F2%B6L%1D%22%D8%85%9Ep%AA%2B%CD%19%23%D2c%96%EE
2016-06-23 17:46:58 -07:00
David Burns
72b6cf6661 Bug 1281397: Correct return types getElementProperty in marionette r=ato
This aligns the return types with the spec and corrects the return type to
what GeckoDriver expects.

MozReview-Commit-ID: 5A63NfpHKXC

--HG--
extra : rebase_source : f6df6893194e78792e541b9e9dd316e4d456af26
2016-06-24 09:25:03 +01:00
malayaleecoder
454ebe4663 Bug 1170281 - cleanup talos output.py file r=jmaher
MozReview-Commit-ID: 2VqGFozmBSf
2016-06-24 00:53:15 +05:30
Karl Tomlinson
1ea1e941eb test for bug 1213313 r=padenot
MozReview-Commit-ID: 6CU9AgW8dZx

--HG--
extra : rebase_source : 75ffbade151f1fb232e8e7b6d5239ba3be35e3bb
2016-06-22 10:16:32 +12:00
Karl Tomlinson
34706466dd test for bug 1257718 r=padenot
MozReview-Commit-ID: 8MkfnpsQBKH

--HG--
extra : rebase_source : f60e8d09969751b76cb6daff66139e3624b076b6
2016-06-22 09:10:31 +12:00
Nathan Froyd
120cdf42f2 Bug 1281918 - make runcppunittests filter out non-executable files when given a directory; r=chmanchester
When runcppunittest (resp. |mach cppunittest|) is passed a directory, it
attempts to indiscriminately run all the files found in that directory.
This is unhelpful, as directories containing compiled cppunittests also
tend to have other things: Makefiles, object files, etc.  Let's filter
out non-executable files from the directory listing and make the user
experience more pleasant.
2016-06-24 04:02:18 -04:00
Thomas Nguyen
7bcc37e4d7 Bug 1264165 - Update and add test cases. r=franziskus 2016-06-22 18:28:40 +08:00
Boris Chiou
879229cca1 Bug 1244590 - Part 10: Test for creating animations with a specific spacing mode. r=birtles
MozReview-Commit-ID: J0xNLunv9A7

--HG--
extra : rebase_source : 3f47c8bac2af6a9891d3cb80cc00e1322d50067f
2016-05-11 18:36:15 +08:00
Thomas Nguyen
ffba687a20 Bug 1025965 - Rename browser.safebrowsing.enabled to browser.safebrowsing.phishing.enabled. r=francios
MozReview-Commit-ID: 3TMs6MPtWsC
2016-05-09 14:44:08 +08:00
malayaleecoder
3317aafa12 Bug 1277490 - add flake8 linter support to talos r=jmaher
MozReview-Commit-ID: Erijz8ywllA
2016-06-28 13:32:11 +05:30
Thomas Wisniewski
3ba3166be8 Bug 1280454 - Correct XHR web platform test to verify that the last-modified time is set correctly on the response document if it is set in the HTTP headers (or not). r=annevk
--HG--
extra : amend_source : becca5b92e7dc43e07305d08df1544956e484583
2016-06-27 23:27:09 -04:00
Anjana Vakil
72e88b22d6 Bug 1282488 - Warn about unused --binary option in mach marionette-test; r=maja_zf
If a user passes the `--binary` option to the `marionette-test` mach command,
instead of silently ignoring the given path in favor of `self.get_binary_path`,
print a warning message and the path to the binary being used.

MozReview-Commit-ID: AVbpExDlaql

--HG--
extra : rebase_source : 6df25b1dc098b83aa919a482c7ec8d72115b084c
2016-06-27 20:21:31 +02:00
Wes Kocher
8414c26e20 Merge m-c to inbound, a=merge 2016-06-27 14:09:06 -07:00
Andrew Halberstadt
3b5152d79e Bug 1279040 - Move 'run-wizard' binary out of docker image, r=dustin
The run-wizard binary (used by interactive workers) will likely need to
change relatively frequently. Therefore, it should be baked directly into
the docker image. This patch instead downloads it from the appropriate
commit on hg.mozilla.org, only when needed.

MozReview-Commit-ID: 70hlloywCSj

--HG--
rename : testing/docker/desktop-test/bin/run-wizard => taskcluster/scripts/tester/run-wizard
extra : rebase_source : 871c24b2eec26962e88c852b5ec85a09382f21a1
2016-06-23 10:00:54 -04:00
Rob Wood
63f1bd4fe7 Bug 1241644 - when using --spsProfile, do not upload data to graph server/perfherder; r=wlach
MozReview-Commit-ID: Fzx7s9VX9vj

--HG--
extra : rebase_source : 2132dadf4247d5bd0175f7a83a564a9edb588e9a
2016-05-26 15:28:40 -04:00
Sylvestre Ledru
b4ecd2ac77 Bug 1279935 - --apk-armv7-v9 is no longer necessary as it has been removed in 48. r=jlund
MozReview-Commit-ID: EfSrnAaFapZ

--HG--
extra : rebase_source : f7f4953b2073aeefd84e68959caae4f83b9fd007
2016-06-24 21:43:22 +02:00
Sylvestre Ledru
aec11125e5 Bug 1278105 - Update the what's new section in every languages r=jlund
MozReview-Commit-ID: LSkozgFeqRy

--HG--
extra : rebase_source : 2fa187721419896aa897f7c1d2e26d6ca45c691a
2016-06-22 19:23:55 +02:00
Chris Manchester
359319b18b Bug 1258451 - Fixup to make -p all an acceptable platform selection in mach try. r=me
MozReview-Commit-ID: 2dXP3sPcJgX
2016-06-24 11:07:58 -07:00
Eric Rahm
75eb6669f0 Bug 1282184 - Use lldb from Xcode install rather than system install if possible. r=ted
This works around issues with System Integrity Protection kicking in on OSX when
trying to run /usr/bin/lldb by attempting to using the version installed with
XCode's command line utilities.

In particular SIP prevents us from setting DYLD_LIBRARY_PATH which is needed
to run DMD.
2016-06-28 11:50:16 -07:00
Bob Clary
d111f0ca3f Bug 1281511 - Add getAndroidSdk() to Mochitest SimpleTest.js, r=gbrown, snorp. 2016-06-28 11:14:45 -07:00
Benjamin Forehand Jr
1d4d977605 Bug 1237396 - Add safebrowsing test for initial download of files. r=whimboo
More adjustment on the if statement within the base class.

MozReview-Commit-ID: HjifORUSWXo

--HG--
extra : rebase_source : dc0b10274613b8cbae38086571f4ab52750a2266
2016-03-09 17:19:35 -05:00
Rob Wood
a867555f71 Bug 1276915 - Override all test cycles when profiling; r=jmaher
MozReview-Commit-ID: 86cL0OMhL3a

--HG--
extra : rebase_source : 69601e9b329b02331406b1a15429920f1326c066
2016-06-23 10:07:55 -04:00
James Graham
e9b09d4d75 Bug 1279809 - fixup! Fix metadata on select-event.html test on linux64 debug, a=testonly
MozReview-Commit-ID: U1aXFswvcF
2016-06-23 13:43:51 +01:00
James Graham
78761b4a00 Bug 1279809 - Fix metadata on select-event.html test on linux64 debug, a=testonly
MozReview-Commit-ID: 63wXQUvBXBb
2016-06-23 13:40:54 +01:00
Henrik Skupin
2561726165 Bug 1281750 - Marionette should include current application process id in capabilities. r=automatedtester
MozReview-Commit-ID: L9tdmHfUZEY

--HG--
extra : rebase_source : d46b87e50500f2e5dc793b9aaf922f1be661a323
2016-06-23 12:36:02 +02:00
James Graham
88efdabcf7 Bug 1279830 - Add a content-type to form-submission script response, r=Ms2ger
MozReview-Commit-ID: 5HT7PnRy24l
2016-06-23 10:36:47 +01:00