aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-48/+35
* | Fix document.write check for activity.Alan Jeffrey2017-01-271-0/+1
* | The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-37/+15
* | Auto merge of #15220 - nox:kill-parser-pipeline, r=SimonSapin,jdmbors-servo2017-01-271-10/+2
|\ \ | |/ |/|
| * Kill ServoParser::pipelineAnthony Ramine2017-01-271-10/+2
* | Auto merge of #15242 - servo:refpol, r=noxbors-servo2017-01-271-23/+7
|\ \
| * | Simplify handling of the referrer policy header in ScriptThread::load().Ms2ger2017-01-261-23/+7
| |/
* | Auto merge of #15238 - servo:clip_rect, r=emiliobors-servo2017-01-271-6/+2
|\ \
| * | Remove unused InProgressLoad::clip_rect.Ms2ger2017-01-261-6/+2
| |/
* | Auto merge of #15179 - servo:alter_resource_utilization, r=noxbors-servo2017-01-261-24/+12
|\ \ | |/ |/|
| * Refactor away ScriptThread::alter_resource_utilization().Ms2ger2017-01-261-24/+12
* | Revert "Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tre...Anthony Ramine2017-01-241-30/+42
|/
* Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tree, r=jdmbors-servo2017-01-231-42/+30
|\
| * Use mitochondria::OnceCell to store ScriptThread in TLSAnthony Ramine2017-01-231-42/+30
* | Make TransitionEvent::new take a &WindowAnthony Ramine2017-01-211-1/+1
|/
* Mark the page source as loaded only after parsing is doneAnthony Ramine2017-01-191-29/+2
* Remove ScriptThread::parsing_completeAnthony Ramine2017-01-171-31/+0