aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-1/+1
* Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv...Avi Weinstock2015-03-251-9/+8
* Add mozbrowser events for location + title change.Glenn Watson2015-03-261-13/+27
* Cleanup and modernize script::dom::documentCorey Farwell2015-03-231-47/+32
* auto merge of #5321 : frewsxcv/servo/patch-1, r=Ms2gerbors-servo2015-03-231-0/+2
|\
| * Add TODO comments for a recently opened issueCorey Farwell2015-03-221-0/+2
* | Fix warnings in script.Ms2ger2015-03-231-1/+1
* | auto merge of #5281 : glennw/servo/mozbrowser, r=jdmbors-servo2015-03-221-3/+20
|\ \ | |/ |/|
| * Experimental implementation of (a small subset of) mozbrowser APIs.Glenn Watson2015-03-231-3/+20
* | Stop abusing format! macro when construct a StringCorey Farwell2015-03-221-1/+1
* | Tidy up script::dom::document.SetBodyCorey Farwell2015-03-211-13/+14
* | Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+2
* | Added document.activeElement attribute.Maciej Skrzypkowski2015-03-191-0/+13
|/
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-7/+22
* #4508 Adding simple test and actually getting the event to dispatchMatt McCoy2015-03-171-2/+2
* Refactored optional argument "last_modified" for DocumentMartin Schröder2015-03-161-10/+8
* make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc...Rohan Prinja2015-03-151-4/+4
* Perform reflow if load events dirty any nodes.Glenn Watson2015-03-111-0/+4
* auto merge of #5150 : Adenilson/servo/reflowNotifications03, r=jdmbors-servo2015-03-061-3/+3
|\
| * Implements reflow events debugging.Adenilson Cavalcanti2015-03-061-3/+3
* | auto merge of #5054 : psdh/servo/scriptimplementation, r=jdmbors-servo2015-03-061-0/+10
|\ \
| * | implement missing steps from "prepare a script" algorithmPrabhjyot Singh Sodhi2015-03-061-0/+10
* | | auto merge of #5127 : KiChjang/servo/partial-eq-jsref, r=Ms2gerbors-servo2015-03-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Added type parameter to PartialEq on JSRef (fixes #5112, #3960)Keith Yeung2015-03-031-1/+1
| |/
* | Due to changes on Page/Window interfaces, we no longer have useAdenilson Cavalcanti2015-03-041-2/+2
* | Documentation and cleanup.Josh Matthews2015-03-031-1/+1
* | Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-70/+93
|/
* auto merge of #5111 : KiChjang/servo/step-1-anchor, r=Manishearthbors-servo2015-03-011-0/+16
|\
| * Implementation of step 1 activation behavior of htmlanchorelement (fixes #4871)Keith Yeung2015-03-021-0/+16
* | auto merge of #5073 : JIoJIaJIu/servo/handle_mouse_event, r=jdmbors-servo2015-02-281-0/+73
|\ \
| * | Move body of ScriptTask::handle_mouse_move_event into a method on #5073Guro Bokum2015-02-281-0/+73
* | | auto merge of #5059 : saneyuki/servo/event, r=jdmbors-servo2015-02-281-6/+17
|\ \ \ | |/ / |/| |
| * | Click event is now a MouseEvent.Liam Zdenek2015-03-011-6/+17
* | | Implement Document.currentScriptJames Gilbertson2015-02-271-0/+14
| |/ |/|
* | Moved dispatch_key_event method from script_task.rs to document.rs, fixes #4982Keith Yeung2015-02-261-0/+85
|/
* auto merge of #5004 : Ms2ger/servo/handle_click_event, r=jdmbors-servo2015-02-221-41/+42
|\
| * Reindent handle_click_event.Ms2ger2015-02-221-41/+42
* | Move DocumentProgressHandler to document.rs.Tetsuharu OHZEKI2015-02-221-1/+78
|/
* Changed js_runtime to be of type *mut JSRuntimeKeith Yeung2015-02-211-5/+4
* Moved handle_click_event from script_task.rs to document.rsKeith Yeung2015-02-211-2/+81
* Fix some warnings in script.Ms2ger2015-02-121-1/+1
* auto merge of #4845 : KiChjang/servo/location-in-doc, r=jdmbors-servo2015-02-051-2/+4
|\
| * Moved Location object from Window to DocumentKeith Yeung2015-02-061-2/+4
* | Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-0/+2
|/
* Add a spec link.Josh Matthews2015-02-041-0/+1
* Reorganize document creation so it occurs after we have a final URL.Josh Matthews2015-02-041-2/+1
* Implement document.cookies.Josh Matthews2015-02-041-1/+35
* Make Document::url return the page's URL to avoid stale URLs after redirects.Josh Matthews2015-02-041-3/+4
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-3/+2
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1