aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Rewrite the animation representation to allow having state in layoutEmilio Cobos Álvarez2016-06-281-1/+1
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+6
* Removed some sources of panic from script thread.Alan Jeffrey2016-06-241-30/+58
* add reload keyboard shortcutmrmiywj2016-06-231-0/+12
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-11/+11
* Auto merge of #10225 - jmr0:visibility_api, r=jdmbors-servo2016-06-161-0/+60
|\
| * Implement non-visible pipeline and iframe visibility methodsjmr02016-06-151-0/+60
* | Replace RefCell in SCRIPT_THREAD_ROOT with CellDarin Minamoto2016-06-121-10/+10
* | Auto merge of #11556 - Manishearth:make-fetch-happen, r=jdmbors-servo2016-06-111-1/+1
|\ \
| * | Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-1/+1
* | | script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-12/+27
| |/ |/|
* | Auto merge of #11707 - jdm:resize_warn, r=Ms2gerbors-servo2016-06-101-1/+1
|\ \ | |/ |/|
| * Avoid frequent intermittent failure in tests.Josh Matthews2016-06-101-1/+1
* | Avoid an index-out-of-bounds error in ScriptMemoryFailsafe.Ms2ger2016-06-091-2/+4
* | Window::Parent and Window::Top now return the right result inisde a mozbrowse...Alan Jeffrey2016-06-071-6/+7
* | Auto merge of #11593 - jdm:netmon, r=noxbors-servo2016-06-051-0/+2
|\ \ | |/ |/|
| * Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-0/+2
* | Auto merge of #11610 - nox:dom3events, r=emiliobors-servo2016-06-041-1/+0
|\ \
| * | Fix all the links to the UI Events specAnthony Ramine2016-06-041-1/+0
| |/
* | Remove the layout shutdown channel.Ms2ger2016-06-041-2/+0
* | Avoid deadlock when shutting down.Alan Jeffrey2016-06-031-0/+2
|/
* implement related sw interface and register methodRahul Sharma2016-06-021-1/+25
* Auto merge of #11538 - Ms2ger:warnings, r=emiliobors-servo2016-06-011-1/+0
|\
| * Fix some build warnings.Ms2ger2016-06-011-1/+0
* | Auto merge of #11221 - izgzhen:blob-file-backend, r=Manishearthbors-servo2016-06-011-3/+3
|\ \ | |/ |/|
| * Add file backend support for Blob and relatedZhen Zhang2016-06-011-3/+3
* | Auto merge of #11480 - rafaqtro:local_b, r=emiliobors-servo2016-06-011-5/+5
|\ \
| * | rename of page_fetch_complete and handle_page_fetch_completeRafael Quintero2016-05-311-5/+5
* | | script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-0/+23
| |/ |/|
* | Bump rust-mozjs for the safe Runtime::new (fixes #11512)Anthony Ramine2016-05-311-1/+1
* | Add a missing JSAutoCompartment to javascript url handling.Ms2ger2016-05-301-1/+4
* | Auto merge of #11472 - jdm:wip, r=mbrubeckbors-servo2016-05-271-2/+0
|\ \ | |/ |/|
| * Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* | Remove the LayoutChan type.Ms2ger2016-05-271-11/+10
|/
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Auto merge of #11372 - tschneidereit:parent-js-runtime-for-workers, r=noxbors-servo2016-05-261-3/+4
|\
| * Pass a parent JS runtime when creating DOM Worker runtimesTill Schneidereit2016-05-241-3/+4
* | Auto merge of #11370 - Ms2ger:IterableContext, r=jdmbors-servo2016-05-251-1/+1
|\ \
| * | Remove the IterableContext trait.Ms2ger2016-05-241-1/+1
| |/
* | Remove ScriptThread::layout_to_constellation_chan.Ms2ger2016-05-251-7/+4
* | Remove the script listener thread (fixes #11345).Ms2ger2016-05-251-20/+15
* | Auto merge of #11373 - servo:threadfactory, r=larsbergstrombors-servo2016-05-251-18/+12
|\ \
| * | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-18/+12
| |/
* / Stop storing CSS errors on the Document.Ms2ger2016-05-241-15/+13
|/
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Auto merge of #11338 - Ms2ger:compositor-refcell, r=noxbors-servo2016-05-231-10/+9
|\
| * Take ScriptThread::compositor out of its RefCell.Ms2ger2016-05-231-10/+9
* | Auto merge of #11179 - asajeffrey:webdriver-resize-window, r=jgrahambors-servo2016-05-231-2/+0
|\ \ | |/ |/|
| * Made SetWindowSize synchronous.Alan Jeffrey2016-05-201-4/+0
| * Implemented webdriver SetWindowSize.Alan Jeffrey2016-05-201-0/+2