Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement HTMLAppletElement.name | Anthony Ramine | 2015-05-14 | 1 | -0/+4 | |
| | ||||||
* | Basic userscript support | Manish Goregaokar | 2015-03-22 | 1 | -0/+6 | |
| | ||||||
* | Use new `if let` syntax wherever possible. Fixes #4153. | Zack Slayton | 2015-03-10 | 1 | -23/+14 | |
| | ||||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 | |
| | | | | | | | | 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. | |||||
* | Don't shadow lifetimes in script. | Ms2ger | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Simplify vtable_for. | Ms2ger | 2015-01-05 | 1 | -7/+2 | |
| | ||||||
* | auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki | bors-servo | 2015-01-04 | 1 | -26/+26 | |
|\ | | | | | | | In particular, this contains changes to qualify enums where rust will require it, and to stop using some features that will be removed. | |||||
| * | Disambiguate trait object reference syntax. | Ms2ger | 2015-01-04 | 1 | -26/+26 | |
| | | ||||||
* | | Fix inheritance enums for htmlmediaelement and htmltablecellelement | Megha Gupta | 2015-01-02 | 1 | -3/+7 | |
| | | ||||||
* | | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -24/+24 | |
|/ | ||||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -53/+29 | |
| | ||||||
* | style: Address review comments relating to `bgcolor` and column spans | Patrick Walton | 2014-12-15 | 1 | -1/+18 | |
| | ||||||
* | style: Parse the legacy `border` attribute per the legacy HTML specification. | Patrick Walton | 2014-12-15 | 1 | -0/+8 | |
| | | | | | | | Additionally, this patch cleans up some miscellaneous formatting issues and refactors files in `layout/css/` somewhat to eliminate needless levels of indirection. It also fixes our handling of presentational hints that only apply if border is nonzero. | |||||
* | ports/cef: Implement accelerated compositing for the CEF port. | Patrick Walton | 2014-12-10 | 1 | -0/+8 | |
| | ||||||
* | Implement HTML{Anchor,Area,Link}Element.relList. | Achal Shah | 2014-11-23 | 1 | -0/+7 | |
| | | | | https://github.com/servo/servo/issues/3994 | |||||
* | Pass an Atom to VirtualMethods::parse_plain_attribute. | Ms2ger | 2014-11-05 | 1 | -1/+3 | |
| | ||||||
* | Implement cloning steps for script element | Matt Brubeck | 2014-10-29 | 1 | -1/+11 | |
| | ||||||
* | Switch to synchronous script loading | Matt Brubeck | 2014-10-29 | 1 | -0/+7 | |
| | | | | | | | This removes the old code for asyncronously loading scripts during HTML parsing and then executing them afterward. Fixes #3356. | |||||
* | Usage of JSRef<Attr> in before_remove_attr & after_set_attr | Bruno de Oliveira Abinader | 2014-10-22 | 1 | -5/+5 | |
| | | | | | JSRef<Attr> does not require allocating a DOMString for value, which are unused in most cases. It also provides more access to Attr data. | |||||
* | layout: Introduce support for legacy presentational attributes to selector | Patrick Walton | 2014-10-14 | 1 | -0/+9 | |
| | | | | | | | | matching, and use it for `<input size>` and `<td width>`. This implements a general framework for legacy presentational attributes to the DOM and style calculation, so that adding more of them later will be straightforward. | |||||
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -1/+1 | |
| | | | | We only needed this for Encodable, and now we use JSTraceable instead. | |||||
* | CSS selector :enabled no longer matches Anchor, Area & Link elements | Bruno de Oliveira Abinader | 2014-09-29 | 1 | -7/+0 | |
| | | | | | | | | | HTML spec has been modified [1] to disable support for :enabled CSS selector on Anchor, Area & Link elements, after discussion on W3C Bugzilla [2]. [1] https://html5.org/r/8818 [2] https://www.w3.org/Bugs/Public/show_bug.cgi?id=26622 | |||||
* | Upgrade to rustc d2b30f7d3 2014-09-23 | Simon Sapin | 2014-09-29 | 1 | -2/+2 | |
| | ||||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -38/+38 | |
| | ||||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -20/+20 | |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+219 | |