Commit Graph

11200 Commits

Author SHA1 Message Date
Edgar Chen
6e395bbca4 Bug 1264825 - Fix remaining failures in update-the-source-set.html; r=jdm
MozReview-Commit-ID: CO6z83SS3Nb
2016-03-18 22:16:00 +08:00
Mantaroh Yoshinaga
49b7db992b Bug 1260084 - Part2.Copy css animation mochitest to web-platform tests. r=birtles
MozReview-Commit-ID: 7Sl1MLWFWBQ

--HG--
extra : transplant_source : 2%09%BD%CF%EAi%7EB%87%C8%3F%C1%B0%C6K%86B2%AD%80
2016-04-20 08:26:37 +09:00
Mantaroh Yoshinaga
645fefb426 Bug 1259285 - Part2 - Add web-platform test for visibility handling. r=birtles
MozReview-Commit-ID: JBu3wbthUp3

--HG--
extra : transplant_source : %D4%CE%D7%DF%26s%A5%C4%A1%1Eov%1B%9A%CEoe%2C%B7%3F
2016-04-20 09:05:34 +09:00
Ralph Giles
cd27883333 Bug 1265817 - Update gecko-rust-build to v0.2.1. r=dustin
- Move to quay.io/rust builder base.
- Set stable channel to work around compatibility checks with upstream
  rust-std builds.
- Updates for stable rust changes.
- Rough repack script for packaging upstream builds for tooltool.

Merge changes from https://github.com/rillian/rust-build tag v0.2.1.

MozReview-Commit-ID: 4rcrUCg2CSw

--HG--
extra : rebase_source : 9e371bf2e28ed903b9b9534b247f2b80d7c44eec
2016-04-19 10:41:18 -07:00
Dan Minor
ac13939bad Bug 1264772 - Set chunk-by-runtime option for mochitest-media on android; r=ahal
MozReview-Commit-ID: 3Hf4SH1LO1X

--HG--
extra : rebase_source : 300bfdebf7e2a87e14218300db8198f1ca8f69e4
2016-04-14 10:43:20 -04:00
Dan Minor
04368e5dbc Bug 1264772 - Use subsuite name for chunk-by-runtime; r=ahal
We currently hard code the runtime name to be mochitest-plain. This
changes things to use the subsuite name if available.

MozReview-Commit-ID: JZKewOD81M8

--HG--
extra : rebase_source : 0cd4d5694f9a0448f33cc620e2c0b520e4fe4be8
2016-04-14 13:57:05 -04:00
Dan Minor
e4ca61493a Bug 1264772 - Add runtimes file for mochitest-media; r=ahal
MozReview-Commit-ID: BhSHSw3QqJQ

--HG--
extra : rebase_source : efa687d240a4220fffb15d91ad798d16d15926f5
2016-04-14 10:39:33 -04:00
Dan Minor
d296a671f5 Bug 1264772 - Fixup writeruntimes.py; r=ahal
This fixes a few typos in the script and updates the README with
instructions on how to run it.

MozReview-Commit-ID: 7XVgTIFZR2M

--HG--
extra : rebase_source : 3d5c3101824d77735afef966e5f90013c4cefaae
2016-04-14 16:01:14 -04:00
CJKu
98bf045b8b Bug 1261578 - Part 7. Update web-platform-test manifest for fill-color reftest; r=jfkthame
MozReview-Commit-ID: 9c7EX3JoO2r

--HG--
extra : rebase_source : 767500d2c12ef4df78f80418083403ce34bdd2fc
2016-04-19 17:10:53 +08:00
CJKu
5f431b6b82 Bug 1261578 - Part 6. Before update web-platform-test manifest; r=jfkthame
MozReview-Commit-ID: E4qmaxV9tgr

--HG--
extra : rebase_source : 9c43aeca9cea85f690c0294b767e333ac0f08112
2016-04-19 17:10:41 +08:00
CJKu
2f69284675 Bug 1261578 - Part 5. web-platform-test reftest; r=jfkthame
MozReview-Commit-ID: CqWnikRMwFm

--HG--
extra : rebase_source : ebebc9b3f1d43d6262d999ab9ef63c465076b075
2016-04-19 17:10:29 +08:00
Jon Coppeard
e416ea06e2 Bug 1265033 - Add some mfbt tests that were not being run r=Waldo 2016-04-19 11:55:43 +01:00
Carsten "Tomcat" Book
60f824b91d Backed out changeset 0e54229af7f4 (bug 1260084) 2016-04-19 12:36:00 +02:00
Mantaroh Yoshinaga
f6e5ce8707 Bug 1260084 - Part2 - Copy css animation mochitest to web-platform tests. r=birtles
MozReview-Commit-ID: BVEUDA9fzyI

