aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Auto merge of #16508 - brainlessdeveloper:fetch-set-origin, r=asajeffreybors-servo2017-07-171-2/+8
|\ \ | |/ |/|
| * Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-2/+8
* | Implemented paint worklet properties.Alan Jeffrey2017-07-111-3/+12
|/
* WebVR 1.1 spec compatibilityImanol Fernandez2017-07-051-1/+0
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-0/+22
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
* Auto merge of #17323 - ibmandura:issue16057, r=jdmbors-servo2017-06-151-0/+7
|\
| * Fixing issue #16057budaim2017-06-141-0/+7
* | Bump euclid to 0.14.Nicolas Silva2017-06-141-5/+3
|/
* Added Debug implementations.Alan Jeffrey2017-06-131-0/+3
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-29/+61
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-2/+2
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-25/+53
* Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdmbors-servo2017-05-191-5/+2
|\
| * use microtasks to await a stable stateGregory Terzian2017-05-191-5/+2
* | Implemented Houdini worklets.Alan Jeffrey2017-05-171-1/+27
|/
* Auto merge of #16883 - jdm:mutationobserver, r=jdmbors-servo2017-05-171-0/+26
|\