WPT Sync Bot
e9a369631b
Update web-platform-tests to revision 8fde342d6e62e9820f2c19db634b99b78df796fa
2019-03-08 22:55:43 -05:00
WPT Sync Bot
4851e4e2b9
Update web-platform-tests to revision 8a14626934f5748a4ea6210847a02c0d8bbc8560
2019-03-07 23:09:32 -05:00
WPT Sync Bot
85fe63f512
Update web-platform-tests to revision 38bd28fe2368c650cf6e57be205cf3118dbd4997
2019-02-25 22:50:55 -05:00
WPT Sync Bot
8c91d13e13
Update web-platform-tests to revision 8805f23ef629338b6d28ae25cc13839e99acea1b
2019-02-23 23:29:05 -05:00
WPT Sync Bot
4334a9c855
Update web-platform-tests to revision 70df598b894bfa4a7122720608a3110cb25ceb42
2019-02-22 22:40:32 -05:00
WPT Sync Bot
0355b8e70d
Update web-platform-tests to revision 181f8381fe9373e027f4b5ba5d1439843ad2c2e6
2019-02-21 23:28:36 -05:00
WPT Sync Bot
7680aab725
Update web-platform-tests to revision 91b1effe848fac6e73a203037fc333b0fff3174d
2019-02-20 23:29:47 -05:00
WPT Sync Bot
459fbb1a34
Update web-platform-tests to revision eb6b0210d6f0b1b44bc74385de04a2291ce2575c
2019-02-19 23:01:14 -05:00
WPT Sync Bot
faf92483da
Update web-platform-tests to revision 2b66b8b24b727c7490bf6091dd8a6a551642720b
2019-02-18 22:40:08 -05:00
WPT Sync Bot
9710896ed5
Update web-platform-tests to revision 3a43f99a56a4c016e3f1cda41330f1a2c0e780ff
2019-02-17 23:20:35 -05:00
WPT Sync Bot
9c112bc2a2
Update web-platform-tests to revision 2bed10ac31899a4812f7e1d32ac69ade0bbe7f4f
2019-02-16 22:48:42 -05:00
WPT Sync Bot
2178678b0f
Update web-platform-tests to revision ead8f8b00d0b68237109f3c93d0ccae076a34f98
2019-02-07 22:37:04 -05:00
WPT Sync Bot
6dda93c6e2
Update web-platform-tests to revision 9fc797e6e5fb7d244dfb5b5125886c01f8cedf2b
2019-02-05 23:23:41 -05:00
WPT Sync Bot
f9b7afc45e
Update web-platform-tests to revision fe78f2a1ad48c1e0132634e957369d8d674e4258
2019-02-04 23:30:37 -05:00
WPT Sync Bot
02a351684c
Update web-platform-tests to revision db527a4944833201557faf740d4717c3ebe4c75f
2019-02-03 22:30:35 -05:00
WPT Sync Bot
314da91646
Update web-platform-tests to revision 78c15447152438264b49f4488683f60ee47d068f
2019-02-02 23:01:11 -05:00
WPT Sync Bot
71dcf37d55
Update web-platform-tests to revision 0f0b7a7e353421b600ee555bf354d3a98bb603ae
2019-02-01 22:58:23 -05:00
WPT Sync Bot
a2accae63a
Update web-platform-tests to revision fc57d7ad7a2942cfa363d5a9b8c6c7d74f5bb693
2019-01-27 22:39:44 -05:00
WPT Sync Bot
0e5e5db397
Update web-platform-tests to revision 8ae1ddbc812733c3a73b103eafad56fb43a2f4b5
2019-01-26 22:40:52 -05:00
WPT Sync Bot
bdaf11b099
Update web-platform-tests to revision 388ba3a049a3473b1945b9f8f81e9d6e342a249e
2019-01-24 23:13:56 -05:00
WPT Sync Bot
bd01f2fabd
Update web-platform-tests to revision ef625c6ac28d0ac07ef0c62a6f22c10d14a2623a
2019-01-23 23:13:15 -05:00
WPT Sync Bot
74f3bef690
Update web-platform-tests to revision bd951736b4d7dbfd862dfa0f27271b544e35ca30
2019-01-23 17:10:13 -05:00
WPT Sync Bot
03d8b09382
Update web-platform-tests to revision 60ad712df2130b21908c4a055abf241d68ba9647
2019-01-20 23:02:32 -05:00
WPT Sync Bot
e17a773b4e
Update web-platform-tests to revision bf71b1f245ce34e447b7bde8ed46694574a63da7
2019-01-19 22:33:07 -05:00
WPT Sync Bot
fd4e600639
Update web-platform-tests to revision a589fd30bc64bb4d40e1d6854e07accca69b8472
2019-01-18 22:11:13 -05:00
WPT Sync Bot
02c1eed999
Update web-platform-tests to revision 74bae78af4b95a2f0ca3a81df9c7fe3143f24bbc
2019-01-17 22:34:16 -05:00
WPT Sync Bot
2966715d10
Update web-platform-tests to revision 2ade7dc478df87727880d849a76ee4b5be058f63
2019-01-16 22:36:41 -05:00
bors-servo
09cdcab500
Auto merge of #22495 - maharsh312:master, r=jdm
...
OffscreenCanvas API
<!-- Please describe your changes on the following line: -->
Initial Steps for OffscreenCanvas API are done in this commit.
r? @jdm
---
<!-- 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 #14627 (GitHub issue number if applicable)
<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because ___
<!-- 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. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22495 )
<!-- Reviewable:end -->
2019-01-16 10:22:09 -05:00
Maharsh
0f17273276
Initial Steps OffScreenCanvas API
2019-01-15 22:45:34 -05:00
WPT Sync Bot
372e03fe64
Update web-platform-tests to revision 0f31ab1b094596062154092307bb9ff8e6122533
2019-01-15 22:08:50 -05:00
WPT Sync Bot
13bbfdb3eb
Update web-platform-tests to revision 192193581b6912818a0e3f2408f40f033a451a79
2019-01-14 22:19:47 -05:00
WPT Sync Bot
e851ef0cd2
Update web-platform-tests to revision 2d42384cf21efd71843295d319c1bab85b3acf4a
2019-01-11 22:07:24 -05:00
WPT Sync Bot
59ef536d5e
Update web-platform-tests to revision e2ac2e7d7539c4eb9963b7f23dbb3f7692fce537
2019-01-09 22:24:54 -05:00
WPT Sync Bot
05d9213a6e
Update web-platform-tests to revision 2abaf21d855986de7baa55ad52a601c489ff22fd
2019-01-07 21:51:28 -05:00
WPT Sync Bot
4f6f39a917
Update web-platform-tests to revision b7d6508023db961126208844668236647169fe49
2019-01-06 23:28:19 -05:00
WPT Sync Bot
498854a0e4
Update web-platform-tests to revision 6b6163867ad474d977778a3f19c378a05a4851dc
2019-01-04 22:38:27 -05:00
WPT Sync Bot
0bc27d4696
Update web-platform-tests to revision 71e901cf4534417abfabe4d77a317817f5cc09db
2019-01-03 21:56:54 -05:00
WPT Sync Bot
c80d322d92
Update web-platform-tests to revision 4e6563687b9c03d2f54ce0f06ef0ccc8e0964328
2019-01-02 22:45:11 -05:00
WPT Sync Bot
d1e28c482e
Update web-platform-tests to revision 4dbc8a0d7b1b1c032aaddc2579ec7239ad565127
2018-12-31 13:28:17 -05:00
WPT Sync Bot
e2620c17c0
Update web-platform-tests to revision 64bd43ee19cc4667e4a3020c5894af7dbe68f5cc
2018-12-25 21:52:42 -05:00
WPT Sync Bot
1cf4070a55
Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17
2018-12-22 22:32:34 -05:00
WPT Sync Bot
d61756ac9d
Update web-platform-tests to revision 4984b190341b535c645729b8f99247aace0022fe
2018-12-17 22:27:33 -05:00
WPT Sync Bot
883ad9792d
Update web-platform-tests to revision 11971ac2161859001b861630338c0e47fee1b59a
2018-12-16 22:27:13 -05:00
WPT Sync Bot
a44e48301c
Update web-platform-tests to revision 912d5081b62d6e6a2f847935c82722e31cca7a1f
2018-12-10 23:19:57 -05:00
WPT Sync Bot
b509d28773
Update web-platform-tests to revision 2d5385793ade85b7268ee86db4535a1baeb508ab
2018-12-09 22:15:04 -05:00
WPT Sync Bot
c5c7a1f47a
Update web-platform-tests to revision 5349c6a6327372f856ecbe07d863d468a4236726
2018-12-08 22:18:48 -05:00
WPT Sync Bot
6c2d26eb4b
Update web-platform-tests to revision 6087baf4a83e7953112242be9fd6e719797ebdf6
2018-12-07 22:08:08 -05:00
WPT Sync Bot
f9972c83e3
Update web-platform-tests to revision 093a97b6ecc6484c201d704d38b47bef1964d59d
2018-12-05 23:54:15 -05:00
WPT Sync Bot
b49ffaa0f7
Update web-platform-tests to revision 614fd870e47c9f4e76291e5af4e32b676c0acac0
2018-12-04 22:20:33 -05:00
WPT Sync Bot
c930649cd6
Update web-platform-tests to revision 1abcb7058ecdaabd5fe9c27c90a73795d31d2a0a
2018-12-03 22:19:20 -05:00