aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation
Commit message (Expand)AuthorAgeFilesLines
* `impl Trait` is stableSimon Sapin2019-07-011-1/+0
* Script: removed a few opts::get()oneturkmen2019-06-261-0/+11
* Fix some new warningsSimon Sapin2019-06-222-4/+6
* Disable WGL for Windows arm64.Josh Matthews2019-06-111-0/+1
* No multiprocess on win arm64.Josh Matthews2019-06-111-1/+5
* Auto merge of #23507 - gterzian:introduce_browsing_context_groups, r=asajeffreybors-servo2019-06-072-28/+232
|\
| * implement browsing context group and setGregory Terzian2019-06-072-28/+232
* | Layout_thread: removed all possible opts::get()oneturkmen2019-06-041-0/+11
* | Constellation: removed almost all opts::getoneturkmen2019-06-033-21/+37
* | Add cargo feature to control canvas backend.Josh Matthews2019-06-031-1/+5
|/
* Implement MouseEvent buttons attributeGeorge Roman2019-05-161-0/+35
* Auto merge of #23135 - maharsh312:master, r=jdmbors-servo2019-05-131-1/+1
|\
| * Changes for sender recieverMaharsh2019-05-091-1/+1
* | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-2/+5
|\ \
| * | set referrer in window.load_urlRussell Cousineau2019-04-191-2/+5
* | | Update SetCursor behaviorPaul Rouget2019-04-251-1/+0
* | | Auto merge of #23115 - pylbrecht:measure.blocked.layout.queries, r=jdmbors-servo2019-04-221-0/+4
|\ \ \ | |/ / |/| |
| * | Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+4
* | | Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-2/+6
|/ /
* | Auto merge of #23191 - paulrouget:no_proxy_clone, r=ferjmbors-servo2019-04-111-1/+1
|\ \
| * | Remove useless embedder proxy clonePaul Rouget2019-04-111-1/+1
* | | Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-102-17/+21
|/ /
* | Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-0/+31
* | bound sampler bufferGregory Terzian2019-03-311-2/+2
* | Auto merge of #23080 - jdm:sampling-profiler, r=gterzianbors-servo2019-03-262-29/+86
|\ \
| * | Support multiprocess in sampling profiler.Josh Matthews2019-03-262-20/+70
| * | Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-262-12/+19
| |/
* / #8539 Config preferences backend restructurePeter Hall2019-03-202-10/+6
|/
* Remove SetVisible message from iframeAron Zwaan2019-03-121-35/+0
* Auto merge of #23000 - jdm:invisible-webgl, r=noxbors-servo2019-03-081-0/+11
|\
| * Mark pipelines not visible when updating the active pipeline for a browsing c...Josh Matthews2019-03-071-0/+11
* | Make nested browsing context navigations check the loaded status of the activ...Josh Matthews2019-03-073-2/+43
* | Ensure iframe's contentWindow is updated when traversing the session history.Josh Matthews2019-03-071-2/+8
|/
* ReformatSimon Sapin2019-02-261-1/+3
* Update bool pattern matching into if-elsePiotr Szpetkowski2019-01-301-4/+5
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-3/+2
* Suppress iframe size messages from layout that include unchanged sizes.Josh Matthews2019-01-141-8/+5
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-3/+19
* Rustfmt has changed its default style :/Simon Sapin2018-12-282-61/+57
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-23/+92
|\
| * implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-0/+29
| * constellation: restructure navigation, remove sync commGregory Terzian2018-12-231-23/+63
* | style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-7/+0
* | Disable gaol on aarch64Bastien Orivel2018-12-223-5/+27
* | Disable gaol on arm targetsBastien Orivel2018-12-203-5/+5
* | Disable gaol on androidBastien Orivel2018-12-203-4/+26
|/
* Initial window sizes are mandatory.Josh Matthews2018-12-143-62/+65
* Auto merge of #22411 - jdm:fix-webdriver, r=SimonSapinbors-servo2018-12-111-7/+6
|\
| * Delay setting the constellation's active browser id until the context exists.Josh Matthews2018-12-101-7/+6
* | Remove redundant `.clone()`sShotaro Yamada2018-12-113-14/+12
|/