| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Element.innerHTML setter | Chris Paris | 2015-03-18 | 1 | -1/+1 |
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -1/+1 |
* | auto merge of #5219 : doublec/servo/view_source_protocol_and_plain_text, r=jdm | bors-servo | 2015-03-17 | 1 | -1/+10 |
|\ |
|
| * | Implement displaying of text/plain documents | Chris Double | 2015-03-17 | 1 | -1/+10 |
* | | Ensure that clicking a link in an iframe gets the existing iframe rect. | Glenn Watson | 2015-03-17 | 1 | -1/+3 |
* | | auto merge of #5244 : mattnenterprise/servo/page_load_thread_name, r=jdm | bors-servo | 2015-03-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixes #5215 Serializing the thread name for the page load task to make it a s... | Matt McCoy | 2015-03-16 | 1 | -1/+1 |
| |/ |
|
* / | First part of refactoring constellation to support iframe navigation. | Glenn Watson | 2015-03-17 | 1 | -27/+39 |
|/ |
|
* | Refactored optional argument "last_modified" for Document | Martin Schröder | 2015-03-16 | 1 | -9/+10 |
* | make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc... | Rohan Prinja | 2015-03-15 | 1 | -3/+3 |
* | Remove unused subpage field from page | Glenn Watson | 2015-03-11 | 1 | -2/+1 |
* | Subsume ScriptMsg::WorkerDispatchErrorEvent into ScriptMsg::RunnableMsg via i... | Avi Weinstock | 2015-03-09 | 1 | -6/+0 |
* | auto merge of #5150 : Adenilson/servo/reflowNotifications03, r=jdm | bors-servo | 2015-03-06 | 1 | -9/+9 |
|\ |
|
| * | Implements reflow events debugging. | Adenilson Cavalcanti | 2015-03-06 | 1 | -9/+9 |
* | | ScriptTask::mouse_over_targets is not traced #4985 | Guro Bokum | 2015-03-06 | 1 | -3/+29 |
|/ |
|
* | Due to changes on Page/Window interfaces, we no longer have use | Adenilson Cavalcanti | 2015-03-04 | 1 | -1/+1 |
* | Remove the newly-created Page from the tree if loading fails. | Josh Matthews | 2015-03-03 | 1 | -0/+45 |
* | Separate disposing of layout data from the GCing of the DOM object reflectors... | Josh Matthews | 2015-03-03 | 1 | -11/+8 |
* | Documentation and cleanup. | Josh Matthews | 2015-03-03 | 1 | -10/+48 |
* | Move everything unrelated to the frame tree out of Page and into Document or ... | Josh Matthews | 2015-03-03 | 1 | -133/+96 |
* | Split page load into separate network and parsing stages. Delay Page creation... | Josh Matthews | 2015-03-03 | 1 | -173/+249 |
* | Remove unused import from script_task. | Ms2ger | 2015-02-28 | 1 | -1/+0 |
* | Move body of ScriptTask::handle_mouse_move_event into a method on #5073 | Guro Bokum | 2015-02-28 | 1 | -73/+8 |
* | Moved dispatch_key_event method from script_task.rs to document.rs, fixes #4982 | Keith Yeung | 2015-02-26 | 1 | -90/+7 |
* | If root html element contains "reftest-wait" class, don't mark document as re... | Glenn Watson | 2015-02-26 | 1 | -2/+9 |
* | Remove ScriptMsg::Navigate (fixes #4948). | Dae-seon Moon | 2015-02-25 | 1 | -13/+1 |
* | auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functi... | bors-servo | 2015-02-23 | 1 | -0/+24 |
|\ |
|
| * | Add thaw/freeze messages that can suspend/resume webcontent timers #4907 | Pawel Kondzior | 2015-02-24 | 1 | -0/+24 |
* | | auto merge of #4959 : glennw/servo/fix-hover, r=jdm | bors-servo | 2015-02-23 | 1 | -79/+64 |
|\ \ |
|
| * | | Fixes a number of issues with setting hover state, and simplifies the code. | Glenn Watson | 2015-02-19 | 1 | -79/+64 |
| |/ |
|
* | | script_task.rs now utilizes hyper's LastModified header, removed old implemen... | Keith Yeung | 2015-02-23 | 1 | -39/+2 |
* | | auto merge of #4956 : psdh/servo/interfail, r=jdm | bors-servo | 2015-02-21 | 1 | -5/+6 |
|\ \ |
|
| * | | Fixing Intermittent failure in pages with timers | Prabhjyot Singh Sodhi | 2015-02-22 | 1 | -7/+7 |
* | | | auto merge of #5007 : Ms2ger/servo/warnings, r=saneyuki | bors-servo | 2015-02-21 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Remove unused imports. | Ms2ger | 2015-02-21 | 1 | -2/+1 |
| |/ / |
|
* / / | Cleanup ScriptTask::load. | Ms2ger | 2015-02-21 | 1 | -22/+18 |
|/ / |
|
* | | Move DocumentProgressHandler to document.rs. | Tetsuharu OHZEKI | 2015-02-22 | 1 | -80/+7 |
* | | Changed js_runtime to be of type *mut JSRuntime | Keith Yeung | 2015-02-21 | 1 | -1/+1 |
* | | Removed unused crates | Keith Yeung | 2015-02-21 | 1 | -3/+2 |
* | | Moved handle_click_event from script_task.rs to document.rs | Keith Yeung | 2015-02-21 | 1 | -72/+4 |
|/ |
|
* | Do not glob-export DevtoolScriptControlMsg variants. | Ruud van Asseldonk | 2015-02-13 | 1 | -10/+9 |
* | Do not glob-export DevtoolsControlMsg variants. | Ruud van Asseldonk | 2015-02-13 | 1 | -4/+5 |
* | auto merge of #4866 : KiChjang/servo/trigger-fragment-string, r=jdm | bors-servo | 2015-02-12 | 1 | -5/+5 |
|\ |
|
| * | Updated trigger_fragment to take a string instead of URL and updated callers | Keith Yeung | 2015-02-07 | 1 | -5/+5 |
* | | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -6/+6 |
* | | auto merge of #4884 : glennw/servo/iframe-load, r=jdm | bors-servo | 2015-02-11 | 1 | -1/+15 |
|\ \ |
|
| * | | Dispatch a load event at iframes. Fixes #4350. | Glenn Watson | 2015-02-11 | 1 | -1/+15 |
* | | | Import net as net rather than servo_net. | Ms2ger | 2015-02-10 | 1 | -4/+4 |
* | | | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -8/+8 |
|/ / |
|
* | | auto merge of #4859 : glennw/servo/fix-3986, r=larsbergstrom | bors-servo | 2015-02-08 | 1 | -4/+6 |
|\ \ |
|