aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve WebGL architecture.Imanol Fernandez2017-08-151-3/+9
* Auto merge of #17425 - paulrouget:attach-pipeline-2, r=asajeffreybors-servo2017-08-151-30/+35
|\
| * make use of ScriptToConstellationChanPaul Rouget2017-08-151-30/+35
* | Handle exceptions during upgradesConnor Brewster2017-08-091-2/+4
* | Add upgrade reactionConnor Brewster2017-08-091-2/+11
|/
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-1/+5
* Auto merge of #17761 - cbrewster:ce_reactions, r=jdmbors-servo2017-07-181-0/+18
|\
| * Implement CEReactions codegenConnor Brewster2017-07-181-0/+18
* | Auto merge of #17735 - ferjm:navigationstart, r=jdmbors-servo2017-07-181-3/+11
|\ \ | |/ |/|
| * Set navigation start value according to navigation timing specFernando Jiménez Moreno2017-07-181-3/+11
* | Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdmbors-servo2017-07-171-0/+24
|\ \ | |/ |/|
| * Invoke backup element queue via a microtaskConnor Brewster2017-07-171-0/+9
| * Support custom element callback reactionsConnor Brewster2017-07-171-0/+15