aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Auto merge of #8862 - fstr:move_workerid, r=Ms2gerbors-servo2015-12-081-2/+2
|\
| * Moved WorkerId type to devtools_traitsFlorian Strübe2015-12-071-2/+2
* | Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-1/+22
|/
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-2/+10
* Make the needs_reflow method actually work correctly.Eli Friedman2015-11-211-1/+5
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-3/+4
* Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffreybors-servo2015-11-131-3/+3
|\
| * Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* | Auto merge of #8492 - jdm:e10s-timer-events, r=jdmbors-servo2015-11-131-7/+7
|\ \ | |/ |/|
| * script: Make timer events e10s-safe.Patrick Walton2015-11-121-7/+7
* | Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-3/+0
* | Use the conversion traits from js.Ms2ger2015-11-121-1/+2
|/
* Clean up the conversion routinesAnthony Ramine2015-11-111-4/+2
* XHR timeouts use same abstraction as scripts timers. (fixes #3396)benshu2015-11-111-2/+12
* Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-0/+7
* Auto merge of #8304 - dzbarsky:borrowck, r=Ms2gerbors-servo2015-11-071-3/+1
|\
| * Cleanup some unneeded let bindingsDavid Zbarsky2015-11-061-3/+1
* | Implement cancellable runnables.Josh Matthews2015-11-061-2/+17
|/
* Auto merge of #8332 - Ms2ger:8209-comment, r=frewsxcvbors-servo2015-11-051-3/+0
|\
| * Remove obsolete comment (fixes #8209).Ms2ger2015-11-041-3/+0
* | Auto merge of #7128 - Ms2ger:bc-root, r=jdmbors-servo2015-11-041-13/+10
|\ \ | |/ |/|
| * Make BrowsingContext JS-managed.Ms2ger2015-11-041-13/+10
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+4
|/
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-8/+6
* Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-2/+3
|\
| * merge from masterrohan.prinja2015-11-031-8/+8
| |\
| * | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
| * | more refactoringrohan.prinja2015-10-301-1/+2
| * | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* | | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwaltonbors-servo2015-11-031-14/+1
|\ \ \ | |_|/ |/| |
| * | Remove unused Window::control_chan.Ms2ger2015-10-311-5/+1
| * | Remove unused Window::last_reflow_id.Ms2ger2015-10-311-7/+0
| * | Remove unused fields from ScriptReflow.Ms2ger2015-10-311-2/+0
| |/
* | Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-7/+7
* | Un-boxed ScriptReflowOlivia Nordquist2015-10-311-1/+1
|/
* Check modified event state from layout and dirty it there.Bobby Holley2015-10-271-10/+2
* Pass the document instead of the documentElement to reflow.Bobby Holley2015-10-271-9/+1
* Remove Window::layout_join_port.Ms2ger2015-10-221-25/+11
* Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl...Ms2ger2015-10-221-7/+0
* Inline Window::join_layout into its only caller.Ms2ger2015-10-221-25/+18
* Remove layout_is_idle.Ms2ger2015-10-221-4/+0
* Remove pointless join_layout calls.Ms2ger2015-10-221-2/+0
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-15/+20
* Clean up the cast callsAnthony Ramine2015-10-211-6/+3
* Introduce trait CastableAnthony Ramine2015-10-211-7/+7
* Auto merge of #8060 - nox:deref-js, r=Ms2gerbors-servo2015-10-191-4/+4
|\
| * Return a reference in BrowserContext::active_window()Anthony Ramine2015-10-191-1/+1
| * Return a reference in BrowserContext::frame_element()Anthony Ramine2015-10-171-2/+2
| * Return a reference in BrowserContext::active_document()Anthony Ramine2015-10-171-1/+1