aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto merge of #15016 - prampey:doc-deactivate, r=cbrewsterbors-servo2017-01-131-3/+4
|\
| * Documents now fully deactivate when a freeze message is sentPrudhvi Rampey2017-01-141-3/+4
* | Remove reflow status from browsing context.Alan Jeffrey2017-01-121-10/+1
|/
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-1/+20
* Implement browsing context discarding.Alan Jeffrey2017-01-051-8/+18
* Implement discarding Document objects to reclaim space.Alan Jeffrey2017-01-041-1/+1
* Auto merge of #14647 - servo:current-global, r=jdmbors-servo2016-12-291-7/+14
|\
| * Pass the Document's origin to its constructor.Ms2ger2016-12-231-7/+14
* | script: Simplify ScriptMemoryFailsafe::drop.Emilio Cobos Álvarez2016-12-251-6/+3
* | script: Use more idiomatic code for resize handling.Emilio Cobos Álvarez2016-12-251-4/+2
|/
* Warn when a timer event is processed for a discarded document.Josh Matthews2016-12-221-2/+5
* Auto merge of #14589 - servo:harden-script, r=jdm+Ms2gerbors-servo2016-12-161-52/+70
|\
| * Add a tidy check for problematic match cases in script_thread.rsJosh Matthews2016-12-161-14/+14
| * Reduce calls into arbitrary code with the ScriptThread::documents borrow held.Ms2ger2016-12-141-45/+63
* | Removed util.Alan Jeffrey2016-12-141-5/+4
|/
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Properly mark application/xhtml+xml documents as XMLAnthony Ramine2016-12-011-13/+6