Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize trusted-ness of DOM events properly | Gilles Leblanc | 2015-02-03 | 1 | -3/+2 |
| | | | | Fixes #3740 | ||||
* | Specific instances of activatable elements may not be activatable (fixes #4765 | Manish Goregaokar | 2015-01-31 | 1 | -0/+3 |
| | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+2 |
| | | | | into_string has been removed from Rust. | ||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -7/+8 |
| | | | | This changes those calls that were already sound. | ||||
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | Add auxiliary method to EventTargetHelpers for events without target | thiagopnts | 2014-12-16 | 1 | -1/+1 |
| | | | | fixup! Add auxiliary method to EventTargetHelpers for events without target | ||||
* | Implement implicit form submission | Manish Goregaokar | 2014-12-05 | 1 | -0/+3 |
| | |||||
* | Some reorganization of activation code: | Manish Goregaokar | 2014-12-05 | 1 | -2/+3 |
| | | | | | - Make method name apply to trait implementor better (When a user agent is to run post-click activation steps on an element, it must run the activation behavior defined for that element) - Mention invariants and conditions on authentic_click_activation | ||||
* | Implement basic (unhooked) framework for element activation | Manish Goregaokar | 2014-12-05 | 1 | -20/+54 |
| | |||||
* | Add stub Activatable trait | Manish Goregaokar | 2014-12-05 | 1 | -0/+27 |