| Commit message (Expand) | Author | Age | Files | Lines |
* | Change ignore async events ordering to SeqCst | Connor Brewster | 2016-07-08 | 1 | -1/+1 |
* | Make network listener runnable cancellable | Connor Brewster | 2016-07-08 | 1 | -0/+1 |
* | Add name method to Runnable trait | Connor Brewster | 2016-07-06 | 1 | -0/+1 |
* | Combined DOMManipulationTask runnable variants into a single variant | Connor Brewster | 2016-07-06 | 1 | -6/+3 |
* | Make textinput handle actual key values. Don't restrict character values to a... | Josh Matthews | 2016-07-06 | 1 | -1/+1 |
* | Associate logical and physical keypresses together to support non-QWERTY keyb... | Josh Matthews | 2016-07-05 | 1 | -2/+2 |
* | Move webdriver_msg to script_traits. | Ms2ger | 2016-07-05 | 1 | -1/+1 |
* | Move WindowSizeData to script_traits. | Ms2ger | 2016-07-05 | 1 | -2/+2 |
* | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -2/+2 |
* | style: Rewrite the animation representation to allow having state in layout | Emilio Cobos Álvarez | 2016-06-28 | 1 | -1/+1 |
* | Use common cookie struct add cookie webdriver cmds | Dan Robertson | 2016-06-25 | 1 | -0/+6 |
* | Removed some sources of panic from script thread. | Alan Jeffrey | 2016-06-24 | 1 | -30/+58 |
* | add reload keyboard shortcut | mrmiywj | 2016-06-23 | 1 | -0/+12 |
* | Move the remainder of layout_interface into script_layout_interface. | Ms2ger | 2016-06-20 | 1 | -11/+11 |
* | Auto merge of #10225 - jmr0:visibility_api, r=jdm | bors-servo | 2016-06-16 | 1 | -0/+60 |
|\ |
|
| * | Implement non-visible pipeline and iframe visibility methods | jmr0 | 2016-06-15 | 1 | -0/+60 |
* | | Replace RefCell in SCRIPT_THREAD_ROOT with Cell | Darin Minamoto | 2016-06-12 | 1 | -10/+10 |
* | | Auto merge of #11556 - Manishearth:make-fetch-happen, r=jdm | bors-servo | 2016-06-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Abstractify the Listener abstractions further | Manish Goregaokar | 2016-06-10 | 1 | -1/+1 |
* | | | script: When using WebRender, keep the DOM-side scroll positions for | Patrick Walton | 2016-06-10 | 1 | -12/+27 |
| |/
|/| |
|
* | | Auto merge of #11707 - jdm:resize_warn, r=Ms2ger | bors-servo | 2016-06-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Avoid frequent intermittent failure in tests. | Josh Matthews | 2016-06-10 | 1 | -1/+1 |
* | | Avoid an index-out-of-bounds error in ScriptMemoryFailsafe. | Ms2ger | 2016-06-09 | 1 | -2/+4 |
* | | Window::Parent and Window::Top now return the right result inisde a mozbrowse... | Alan Jeffrey | 2016-06-07 | 1 | -6/+7 |
* | | Auto merge of #11593 - jdm:netmon, r=nox | bors-servo | 2016-06-05 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Make the net monitor panel in FF's devtools show meaningful output. | Josh Matthews | 2016-06-06 | 1 | -0/+2 |
* | | Auto merge of #11610 - nox:dom3events, r=emilio | bors-servo | 2016-06-04 | 1 | -1/+0 |
|\ \ |
|
| * | | Fix all the links to the UI Events spec | Anthony Ramine | 2016-06-04 | 1 | -1/+0 |
| |/ |
|
* | | Remove the layout shutdown channel. | Ms2ger | 2016-06-04 | 1 | -2/+0 |
* | | Avoid deadlock when shutting down. | Alan Jeffrey | 2016-06-03 | 1 | -0/+2 |
|/ |
|
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -1/+25 |
* | Auto merge of #11538 - Ms2ger:warnings, r=emilio | bors-servo | 2016-06-01 | 1 | -1/+0 |
|\ |
|
| * | Fix some build warnings. | Ms2ger | 2016-06-01 | 1 | -1/+0 |
* | | Auto merge of #11221 - izgzhen:blob-file-backend, r=Manishearth | bors-servo | 2016-06-01 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -3/+3 |
* | | Auto merge of #11480 - rafaqtro:local_b, r=emilio | bors-servo | 2016-06-01 | 1 | -5/+5 |
|\ \ |
|
| * | | rename of page_fetch_complete and handle_page_fetch_complete | Rafael Quintero | 2016-05-31 | 1 | -5/+5 |
* | | | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -0/+23 |
| |/
|/| |
|
* | | Bump rust-mozjs for the safe Runtime::new (fixes #11512) | Anthony Ramine | 2016-05-31 | 1 | -1/+1 |
* | | Add a missing JSAutoCompartment to javascript url handling. | Ms2ger | 2016-05-30 | 1 | -1/+4 |
* | | Auto merge of #11472 - jdm:wip, r=mbrubeck | bors-servo | 2016-05-27 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 |
* | | Remove the LayoutChan type. | Ms2ger | 2016-05-27 | 1 | -11/+10 |
|/ |
|
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | Auto merge of #11372 - tschneidereit:parent-js-runtime-for-workers, r=nox | bors-servo | 2016-05-26 | 1 | -3/+4 |
|\ |
|
| * | Pass a parent JS runtime when creating DOM Worker runtimes | Till Schneidereit | 2016-05-24 | 1 | -3/+4 |
* | | Auto merge of #11370 - Ms2ger:IterableContext, r=jdm | bors-servo | 2016-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove the IterableContext trait. | Ms2ger | 2016-05-24 | 1 | -1/+1 |
| |/ |
|
* | | Remove ScriptThread::layout_to_constellation_chan. | Ms2ger | 2016-05-25 | 1 | -7/+4 |
* | | Remove the script listener thread (fixes #11345). | Ms2ger | 2016-05-25 | 1 | -20/+15 |