| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Replaced DOMString by String in devtools. | Alan Jeffrey | 2015-11-12 | 1 | -3/+3 |
* | | | Auto merge of #8492 - jdm:e10s-timer-events, r=jdm | bors-servo | 2015-11-13 | 1 | -17/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | script: Make timer events e10s-safe. | Patrick Walton | 2015-11-12 | 1 | -17/+7 |
| |/ |
|
* | | Auto merge of #8428 - Ms2ger:conversions, r=Manishearth | bors-servo | 2015-11-13 | 1 | -5/+7 |
|\ \
| |/
|/| |
|
| * | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -5/+7 |
* | | Auto merge of #7844 - Wafflespeanut:requests, r=jdm | bors-servo | 2015-11-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Implement cancellation listener for cancelling network requests | Ravi Shankar | 2015-11-12 | 1 | -1/+1 |
* | | Execute XHR timeout callbacks directly. (Fixes #8468.) | benshu | 2015-11-11 | 1 | -2/+0 |
|/ |
|
* | Auto merge of #8286 - eefriedman:no-move, r=nox | bors-servo | 2015-11-08 | 1 | -5/+6 |
|\ |
|
| * | Clean up some code related to #[no_move]. | Eli Friedman | 2015-11-07 | 1 | -5/+6 |
* | | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm | bors-servo | 2015-11-08 | 1 | -12/+1 |
|\ \ |
|
| * | | Move Stylesheet loading and ownership from the layout task into HTML elements | Till Schneidereit | 2015-11-07 | 1 | -12/+1 |
* | | | Auto merge of #8355 - Ms2ger:Exit, r=nox | bors-servo | 2015-11-07 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPi... | Ms2ger | 2015-11-05 | 1 | -1/+1 |
| * | | | Remove the unused PipelineExitType arguments from ScriptTask::handle_exit_pip... | Ms2ger | 2015-11-05 | 1 | -7/+7 |
| * | | | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow. | Ms2ger | 2015-11-05 | 1 | -3/+3 |
* | | | | Auto merge of #8359 - ben0x539:js-url-query-fragment, r=eefriedman | bors-servo | 2015-11-07 | 1 | -2/+24 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Append query string + fragment to javascript: url. | Benjamin Herr | 2015-11-06 | 1 | -2/+24 |
| |/ / |
|
* / / | Implement cancellable runnables. | Josh Matthews | 2015-11-06 | 1 | -2/+37 |
|/ / |
|
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -5/+5 |
* | | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -2/+2 |
* | | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -53/+53 |
* | | Auto merge of #8221 - wenderen:8130-reorganise, r=jdm | bors-servo | 2015-11-04 | 1 | -1/+2 |
|\ \ |
|
| * \ | merge from master | rohan.prinja | 2015-11-03 | 1 | -19/+24 |
| |\ \ |
|
| * | | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+2 |
* | | | | Auto merge of #8232 - mbrubeck:glutin-touch, r=glennw | bors-servo | 2015-11-03 | 1 | -25/+25 |
|\ \ \ \ |
|
| * | | | | Handle multi-touch events from glutin | Matt Brubeck | 2015-11-03 | 1 | -25/+25 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwalton | bors-servo | 2015-11-03 | 1 | -1/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Remove unused Window::control_chan. | Ms2ger | 2015-10-31 | 1 | -1/+0 |
* | | | | Remove JSTraceable implementation from RefCell. | Eli Friedman | 2015-11-02 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Removed JS::root Fixes #8251 | nxnfufunezn | 2015-10-31 | 1 | -2/+1 |
|/ / |
|
* | | Auto merge of #8276 - mrobinson:fragment-ticks, r=mbrubeck | bors-servo | 2015-10-31 | 1 | -3/+12 |
|\ \ |
|
| * | | Snap fragment scroll points to pixel boundaries | Martin Robinson | 2015-10-30 | 1 | -3/+12 |
| |/ |
|
* / | Use if let in ScriptTask::notify_devtools. | Ms2ger | 2015-10-30 | 1 | -12/+9 |
|/ |
|
* | remove DocumentProgressTask enum | Rohan Prinja | 2015-10-27 | 1 | -2/+2 |
* | Improve spec-compliance of script loading and execution during document startup | Till Schneidereit | 2015-10-26 | 1 | -13/+9 |
* | Auto merge of #8155 - Ms2ger:join, r=jdm | bors-servo | 2015-10-23 | 1 | -23/+4 |
|\ |
|
| * | Remove the ConstellationControlMsg::ReflowComplete message. | Ms2ger | 2015-10-22 | 1 | -2/+0 |
| * | Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl... | Ms2ger | 2015-10-22 | 1 | -17/+2 |
| * | Remove layout_is_idle. | Ms2ger | 2015-10-22 | 1 | -6/+4 |
* | | Dispatch touch events and perform default touch actions. | Matt Brubeck | 2015-10-22 | 1 | -1/+34 |
|/ |
|
* | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -44/+73 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -16/+8 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -16/+15 |
* | Move Event States to |Element|. | Bobby Holley | 2015-10-16 | 1 | -7/+6 |
* | Issue 8028: `parse_html` should take `Url` rather than `&Url` | Stephen Li | 2015-10-15 | 1 | -1/+1 |
* | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2ger | bors-servo | 2015-10-15 | 1 | -3/+3 |
|\ |
|
| * | Introduce DOMClass::heap_size_of | Anthony Ramine | 2015-10-14 | 1 | -3/+3 |
* | | Support the updated spidermonkey bindings | Michael Wu | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | Make it possible for iframes to create their own pipeline ID. | Glenn Watson | 2015-10-06 | 1 | -1/+4 |