aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Mutation Observer APISumit2017-05-151-0/+26
* | Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-57/+67
|/
* Make methods storing layout-originating nodes unsafe.Josh Matthews2017-05-151-3/+5
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-8/+39
* Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdmbors-servo2017-05-131-31/+31
|\
| * Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-31/+31
* | Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-26/+28
|/
* added origin to globalscopeddh2017-04-241-0/+1
* Implement Gamepad APIImanol Fernandez2017-04-121-7/+7
* Implement basic interface for MutationObserver and MutationRecord.Sumit2017-04-051-0/+15
* Terminate timer scheduler thread during shutdownFernando Jiménez Moreno2017-03-301-2/+2
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-8/+7
* Implement dissimilar-origin window.parent and window.top.Alan Jeffrey2017-03-171-24/+74
* Implement dissimilar-origin postMessage.Alan Jeffrey2017-03-151-2/+12
* Implement setter for document.domainAlan Jeffrey2017-03-151-1/+1
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-2/+9
* Move checks for document completion to the end of the event loop.Josh Matthews2017-03-071-1/+25
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-12/+14
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-8/+8
* Allow browsing contexts to resolve to cross-origin windows.Alan Jeffrey2017-02-161-2/+4
* Remove usage of unwrap in handle_exit_pipeline_msg()karan sharma2017-02-131-1/+1
* Remove incorrect uses of asynchronous tasks from ServiceWorker job queue.Josh Matthews2017-02-011-44/+4
* Perform a microtask checkpoint after executing classic scripts and callbacks.Josh Matthews2017-02-011-0/+7
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-23/+18
* Auto merge of #15264 - servo:content-type, r=noxbors-servo2017-01-301-9/+3
|\
| * Always set the Document::contentType attribute in ScriptThread::load().Ms2ger2017-01-301-9/+3