aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* 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
* | 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
* Rename Runnable to TaskAnthony Ramine2017-09-161-28/+33
* Introduce MainThreadScriptMsg::MainThreadRunnableAnthony Ramine2017-09-161-5/+10
* Put the name of runnables in Debug for CommonScriptMsgAnthony Ramine2017-09-161-0/+7
* Store a Rc<MicrotaskQueue> directly on WindowAnthony Ramine2017-09-131-0/+1
* Store microtask queues in Rc<T>Anthony Ramine2017-09-131-2/+3
* Avoid a clone in ScriptThread::newAnthony Ramine2017-09-131-29/+31
* Auto merge of #17083 - danielj41:javascript-url-global-3, r=jdmbors-servo2017-09-091-44/+78
|\
| * "javascript:" urls: remove unnecessary blockDaniel Johnson2017-09-071-32/+30
| * "javascript:" urls: evaluate in iframe src attributeDaniel Johnson2017-08-281-25/+23
| * "javascript:" urls: clean up js evaluation codeDaniel Johnson2017-08-281-48/+50
| * "javascript:" urls: clean up after aborting a page loadDaniel Johnson2017-08-271-4/+4
| * "javascript:" urls: run in correct globalDaniel Johnson2017-08-221-44/+80
* | Panic from the default impl of Runnable::handlerAnthony Ramine2017-09-081-1/+3
* | Reformat some task-related functionsAnthony Ramine2017-09-081-10/+12
* | Kill UserInteractionTaskAnthony Ramine2017-09-081-5/+1
* | Kill DOMManipulationTaskAnthony Ramine2017-09-081-5/+1
* | Kill Runnable::is_cancelled ⚔️Anthony Ramine2017-09-071-13/+19
* | Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-10/+6
* | move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-3/+1
* | change function signature to get type name via intrinsicstoidiu2017-09-031-1/+2
* | Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-2/+20
|/
* Wait for actual paint before setting paint related metricsFernando Jiménez Moreno2017-08-221-1/+3
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-1/+15