| Commit message (Expand) | Author | Age | Files | Lines |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+0 |
* | Stop embedder calls and fake rAF when window not visible | Paul Rouget | 2020-03-06 | 1 | -3/+2 |
* | Auto merge of #25428 - pshaughn:livebyname, r=jdm | bors-servo | 2020-02-28 | 1 | -14/+47 |
|\ |
|
| * | make Document.getElementsByName a live collection | Patrick Shaughnessy | 2020-02-15 | 1 | -14/+47 |
* | | Remove unnecessary Option. | Josh Matthews | 2020-02-24 | 1 | -2/+2 |
* | | Add profiling for WebXR | Manish Goregaokar | 2020-02-22 | 1 | -1/+7 |
|/ |
|
* | Auto merge of #25674 - pshaughn:selection, r=jdm | bors-servo | 2020-02-14 | 1 | -0/+18 |
|\ |
|
| * | Selection interface working for synthetic operations | Patrick Shaughnessy | 2020-02-13 | 1 | -0/+18 |
* | | Auto merge of #25548 - pshaughn:docnamedgetter, r=jdm | bors-servo | 2020-02-13 | 1 | -71/+208 |
|\ \
| |/
|/| |
|
| * | Doc named getter improvements | Patrick Shaughnessy | 2020-02-13 | 1 | -71/+208 |
* | | Auto merge of #25488 - pshaughn:clickactivate, r=jdm | bors-servo | 2020-02-13 | 1 | -26/+14 |
|\ \
| |/
|/| |
|
| * | Event dispatch rewritten to resemble spec more often, activate on clicks better | Patrick Shaughnessy | 2020-02-12 | 1 | -26/+14 |
* | | Names should now be consistently atoms | Patrick Shaughnessy | 2020-02-13 | 1 | -3/+3 |
|/ |
|
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -11/+6 |
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+2 |
* | Add accountable-refcell as optional build time feature | Kunal Mohan | 2020-01-08 | 1 | -3/+2 |
* | Auto merge of #25310 - pshaughn:attr_node, r=Manishearth | bors-servo | 2020-01-07 | 1 | -2/+2 |
|\ |
|
| * | Attr is a Node, with consequences for many Node methods | Patrick Shaughnessy | 2019-12-23 | 1 | -2/+2 |
* | | Just the code, no metadata for now | Patrick Shaughnessy | 2020-01-02 | 1 | -14/+25 |
* | | createElement can now take an ignored string for options | Patrick Shaughnessy | 2019-12-23 | 1 | -6/+15 |
|/ |
|
* | Auto merge of #24123 - gterzian:redo_blob, r=jdm | bors-servo | 2019-12-19 | 1 | -0/+3 |
|\ |
|
| * | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -0/+3 |
* | | Removed createEvent cases, removed now-unused new_uninitializeds | Patrick Shaughnessy | 2019-12-12 | 1 | -23/+2 |
* | | implement composition event creation in Document.createEvent | takumi | 2019-12-12 | 1 | -0/+3 |
|/ |
|
* | dom: Unindent Document::set_activity. | Josh Matthews | 2019-11-21 | 1 | -54/+61 |
* | Use `#![register_tool]` instead of `#![register_attr]` | Simon Sapin | 2019-11-15 | 1 | -2/+2 |
* | Auto merge of #24624 - garasubo:fix-keypress-trigger, r=paulrouget | bors-servo | 2019-11-14 | 1 | -1/+9 |
|\ |
|
| * | Solve #22346 | takumi | 2019-11-03 | 1 | -1/+9 |
* | | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 1 | -6/+18 |
|/ |
|
* | Fix the condition to keep original logic | takumi | 2019-10-25 | 1 | -2/+2 |
* | Auto merge of #24489 - garasubo:refactor-submission, r=nox | bors-servo | 2019-10-22 | 1 | -29/+14 |
|\ |
|
| * | [WIP] solve #22782 | takumi | 2019-10-18 | 1 | -29/+14 |
* | | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -2/+3 |
|/ |
|
* | Add simple implementation of content-security-policy on scripts / styles | Michael Howell | 2019-10-16 | 1 | -2/+38 |
* | webgl: Lazily clear the canvas right before the first webgl command of the ne... | Josh Matthews | 2019-10-10 | 1 | -0/+22 |
* | Change setBody to be less strict when getting the immediate child | Kris Tokarz | 2019-09-29 | 1 | -1/+1 |
* | Suspend/resume media activity based on document activity | Fernando Jiménez Moreno | 2019-09-19 | 1 | -0/+7 |
* | Update Window::open and document::open parameters to match the spec | Bastien Orivel | 2019-08-24 | 1 | -1/+1 |
* | Update to url 2.0 | Simon Sapin | 2019-08-17 | 1 | -1/+1 |
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) | Simon Sapin | 2019-07-31 | 1 | -9/+9 |
* | Convert CGTraitInterface to use safe JSContext instead of raw JSContext | marmeladema | 2019-07-24 | 1 | -10/+9 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -1/+1 |
* | More detach shadow changes | Fernando Jiménez Moreno | 2019-07-22 | 1 | -3/+0 |
* | Remove extra hash-map lookup unregistering media controls | Fernando Jiménez Moreno | 2019-07-22 | 1 | -2/+2 |
* | Only allow UA widgets as children of media elements | Fernando Jiménez Moreno | 2019-07-22 | 1 | -0/+1 |
* | Implement method to remove media controls | Fernando Jiménez Moreno | 2019-07-22 | 1 | -0/+9 |
* | Barebones media UI | Fernando Jiménez Moreno | 2019-07-22 | 1 | -0/+29 |
* | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 1 | -1/+51 |
* | Remove unused code from script* crates | est31 | 2019-06-02 | 1 | -4/+0 |
* | Implement MouseEvent buttons attribute | George Roman | 2019-05-16 | 1 | -5/+31 |