aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Change ignore async events ordering to SeqCstConnor Brewster2016-07-081-1/+1
* Make network listener runnable cancellableConnor Brewster2016-07-081-0/+1
* Add name method to Runnable traitConnor Brewster2016-07-061-0/+1
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-6/+3
* Make textinput handle actual key values. Don't restrict character values to a...Josh Matthews2016-07-061-1/+1
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-2/+2
* Move webdriver_msg to script_traits.Ms2ger2016-07-051-1/+1
* Move WindowSizeData to script_traits.Ms2ger2016-07-051-2/+2
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+2
* 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