| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07) | Simon Sapin | 2018-04-09 | 1 | -1/+1 |
* | Update the WebIDL parser | Anthony Ramine | 2018-04-03 | 12 | -244/+104 |
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 1 | -1/+2 |
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 16 | -200/+262 |
* | TextDecoder: streaming decode, ignoreBOM | Andrew Shu | 2018-03-26 | 1 | -1/+4 |
* | Unify argument auto rooting in codegen | Igor Matuszewski | 2018-03-23 | 1 | -11/+8 |
* | Adapt uniform[fv] and similar to accept typed array args | Igor Matuszewski | 2018-03-23 | 1 | -1/+5 |
* | Use unsafe Heap::handle wherever needed | Igor Matuszewski | 2018-03-23 | 1 | -1/+2 |
* | Add safe `handle` function for rooted heap values | Igor Matuszewski | 2018-03-23 | 1 | -2/+12 |
* | Root `any` members in dictionaries | Igor Matuszewski | 2018-03-16 | 3 | -17/+37 |
* | Root JS object members in dictionaries | Igor Matuszewski | 2018-03-16 | 1 | -5/+3 |
* | Use helper `is_typed_array` function | Igor Matuszewski | 2018-03-14 | 1 | -5/+11 |
* | Support nullable typed arrays in codegen | Igor Matuszewski | 2018-03-14 | 1 | -2/+3 |
* | WIP: Accept typed array arguments in codegen | Igor Matuszewski | 2018-03-14 | 2 | -2/+64 |
* | Support objects in WebIDL unions | Igor Matuszewski | 2018-03-13 | 2 | -13/+19 |
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -2/+2 |
* | remove forcetouch support | Paul Rouget | 2018-02-11 | 1 | -2/+1 |
* | style: Rename StylesheetSet to DocumentStylesheetSet. | Emilio Cobos Álvarez | 2018-02-09 | 1 | -2/+2 |
* | Make JSTraceable for DomRefCell<T> panic if cell is mutably borrowed (see #19... | Anthony Ramine | 2018-01-26 | 2 | -13/+1 |
* | Auto merge of #19868 - CYBAI:specific-assertion, r=emilio | bors-servo | 2018-01-25 | 3 | -6/+6 |
|\ |
|
| * | Use specific negative assertion for DOM bindings utils | CYBAI | 2018-01-26 | 1 | -1/+1 |
| * | Use specific assertion for DOM binding refcounted | CYBAI | 2018-01-26 | 1 | -1/+1 |
| * | Use specific assertion for DOM binding interface | CYBAI | 2018-01-26 | 1 | -4/+4 |
* | | Make the private callback methods taking a raw this pointer unsafe | Anthony Ramine | 2018-01-25 | 1 | -10/+12 |
* | | Kill dead callback codegen code | Anthony Ramine | 2018-01-25 | 1 | -61/+4 |
* | | Make callbacks' new methods unsafe | Anthony Ramine | 2018-01-25 | 1 | -2/+2 |
|/ |
|
* | Use safe NonZero constructor instead of an explicit null check | Simon Sapin | 2018-01-22 | 1 | -2/+1 |
* | Replace NonZero<*{const,mut} _> with std::ptr::NonNull | Simon Sapin | 2018-01-22 | 2 | -32/+33 |
* | Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> | Simon Sapin | 2018-01-22 | 5 | -42/+7 |
* | Auto merge of #19397 - cbrewster:create_element_for_token, r=jdm,nox | bors-servo | 2018-01-17 | 1 | -0/+6 |
|\ |
|
| * | Add a check for when the js execution stack is empty | Connor Brewster | 2018-01-11 | 1 | -0/+6 |
* | | implement range input sanitization | tigercosmos | 2018-01-17 | 1 | -12/+33 |
|/ |
|
* | Fix tyvar_behind_raw_pointer warnings | Simon Sapin | 2018-01-10 | 6 | -33/+33 |
* | input type=number validations | Nathan | 2018-01-09 | 1 | -0/+10 |
* | Auto merge of #19602 - tigercosmos:r1, r=KiChjang | bors-servo | 2018-01-07 | 1 | -0/+92 |
|\ |
|
| * | implement valid Date time Local input | tigercosmos | 2018-01-07 | 1 | -0/+92 |
* | | Root sequence<{any,object}> IDL arguments using CustomAutoRooter | Igor Matuszewski | 2018-01-05 | 1 | -5/+38 |
|/ |
|
* | implement valid week string | tigercosmos | 2017-12-17 | 1 | -1/+66 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
* | implement "Date type inputs", "Month type inputs" | tigercosmos | 2017-12-05 | 1 | -0/+101 |
* | Added time input sanitization: | Simon Wörner | 2017-12-04 | 1 | -0/+71 |
* | Fixed tidy-test errors | olmanz | 2017-11-17 | 1 | -5/+9 |
* | Moved pop_current_element_queue() and push_new_element_queue() to htmlconstru... | olmanz | 2017-11-16 | 3 | -11/+11 |
* | Moved function html_constructor() from interface.rs to new file htmlconstruct... | olmanz | 2017-11-16 | 4 | -310/+318 |
* | Set the correct Angle GLSL output when using WebGL 2 | Imanol Fernandez | 2017-11-13 | 1 | -1/+3 |
* | Fix binding generation for overloaded functions with optionals and default va... | Fernando Jiménez Moreno | 2017-11-11 | 1 | -1/+3 |
* | Auto merge of #18262 - KiChjang:value-sanitization, r=nox | bors-servo | 2017-11-09 | 1 | -0/+23 |
|\ |
|
| * | Implement string stripping utilities from the Infra spec | Keith Yeung | 2017-11-08 | 1 | -0/+23 |
* | | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) | Simon Sapin | 2017-11-09 | 1 | -1/+0 |
* | | Import sequence inner types if it appears in dictionary members | Keith Yeung | 2017-11-08 | 1 | -2/+8 |
|/ |
|