Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auto merge of #4960 : ↵ | bors-servo | 2015-02-23 | 1 | -0/+24 |
|\ | | | | | | | | | | | pkondzior/servo/add-script-timers-suspend-resume-functionality, r=jdm Adds free/thaw methods to script_task that let you send suspend/resume messages to web content timers. Fixes #4907 | ||||
| * | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Specifically: - Use inclusive_ancestors instead of ancestors, to detect hover on elements like divs. - Send the mousemove event after all the hover states have been set correctly. - Correctly handle removing hover state from elements when mouse is not over any elements. - Correctly detect when a reflow is required (previous code failed in several edge cases). | ||||
| * | | Fixes a number of issues with setting hover state, and simplifies the code. | Glenn Watson | 2015-02-19 | 1 | -79/+64 |
| |/ | | | | | | | | | | | | | | | Specifically: - Use inclusive_ancestors instead of ancestors, to detect hover on elements like divs. - Send the mousemove event after all the hover states have been set correctly. - Correctly handle removing hover state from elements when mouse is not over any elements. - Correctly detect when a reflow is required (previous code failed in several edge cases). | ||||
* | | script_task.rs now utilizes hyper's LastModified header, removed old ↵ | Keith Yeung | 2015-02-23 | 1 | -39/+2 |
| | | | | | | | | implementation (fixes #4986) | ||||
* | | auto merge of #4956 : psdh/servo/interfail, r=jdm | bors-servo | 2015-02-21 | 1 | -5/+6 |
|\ \ | | | | | | | | | | Fixes #4923 | ||||
| * | | Fixing Intermittent failure in pages with timers | Prabhjyot Singh Sodhi | 2015-02-22 | 1 | -7/+7 |
| | | | | | | | | | | | | Fixes #4923 | ||||
* | | | 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 |
|\ | | | | | | | Fixes #4863 | ||||
| * | 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 |
|\ \ | |||||
| * | | Fix page being removed too early. Fixes #3986 (intermittent failure). | Glenn Watson | 2015-02-06 | 1 | -4/+6 |
| | | | |||||
* | | | Implement window.frameElement, change window.parent to make use of it. | Glenn Watson | 2015-02-07 | 1 | -18/+30 |
| |/ |/| | |||||
* | | Replace an and_then call by a map call in ScriptTask::load. | Ms2ger | 2015-02-06 | 1 | -2/+2 |
| | | |||||
* | | Reindent script_task.rs. | Ms2ger | 2015-02-06 | 1 | -40/+40 |
|/ | |||||
* | auto merge of #4854 : jdm/servo/workererr, r=jdm | bors-servo | 2015-02-05 | 1 | -0/+6 |
|\ | | | | | | | | | | | ...rker object. Rebased from #4537. | ||||
| * | Support firing error events from a dedicated worker at the containing worker ↵ | Shreya Bastikar | 2015-02-05 | 1 | -0/+6 |
| | | | | | | | | object. | ||||
* | | Add console message support to devtools. Does not actually cause logging to ↵ | Sagar Muchhal | 2015-02-05 | 1 | -2/+4 |
| | | | | | | | | occur in the remote console. | ||||
* | | auto merge of #4852 : jdm/servo/buffermessages, r=jdm | bors-servo | 2015-02-05 | 1 | -1/+3 |
|\ \ | |/ |/| | | | Rebased and squashed version of #4191. | ||||
| * | Add flag to send live updates to devtools. | Sagar Muchhal | 2015-02-05 | 1 | -1/+3 |
| | | |||||
* | | Replace Root::deref by a custom get_unsound_ref_forever method. | Ms2ger | 2015-02-05 | 1 | -7/+7 |
|/ | | | | | This will hopefully make it clearer that this is not the correct function to call. | ||||
* | Implement window.parent for iframes. | Glenn Watson | 2015-02-05 | 1 | -6/+20 |
| | |||||
* | Use an option for the parser input. | Josh Matthews | 2015-02-04 | 1 | -4/+4 |
| | |||||
* | Make XMLHttpRequest user-set headers be preserved across redirects. | Josh Matthews | 2015-02-04 | 1 | -2/+3 |
| | |||||
* | Reorganize document creation so it occurs after we have a final URL. | Josh Matthews | 2015-02-04 | 1 | -44/+44 |
| | |||||
* | Initialize trusted-ness of DOM events properly | Gilles Leblanc | 2015-02-03 | 1 | -2/+3 |
| | | | | Fixes #3740 | ||||
* | add `unwrap` to `send/recv` calls | Alexandru Cojocaru | 2015-02-03 | 1 | -9/+9 |
| | |||||
* | Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid ↵ | Diego Marcos | 2015-01-30 | 1 | -4/+6 |
| | | | | | | 'DOMRefCell already mutably borrowed' messages. This is just a temporary fix until the Rust standard library allows borrowing already-borrowed RefCell values during unwinding. It also removes LiveDOMReferences destructor that it's a no-op but it contains an assert that was being violated causing an endless cycle of destructor calls ending up in a stack overflow. | ||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -4/+4 |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | ||||
* | self import | Manish Goregaokar | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -28/+37 |
| | |||||
* | Make UntrustedNodeAddress a newtype. | Josh Matthews | 2015-01-24 | 1 | -1/+1 |
| | | | | This will allow us to make it Send after the Rust upgrade. | ||||
* | Encapsulate to-be-cleaned-up refcounted pointers. | Ms2ger | 2015-01-21 | 1 | -3/+2 |
| | | | | This will allow us to make them Send in the future. | ||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -10/+11 |
| | | | | into_string has been removed from Rust. | ||||
* | Make Runnable::handler take self by value. | Ms2ger | 2015-01-10 | 1 | -2/+2 |
| | | | | | With my thanks to kimundi and eddyb for their help in making this approach work. | ||||
* | Create a StructuredCloneData struct to encapsulate the result of a ↵ | Ms2ger | 2015-01-10 | 1 | -2/+2 |
| | | | | structured clone. | ||||
* | Make DOMContentLoaded and load asynchronous with using Runnable. | Tetsuharu OHZEKI | 2015-01-10 | 1 | -12/+63 |
| |