Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate bindings for HTMLUnknownElement. | Josh Matthews | 2013-08-28 | 8 | -3/+35 |
| | |||||
* | Generate bindings for HTMLSelectElement. | Josh Matthews | 2013-08-28 | 9 | -22/+228 |
| | |||||
* | Generate bindings for HTMLParamElement. | Josh Matthews | 2013-08-28 | 8 | -0/+76 |
| | |||||
* | Generate bindings for HTMLOutputElement. | Josh Matthews | 2013-08-28 | 8 | -1/+116 |
| | |||||
* | Generate bindings for HTMLOptionElement. | Josh Matthews | 2013-08-28 | 7 | -3/+99 |
| | |||||
* | Generate bindings for HTMLOptGroupElement. | Josh Matthews | 2013-08-28 | 8 | -1/+53 |
| | |||||
* | Generate bindings for HTMLObjectElement. | Josh Matthews | 2013-08-28 | 8 | -0/+371 |
| | |||||
* | Generate bindings for HTMLModElement. | Josh Matthews | 2013-08-28 | 8 | -0/+52 |
| | |||||
* | Remove more unnecessary lists of imports. | Josh Matthews | 2013-08-28 | 2 | -46/+5 |
| | |||||
* | Generate bindings for HTMLMeterElement. | Josh Matthews | 2013-08-28 | 8 | -2/+96 |
| | |||||
* | auto merge of #806 : jdm/servo/moarautogen, r=metajack | bors-servo | 2013-08-27 | 19 | -495/+327 |
|\ | | | | | | | ...ow be obtained via dom::types::*, which is autogenerated. | ||||
| * | Remove many long ugly lists of imports of HTML element types. They can now ↵ | Josh Matthews | 2013-08-27 | 19 | -495/+327 |
| | | | | | | | | be obtained via dom::types::*, which is autogenerated. | ||||
* | | auto merge of #801 : eschweic/servo/comp-fixed-pos, r=metajack | bors-servo | 2013-08-27 | 1 | -22/+41 |
|\ \ | | | | | | | | | | Some changes that need to happen for #782. | ||||
| * | | Initial compositor support for position:fixed elements | eschweic | 2013-08-26 | 1 | -22/+41 |
| | | | |||||
* | | | auto merge of #764 : june0cho/servo/verticalalign, r=metajack | bors-servo | 2013-08-27 | 6 | -53/+249 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | This is a modification of the previous PR #741 to support 'vertical-align' and 'line-height'. Added test cases for vertical-align, line-height, and mixed. In the last commit, after applying 'vertical-align' property, the current line-box's height and following line-boxes' heights are being updated. This is because line-box's height was already assigned when the line-box is created. But there may be a better way, though I'm not sure. In Gecko, line-boxes' heights seem to be assigned at one time after 'vertical-align'. @metajack | ||||
| * | | Fix and add comments. Use `map_default`. | Junyoung Cho | 2013-08-27 | 1 | -24/+42 |
| | | | |||||
| * | | Fix the line-height error in a multi-line page | Junyoung Cho | 2013-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | Update linebox's height which is changed by vertical-align. | Junyoung Cho | 2013-08-22 | 2 | -1/+22 |
| | | | |||||
| * | | Add a test case for vertical_align and line-height | Junyoung Cho | 2013-08-22 | 3 | -2/+26 |
| | | | |||||
| * | | Implement 'vertical-align' and fix 'line-height'. | Junyoung Cho | 2013-08-22 | 2 | -50/+183 |
| | | | |||||
* | | | Generate bindings for HTMLMapElement. | Josh Matthews | 2013-08-26 | 8 | -8/+77 |
| | | | |||||
* | | | Generate bindings for HTMLHeadingElement. | Josh Matthews | 2013-08-26 | 8 | -23/+65 |
| | | | |||||
* | | | Generate bindings for HTMLFrameSetElement. | Josh Matthews | 2013-08-26 | 8 | -4/+65 |
| | | | |||||
* | | | Generate bindings for HTMLFrameElement. | Josh Matthews | 2013-08-26 | 8 | -6/+141 |
| | | | |||||
* | | | Generate bindings for HTMLFontElement.webidl | Josh Matthews | 2013-08-26 | 2 | -0/+51 |
| | | | |||||
* | | | Generate bindings for HTMLFieldSetElement. | Josh Matthews | 2013-08-26 | 8 | -3/+122 |
| | | | |||||
* | | | Generate bindings for HTMLDirectoryElement and HTMLEmbedElement | Josh Matthews | 2013-08-26 | 10 | -13/+179 |
| | | | |||||
* | | | Generate bindings for HTMLDataListElement. | Josh Matthews | 2013-08-26 | 8 | -6/+63 |
| | | | |||||
* | | | Generate bindings for HTMLButtonElement. | Josh Matthews | 2013-08-26 | 10 | -3/+291 |
| |/ |/| | |||||
* | | auto merge of #773 : saneyuki/servo/webidl, r=jdm | bors-servo | 2013-08-23 | 21 | -32/+1058 |
|\ \ | |||||
| * | | Generate bindings for HTMLProgressElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -3/+86 |
| | | | |||||
| * | | Implement trait dom::bindings::conversions::JSValConvertible for f64. | Tetsuharu OHZEKI | 2013-08-24 | 1 | -1/+15 |
| | | | |||||
| * | | Generate bindings for HTMLLIElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -4/+77 |
| | | | |||||
| * | | Rename HTMLListItemElement to HTMLLIElement. | Tetsuharu OHZEKI | 2013-08-24 | 2 | -6/+6 |
| | | | |||||
| * | | Generate bindings for HTMLInputElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -5/+495 |
| | | | |||||
| * | | Generate bindings for HTMLTableColElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -5/+117 |
| | | | |||||
| * | | Fix order. | Tetsuharu OHZEKI | 2013-08-24 | 1 | -2/+2 |
| | | | |||||
| * | | Generate bindings for HTMLTableCellElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -12/+207 |
| | | | |||||
| * | | Generate bindings for HTMLQuoteElement. | Tetsuharu OHZEKI | 2013-08-24 | 10 | -2/+61 |
| | | | |||||
* | | | Rename to_px to to_nearest_px for clarity. | Jack Moffitt | 2013-08-23 | 5 | -11/+14 |
| | | | |||||
* | | | Round results for scale_by and to_px. | Jack Moffitt | 2013-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | This fixes the acid1 size issues where boxes were 1px too narrow. | ||||
* | | | Change the profiler loop to use try_recv so that the task | Lars Bergstrom | 2013-08-23 | 1 | -2/+5 |
|/ / | | | | | | | | | will exit during shutdown instead of crashing trying to recv on a closed port. | ||||
* | | auto merge of #766 : sammykim/servo/border-order, r=metajack | bors-servo | 2013-08-23 | 1 | -7/+7 |
|\ \ | |||||
| * | | Fix draw-order for border. | Sangeun Kim | 2013-08-23 | 1 | -7/+7 |
| |/ | |||||
* | | auto merge of #765 : jdm/servo/linkelem, r=jdm | bors-servo | 2013-08-23 | 24 | -21/+741 |
|\ \ | | | | | | | | | | Rebase of #716, #717, and #718. | ||||
| * | | Generate bindings for HTMLLinkElement | Youngmin Yoo | 2013-08-22 | 8 | -2/+142 |
| | | | |||||
| * | | Generate bindings for HTMLDataElement | Junyoung Cho | 2013-08-22 | 11 | -9/+56 |
| | | | |||||
| * | | Generate bindings for HTMLBaseElement | Junyoung Cho | 2013-08-22 | 10 | -4/+64 |
| | | | |||||
| * | | Generate bindings for HTMLAreaElement | Junyoung Cho | 2013-08-22 | 11 | -2/+138 |
| | | | |||||
| * | | Generate bindings for HTMLAppletElement | Junyoung Cho | 2013-08-22 | 8 | -3/+150 |
| | | |