aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Stop embedder calls and fake rAF when window not visiblePaul Rouget2020-03-061-3/+2
* Auto merge of #25428 - pshaughn:livebyname, r=jdmbors-servo2020-02-281-14/+47
|\
| * make Document.getElementsByName a live collectionPatrick Shaughnessy2020-02-151-14/+47
* | Remove unnecessary Option.Josh Matthews2020-02-241-2/+2
* | Add profiling for WebXRManish Goregaokar2020-02-221-1/+7
|/
* Auto merge of #25674 - pshaughn:selection, r=jdmbors-servo2020-02-141-0/+18
|\
| * Selection interface working for synthetic operationsPatrick Shaughnessy2020-02-131-0/+18
* | Auto merge of #25548 - pshaughn:docnamedgetter, r=jdmbors-servo2020-02-131-71/+208
|\ \ | |/ |/|
| * Doc named getter improvementsPatrick Shaughnessy2020-02-131-71/+208
* | Auto merge of #25488 - pshaughn:clickactivate, r=jdmbors-servo2020-02-131-26/+14
|\ \ | |/ |/|
| * Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-26/+14
* | Names should now be consistently atomsPatrick Shaughnessy2020-02-131-3/+3
|/
* rename compartment to realmKunal Mohan2020-01-241-11/+6
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-3/+2
* Auto merge of #25310 - pshaughn:attr_node, r=Manishearthbors-servo2020-01-071-2/+2
|\
| * Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-2/+2
* | Just the code, no metadata for nowPatrick Shaughnessy2020-01-021-14/+25
* | createElement can now take an ignored string for optionsPatrick Shaughnessy2019-12-231-6/+15
|/
* Auto merge of #24123 - gterzian:redo_blob, r=jdmbors-servo2019-12-191-0/+3
|\
| * re-structure blob, structured serializationGregory Terzian2019-12-111-0/+3
* | Removed createEvent cases, removed now-unused new_uninitializedsPatrick Shaughnessy2019-12-121-23/+2
* | implement composition event creation in Document.createEventtakumi2019-12-121-0/+3
|/
* dom: Unindent Document::set_activity.Josh Matthews2019-11-211-54/+61
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Auto merge of #24624 - garasubo:fix-keypress-trigger, r=paulrougetbors-servo2019-11-141-1/+9
|\
| * Solve #22346takumi2019-11-031-1/+9
* | Use surfman for managing GL surfacesPatrick Walton2019-11-011-6/+18
|/
* Fix the condition to keep original logictakumi2019-10-251-2/+2
* Auto merge of #24489 - garasubo:refactor-submission, r=noxbors-servo2019-10-221-29/+14
|\
| * [WIP] solve #22782takumi2019-10-181-29/+14
* | continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-2/+3
|/
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-2/+38
* webgl: Lazily clear the canvas right before the first webgl command of the ne...Josh Matthews2019-10-101-0/+22
* Change setBody to be less strict when getting the immediate childKris Tokarz2019-09-291-1/+1
* Suspend/resume media activity based on document activityFernando Jiménez Moreno2019-09-191-0/+7
* Update Window::open and document::open parameters to match the specBastien Orivel2019-08-241-1/+1
* Update to url 2.0Simon Sapin2019-08-171-1/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-9/+9
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-10/+9
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* More detach shadow changesFernando Jiménez Moreno2019-07-221-3/+0
* Remove extra hash-map lookup unregistering media controlsFernando Jiménez Moreno2019-07-221-2/+2
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-0/+1
* Implement method to remove media controlsFernando Jiménez Moreno2019-07-221-0/+9
* Barebones media UIFernando Jiménez Moreno2019-07-221-0/+29
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-1/+51
* Remove unused code from script* cratesest312019-06-021-4/+0
* Implement MouseEvent buttons attributeGeorge Roman2019-05-161-5/+31