aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-4/+5
|\
| * set referrer in window.load_urlRussell Cousineau2019-04-191-4/+5
* | Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+3
|/
* Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-0/+6
* bound sampler bufferGregory Terzian2019-03-311-2/+2
* Support multiprocess in sampling profiler.Josh Matthews2019-03-261-0/+7
* Ensure iframe's contentWindow is updated when traversing the session history.Josh Matthews2019-03-071-0/+1
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-2/+2
* Suppress iframe size messages from layout that include unchanged sizes.Josh Matthews2019-01-141-1/+3
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-2/+13
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-0/+8
|\
| * implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-0/+5
| * constellation: restructure navigation, remove sync commGregory Terzian2018-12-231-0/+3
* | style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-2/+0
|/
* Initial window sizes are mandatory.Josh Matthews2018-12-141-2/+2
* Update webrenderManish Goregaokar2018-11-271-2/+2
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-0/+3
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-1/+1
|\
| * Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+1
* | Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-2/+5
|\ \ | |/ |/|
| * Forward WebDriver CompositionEventPyfisch2018-11-191-2/+5
* | Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+7
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-25/+2
* Remove rustc-serialize from the dependenciesBastien Orivel2018-11-071-1/+0
* Reorder importsPyfisch2018-11-061-8/+12
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Update hyper to 0.12Bastien Orivel2018-11-011-5/+6
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-17/+17
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-171-5/+7
|\
| * Use keyboard-types cratePyfisch2018-10-071-5/+7
* | Rustfmt and make tidy happyFernando Jiménez Moreno2018-10-081-3/+1
* | Provide webrender_api::RenderApiSender to ScriptThread and DOM WindowVíctor Manuel Jáquez Leal2018-10-081-1/+5
|/
* Auto merge of #21693 - chansuke:format_script_traits, r=jdmbors-servo2018-09-121-27/+68
|\
| * Format components/script_traitschansuke2018-09-131-27/+68
* | Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-7/+2
|/
* Refactor embedder NewBrowser flowGregory Terzian2018-08-111-1/+1
* implement opener, disowningGregory Terzian2018-08-111-0/+4
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-0/+13
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-0/+4
* Cleanup constellation debug messagesConnor Brewster2018-05-181-1/+29
* beforeunload and unload infrastructureGregory Terzian2018-05-051-0/+3
* Make session history aware of URLsConnor Brewster2018-04-241-3/+3
* Remove insaccessible history statesConnor Brewster2018-04-171-0/+3
* Implement history stateConnor Brewster2018-04-161-2/+5
* alias some euclid typesPaul Rouget2018-03-161-2/+2
* Use typed coordinates.Paul Rouget2018-03-161-2/+2
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-2/+2