aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-6/+4
* Auto merge of #8871 - KiChjang:task-source-channels, r=KiChjangbors-servo2016-01-011-12/+28
|\
| * Split script_chan into 5 different task queue channelsKeith Yeung2015-12-091-12/+28
* | Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-1/+1
* | Auto merge of #8863 - simartin:issue_8352, r=jdmbors-servo2015-12-211-2/+7
|\ \
| * | Issue #8352: Dispatch mozbrowsershowmodalprompt event for alert().Simon Martin2015-12-191-2/+7
* | | Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-2/+2
|/ /
* | Add test to constellation to avoid writing reftest image if there are pending...Glenn Watson2015-12-171-9/+37
* | Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-2/+2
* | Rename the browsercontext module.Ms2ger2015-12-111-1/+1
|/
* 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