aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Added a mapping between nodes and stylesheetsConnor Brewster2016-03-311-1/+1
* No more headless compositor. Just the normal one.Michael Howell2016-03-241-1/+1
* script: Don't paint layouts induced by hit test queries.Patrick Walton2016-03-211-2/+6
* Auto merge of #9824 - danlrobertson:element1, r=asajeffreybors-servo2016-03-121-0/+8
|\
| * Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+8
* | Add task_source directoryKeith Yeung2016-03-101-6/+10
|/
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+1
* Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-8/+42
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-1/+9
* Stop returning an Option from Window::browsing_context.Ms2ger2016-02-231-6/+6
* Clean up of script timer code.benshu2016-02-201-10/+14
* Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-4/+5
|\
| * Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-4/+5
* | Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to Task...Kamil Muszyński2016-02-141-32/+32
* | Report CSS errors to script task for further processing.Josh Matthews2016-02-111-2/+7
|/
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Make iframe's load event trigger a reflow of the enclosing window. Add a catc...Josh Matthews2016-01-261-0/+4
* compositing: Fix a couple of bugs that prevented iframes from paintingPatrick Walton2016-01-261-0/+2
* Fix broken spec link on Window::DocumentCorey Farwell2016-01-141-1/+1
* move MozBrowserEvent to script_traits (+ documentation)apopiak2016-01-131-4/+2
* Move DocumentState to script_traitsBrandon Fairchild2016-01-121-2/+3
* Auto merge of #9255 - ckimes89:remove-globalfield, r=noxbors-servo2016-01-121-2/+2
|\
| * Add global default method for Reflectable traitChad Kimes2016-01-111-2/+2
* | Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-1/+1
* | Auto merge of #8972 - GauriGNaik:expose-css-errors-1, r=jdmbors-servo2016-01-121-0/+3
|\ \
| * | Final stepsGauriGNaik2016-01-111-0/+3
| |/
* / Stop reexporting ReflowGoal from layout_interface.Ms2ger2016-01-111-1/+2
|/
* task -> threadrohan.prinja2016-01-101-59/+59
* 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