| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -6/+4 |
* | Auto merge of #8871 - KiChjang:task-source-channels, r=KiChjang | bors-servo | 2016-01-01 | 1 | -12/+28 |
|\ |
|
| * | Split script_chan into 5 different task queue channels | Keith Yeung | 2015-12-09 | 1 | -12/+28 |
* | | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -1/+1 |
* | | Auto merge of #8863 - simartin:issue_8352, r=jdm | bors-servo | 2015-12-21 | 1 | -2/+7 |
|\ \ |
|
| * | | Issue #8352: Dispatch mozbrowsershowmodalprompt event for alert(). | Simon Martin | 2015-12-19 | 1 | -2/+7 |
* | | | Moved ScriptToCompositorMsg enum and EventResult enum to script_traits | Beomjin Kim | 2015-12-20 | 1 | -2/+2 |
|/ / |
|
* | | Add test to constellation to avoid writing reftest image if there are pending... | Glenn Watson | 2015-12-17 | 1 | -9/+37 |
* | | Add pipeline information to CSS error reporting. | GauriGNaik | 2015-12-14 | 1 | -2/+2 |
* | | Rename the browsercontext module. | Ms2ger | 2015-12-11 | 1 | -1/+1 |
|/ |
|
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
* | Auto merge of #8862 - fstr:move_workerid, r=Ms2ger | bors-servo | 2015-12-08 | 1 | -2/+2 |
|\ |
|
| * | Moved WorkerId type to devtools_traits | Florian Strübe | 2015-12-07 | 1 | -2/+2 |
* | | Split fn script_chan into 5 different task channel fn | Keith Yeung | 2015-12-06 | 1 | -1/+22 |
|/ |
|
* | Defined new trait ParseErrorReporter and added error_reporter member to Parse... | GauriGNaik | 2015-11-25 | 1 | -2/+10 |
* | Make the needs_reflow method actually work correctly. | Eli Friedman | 2015-11-21 | 1 | -1/+5 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -3/+4 |
* | Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffrey | bors-servo | 2015-11-13 | 1 | -3/+3 |
|\ |
|
| * | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -3/+3 |
* | | Auto merge of #8492 - jdm:e10s-timer-events, r=jdm | bors-servo | 2015-11-13 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | script: Make timer events e10s-safe. | Patrick Walton | 2015-11-12 | 1 | -7/+7 |
* | | Differentiate between error and non-error event handlers per the spec. | Josh Matthews | 2015-11-12 | 1 | -3/+0 |
* | | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -1/+2 |
|/ |
|
* | Clean up the conversion routines | Anthony Ramine | 2015-11-11 | 1 | -4/+2 |
* | XHR timeouts use same abstraction as scripts timers. (fixes #3396) | benshu | 2015-11-11 | 1 | -2/+12 |
* | Move Stylesheet loading and ownership from the layout task into HTML elements | Till Schneidereit | 2015-11-07 | 1 | -0/+7 |
* | Auto merge of #8304 - dzbarsky:borrowck, r=Ms2ger | bors-servo | 2015-11-07 | 1 | -3/+1 |
|\ |
|
| * | Cleanup some unneeded let bindings | David Zbarsky | 2015-11-06 | 1 | -3/+1 |
* | | Implement cancellable runnables. | Josh Matthews | 2015-11-06 | 1 | -2/+17 |
|/ |
|
* | Auto merge of #8332 - Ms2ger:8209-comment, r=frewsxcv | bors-servo | 2015-11-05 | 1 | -3/+0 |
|\ |
|
| * | Remove obsolete comment (fixes #8209). | Ms2ger | 2015-11-04 | 1 | -3/+0 |
* | | Auto merge of #7128 - Ms2ger:bc-root, r=jdm | bors-servo | 2015-11-04 | 1 | -13/+10 |
|\ \
| |/
|/| |
|
| * | Make BrowsingContext JS-managed. | Ms2ger | 2015-11-04 | 1 | -13/+10 |
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -4/+4 |
|/ |
|
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -8/+6 |
* | Auto merge of #8221 - wenderen:8130-reorganise, r=jdm | bors-servo | 2015-11-04 | 1 | -2/+3 |
|\ |
|
| * | merge from master | rohan.prinja | 2015-11-03 | 1 | -8/+8 |
| |\ |
|
| * | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
| * | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+2 |
| * | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwalton | bors-servo | 2015-11-03 | 1 | -14/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unused Window::control_chan. | Ms2ger | 2015-10-31 | 1 | -5/+1 |
| * | | Remove unused Window::last_reflow_id. | Ms2ger | 2015-10-31 | 1 | -7/+0 |
| * | | Remove unused fields from ScriptReflow. | Ms2ger | 2015-10-31 | 1 | -2/+0 |
| |/ |
|
* | | Remove JSTraceable implementation from RefCell. | Eli Friedman | 2015-11-02 | 1 | -7/+7 |
* | | Un-boxed ScriptReflow | Olivia Nordquist | 2015-10-31 | 1 | -1/+1 |
|/ |
|
* | Check modified event state from layout and dirty it there. | Bobby Holley | 2015-10-27 | 1 | -10/+2 |
* | Pass the document instead of the documentElement to reflow. | Bobby Holley | 2015-10-27 | 1 | -9/+1 |
* | Remove Window::layout_join_port. | Ms2ger | 2015-10-22 | 1 | -25/+11 |
* | Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl... | Ms2ger | 2015-10-22 | 1 | -7/+0 |