| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Inline Window::join_layout into its only caller. | Ms2ger | 2015-10-22 | 1 | -25/+18 |
* | Remove layout_is_idle. | Ms2ger | 2015-10-22 | 1 | -4/+0 |
* | Remove pointless join_layout calls. | Ms2ger | 2015-10-22 | 1 | -2/+0 |
* | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -15/+20 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -6/+3 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -7/+7 |
* | Auto merge of #8060 - nox:deref-js, r=Ms2ger | bors-servo | 2015-10-19 | 1 | -4/+4 |
|\ |
|
| * | Return a reference in BrowserContext::active_window() | Anthony Ramine | 2015-10-19 | 1 | -1/+1 |
| * | Return a reference in BrowserContext::frame_element() | Anthony Ramine | 2015-10-17 | 1 | -2/+2 |
| * | Return a reference in BrowserContext::active_document() | Anthony Ramine | 2015-10-17 | 1 | -1/+1 |