Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the main steps involved in adding a new DOM interface. | Ms2ger | 2015-02-09 | 1 | -0/+14 |
| | |||||
* | auto merge of #4868 : Ms2ger/servo/treewalker, r=saneyuki | bors-servo | 2015-02-08 | 2 | -34/+26 |
|\ | |||||
| * | Use the try macro for the result of accept_node. | Ms2ger | 2015-02-08 | 1 | -29/+23 |
| | | |||||
| * | Remove incorrect SetterThrows annotation. | Ms2ger | 2015-02-08 | 2 | -5/+3 |
| | | | | | | | | This was copied from Gecko, which has an outdated throwing condition. | ||||
* | | auto merge of #4869 : Ms2ger/servo/layout-unsafe, r=jdm | bors-servo | 2015-02-08 | 12 | -15/+30 |
|\ \ | |||||
| * | | Reduce duplicated code in from_thread_safe_layout_node. | Ms2ger | 2015-02-08 | 1 | -3/+1 |
| | | | |||||
| * | | Remove a transmute from to_untrusted_node_address. | Ms2ger | 2015-02-08 | 1 | -6/+3 |
| | | | |||||
| * | | Opt-in rather than opt-out to unsafe blocks in layout. | Ms2ger | 2015-02-08 | 12 | -0/+22 |
| | | | |||||
| * | | Fix the documentation comment syntax in flow_ref.rs. | Ms2ger | 2015-02-08 | 1 | -3/+3 |
| | | | |||||
| * | | Remove transmutes from put_task_local_bloom_filter. | Ms2ger | 2015-02-08 | 1 | -3/+1 |
| |/ | |||||
* | | 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 |
| | | |||||
* | | Make Glutin an optional(default) feature, update gonk's lockfile | Manish Goregaokar | 2015-02-07 | 1 | -1/+2 |
| | | |||||
* | | auto merge of #4842 : glennw/servo/window-frameelement, r=jdm | bors-servo | 2015-02-07 | 8 | -67/+88 |
|\ \ | |||||
| * | | Implement window.frameElement, change window.parent to make use of it. | Glenn Watson | 2015-02-07 | 8 | -67/+88 |
| | | | |||||
* | | | auto merge of #4856 : servo/servo/tocss, r=jdm | bors-servo | 2015-02-06 | 2 | -95/+321 |
|\ \ \ | |/ / |/| | | | | | | | | | | | r? @jdm The in-progress Rust upgrade will go on top of this. | ||||
| * | | Use the ToCss trait instead of Show for CSSOM serialization. | Simon Sapin | 2015-02-07 | 2 | -88/+308 |
| | | | | | | | | | | | | | | | Fix #4440. Close #4687. | ||||
| * | | Require at least one value when parsing 'content' | Simon Sapin | 2015-02-06 | 1 | -2/+4 |
| | | | |||||
| * | | Parse `filter: none` | Simon Sapin | 2015-02-06 | 1 | -0/+3 |
| | | | |||||
| * | | Requires at least one function in `filter` parsing. | Simon Sapin | 2015-02-06 | 1 | -0/+2 |
| | | | |||||
| * | | Serialize 'initial' as "initial", not as the inital value. | Simon Sapin | 2015-02-06 | 1 | -6/+5 |
| | | | |||||
* | | | auto merge of #4862 : Ms2ger/servo/script_task, r=jdm | bors-servo | 2015-02-06 | 1 | -40/+40 |
|\ \ \ | |||||
| * | | | 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 |
| | | | | |||||
* | | | | Implement an Unrooted smart pointer to replace JS when it is not traced. | Ms2ger | 2015-02-06 | 11 | -63/+137 |
|/ / / | |||||
* | | | auto merge of #4857 : KiChjang/servo/location-assign, r=jdm | bors-servo | 2015-02-06 | 2 | -1/+7 |
|\ \ \ | | | | | | | | | | | | | Fixes #4841 | ||||
| * | | | Implemented Location.assign | Keith Yeung | 2015-02-06 | 2 | -1/+7 |
| | | | | |||||
* | | | | Fix warnings introduced in #4852. | Ms2ger | 2015-02-06 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | auto merge of #4702 : shinglyu/servo/bug3219, r=jdm | bors-servo | 2015-02-05 | 2 | -2/+102 |
|\ \ \ | | | | | | | | | | | | | This is a fix for bug #3219 . This patch allows the user to specify a disposiable hostfile using the `HOST_FILE` environment variable. Therefore, we can run tests on test servers without actually changing the system hostfile. | ||||
| * | | | bug #3219: specify hostfile by HOST_FILE env var | Shing Lyu | 2015-02-06 | 2 | -2/+102 |
| | | | | |||||
* | | | | Using the color helpers in CanvasPaintTask. | Adenilson Cavalcanti | 2015-02-05 | 4 | -4/+11 |
| |/ / |/| | | |||||
* | | | auto merge of #4854 : jdm/servo/workererr, r=jdm | bors-servo | 2015-02-05 | 3 | -3/+42 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | ...rker object. Rebased from #4537. | ||||
| * | | | Support firing error events from a dedicated worker at the containing worker ↵ | Shreya Bastikar | 2015-02-05 | 3 | -3/+42 |
| | | | | | | | | | | | | | | | | object. | ||||
* | | | | Add console message support to devtools. Does not actually cause logging to ↵ | Sagar Muchhal | 2015-02-05 | 7 | -16/+112 |
| |_|/ |/| | | | | | | | | occur in the remote console. | ||||
* | | | auto merge of #4852 : jdm/servo/buffermessages, r=jdm | bors-servo | 2015-02-05 | 5 | -1/+17 |
|\ \ \ | |/ / |/| | | | | | Rebased and squashed version of #4191. | ||||
| * | | Add flag to send live updates to devtools. | Sagar Muchhal | 2015-02-05 | 5 | -1/+17 |
| | | | |||||
* | | | auto merge of #4845 : KiChjang/servo/location-in-doc, r=jdm | bors-servo | 2015-02-05 | 2 | -5/+10 |
|\ \ \ | | | | | | | | | | | | | Fixes #4840 | ||||
| * | | | Moved Location object from Window to Document | Keith Yeung | 2015-02-06 | 2 | -5/+10 |
| | | | | |||||
* | | | | auto merge of #4850 : Ms2ger/servo/root-deref, r=jdm | bors-servo | 2015-02-05 | 8 | -67/+73 |
|\ \ \ \ | |||||
| * | | | | Remove the Root.jsref member. | Ms2ger | 2015-02-05 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | It is simpler to just construct it when the methods are called. | ||||
| * | | | | Replace Root::deref by a custom get_unsound_ref_forever method. | Ms2ger | 2015-02-05 | 8 | -61/+70 |
| |/ / / | | | | | | | | | | | | | | | | | This will hopefully make it clearer that this is not the correct function to call. | ||||
* | | | | auto merge of #4848 : jdm/servo/devtoolsoops, r=Manishearth | bors-servo | 2015-02-05 | 3 | -12/+59 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix devtools implementation of downcastable actors. Fixes #4844. | Josh Matthews | 2015-02-05 | 3 | -12/+59 |
| | |/ | |/| | |||||
* | | | Document the DOM. | Ms2ger | 2015-02-05 | 3 | -0/+207 |
| | | | | | | | | | | | | This is by no means complete, but it is a good place to start. | ||||
* | | | Fix a typo in the refcounted documentation. | Ms2ger | 2015-02-05 | 1 | -1/+1 |
| |/ |/| | |||||
* | | auto merge of #4838 : psdh/servo/local, r=jdm | bors-servo | 2015-02-04 | 1 | -0/+9 |
|\ \ | |/ |/| | | | #4601 | ||||
| * | Parsing sandbox attribute on iframe elements | Prabhjyot Singh Sodhi | 2015-02-05 | 1 | -0/+9 |
| | | |||||
* | | Implement window.parent for iframes. | Glenn Watson | 2015-02-05 | 6 | -17/+48 |
| | | |||||
* | | auto merge of #4519 : jdm/servo/cookies, r=Ms2ger | bors-servo | 2015-02-04 | 20 | -133/+6618 |
|\ \ | | | | | | | | | | As specified in http://tools.ietf.org/html/rfc6265. Requires https://github.com/servo/cookie-rs/pull/1. Tested against http://www.joshmatthews.net/cookie.php, http://www.html-kit.com/tools/cookietester/, https://github.com/login, and https://mobile.twitter.com/session/new . | ||||
| * | | Use an option for the parser input. | Josh Matthews | 2015-02-04 | 1 | -4/+4 |
| | | |