servo/components/script/dom/bindings
bors-servo a7d48dca80
Auto merge of #24333 - mmatyas:webgl_fns_samplers, r=jdm
Add WebGLSampler support

Reference: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.13

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

cc @jdm @zakorgy

---
<!-- 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
- [ ] These changes fix #___ (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/24333)
<!-- Reviewable:end -->
2019-10-08 11:56:11 -04:00
..
codegen Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
callback.rs Use safe JSContext in callbacks 2019-08-09 00:43:29 +01:00
cell.rs Make use of RefCell::try_borrow_unguarded 2019-04-12 19:02:07 +02:00
constant.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
conversions.rs Check existence of property in get_property_jsval 2019-07-23 10:00:19 +03:00
error.rs Use safe JSContext as first argument for throw_dom_exception 2019-08-09 00:43:28 +01:00
guard.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
htmlconstructor.rs Remove usage of various unsafe keyword 2019-08-09 00:43:28 +01:00
inheritance.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
interface.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
iterable.rs Remove some usage of unsafe code in iterator.rs 2019-08-09 00:02:09 +01:00
mod.rs Remove unused code from script* crates 2019-06-02 07:12:26 +02:00
mozmap.rs Reformat 2019-02-26 08:18:33 +01:00
namespace.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
num.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
proxyhandler.rs Upgrade to Spidermonkey 67. 2019-06-26 18:10:46 -04:00
refcounted.rs Remove now-unnecessary must_root and allow(unrooted_must_root) annotations 2019-01-04 15:05:07 -08:00
reflector.rs Modify *::get_cx methods to return a safe JSContext instead of a raw one 2019-07-24 09:53:10 +01:00
root.rs Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) 2019-07-31 13:34:01 +02:00
settings_stack.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
str.rs Fix some new warnings 2019-06-22 14:59:09 +02:00
structuredclone.rs Modify *::get_cx methods to return a safe JSContext instead of a raw one 2019-07-24 09:53:10 +01:00
trace.rs Auto merge of #24333 - mmatyas:webgl_fns_samplers, r=jdm 2019-10-08 11:56:11 -04:00
utils.rs DefineDOMInterfaceMethod now takes a SafeJSContext instead of a JSContext 2019-07-24 08:18:22 +01:00
weakref.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
xmlname.rs Fix some new warnings 2019-06-22 14:59:09 +02:00