aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-5/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-22/+26
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-45/+15
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-126/+126
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-27/+27
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-4/+4
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-22/+22
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-27/+27
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Rename Document::mut_loader to loader_mutAnthony Ramine2017-09-251-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-1/+1
* Window should own Location, Document shouldn'tAlan Jeffrey2017-09-201-4/+5
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! instead of DocumentProgressHandlerAnthony Ramine2017-09-181-63/+51
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* style: Unify how servo and Gecko handle UA sheets.Emilio Cobos Álvarez2017-09-141-3/+7
* style: Store stylesheets per origin.Emilio Cobos Álvarez2017-09-131-2/+2
* Rename VirtualMethods::attribute_is_mappedAnthony Ramine2017-09-071-1/+1
* Handle dynamic font color changeP. Albrecht2017-09-071-4/+2
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-1/+1
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-2/+0
* order derivable traits listsClément DAVID2017-08-231-13/+13
* style: Add docs about the lack of device in the stylesheet set.Emilio Cobos Álvarez2017-08-221-5/+8
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-60/+146
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-6/+6
* Auto merge of #17425 - paulrouget:attach-pipeline-2, r=asajeffreybors-servo2017-08-151-48/+34
|\
| * make use of ScriptToConstellationChanPaul Rouget2017-08-151-48/+34
* | Check namespace during ce def lookupConnor Brewster2017-08-091-3/+9
|/
* Auto merge of #17883 - frewsxcv:frewsxcxv-lowercase, r=SimonSapinbors-servo2017-08-021-2/+1
|\
| * Utilize match_ignore_ascii_case! in more places.Corey Farwell2017-07-291-10/+10
| * Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-11/+10
* | Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-2/+2
|/
* Auto merge of #17749 - SergeevPavel:extra-space-check, r=jdmbors-servo2017-07-191-1/+1
|\
| * remove extra spaces after keywordsPavel Sergeev2017-07-201-1/+1
* | Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* | Set navigation start value according to navigation timing specFernando Jiménez Moreno2017-07-181-0/+2
|/
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Don't return window proxy if it has been discardedConnor Brewster2017-06-271-1/+1
* Add flag for sync/async CE creationConnor Brewster2017-06-231-4/+10
* Support `is` option when creating elementsConnor Brewster2017-06-231-6/+13
* Hook CE registry into element creationConnor Brewster2017-06-231-0/+21
* Auto merge of #17385 - pyfisch:better-scroll, r=mrobinsonbors-servo2017-06-231-0/+1
|\
| * Fix several bugs related to scrollingPyfisch2017-06-191-0/+1
* | Fix rAF callbacks when in spurious mode.Glenn Watson2017-06-211-21/+22
* | Ensure that rAF callbacks which don't mutate the DOM, but aren'tGlenn Watson2017-06-201-0/+16
* | Untry scriptSimon Sapin2017-06-181-5/+5
|/
* Bump euclid to 0.14.Nicolas Silva2017-06-141-5/+5
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-3/+3