Auto merge of #10433 - saurvs:pr3, r=emilio

Implement WebGLRenderingContext.getActiveUniform()

Fixes https://github.com/servo/servo/issues/10397

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10433)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-07 03:59:01 +05:30
commit 4cc241c858
7 changed files with 84 additions and 43 deletions

View file

@ -220,7 +220,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["bitflags", "xml-rs", "gl_generator"]
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"]
import toml
content = toml.loads(contents)