aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass real values to the proxy handler setup.Josh Matthews2016-08-251-7/+0
* Auto merge of #12954 - GuillaumeGomez:dictionary_error, r=noxbors-servo2016-08-241-2/+5
|\
| * Update rust-mozjs dependencyGuillaume Gomez2016-08-241-2/+5
* | Move thread_state to style.Ms2ger2016-08-221-1/+1
|/
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-6/+7
* Issue 7720: Add target selector and update when scrolling to fragmentSteve Melia2016-08-031-7/+18
* Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-2/+0
|\
| * script: Fix a few load related bugs.Emilio Cobos Álvarez2016-07-251-2/+0
* | Auto merge of #11791 - craftytrickster:11712/pipeline-lookup, r=asajeffreybors-servo2016-07-261-10/+4
|\ \
| * | Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-10/+4
* | | Hoist retrieval of layout_threads from opts into ConstellationDirkjan Ochtman2016-07-241-0/+2
| |/ |/|
* | Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-12/+6
* | script: Implement Debug on ConstellationControlMsg to simplify script_thread.rsEmilio Cobos Álvarez2016-07-201-10/+6
* | Auto merge of #12426 - asajeffrey:mozbrowser-event-targets, r=SimonSapinbors-servo2016-07-201-10/+10
|\ \
| * | Allow window elements as well as iframes to the the target of mozbrowser events.Alan Jeffrey2016-07-181-10/+10
* | | Integrate service worker manager threadRahul Sharma2016-07-161-41/+36
|/ /
* | msg: Rename `ReferrerPolicy::NoRefWhenDowngrade` `NoReferrerWhenDowngrade`Aravind Gollakota2016-07-151-1/+1
* | script: Obtain referrer policy from headerAravind Gollakota2016-07-151-4/+24
|/
* Auto merge of #12416 - canaltinova:referrer, r=jdmbors-servo2016-07-141-1/+7
|\
| * Implement Document.referrerNazım Can Altınova2016-07-141-1/+7
* | Implement file reading task sourceKeith Yeung2016-07-141-4/+5
* | Make task queue API usable from non-main threads.Josh Matthews2016-07-141-1/+1
* | Move boxing to runnable initializationConnor Brewster2016-07-131-3/+3
* | Make all task source runnables cancellableConnor Brewster2016-07-131-2/+8
* | Add event runnablesConnor Brewster2016-07-111-2/+2
|/
* 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
|\ \ | |/ |/|