--HG--
extra : transplant_source : %E9l%89%94%DB7o%E1%08%8A%00%A9_h%08%A5C%C4%EC%FC
2016-04-18 13:15:18 +09:00
Stone Shih
ff6e350e2e Bug 1225756 - Part2: Remove 'expected fail' settings and expect testcases in send-redirect-bogus.htm should be passed. r=jgraham 2016-03-22 17:57:29 +08:00
Andreas Farre
b674c212ab Bug 949413 - Set href with context in Location.assign r=bz
MozReview-Commit-ID: Ao5eIxdo5Qv

--HG--
extra : rebase_source : c6f4a0a1d262cef057300cc39468c8f7eda59860
2016-04-14 09:58:09 -04:00
Maja Frydrychowicz
721e1c8aaf Bug 1263425 - Include crashes in Marionette runner's error/failure count; r=automatedtester
This addresses the case where there is a crash immediately after a passing test,
in which case the test suite stops and no failure is recorded.

MozReview-Commit-ID: LDzQfQX5NZQ

--HG--
extra : rebase_source : b96d610797fde31a6351407331d294385b9aaf5c
2016-04-18 15:33:43 -04:00
Maja Frydrychowicz
3bc93889a9 Bug 1262158 - Fail early if test path does not exist; r=automatedtester
MozReview-Commit-ID: Lfo5zf8FIaf

--HG--
extra : rebase_source : e720b6725826c2cf94a7c3c8ac53d36c3f59609b
2016-04-14 18:18:58 -04:00
Maja Frydrychowicz
21edbc606a Bug 1262158 - Fix default tests being overwritten in mach firefox-ui-_; r=sydpolk
MozReview-Commit-ID: JP59lLBRMc1

--HG--
extra : rebase_source : ad8dbdb4e4c0d418285f5e0607b91d94cf2297c3
2016-04-14 18:17:40 -04:00
Geoff Brown
a26b10be56 Bug 1263797 - Examine installer to find component sizes; r=wlach 2016-04-18 15:20:45 -06:00
Nathan Froyd
4872952e02 Bug 1265156 - always pass symbolsPath during xpcshell self tests; r=ted.mielczarek
If we botch things in libxul badly enough that startup cache
precompilation works, but xpcshell self tests fail, it's nice to get
understandable stacks for asserts or crashes inside libxul.
2016-04-18 13:20:35 -04:00
Rail Aliiev
8602aa9702 Bug 1260415 - Use revision as tag r=coop a=release DONTBUILD
MozReview-Commit-ID: 3cZe5ieNndK

--HG--
extra : rebase_source : 4e9083e7a360adb1b7b5e20a62c8d7bbd4b70205
extra : source : 57ac6693f2547e9f509409ce3ee20e4d98377a4d
2016-04-15 23:14:48 -04:00
Rail Aliiev
cbdee6453a Bug 1265332 - Publish l10n XPI files to candidates and releases r=mtabara a=release DONTBUILD
MozReview-Commit-ID: JgjZJyd6eQi
2016-04-18 07:05:51 -04:00
Dave Hunt
ed76e4de18 Bug 1144873 - Implement a UI class for notification popups r=maja_zf,sydpolk
MozReview-Commit-ID: EAi5Y1AIitS

--HG--
extra : rebase_source : b6229546dbf8474d82373613773b6260c0c1cb44
2016-04-15 15:41:28 +01:00
Olli Pettay
556d99331e Bug 1265032 - Enable Document.scrollingElement in release builds, r=bz 2016-04-18 02:31:57 +03:00
ABE Hiroki (hATrayflood)
259010e082 Bug 1244637 - implement AnimationEffectTiming fill. r=hiro
MozReview-Commit-ID: 46kYkxy06Sk

--HG--
extra : rebase_source : b85e4c1d7dfada490a43e18fd6f012553f9045f0
2016-04-10 11:35:52 +09:00
Valentin Gosu
5ce8a6205e Bug 1263428 - Add temporary code to debug intermittent WPT failure a=testonly
MozReview-Commit-ID: CwTV13yyt9z
2016-04-17 18:36:57 +02:00
Ben Kelly
d62e94bfaa Bug 1263469 P5 Add a wpt test case for EventSource. r=ehsan 2016-04-15 11:15:58 -07:00
Ben Kelly
eeef1152c0 Bug 1263469 P3 Test FetchEvent.request.cache value on reload in wpt test. r=ehsan 2016-04-15 11:15:58 -07:00
Oriol
2d08290117 Bug 1258205 - Make setAttribute throw InvalidCharacterError if the attribute already exists. r=baku 2016-04-15 09:01:00 -04:00
Rail Aliiev
9d3949007a Bug 1260415 - Use platform independent buildprops.json r=coop DONTBUILD a=release
MozReview-Commit-ID: 7ZAZSldvItQ

--HG--
extra : rebase_source : c2e80329d80b741a5c9d2f5054061644d4b666f0
2016-04-15 15:18:12 -04:00
Mike Conley
b2a3536232 Bug 1261152 - Follow-up: bump version, repack and sign tps add-on. r=jmaher
MozReview-Commit-ID: EfvW915r2zz

