| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix other parts of the Servo build. | Emilio Cobos Álvarez | 2018-09-03 | 1 | -0/+1 |
|/ |
|
* | Fix the build for NLL | Simon Sapin | 2018-08-24 | 1 | -1/+1 |
* | Auto merge of #21430 - Eijebong:ws-origin, r=jdm | bors-servo | 2018-08-22 | 1 | -0/+1 |
|\ |
|
| * | Properly set the origin on websocket messages | Bastien Orivel | 2018-08-16 | 1 | -0/+1 |
* | | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -7/+8 |
|/ |
|
* | make auxiliary browsing-context script-closeable | Gregory Terzian | 2018-08-11 | 1 | -3/+3 |
* | implement opener, disowning | Gregory Terzian | 2018-08-11 | 1 | -2/+28 |
* | implement window.open, create auxiliary browsing context | Gregory Terzian | 2018-08-11 | 1 | -0/+9 |
* | Revert "Fix the build for NLL" | Josh Matthews | 2018-08-07 | 1 | -1/+1 |
* | Fix the build for NLL | Simon Sapin | 2018-08-08 | 1 | -1/+1 |
* | Auto merge of #21111 - gterzian:implement_document_load_cancellation, r=jdm | bors-servo | 2018-07-29 | 1 | -5/+42 |
|\ |
|
| * | use DOMTracker instead of WeakMediaQueryListVec | Gregory Terzian | 2018-07-29 | 1 | -5/+27 |
| * | implement window.stop, improve aborting document load | Gregory Terzian | 2018-07-29 | 1 | -0/+17 |
* | | Track hash changes in session history | Connor Brewster | 2018-07-21 | 1 | -1/+24 |
|/ |
|
* | use remote-event task source in EventSource | Gregory Terzian | 2018-07-13 | 1 | -0/+9 |
* | introduce "per task source" ignoring of tasks | Gregory Terzian | 2018-07-10 | 1 | -9/+25 |
* | layout: script: Fix build. | Emilio Cobos Álvarez | 2018-06-23 | 1 | -8/+10 |
* | Fix Servo build. | Emilio Cobos Álvarez | 2018-06-18 | 1 | -2/+5 |
* | Implement window.length DOM attribute. | Jonathan Kingston | 2018-06-14 | 1 | -0/+6 |
* | improve spec compliance of window.close | Gregory Terzian | 2018-06-04 | 1 | -3/+22 |
* | Auto merge of #20707 - gterzian:embedder_handling_of_prompts_and_alerts_2, r=... | bors-servo | 2018-05-24 | 1 | -24/+12 |
|\ |
|
| * | move top_level_browsing_context_id out of embedder msg | Gregory Terzian | 2018-05-23 | 1 | -14/+4 |
| * | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -25/+23 |
* | | update "navigation within beforeunload" test to match the spec | Gregory Terzian | 2018-05-20 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #20615 - KiChjang:window-indexed-getter, r=emilio | bors-servo | 2018-05-17 | 1 | -5/+0 |
|\ |
|
| * | Return window proxy properly for indexed window getter | Keith Yeung | 2018-04-30 | 1 | -5/+0 |
* | | beforeunload and unload infrastructure | Gregory Terzian | 2018-05-05 | 1 | -4/+19 |
|/ |
|
* | Implement WindowOrWorkerGlobalScope.origin | Anthony Ramine | 2018-04-27 | 1 | -1/+6 |
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 1 | -1/+2 |
* | Auto merge of #20307 - csmoe:measure_query_time, r=jdm | bors-servo | 2018-03-26 | 1 | -25/+27 |
|\ |
|
| * | fix time measure | csmoe | 2018-03-25 | 1 | -1/+1 |
| * | introduce layout query timestamp | csmoe | 2018-03-18 | 1 | -2/+2 |
| * | extract querymsg from ReflowGoal | moe | 2018-03-17 | 1 | -25/+27 |
* | | Implements profiler for blocked recv | Nakul Jindal | 2018-03-22 | 1 | -4/+8 |
* | | alias some euclid types | Paul Rouget | 2018-03-16 | 1 | -2/+2 |
* | | Use typed coordinates. | Paul Rouget | 2018-03-16 | 1 | -12/+19 |
|/ |
|
* | constellation: Make setting up the WebGL state fallible. | Emilio Cobos Álvarez | 2018-03-09 | 1 | -4/+4 |
* | Auto merge of #20036 - paavininanda:BrowsingNames, r=jdm | bors-servo | 2018-02-25 | 1 | -0/+10 |
|\ |
|
| * | Adding Name and SetName functions for window | paavininanda | 2018-02-26 | 1 | -0/+10 |
* | | Move paintWorklet from "Window" to "CSS" according to new specification | yurket | 2018-02-22 | 1 | -5/+5 |
* | | Added extra bool in Window object to know about its Mutation Observers | Nupur Baghel | 2018-02-16 | 1 | -0/+12 |
|/ |
|
* | Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emilio | bors-servo | 2018-02-13 | 1 | -47/+8 |
|\ |
|
| * | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -47/+8 |
* | | Implement element.innerText getter | Fernando Jiménez Moreno | 2018-02-13 | 1 | -0/+1 |
|/ |
|
* | Update WebRender | Martin Robinson | 2018-02-06 | 1 | -15/+19 |
* | Add layout RPC query for getting an element's style | Jon Leighton | 2018-01-28 | 1 | -20/+8 |
* | Introduce MaxRect trait | Pyfisch | 2018-01-17 | 1 | -4/+4 |
* | queue event instead of immediately fire | ddh | 2017-11-30 | 1 | -0/+4 |
* | fix annotation URL | tigercosmos | 2017-11-16 | 1 | -1/+1 |
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) | Simon Sapin | 2017-11-09 | 1 | -1/+0 |