| Commit message (Expand) | Author | Age | Files | Lines |
* | Add form getters for additional elements; update test expectations | Philipp Hartwig | 2015-09-27 | 1 | -1/+6 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+3 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+3 |
* | script: Ask layout to redraw the selection whenever the user moves the | Patrick Walton | 2015-09-17 | 1 | -0/+3 |
* | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -2/+2 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -41/+25 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -41/+25 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+4 |
|/ |
|
* | Time distribution across script event categories. | benshu | 2015-08-28 | 1 | -1/+2 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -6/+6 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -2/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -20/+10 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -10/+10 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -6/+6 |
* | Splitting ScriptMsg into various enums; r=jdm | Ravi Shankar | 2015-08-15 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 |
* | Introduce VirtualMethods::children_changed() | Anthony Ramine | 2015-07-25 | 1 | -8/+7 |
* | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -3/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -38/+37 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -4/+11 |
* | Auto merge of #5800 - aweinstock314:x11-clipboard, r=jdm | bors-servo | 2015-05-06 | 1 | -2/+3 |
|\ |
|
| * | Made the clipboard-related functionality in TextInput more testable. Added te... | Avi Weinstock | 2015-05-06 | 1 | -2/+3 |
* | | Improve support of limited unsigned long attributes | Anthony Ramine | 2015-05-06 | 1 | -10/+6 |
|/ |
|
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+2 |
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -2/+2 |
* | Make the channel argument to TextInput::new be optional, to support the signa... | Avi Weinstock | 2015-04-21 | 1 | -1/+1 |
* | Moved clipboard integration from textinput to constellation, to facilitate sa... | Avi Weinstock | 2015-04-21 | 1 | -1/+3 |
* | Update some URLs. | Ms2ger | 2015-04-14 | 1 | -23/+23 |
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -2/+2 |
* | Hold a Temporary in AncestorIterator | Anthony Ramine | 2015-04-07 | 1 | -1/+1 |
* | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -0/+6 |
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -1/+3 |
* | #4508 Adding simple test and actually getting the event to dispatch | Matt McCoy | 2015-03-17 | 1 | -4/+4 |
* | #4508 Ranaming the runnable and making sure the event is trusted | Matt McCoy | 2015-03-17 | 1 | -13/+15 |
* | #4508 Only dispatching input event when the textarea receives keyboard input ... | Matt McCoy | 2015-03-17 | 1 | -2/+12 |
* | #4508 Fixing issues related to dispatching input event at HTMLTextareaElement | Matt McCoy | 2015-03-17 | 1 | -14/+13 |
* | Fixes #4508 dispatching input event at HTMLTextareaElement | Matt McCoy | 2015-03-17 | 1 | -3/+31 |
* | Use new `if let` syntax wherever possible. Fixes #4153. | Zack Slayton | 2015-03-10 | 1 | -22/+12 |
* | formcontrol trait to element trait | yodalee | 2015-02-03 | 1 | -12/+18 |
* | LayoutJS<T> implements Layout*Helpers instead of JS<T>. | Tetsuharu OHZEKI | 2015-02-01 | 1 | -2/+2 |
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
* | Don't shadow lifetimes in script. | Ms2ger | 2015-01-28 | 1 | -1/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -16/+16 |
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -2/+3 |
* | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2ger | bors-servo | 2015-01-04 | 1 | -4/+5 |
|\ |
|
| * | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -4/+5 |
* | | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -2/+2 |
|/ |
|
* | auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallister | bors-servo | 2014-12-27 | 1 | -7/+0 |
|\ |
|
| * | Ensure that Reflectors are the first field | Manish Goregaokar | 2014-12-27 | 1 | -0/+17 |