| Commit message (Expand) | Author | Age | Files | Lines |
* | Use common cookie struct add cookie webdriver cmds | Dan Robertson | 2016-06-25 | 1 | -1/+1 |
* | Auto merge of #11665 - davideGiovannini:master, r=KiChjang | bors-servo | 2016-06-24 | 1 | -0/+3 |
|\ |
|
| * | fixup! Fixed issue #11651 (Do not fire a blur event when calling .focus() on ... | Davide Giovannini | 2016-06-10 | 1 | -21/+22 |
| * | Fixed issue #11651 (Do not fire a blur event when calling .focus() on a focus... | Davide Giovannini | 2016-06-07 | 1 | -19/+21 |
* | | Move the remainder of layout_interface into script_layout_interface. | Ms2ger | 2016-06-20 | 1 | -1/+1 |
* | | Auto merge of #11548 - kevgs:default_view2, r=Ms2ger | bors-servo | 2016-06-09 | 1 | -2/+6 |
|\ \ |
|
| * | | Make Document::DefaultView return a null value when there's no browsing context | Kosov Eugene | 2016-06-08 | 1 | -2/+6 |
* | | | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) | Anthony Ramine | 2016-06-08 | 1 | -1/+1 |
|/ / |
|
* | | Auto merge of #11644 - asajeffrey:mozbrowser-top-level-browsing-context, r=Co... | bors-servo | 2016-06-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Window::Parent and Window::Top now return the right result inisde a mozbrowse... | Alan Jeffrey | 2016-06-07 | 1 | -1/+1 |
| |/ |
|
* / | Stop re-exporting AttrValue. | Ms2ger | 2016-06-07 | 1 | -1/+2 |
|/ |
|
* | Fix all the links to the UI Events spec | Anthony Ramine | 2016-06-04 | 1 | -5/+5 |
* | Auto merge of #11468 - rebstar6:refPol4, r=nox | bors-servo | 2016-06-02 | 1 | -4/+22 |
|\ |
|
| * | Add meta-referrer support for documents | Rebecca | 2016-06-02 | 1 | -4/+22 |
* | | removed unused imports | Connor Brewster | 2016-06-02 | 1 | -1/+0 |
* | | Clean up DOMManipulationTaskSource | Keith Yeung | 2016-06-02 | 1 | -4/+2 |
* | | Remove JS::from_rooted | Anthony Ramine | 2016-05-31 | 1 | -7/+7 |
|/ |
|
* | use USVStrings instead of DOMString for urls in Node and Document | Thiago Pontes | 2016-05-28 | 1 | -6/+8 |
* | Auto merge of #11472 - jdm:wip, r=mbrubeck | bors-servo | 2016-05-27 | 1 | -2/+0 |
|\ |
|
| * | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 |
* | | Remove the LayoutChan type. | Ms2ger | 2016-05-27 | 1 | -3/+2 |
|/ |
|
* | Auto merge of #11329 - c-rhodes:11320, r=jdm | bors-servo | 2016-05-27 | 1 | -1/+1 |
|\ |
|
| * | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | | Auto merge of #11449 - djc:rm-get-html-element, r=nox | bors-servo | 2016-05-27 | 1 | -3/+3 |
|\ \ |
|
| * | | Remove side-effecting map call per review comments | Dirkjan Ochtman | 2016-05-27 | 1 | -3/+3 |
| * | | Use GetDocumentElement() in Document::invalidate_stylesheets() (fixes #8409) | Dirkjan Ochtman | 2016-05-27 | 1 | -1/+1 |
| |/ |
|
* / | Move mozbrowser_enabled to util::prefs | Anthony Ramine | 2016-05-27 | 1 | -2/+3 |
|/ |
|
* | Remove the script listener thread (fixes #11345). | Ms2ger | 2016-05-25 | 1 | -8/+8 |
* | Stop storing CSS errors on the Document. | Ms2ger | 2016-05-24 | 1 | -8/+0 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -3/+4 |
* | Auto merge of #11338 - Ms2ger:compositor-refcell, r=nox | bors-servo | 2016-05-23 | 1 | -1/+1 |
|\ |
|
| * | Take ScriptThread::compositor out of its RefCell. | Ms2ger | 2016-05-23 | 1 | -1/+1 |
* | | Use a simple Vec for the animation frame list | Anthony Ramine | 2016-05-23 | 1 | -13/+15 |
|/ |
|
* | Auto merge of #10961 - creativcoder:custom_response_iface, r=jdm | bors-servo | 2016-05-21 | 1 | -1/+1 |
|\ |
|
| * | adding interface for custom responses | Rahul Sharma | 2016-05-20 | 1 | -1/+1 |
* | | Auto merge of #11255 - s-baldrick:11158, r=ConnorGBrewster | bors-servo | 2016-05-20 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | dom: Add missing event handlers | Piotr Stankiewicz | 2016-05-20 | 1 | -0/+3 |
* | | Implement trait-based ResourceThreads and clean up related naming issues | Zhen Zhang | 2016-05-20 | 1 | -5/+5 |
* | | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -15/+9 |
|/ |
|
* | script: Avoid needless `ChangeRunningAnimationsState` messages during | Patrick Walton | 2016-05-17 | 1 | -4/+22 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 |
* | add popstateevent, hashchangeevent, pagetransitionevent | Connor Brewster | 2016-05-11 | 1 | -0/+9 |
* | Auto merge of #11051 - mrmiywj:closeevent-argument, r=Ms2ger | bors-servo | 2016-05-09 | 1 | -0/+3 |
|\ |
|
| * | 'closeevent' argument for Document::createEvent | mrmiywj | 2016-05-08 | 1 | -0/+3 |
* | | Auto merge of #10821 - askeing:fix_10782, r=jdm | bors-servo | 2016-05-06 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | Checking the browsing_context before change title, and adding wpt test | askeing | 2016-05-05 | 1 | -3/+5 |
* | | make `scripting_enabled` depend on a browsing context | bd339 | 2016-05-01 | 1 | -1/+1 |
* | | Reduce channel cloning. | Ms2ger | 2016-04-29 | 1 | -7/+7 |
* | | Avoid some clones. | Ms2ger | 2016-04-29 | 1 | -1/+1 |
* | | Remove extraneous script_chan parameter from Trusted::new | Keith Yeung | 2016-04-28 | 1 | -3/+2 |