aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Make Window::scroll_offsets store keys as OpaqueNode valuesAnthony Ramine2019-01-141-1/+2
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-1/+1
* Rename NewLayoutThreadInfo to LayoutThreadInitAnthony Ramine2019-01-141-2/+2
* Synchronously update the pipeline of same-origin iframe elements as soon as t...Josh Matthews2019-01-071-0/+15
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-6/+37
* Auto merge of #22528 - Manishearth:webxr, r=jdm,MortimerGorobors-servo2019-01-041-2/+3
|\
| * Move VR interface to XRManish Goregaokar2018-12-191-2/+3
* | Rustfmt has changed its default style :/Simon Sapin2018-12-281-9/+11
* | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-0/+42
|\ \
| * | check for a document being "fully-active" before reflowsGregory Terzian2018-12-231-0/+4
| * | implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-0/+38
| |/
* / style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-2/+0
|/
* Auto merge of #22395 - jdm:initial-iframe-size, r=Manishearthbors-servo2018-12-181-3/+3
|\
| * Initial window sizes are mandatory.Josh Matthews2018-12-141-3/+3
* | unregister components while exitingcsmoe2018-12-171-0/+2
|/
* Remove unused recycle argument from Document::unloadGeorge Roman2018-11-301-1/+1
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+69
* refactored performance timing to align with updated specddh2018-11-201-5/+12
* Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-1/+9
|\
| * Forward WebDriver CompositionEventPyfisch2018-11-191-1/+9
* | Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-37/+40
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+11
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-4/+11
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-13/+12
* Reorder importsPyfisch2018-11-061-19/+31
* Format remaining filesPyfisch2018-11-061-42/+54
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-4/+4
* Sort `use` statementsSimon Sapin2018-11-061-20/+20
* `cargo fix --edition`Simon Sapin2018-11-061-55/+55
* Update hyper to 0.12Bastien Orivel2018-11-011-50/+42
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-2/+2
* Implement unhandledrejection eventCYBAI2018-10-181-1/+9
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-171-3/+4
|\
| * Use keyboard-types cratePyfisch2018-10-071-3/+4
* | Add task source for media elementchansuke2018-10-101-0/+9
* | Provide webrender_api::RenderApiSender to ScriptThread and DOM WindowVíctor Manuel Jáquez Leal2018-10-081-1/+6
|/
* Format script componentchansuke2018-09-191-599/+1056
* Create ScriptMsg::GetBrowsingContextInfomandreyel2018-09-141-28/+29
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-54/+32
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+6
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-13/+13
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-6/+61
* Upgraded to SM 60Alan Jeffrey2018-08-201-3/+3
* implement opener, disowningGregory Terzian2018-08-111-9/+41
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-0/+12
* use remote-event task source in EventSourceGregory Terzian2018-07-131-0/+9
* Auto merge of #21028 - asajeffrey:script-dont-trace-parsers, r=Manishearthbors-servo2018-06-081-2/+11
|\
| * Fixed panic due to GC while parsingAlan Jeffrey2018-06-081-2/+11