| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unnecessary uses of `as_slice` | Corey Farwell | 2015-03-29 | 1 | -1/+1 |
* | Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv... | Avi Weinstock | 2015-03-25 | 1 | -9/+8 |
* | Add mozbrowser events for location + title change. | Glenn Watson | 2015-03-26 | 1 | -13/+27 |
* | Cleanup and modernize script::dom::document | Corey Farwell | 2015-03-23 | 1 | -47/+32 |
* | auto merge of #5321 : frewsxcv/servo/patch-1, r=Ms2ger | bors-servo | 2015-03-23 | 1 | -0/+2 |
|\ |
|
| * | Add TODO comments for a recently opened issue | Corey Farwell | 2015-03-22 | 1 | -0/+2 |
* | | Fix warnings in script. | Ms2ger | 2015-03-23 | 1 | -1/+1 |
* | | auto merge of #5281 : glennw/servo/mozbrowser, r=jdm | bors-servo | 2015-03-22 | 1 | -3/+20 |
|\ \
| |/
|/| |
|
| * | Experimental implementation of (a small subset of) mozbrowser APIs. | Glenn Watson | 2015-03-23 | 1 | -3/+20 |
* | | Stop abusing format! macro when construct a String | Corey Farwell | 2015-03-22 | 1 | -1/+1 |
* | | Tidy up script::dom::document.SetBody | Corey Farwell | 2015-03-21 | 1 | -13/+14 |
* | | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -0/+2 |
* | | Added document.activeElement attribute. | Maciej Skrzypkowski | 2015-03-19 | 1 | -0/+13 |
|/ |
|
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -7/+22 |
* | #4508 Adding simple test and actually getting the event to dispatch | Matt McCoy | 2015-03-17 | 1 | -2/+2 |
* | Refactored optional argument "last_modified" for Document | Martin Schröder | 2015-03-16 | 1 | -10/+8 |
* | make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc... | Rohan Prinja | 2015-03-15 | 1 | -4/+4 |
* | Perform reflow if load events dirty any nodes. | Glenn Watson | 2015-03-11 | 1 | -0/+4 |
* | auto merge of #5150 : Adenilson/servo/reflowNotifications03, r=jdm | bors-servo | 2015-03-06 | 1 | -3/+3 |
|\ |
|
| * | Implements reflow events debugging. | Adenilson Cavalcanti | 2015-03-06 | 1 | -3/+3 |
* | | auto merge of #5054 : psdh/servo/scriptimplementation, r=jdm | bors-servo | 2015-03-06 | 1 | -0/+10 |
|\ \ |
|
| * | | implement missing steps from "prepare a script" algorithm | Prabhjyot Singh Sodhi | 2015-03-06 | 1 | -0/+10 |
* | | | auto merge of #5127 : KiChjang/servo/partial-eq-jsref, r=Ms2ger | bors-servo | 2015-03-05 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Added type parameter to PartialEq on JSRef (fixes #5112, #3960) | Keith Yeung | 2015-03-03 | 1 | -1/+1 |
| |/ |
|
* | | Due to changes on Page/Window interfaces, we no longer have use | Adenilson Cavalcanti | 2015-03-04 | 1 | -2/+2 |
* | | Documentation and cleanup. | Josh Matthews | 2015-03-03 | 1 | -1/+1 |
* | | Move everything unrelated to the frame tree out of Page and into Document or ... | Josh Matthews | 2015-03-03 | 1 | -70/+93 |
|/ |
|
* | auto merge of #5111 : KiChjang/servo/step-1-anchor, r=Manishearth | bors-servo | 2015-03-01 | 1 | -0/+16 |
|\ |
|
| * | Implementation of step 1 activation behavior of htmlanchorelement (fixes #4871) | Keith Yeung | 2015-03-02 | 1 | -0/+16 |
* | | auto merge of #5073 : JIoJIaJIu/servo/handle_mouse_event, r=jdm | bors-servo | 2015-02-28 | 1 | -0/+73 |
|\ \ |
|
| * | | Move body of ScriptTask::handle_mouse_move_event into a method on #5073 | Guro Bokum | 2015-02-28 | 1 | -0/+73 |
* | | | auto merge of #5059 : saneyuki/servo/event, r=jdm | bors-servo | 2015-02-28 | 1 | -6/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Click event is now a MouseEvent. | Liam Zdenek | 2015-03-01 | 1 | -6/+17 |
* | | | Implement Document.currentScript | James Gilbertson | 2015-02-27 | 1 | -0/+14 |
| |/
|/| |
|
* | | Moved dispatch_key_event method from script_task.rs to document.rs, fixes #4982 | Keith Yeung | 2015-02-26 | 1 | -0/+85 |
|/ |
|
* | auto merge of #5004 : Ms2ger/servo/handle_click_event, r=jdm | bors-servo | 2015-02-22 | 1 | -41/+42 |
|\ |
|
| * | Reindent handle_click_event. | Ms2ger | 2015-02-22 | 1 | -41/+42 |
* | | Move DocumentProgressHandler to document.rs. | Tetsuharu OHZEKI | 2015-02-22 | 1 | -1/+78 |
|/ |
|
* | Changed js_runtime to be of type *mut JSRuntime | Keith Yeung | 2015-02-21 | 1 | -5/+4 |
* | Moved handle_click_event from script_task.rs to document.rs | Keith Yeung | 2015-02-21 | 1 | -2/+81 |
* | Fix some warnings in script. | Ms2ger | 2015-02-12 | 1 | -1/+1 |
* | auto merge of #4845 : KiChjang/servo/location-in-doc, r=jdm | bors-servo | 2015-02-05 | 1 | -2/+4 |
|\ |
|
| * | Moved Location object from Window to Document | Keith Yeung | 2015-02-06 | 1 | -2/+4 |
* | | Replace Root::deref by a custom get_unsound_ref_forever method. | Ms2ger | 2015-02-05 | 1 | -0/+2 |
|/ |
|
* | Add a spec link. | Josh Matthews | 2015-02-04 | 1 | -0/+1 |
* | Reorganize document creation so it occurs after we have a final URL. | Josh Matthews | 2015-02-04 | 1 | -2/+1 |
* | Implement document.cookies. | Josh Matthews | 2015-02-04 | 1 | -1/+35 |
* | Make Document::url return the page's URL to avoid stale URLs after redirects. | Josh Matthews | 2015-02-04 | 1 | -3/+4 |
* | Initialize trusted-ness of DOM events properly | Gilles Leblanc | 2015-02-03 | 1 | -3/+2 |
* | add `unwrap` to `send/recv` calls | Alexandru Cojocaru | 2015-02-03 | 1 | -1/+1 |