aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-1/+1
* Auto merge of #11665 - davideGiovannini:master, r=KiChjangbors-servo2016-06-241-0/+3
|\
| * fixup! Fixed issue #11651 (Do not fire a blur event when calling .focus() on ...Davide Giovannini2016-06-101-21/+22
| * Fixed issue #11651 (Do not fire a blur event when calling .focus() on a focus...Davide Giovannini2016-06-071-19/+21
* | Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* | Auto merge of #11548 - kevgs:default_view2, r=Ms2gerbors-servo2016-06-091-2/+6
|\ \
| * | Make Document::DefaultView return a null value when there's no browsing contextKosov Eugene2016-06-081-2/+6
* | | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-1/+1
|/ /
* | Auto merge of #11644 - asajeffrey:mozbrowser-top-level-browsing-context, r=Co...bors-servo2016-06-071-1/+1
|\ \
| * | Window::Parent and Window::Top now return the right result inisde a mozbrowse...Alan Jeffrey2016-06-071-1/+1
| |/
* / Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
|/
* Fix all the links to the UI Events specAnthony Ramine2016-06-041-5/+5
* Auto merge of #11468 - rebstar6:refPol4, r=noxbors-servo2016-06-021-4/+22
|\
| * Add meta-referrer support for documentsRebecca2016-06-021-4/+22
* | removed unused importsConnor Brewster2016-06-021-1/+0
* | Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-4/+2
* | Remove JS::from_rootedAnthony Ramine2016-05-311-7/+7
|/
* use USVStrings instead of DOMString for urls in Node and DocumentThiago Pontes2016-05-281-6/+8
* Auto merge of #11472 - jdm:wip, r=mbrubeckbors-servo2016-05-271-2/+0
|\
| * Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* | Remove the LayoutChan type.Ms2ger2016-05-271-3/+2
|/
* Auto merge of #11329 - c-rhodes:11320, r=jdmbors-servo2016-05-271-1/+1
|\
| * Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* | Auto merge of #11449 - djc:rm-get-html-element, r=noxbors-servo2016-05-271-3/+3
|\ \
| * | Remove side-effecting map call per review commentsDirkjan Ochtman2016-05-271-3/+3
| * | Use GetDocumentElement() in Document::invalidate_stylesheets() (fixes #8409)Dirkjan Ochtman2016-05-271-1/+1
| |/
* / Move mozbrowser_enabled to util::prefsAnthony Ramine2016-05-271-2/+3
|/
* Remove the script listener thread (fixes #11345).Ms2ger2016-05-251-8/+8
* Stop storing CSS errors on the Document.Ms2ger2016-05-241-8/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-3/+4
* Auto merge of #11338 - Ms2ger:compositor-refcell, r=noxbors-servo2016-05-231-1/+1
|\
| * Take ScriptThread::compositor out of its RefCell.Ms2ger2016-05-231-1/+1
* | Use a simple Vec for the animation frame listAnthony Ramine2016-05-231-13/+15
|/
* Auto merge of #10961 - creativcoder:custom_response_iface, r=jdmbors-servo2016-05-211-1/+1
|\
| * adding interface for custom responsesRahul Sharma2016-05-201-1/+1
* | Auto merge of #11255 - s-baldrick:11158, r=ConnorGBrewsterbors-servo2016-05-201-0/+3
|\ \ | |/ |/|
| * dom: Add missing event handlersPiotr Stankiewicz2016-05-201-0/+3
* | Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-5/+5
* | Remove ConstellationChan.Ms2ger2016-05-191-15/+9
|/
* script: Avoid needless `ChangeRunningAnimationsState` messages duringPatrick Walton2016-05-171-4/+22
* Removed unused importsPer Lundberg2016-05-151-1/+0
* add popstateevent, hashchangeevent, pagetransitioneventConnor Brewster2016-05-111-0/+9
* Auto merge of #11051 - mrmiywj:closeevent-argument, r=Ms2gerbors-servo2016-05-091-0/+3
|\
| * 'closeevent' argument for Document::createEventmrmiywj2016-05-081-0/+3
* | Auto merge of #10821 - askeing:fix_10782, r=jdmbors-servo2016-05-061-3/+5
|\ \ | |/ |/|
| * Checking the browsing_context before change title, and adding wpt testaskeing2016-05-051-3/+5
* | make `scripting_enabled` depend on a browsing contextbd3392016-05-011-1/+1
* | Reduce channel cloning.Ms2ger2016-04-291-7/+7
* | Avoid some clones.Ms2ger2016-04-291-1/+1
* | Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+2