aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
* Document the main steps involved in adding a new DOM interface.Ms2ger2015-02-091-0/+14
|
* auto merge of #4868 : Ms2ger/servo/treewalker, r=saneyukibors-servo2015-02-082-34/+26
|\
| * Use the try macro for the result of accept_node.Ms2ger2015-02-081-29/+23
| |
| * Remove incorrect SetterThrows annotation.Ms2ger2015-02-082-5/+3
| | | | | | | | This was copied from Gecko, which has an outdated throwing condition.
* | auto merge of #4869 : Ms2ger/servo/layout-unsafe, r=jdmbors-servo2015-02-0812-15/+30
|\ \
| * | Reduce duplicated code in from_thread_safe_layout_node.Ms2ger2015-02-081-3/+1
| | |
| * | Remove a transmute from to_untrusted_node_address.Ms2ger2015-02-081-6/+3
| | |
| * | Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-0812-0/+22
| | |
| * | Fix the documentation comment syntax in flow_ref.rs.Ms2ger2015-02-081-3/+3
| | |
| * | Remove transmutes from put_task_local_bloom_filter.Ms2ger2015-02-081-3/+1
| |/
* | auto merge of #4859 : glennw/servo/fix-3986, r=larsbergstrombors-servo2015-02-081-4/+6
|\ \ | |/ |/|
| * Fix page being removed too early. Fixes #3986 (intermittent failure).Glenn Watson2015-02-061-4/+6
| |
* | Make Glutin an optional(default) feature, update gonk's lockfileManish Goregaokar2015-02-071-1/+2
| |
* | auto merge of #4842 : glennw/servo/window-frameelement, r=jdmbors-servo2015-02-078-67/+88
|\ \
| * | Implement window.frameElement, change window.parent to make use of it.Glenn Watson2015-02-078-67/+88
| | |
* | | auto merge of #4856 : servo/servo/tocss, r=jdmbors-servo2015-02-062-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 Sapin2015-02-072-88/+308
| | | | | | | | | | | | | | | Fix #4440. Close #4687.
| * | Require at least one value when parsing 'content'Simon Sapin2015-02-061-2/+4
| | |
| * | Parse `filter: none`Simon Sapin2015-02-061-0/+3
| | |
| * | Requires at least one function in `filter` parsing.Simon Sapin2015-02-061-0/+2
| | |
| * | Serialize 'initial' as "initial", not as the inital value.Simon Sapin2015-02-061-6/+5
| | |
* | | auto merge of #4862 : Ms2ger/servo/script_task, r=jdmbors-servo2015-02-061-40/+40
|\ \ \
| * | | Replace an and_then call by a map call in ScriptTask::load.Ms2ger2015-02-061-2/+2
| | | |
| * | | Reindent script_task.rs.Ms2ger2015-02-061-40/+40
| | | |
* | | | Implement an Unrooted smart pointer to replace JS when it is not traced.Ms2ger2015-02-0611-63/+137
|/ / /
* | | auto merge of #4857 : KiChjang/servo/location-assign, r=jdmbors-servo2015-02-062-1/+7
|\ \ \ | | | | | | | | | | | | Fixes #4841
| * | | Implemented Location.assignKeith Yeung2015-02-062-1/+7
| | | |
* | | | Fix warnings introduced in #4852.Ms2ger2015-02-061-2/+2
| |_|/ |/| |
* | | auto merge of #4702 : shinglyu/servo/bug3219, r=jdmbors-servo2015-02-052-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 varShing Lyu2015-02-062-2/+102
| | | |
* | | | Using the color helpers in CanvasPaintTask.Adenilson Cavalcanti2015-02-054-4/+11
| |/ / |/| |
* | | auto merge of #4854 : jdm/servo/workererr, r=jdmbors-servo2015-02-053-3/+42
|\ \ \ | | | | | | | | | | | | | | | | | | | | ...rker object. Rebased from #4537.
| * | | Support firing error events from a dedicated worker at the containing worker ↵Shreya Bastikar2015-02-053-3/+42
| | | | | | | | | | | | | | | | object.
* | | | Add console message support to devtools. Does not actually cause logging to ↵Sagar Muchhal2015-02-057-16/+112
| |_|/ |/| | | | | | | | occur in the remote console.
* | | auto merge of #4852 : jdm/servo/buffermessages, r=jdmbors-servo2015-02-055-1/+17
|\ \ \ | |/ / |/| | | | | Rebased and squashed version of #4191.
| * | Add flag to send live updates to devtools.Sagar Muchhal2015-02-055-1/+17
| | |
* | | auto merge of #4845 : KiChjang/servo/location-in-doc, r=jdmbors-servo2015-02-052-5/+10
|\ \ \ | | | | | | | | | | | | Fixes #4840
| * | | Moved Location object from Window to DocumentKeith Yeung2015-02-062-5/+10
| | | |
* | | | auto merge of #4850 : Ms2ger/servo/root-deref, r=jdmbors-servo2015-02-058-67/+73
|\ \ \ \
| * | | | Remove the Root.jsref member.Ms2ger2015-02-051-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.Ms2ger2015-02-058-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=Manishearthbors-servo2015-02-053-12/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix devtools implementation of downcastable actors. Fixes #4844.Josh Matthews2015-02-053-12/+59
| | |/ | |/|
* | | Document the DOM.Ms2ger2015-02-053-0/+207
| | | | | | | | | | | | This is by no means complete, but it is a good place to start.
* | | Fix a typo in the refcounted documentation.Ms2ger2015-02-051-1/+1
| |/ |/|
* | auto merge of #4838 : psdh/servo/local, r=jdmbors-servo2015-02-041-0/+9
|\ \ | |/ |/| | | #4601
| * Parsing sandbox attribute on iframe elementsPrabhjyot Singh Sodhi2015-02-051-0/+9
| |
* | Implement window.parent for iframes.Glenn Watson2015-02-056-17/+48
| |
* | auto merge of #4519 : jdm/servo/cookies, r=Ms2gerbors-servo2015-02-0420-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 Matthews2015-02-041-4/+4
| | |