aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-1/+2
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-3/+0
* Auto merge of #18209 - jdm:devirtualize, r=mbrubeckbors-servo2017-08-241-3/+2
|\
| * Devirtualize CSS error reporting.Josh Matthews2017-08-241-3/+2
* | order derivable traits listsClément DAVID2017-08-231-1/+1
|/
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-5/+5
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-0/+9
* Improve WebGL architecture.Imanol Fernandez2017-08-151-4/+15
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-25/+17
* Set navigation start value according to navigation timing specFernando Jiménez Moreno2017-07-181-7/+15
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Auto merge of #17364 - asajeffrey:script-paint-worklets-properties, r=jdmbors-servo2017-07-111-4/+1
|\
| * Implemented paint worklet properties.Alan Jeffrey2017-07-111-4/+1
* | Avoid panic when postMessage targets closed window.Josh Matthews2017-07-111-1/+2
|/
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-0/+2
* Don't return window proxy if it has been discardedConnor Brewster2017-06-271-9/+10
* Auto merge of #17385 - pyfisch:better-scroll, r=mrobinsonbors-servo2017-06-231-21/+19
|\
| * Fix several bugs related to scrollingPyfisch2017-06-191-21/+19