Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything unrelated to the frame tree out of Page and into Document or ↵ | Josh Matthews | 2015-03-03 | 1 | -1/+1 |
| | | | | Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal. | ||||
* | Fixing Intermittent failure in pages with timers | Prabhjyot Singh Sodhi | 2015-02-22 | 1 | -1/+1 |
| | | | | Fixes #4923 | ||||
* | Fix some warnings in script. | Ms2ger | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Make Document::url return the page's URL to avoid stale URLs after redirects. | Josh Matthews | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Set the Content-Type header when submitting a urlencoded form. | Josh Matthews | 2015-02-04 | 1 | -2/+9 |
| | |||||
* | Initialize trusted-ness of DOM events properly | Gilles Leblanc | 2015-02-03 | 1 | -4/+2 |
| | | | | Fixes #3740 | ||||
* | activation behavior for Button type Submit | yodalee | 2015-02-03 | 1 | -2/+25 |
| | |||||
* | formcontrol trait to element trait | yodalee | 2015-02-03 | 1 | -5/+2 |
| | | | | | | mutable function and reset function in formcontrol move into trait of single element currently only TextArea element and Input element | ||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | ||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -26/+31 |
| | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -6/+7 |
| | | | | into_string has been removed from Rust. | ||||
* | Fix `variable does not need to be mutable` warning | Matthew Rasmus | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -0/+5 |
| | |||||
* | auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki | bors-servo | 2015-01-04 | 1 | -2/+2 |
|\ | | | | | | | In particular, this contains changes to qualify enums where rust will require it, and to stop using some features that will be removed. | ||||
| * | Qualify hyper enums. | Ms2ger | 2015-01-04 | 1 | -2/+2 |
| | | |||||
* | | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2ger | bors-servo | 2015-01-04 | 1 | -15/+16 |
|\ \ | |/ |/| | |||||
| * | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -15/+16 |
| | | |||||
* | | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -12/+12 |
|/ | | | | This changes those calls that were already sound. | ||||
* | Force all messages to worker tasks to send a TrustedWorkerAddress along with ↵ | Josh Matthews | 2014-12-29 | 1 | -2/+1 |
| | | | | the ScriptMsg. This ensures that the main-thread Worker object is rooted for as long as there are events in flight or being processed. | ||||
* | auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallister | bors-servo | 2014-12-27 | 1 | -7/+0 |
|\ | | | | | | | | | | | Now `#[dom_struct]` also generates Reflectable impls, and there's another lint to ensure that a DOM struct only contains one bare DOM field (as the first field) or a Reflector. A lot of this was generated by sed -- each autogenerated change has its own commit for easy review; these will be squashed later. | ||||
| * | Remove extra spaces | Manish Goregaokar | 2014-12-27 | 1 | -1/+0 |
| | | | | | | | | Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"` | ||||
| * | Remove manual impls of Reflectors (autogen) | Manish Goregaokar | 2014-12-27 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | Obtained via: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/\\nimpl Reflectable for[^{]*{[^}]*}[^}]*}\\n//"` `find . -maxdepth 1 -type f -print0 |xargs -0 grep -lZ dom_struct | xargs -0 grep -LZ "reflector()\\|Reflector::new" |xargs -0 sed -z -i "s/use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};/use dom::bindings::utils::reflect_dom_object;/"` followed by semi-automated removal of leftover imports | ||||
* | | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -6/+6 |
|/ | |||||
* | script: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -6/+5 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -44/+45 |
| | |||||
* | Implements :indeterminate pseudo-class | Matthew Rasmus | 2014-12-16 | 1 | -4/+40 |
| | | | | Addresses reviews | ||||
* | Implements FormControl for HTMLTextAreaElement | Matthew Rasmus | 2014-12-16 | 1 | -3/+5 |
| | |||||
* | Adds reset method to FormControl | Matthew Rasmus | 2014-12-16 | 1 | -20/+6 |
| | |||||
* | Implements basic form resetting | Matthew Rasmus | 2014-12-16 | 1 | -0/+72 |
| | | | | | | | What can this do? Reset `<input type=text>` fields back to their default value through a call to a form's reset method. That's all for now! Fixes compile error after rebase | ||||
* | Add trusted setter to Event | Manish Goregaokar | 2014-12-05 | 1 | -1/+2 |
| | |||||
* | Implement form control mutability, rename FormOwner -> FormControl | Manish Goregaokar | 2014-12-05 | 1 | -1/+3 |
| | |||||
* | convert script crate to use hyper | Sean McArthur | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -10/+9 |
| | |||||
* | Make HTMLFormElementHelpers::submit take an enumerated argument instead of a ↵ | Gilles Leblanc | 2014-10-16 | 1 | -3/+8 |
| | | | | | | boolean Fixes #3677 | ||||
* | Use #[dom_struct] everywhere | Manish Goregaokar | 2014-10-16 | 1 | -3/+1 |
| | |||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -5/+27 |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | ||||
* | Address review comments | Manish Goregaokar | 2014-10-14 | 1 | -74/+21 |
| | |||||
* | Filter out buttons which aren't the submitter while constructing the dataset | Manish Goregaokar | 2014-10-14 | 1 | -1/+9 |
| | |||||
* | Add form submission via input element | Rohan Prinja | 2014-10-14 | 1 | -17/+48 |
| | |||||
* | Create an almost-correct form_owner() for convenience | Manish Goregaokar | 2014-10-14 | 1 | -0/+4 |
| | |||||
* | auto merge of #3666 : ttaubert/servo/issue/3644-privatize-dom, r=Manishearth | bors-servo | 2014-10-13 | 1 | -4/+5 |
|\ | | | | | | | | | | | This PR removes public fields from all (hope I didn't miss any) DOM structs. Should |Page| be privatized as well? This PR additionally introduces a #[privatize] lint to ensure nobody accidentally re-introduces a public field. All changesets compile separately if applied in the same order. Hope that helps reviewing but I can of course squash them before merging. | ||||
| * | Privatize Window | Tim Taubert | 2014-10-13 | 1 | -2/+2 |
| | | |||||
| * | Privatize EventTarget and EventListenerEntry | Tim Taubert | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Privatize InheritTypes | Tim Taubert | 2014-10-13 | 1 | -1/+2 |
| | | |||||
* | | Make Event::new take enumerated values instead of booleans (fixes #3643) | Tim Taubert | 2014-10-11 | 1 | -2/+2 |
|/ | |||||
* | Address review comments | Manish Goregaokar | 2014-10-11 | 1 | -29/+26 |
| | |||||
* | Implement extremely basic form submission (fixes #3554) | Manish Goregaokar | 2014-10-11 | 1 | -7/+277 |
| |