| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #21881 - pyfisch:keyboard-types, r=paulrouget | bors-servo | 2018-10-17 | 1 | -61/+39 |
|\ |
|
| * | Minor keyboard updates | Pyfisch | 2018-10-13 | 1 | -37/+20 |
| * | Use keyboard-types crate | Pyfisch | 2018-10-07 | 1 | -55/+50 |
* | | Update document.open to latest spec | Derek Guenther | 2018-10-15 | 1 | -98/+54 |
|/ |
|
* | Format script component | chansuke | 2018-09-19 | 1 | -608/+895 |
* | Auto merge of #21280 - paavininanda:Update_the_image_data, r=jdm | bors-servo | 2018-09-12 | 1 | -1/+21 |
|\ |
|
| * | Reacting to environment changes | paavininanda | 2018-09-12 | 1 | -1/+21 |
* | | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -2/+16 |
|/ |
|
* | close eventsources as part of document unloading | Gregory Terzian | 2018-07-29 | 1 | -1/+4 |
* | spec compliant active parser concept | Gregory Terzian | 2018-07-29 | 1 | -1/+1 |
* | Introduce DOMTracker, cancel eventsource fetch when aborting document load | Gregory Terzian | 2018-07-29 | 1 | -1/+4 |
* | implement window.stop, improve aborting document load | Gregory Terzian | 2018-07-29 | 1 | -5/+12 |
* | layout: script: Fix build. | Emilio Cobos Álvarez | 2018-06-23 | 1 | -0/+7 |
* | Auto merge of #20837 - gterzian:tests_for_has_event_listener, r=cbrewster | bors-servo | 2018-05-28 | 1 | -5/+11 |
|\ |
|
| * | prevent overwriting of salvageable state in later prompt/unload steps | Gregory Terzian | 2018-05-22 | 1 | -5/+11 |
* | | send message to embedder in prompt_to_unload | Gregory Terzian | 2018-05-23 | 1 | -4/+14 |
* | | move top_level_browsing_context_id out of embedder msg | Gregory Terzian | 2018-05-23 | 1 | -12/+6 |
* | | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -21/+31 |
|/ |
|
* | Auto merge of #20615 - KiChjang:window-indexed-getter, r=emilio | bors-servo | 2018-05-17 | 1 | -2/+5 |
|\ |
|
| * | Do not unwrap in element{,s}FromPoint | Keith Yeung | 2018-05-07 | 1 | -2/+5 |
* | | implement "has event listener", plug into (before)unload | Gregory Terzian | 2018-05-05 | 1 | -9/+10 |
* | | beforeunload and unload infrastructure | Gregory Terzian | 2018-05-05 | 1 | -4/+141 |
* | | fire pageshow for new entry after history traversal | Gregory Terzian | 2018-05-01 | 1 | -0/+30 |
|/ |
|
* | Notify the embedder when it should display or hide an IME | Fabrice Desré | 2018-04-21 | 1 | -0/+10 |
* | style: Fix build bustage after afe484e46b631689357de183020419ab1a49dcdf. | Emilio Cobos Álvarez | 2018-04-17 | 1 | -5/+13 |
* | Auto merge of #20307 - csmoe:measure_query_time, r=jdm | bors-servo | 2018-03-26 | 1 | -3/+2 |
|\ |
|
| * | introduce layout query timestamp | csmoe | 2018-03-18 | 1 | -2/+1 |
| * | extract querymsg from ReflowGoal | moe | 2018-03-17 | 1 | -2/+2 |
* | | Implements profiler for blocked recv | Nakul Jindal | 2018-03-22 | 1 | -2/+3 |
* | | Update steps with new spec | CYBAI | 2018-03-20 | 1 | -17/+21 |
* | | Make `type` argument as optional and ignore it in open method | CYBAI | 2018-03-20 | 1 | -16/+4 |
|/ |
|
* | Fire the pageshow event at the end of the page load r=jdm | Fabrice Desré | 2018-03-06 | 1 | -1/+34 |
* | Auto merge of #20101 - servo:rm-rootedvec, r=asajeffrey | bors-servo | 2018-02-22 | 1 | -22/+22 |
|\ |
|
| * | Remove a use of rooted_vec in Document::handle_touch_event | Anthony Ramine | 2018-02-21 | 1 | -22/+22 |
* | | Avoid dropping arbitrary animation callbacks without running them | Anthony Ramine | 2018-02-21 | 1 | -4/+12 |
|/ |
|
* | Remove a single use of rooted_vec | Anthony Ramine | 2018-02-16 | 1 | -3/+2 |
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -33/+2 |
* | remove forcetouch support | Paul Rouget | 2018-02-11 | 1 | -64/+1 |
* | style: Rename StylesheetSet to DocumentStylesheetSet. | Emilio Cobos Álvarez | 2018-02-09 | 1 | -5/+5 |
* | Auto merge of #19972 - paavininanda:Issue16483, r=jdm | bors-servo | 2018-02-09 | 1 | -9/+12 |
|\ |
|
| * | Updated content_type of Document and XMLDocument from DOCString to Mime | Nupur Baghel | 2018-02-09 | 1 | -9/+12 |
* | | Update WebRender | Martin Robinson | 2018-02-06 | 1 | -3/+1 |
|/ |
|
* | Use specific negative assertion for DOM document | CYBAI | 2018-01-26 | 1 | -2/+2 |
* | Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> | Simon Sapin | 2018-01-22 | 1 | -5/+5 |
* | Take throw-on-dynamic-markup-insertion-counter into account when check script... | Josh Matthews | 2018-01-11 | 1 | -1/+6 |
* | Implement `throw-on-dynamic-markup-insertion-counter` | Connor Brewster | 2018-01-11 | 1 | -3/+23 |
* | Add a topLevelDomComplete metric. | Alan Jeffrey | 2017-12-14 | 1 | -0/+12 |
* | Print url of recorded PWM | Fernando Jiménez Moreno | 2017-12-07 | 1 | -1/+1 |
* | queue event instead of immediately fire | ddh | 2017-11-30 | 1 | -0/+7 |
* | Use FetchCanceller for document loads | Manish Goregaokar | 2017-11-22 | 1 | -5/+14 |