--HG--
extra : rebase_source : c94793c39203475eb596a61b2cab6d2358b137b7
2016-04-15 15:04:52 -04:00
Mike Conley
e3f9f50b1d Bug 1261152 - Keep the content process alive between tps runs. r=jmaher
MozReview-Commit-ID: 77wW1Y9z62B

--HG--
extra : rebase_source : d839cb03cba7786edfafcb585ee3fc7ab183485b
2016-04-15 12:33:13 -04:00
Mike Conley
b6f80962af Bug 1261152 - Make TPS more accurate using MozAfterPaint with layer transaction ids. r=jmaher
MozReview-Commit-ID: 1IHrTKMq2E8

--HG--
extra : rebase_source : 86ef0b5907e11d6ad947b7ded76873e1371a0eda
2016-04-14 16:05:54 -04:00
Gijs Kruitbosch
b3cfc1eada Bug 1236991 - part 3: allow use of todo() from ContentTask, r=mconley
MozReview-Commit-ID: EfucLgxcf8Y

--HG--
extra : rebase_source : 28908b2bd9160da75c76fb57441901e734f920e5
extra : histedit_source : 94415281799070b577f6c204ad6255b034871688
2016-04-11 17:11:35 +01:00
Rail Aliiev
c5fb662315 Bug 1264810 - Change merge day configs to bump esr45 version r=jlund DONTBUILD
MozReview-Commit-ID: BBEftRTVZiI

--HG--
extra : rebase_source : 45a1b1e693d8f683759ff2f8952b9766cd5bb89b
2016-04-14 21:44:21 -04:00
Daisuke Akatsuka
4275366bea Bug 1244643 - Part 3: Move common test cases to a new file. r=hiro
MozReview-Commit-ID: G65kDIoGqVK

--HG--
extra : rebase_source : af2e832379889c1eb1324d27e64d99162724fb4e
2016-04-15 20:55:34 +09:00
Daisuke Akatsuka
0250695f7d Bug 1244643 - Part 2: Append tests for easing. r=hiro
MozReview-Commit-ID: 3RYWjsViwJZ

--HG--
extra : rebase_source : fd62be7ed619ab846d04691ac2c0a64701e71ff4
2016-04-15 20:55:25 +09:00
Brad Lassey
0c669fc09e bug 1264651 - remove dom.max_child_script_run_time pref, remove old pref from prefs files r=billm 2016-04-14 11:29:10 -04:00
Carsten "Tomcat" Book
c4445ccd33 merge mozilla-inbound to mozilla-central a=merge 2016-04-15 11:41:41 +02:00
Brian Birtles
658dbcfecc Bug 1264396 - Don't allow animation of 'display' property; r=heycam
MozReview-Commit-ID: HOVHXfoFv5l
2016-04-15 13:18:12 +09:00
Carsten "Tomcat" Book
0a47ef22ae Merge mozilla-central to fx-team 2016-04-14 11:39:50 +02:00
Patrick Brosset
f469bf022f Bug 1264063 - 2 - Make the CPOW rule log errors and ignore ContentTask.spawn; r=Mossop
MozReview-Commit-ID: KN2MAgAvX2c

--HG--
extra : rebase_source : 099489c97f2b0fcae3903cbdd06d43b84e4113b1
2016-04-13 11:05:04 +02:00
Armen Zambrano Gasparnian
92d3123985 Bug 1243024 - Make Firefox TC Linux64 debug jobs tier1. r=jmaher a=mergeitmergeitmergeit
MozReview-Commit-ID: GH8VoxQnDSM

--HG--
extra : source : 59c4fa834f303effb095747161c1483cc014462c
2016-04-13 15:04:43 -04:00
Carsten "Tomcat" Book
b3cd06e797 Backed out changeset 92a78fabeb8d (bug 1224186) for causing issues in /dom/interfaces.html 2016-04-13 15:09:26 +02:00
Aryeh Gregor
c1a60c58b4 Bug 1055776 - Move namespaceURI, prefix, localName from Node to Element; r=bz 2016-04-13 15:21:12 +03:00
Kyle Machulis
20a7c2d464 Bug 1262184 - Web Platform test for embed load skipping in media nodes; r=bz 2016-04-13 15:27:20 -07:00
Armen Zambrano Gasparnian
5cda246df2 Bug 1243024 - Make Firefox TC Linux64 debug jobs tier1. r=jmaher
MozReview-Commit-ID: GH8VoxQnDSM

--HG--
extra : rebase_source : bff2f39bbc3e3efbf5bca2ca4258af6f71d4c710
2016-04-13 15:04:43 -04:00
Emilio Cobos Álvarez
747ea7015c Bug 1224186: Implement DOMTokenlist.replace r=baku r=Ms2ger 2016-03-21 06:10:00 +01:00
Carsten "Tomcat" Book
8221e0285d merge mozilla-inbound to mozilla-central a=merge 2016-04-13 11:53:35 +02:00