aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* improve spec compliance of window.closeGregory Terzian2018-06-041-21/+0
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-3/+2
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-6/+8
* beforeunload and unload infrastructureGregory Terzian2018-05-051-0/+10
* Make session history aware of URLsConnor Brewster2018-04-241-5/+9
* Remove insaccessible history statesConnor Brewster2018-04-171-0/+10
* Implement history stateConnor Brewster2018-04-161-1/+12
* Pass new method in CollectServoSizes for accurate DOM heap use reportingAnthony Weston2018-03-271-30/+7
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-3/+3
* Auto merge of #20012 - alexfjw:avoid_Window-GetComputedStyle_when_checking_fo...bors-servo2018-02-271-2/+1
|\
| * Avoid `Window::GetComputedStyle` when checking for `display: none`Alex Fong2018-02-261-2/+1
* | remove mozbrowser codePaul Rouget2018-02-131-48/+16
* | remove forcetouch supportPaul Rouget2018-02-111-15/+1
|/
* Updated content_type of Document and XMLDocument from DOCString to MimeNupur Baghel2018-02-091-1/+1
* Print url of recorded PWMFernando Jiménez Moreno2017-12-071-1/+2
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-3/+10
* added navigation start for interactive metricsddh2017-11-141-0/+4
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-3/+3
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* added pipelines to all task sourcesddh2017-10-251-55/+59
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-16/+103
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-4/+1
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-4/+1
| * Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-191-2/+2
| |\
| | * 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 #18944 - servo:jemallocator2, r=noxbors-servo2017-10-191-2/+2
|\ \ | |/ |/|
| * Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-2/+2
* | Auto merge of #18933 - mrobinson:wr-text-index, r=jdmbors-servo2017-10-191-4/+13
|\ \ | |/ |/|
| * Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-4/+13
* | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+7
|/
* Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeckbors-servo2017-10-171-22/+51
|\
| * Switch to using WebRender hit testingMartin Robinson2017-10-171-22/+51
* | Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
|/
* Implement DOM to textureImanol Fernandez2017-10-161-0/+7
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-12/+5
* Move STACK_ROOTS to dom::bindings::rootAnthony Ramine2017-09-271-2/+1
* Move script_runtime::StackRootTLS to root::ThreadLocalStackRootsAnthony Ramine2017-09-271-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-29/+29
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-17/+17
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-15/+15
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+2
* Remove sources of panic when laying out an iframe without a nested browsing c...Alan Jeffrey2017-09-221-12/+29
* Rename Task to TaskBoxAnthony Ramine2017-09-201-1/+1
* Move Task to its own moduleAnthony Ramine2017-09-181-59/+0
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-23/+13
* Remove uses of AsyncJobHandler from script_threadAnthony Ramine2017-09-171-3/+3
* Introduce MainThreadScriptMsg::RegisterPaintWorkletAnthony Ramine2017-09-171-9/+43