aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* alias some euclid typesPaul Rouget2018-03-161-2/+2
* Use typed coordinates.Paul Rouget2018-03-161-12/+19
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-4/+4
* Auto merge of #20036 - paavininanda:BrowsingNames, r=jdmbors-servo2018-02-251-0/+10
|\
| * Adding Name and SetName functions for windowpaavininanda2018-02-261-0/+10
* | Move paintWorklet from "Window" to "CSS" according to new specificationyurket2018-02-221-5/+5
* | Added extra bool in Window object to know about its Mutation ObserversNupur Baghel2018-02-161-0/+12
|/
* Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emiliobors-servo2018-02-131-47/+8
|\
| * remove mozbrowser codePaul Rouget2018-02-131-47/+8
* | Implement element.innerText getterFernando Jiménez Moreno2018-02-131-0/+1
|/
* Update WebRenderMartin Robinson2018-02-061-15/+19
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-20/+8
* Introduce MaxRect traitPyfisch2018-01-171-4/+4
* queue event instead of immediately fireddh2017-11-301-0/+4
* fix annotation URLtigercosmos2017-11-161-1/+1
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-4/+4
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+14
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-16/+8
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-16/+8
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* | Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-2/+1
|/
* Auto merge of #18933 - mrobinson:wr-text-index, r=jdmbors-servo2017-10-191-2/+6
|\
| * Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-2/+6
* | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-21/+21
|/
* Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeckbors-servo2017-10-171-32/+6
|\
| * Switch to using WebRender hit testingMartin Robinson2017-10-171-32/+6
* | Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-6/+6
|/
* Auto merge of #18875 - servo:stable-js, r=nox,jdmbors-servo2017-10-161-0/+1
|\
| * Make usage of core_intrinsics optionalSimon Sapin2017-10-161-0/+1
* | Implement DOM to textureImanol Fernandez2017-10-161-1/+10
|/
* Remove use of unstable box syntax.Simon Sapin2017-10-161-6/+6
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-73/+41
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-31/+31
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-14/+14
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-14/+14
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Window should own Location, Document shouldn'tAlan Jeffrey2017-09-201-1/+3
* Introduce TaskOnceAnthony Ramine2017-09-201-2/+2
* Use task! to forward unhandled errors to worker objectsAnthony Ramine2017-09-181-1/+1
* Clean up GlobalScope::report_an_errorAnthony Ramine2017-09-181-1/+1
* Use task! for posting messagesAnthony Ramine2017-09-181-51/+42
* Move Task to its own moduleAnthony Ramine2017-09-181-2/+3
* Rename Runnable to TaskAnthony Ramine2017-09-161-9/+9
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-16/+2
* Store a Rc<MicrotaskQueue> directly on WindowAnthony Ramine2017-09-131-0/+17
* Reformat Window::newAnthony Ramine2017-09-131-67/+67
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-1/+2