aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)Simon Sapin2018-04-091-1/+1
* Update the WebIDL parserAnthony Ramine2018-04-0312-244/+104
* Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-1/+2
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-2816-200/+262
* TextDecoder: streaming decode, ignoreBOMAndrew Shu2018-03-261-1/+4
* Unify argument auto rooting in codegenIgor Matuszewski2018-03-231-11/+8
* Adapt uniform[fv] and similar to accept typed array argsIgor Matuszewski2018-03-231-1/+5
* Use unsafe Heap::handle wherever neededIgor Matuszewski2018-03-231-1/+2
* Add safe `handle` function for rooted heap valuesIgor Matuszewski2018-03-231-2/+12
* Root `any` members in dictionariesIgor Matuszewski2018-03-163-17/+37
* Root JS object members in dictionariesIgor Matuszewski2018-03-161-5/+3
* Use helper `is_typed_array` functionIgor Matuszewski2018-03-141-5/+11
* Support nullable typed arrays in codegenIgor Matuszewski2018-03-141-2/+3
* WIP: Accept typed array arguments in codegenIgor Matuszewski2018-03-142-2/+64
* Support objects in WebIDL unionsIgor Matuszewski2018-03-132-13/+19
* remove mozbrowser codePaul Rouget2018-02-131-2/+2
* remove forcetouch supportPaul Rouget2018-02-111-2/+1
* style: Rename StylesheetSet to DocumentStylesheetSet.Emilio Cobos Álvarez2018-02-091-2/+2
* Make JSTraceable for DomRefCell<T> panic if cell is mutably borrowed (see #19...Anthony Ramine2018-01-262-13/+1
* Auto merge of #19868 - CYBAI:specific-assertion, r=emiliobors-servo2018-01-253-6/+6
|\
| * Use specific negative assertion for DOM bindings utilsCYBAI2018-01-261-1/+1
| * Use specific assertion for DOM binding refcountedCYBAI2018-01-261-1/+1
| * Use specific assertion for DOM binding interfaceCYBAI2018-01-261-4/+4
* | Make the private callback methods taking a raw this pointer unsafeAnthony Ramine2018-01-251-10/+12
* | Kill dead callback codegen codeAnthony Ramine2018-01-251-61/+4
* | Make callbacks' new methods unsafeAnthony Ramine2018-01-251-2/+2
|/
* Use safe NonZero constructor instead of an explicit null checkSimon Sapin2018-01-221-2/+1
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-222-32/+33
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-225-42/+7
* Auto merge of #19397 - cbrewster:create_element_for_token, r=jdm,noxbors-servo2018-01-171-0/+6
|\
| * Add a check for when the js execution stack is emptyConnor Brewster2018-01-111-0/+6
* | implement range input sanitizationtigercosmos2018-01-171-12/+33
|/
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-106-33/+33
* input type=number validationsNathan2018-01-091-0/+10
* Auto merge of #19602 - tigercosmos:r1, r=KiChjangbors-servo2018-01-071-0/+92
|\
| * implement valid Date time Local inputtigercosmos2018-01-071-0/+92
* | Root sequence<{any,object}> IDL arguments using CustomAutoRooterIgor Matuszewski2018-01-051-5/+38
|/
* implement valid week stringtigercosmos2017-12-171-1/+66
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-2/+2
* implement "Date type inputs", "Month type inputs"tigercosmos2017-12-051-0/+101
* Added time input sanitization:Simon Wörner2017-12-041-0/+71
* Fixed tidy-test errorsolmanz2017-11-171-5/+9
* Moved pop_current_element_queue() and push_new_element_queue() to htmlconstru...olmanz2017-11-163-11/+11
* Moved function html_constructor() from interface.rs to new file htmlconstruct...olmanz2017-11-164-310/+318
* Set the correct Angle GLSL output when using WebGL 2Imanol Fernandez2017-11-131-1/+3
* Fix binding generation for overloaded functions with optionals and default va...Fernando Jiménez Moreno2017-11-111-1/+3
* Auto merge of #18262 - KiChjang:value-sanitization, r=noxbors-servo2017-11-091-0/+23
|\
| * Implement string stripping utilities from the Infra specKeith Yeung2017-11-081-0/+23
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* | Import sequence inner types if it appears in dictionary membersKeith Yeung2017-11-081-2/+8
|/