| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Support firing error events from a dedicated worker at the containing worker ... | Shreya Bastikar | 2015-02-05 | 1 | -0/+6 |
* | | Add console message support to devtools. Does not actually cause logging to o... | Sagar Muchhal | 2015-02-05 | 1 | -2/+4 |
* | | auto merge of #4852 : jdm/servo/buffermessages, r=jdm | bors-servo | 2015-02-05 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | 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 |
|/ |
|
* | 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 |
* | 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 'D... | Diego Marcos | 2015-01-30 | 1 | -4/+6 |
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -4/+4 |
* | 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 |
* | Encapsulate to-be-cleaned-up refcounted pointers. | Ms2ger | 2015-01-21 | 1 | -3/+2 |
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -10/+11 |
* | Make Runnable::handler take self by value. | Ms2ger | 2015-01-10 | 1 | -2/+2 |
* | Create a StructuredCloneData struct to encapsulate the result of a structured... | Ms2ger | 2015-01-10 | 1 | -2/+2 |
* | Make DOMContentLoaded and load asynchronous with using Runnable. | Tetsuharu OHZEKI | 2015-01-10 | 1 | -12/+63 |
* | Deny unsafe blocks in script. | Ms2ger | 2015-01-09 | 1 | -0/+2 |
* | Fix `non_upper_case_globals` warnings | Matthew Rasmus | 2015-01-08 | 1 | -3/+3 |
* | auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdm | bors-servo | 2015-01-08 | 1 | -2/+2 |
|\ |
|
| * | Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString) | Guillaume Bort | 2015-01-07 | 1 | -2/+2 |
* | | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -4/+9 |
|/ |
|
* | Remove the unused native argument from spawn_named_with_send_on_failure. | Ms2ger | 2015-01-05 | 1 | -1/+1 |
* | auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki | bors-servo | 2015-01-04 | 1 | -37/+37 |
|\ |
|
| * | Rename the ConstellationControlMsg variants. | Ms2ger | 2015-01-04 | 1 | -23/+17 |
| * | Qualify compositor_msg::ReadyState. | Ms2ger | 2015-01-04 | 1 | -2/+2 |
| * | Qualify script_traits enums. | Ms2ger | 2015-01-04 | 1 | -5/+12 |
| * | Qualify resource_task enums. | Ms2ger | 2015-01-04 | 1 | -2/+2 |
| * | Rename constellation_msg::Msg variants. | Ms2ger | 2015-01-04 | 1 | -10/+9 |
* | | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2ger | bors-servo | 2015-01-04 | 1 | -5/+6 |
|\ \ |
|
| * | | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -5/+6 |
* | | | Issue 4497: Converts WorkerPostMessage into a Runnable. | Bharath M R | 2015-01-04 | 1 | -5/+0 |
| |/
|/| |
|
* | | auto merge of #4535 : servo/servo/pre-rustup_20141221, r=jdm | bors-servo | 2015-01-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix obsolete format traits. | Ms2ger | 2015-01-02 | 1 | -1/+1 |
* | | | Stall PaintTask exit until it can release all buffers | Martin Robinson | 2015-01-02 | 1 | -7/+11 |
|/ / |
|
* | | auto merge of #4526 : servo/servo/deref-1, r=Manishearth | bors-servo | 2015-01-02 | 1 | -53/+56 |
|\ \ |
|
| * | | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -53/+56 |
* | | | Stop using ptr.is_not_null() in script. | Ms2ger | 2015-01-01 | 1 | -2/+2 |
|/ / |
|
* / | Replace the remaining to_string calls by into_string calls. | Ms2ger | 2014-12-31 | 1 | -1/+1 |
|/ |
|
* | auto merge of #4057 : jdm/servo/refcountdom, r=Ms2ger | bors-servo | 2014-12-29 | 1 | -14/+35 |
|\ |
|