| Commit message (Expand) | Author | Age | Files | Lines |
* | Add form getter for input/button elements; update test expectations | Manish Goregaokar | 2015-09-24 | 1 | -0/+5 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+4 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+3 |
* | layout: Query and maintain the position of the insertion point | Patrick Walton | 2015-09-17 | 1 | -0/+8 |
* | script: Ask layout to redraw the selection whenever the user moves the | Patrick Walton | 2015-09-17 | 1 | -2/+5 |
* | Use static atoms in some places. | Ms2ger | 2015-09-14 | 1 | -1/+1 |
* | Fix match_refs and let_returns in layout, address review changes | Manish Goregaokar | 2015-09-04 | 1 | -3/+2 |
* | Elide most 'b lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -2/+2 |
* | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
* | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -1/+1 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -102/+76 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -102/+76 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+2 |
|/ |
|
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -7/+7 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -28/+14 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | remove to_borrowed_ref, fix Activatable | Manish Goregaokar | 2015-08-27 | 1 | -8/+8 |
* | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -9/+9 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -8/+8 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+4 |
* | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin | bors-servo | 2015-07-30 | 1 | -1/+0 |
|\ |
|
| * | Remove usage of the deprecated OwnedAsciiExt | Simon Sapin | 2015-07-30 | 1 | -1/+0 |
* | | Remove unused allow(unrooted_must_root) attribute. | Ms2ger | 2015-07-25 | 1 | -1/+0 |
|/ |
|
* | Remove some redundant let bindings | David Zbarsky | 2015-07-04 | 1 | -3/+1 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -3/+2 |
* | Remove unused imports. | Ms2ger | 2015-06-27 | 1 | -4/+1 |
* | Don't use MutNullableHeap in InputActivationState | Michael Wu | 2015-06-26 | 1 | -4/+4 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -67/+68 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -6/+13 |
* | fixup! Fix for Issue #6073 | WriterOfAlicrow | 2015-05-15 | 1 | -1/+1 |
* | Fix for Issue #6073 | WriterOfAlicrow | 2015-05-15 | 1 | -0/+2 |
* | 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 | -5/+3 |
|/ |
|
* | Remove remaining as_slice / as_mut_slice calls. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | Remove the Comparable trait | Anthony Ramine | 2015-04-28 | 1 | -2/+2 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -2/+2 |
* | Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737) | Manish Goregaokar | 2015-04-28 | 1 | -1/+1 |
* | Fix some no_move errors | Manish Goregaokar | 2015-04-28 | 1 | -2/+2 |
* | Auto merge of #5865 - gfxmonk:implicit-submit, r=Manishearth | bors-servo | 2015-04-27 | 1 | -6/+54 |
|\ |
|
| * | Implement implicit form submission from input elements | Tim Cuthbertson | 2015-04-27 | 1 | -6/+54 |
* | | Change MutNullableJS<T> to MutNullableHeap<JS<T>> | Anthony Ramine | 2015-04-27 | 1 | -4/+5 |
|/ |
|
* | Remove useless unsafe methods on LayoutJS<T> | Anthony Ramine | 2015-04-26 | 1 | -1/+1 |
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -7/+7 |
* | Replace the Str implementation for AttrValue by a Deref implementation. | Ms2ger | 2015-04-25 | 1 | -4/+4 |
* | 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 |
* | Don't link to specific WHATWG multipage page | Corey Farwell | 2015-04-16 | 1 | -3/+3 |