aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Generate bindings for HTMLUnknownElement.Josh Matthews2013-08-288-3/+35
|
* Generate bindings for HTMLSelectElement.Josh Matthews2013-08-289-22/+228
|
* Generate bindings for HTMLParamElement.Josh Matthews2013-08-288-0/+76
|
* Generate bindings for HTMLOutputElement.Josh Matthews2013-08-288-1/+116
|
* Generate bindings for HTMLOptionElement.Josh Matthews2013-08-287-3/+99
|
* Generate bindings for HTMLOptGroupElement.Josh Matthews2013-08-288-1/+53
|
* Generate bindings for HTMLObjectElement.Josh Matthews2013-08-288-0/+371
|
* Generate bindings for HTMLModElement.Josh Matthews2013-08-288-0/+52
|
* Remove more unnecessary lists of imports.Josh Matthews2013-08-282-46/+5
|
* Generate bindings for HTMLMeterElement.Josh Matthews2013-08-288-2/+96
|
* auto merge of #806 : jdm/servo/moarautogen, r=metajackbors-servo2013-08-2719-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 Matthews2013-08-2719-495/+327
| | | | | | | | be obtained via dom::types::*, which is autogenerated.
* | auto merge of #801 : eschweic/servo/comp-fixed-pos, r=metajackbors-servo2013-08-271-22/+41
|\ \ | | | | | | | | | Some changes that need to happen for #782.
| * | Initial compositor support for position:fixed elementseschweic2013-08-261-22/+41
| | |
* | | auto merge of #764 : june0cho/servo/verticalalign, r=metajackbors-servo2013-08-276-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 Cho2013-08-271-24/+42
| | |
| * | Fix the line-height error in a multi-line pageJunyoung Cho2013-08-231-1/+1
| | |
| * | Update linebox's height which is changed by vertical-align.Junyoung Cho2013-08-222-1/+22
| | |
| * | Add a test case for vertical_align and line-heightJunyoung Cho2013-08-223-2/+26
| | |
| * | Implement 'vertical-align' and fix 'line-height'.Junyoung Cho2013-08-222-50/+183
| | |
* | | Generate bindings for HTMLMapElement.Josh Matthews2013-08-268-8/+77
| | |
* | | Generate bindings for HTMLHeadingElement.Josh Matthews2013-08-268-23/+65
| | |
* | | Generate bindings for HTMLFrameSetElement.Josh Matthews2013-08-268-4/+65
| | |
* | | Generate bindings for HTMLFrameElement.Josh Matthews2013-08-268-6/+141
| | |
* | | Generate bindings for HTMLFontElement.webidlJosh Matthews2013-08-262-0/+51
| | |
* | | Generate bindings for HTMLFieldSetElement.Josh Matthews2013-08-268-3/+122
| | |
* | | Generate bindings for HTMLDirectoryElement and HTMLEmbedElementJosh Matthews2013-08-2610-13/+179
| | |
* | | Generate bindings for HTMLDataListElement.Josh Matthews2013-08-268-6/+63
| | |
* | | Generate bindings for HTMLButtonElement.Josh Matthews2013-08-2610-3/+291
| |/ |/|
* | auto merge of #773 : saneyuki/servo/webidl, r=jdmbors-servo2013-08-2321-32/+1058
|\ \
| * | Generate bindings for HTMLProgressElement.Tetsuharu OHZEKI2013-08-2410-3/+86
| | |
| * | Implement trait dom::bindings::conversions::JSValConvertible for f64.Tetsuharu OHZEKI2013-08-241-1/+15
| | |
| * | Generate bindings for HTMLLIElement.Tetsuharu OHZEKI2013-08-2410-4/+77
| | |
| * | Rename HTMLListItemElement to HTMLLIElement.Tetsuharu OHZEKI2013-08-242-6/+6
| | |
| * | Generate bindings for HTMLInputElement.Tetsuharu OHZEKI2013-08-2410-5/+495
| | |
| * | Generate bindings for HTMLTableColElement.Tetsuharu OHZEKI2013-08-2410-5/+117
| | |
| * | Fix order.Tetsuharu OHZEKI2013-08-241-2/+2
| | |
| * | Generate bindings for HTMLTableCellElement.Tetsuharu OHZEKI2013-08-2410-12/+207
| | |
| * | Generate bindings for HTMLQuoteElement.Tetsuharu OHZEKI2013-08-2410-2/+61
| | |
* | | Rename to_px to to_nearest_px for clarity.Jack Moffitt2013-08-235-11/+14
| | |
* | | Round results for scale_by and to_px.Jack Moffitt2013-08-231-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 taskLars Bergstrom2013-08-231-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=metajackbors-servo2013-08-231-7/+7
|\ \
| * | Fix draw-order for border.Sangeun Kim2013-08-231-7/+7
| |/
* | auto merge of #765 : jdm/servo/linkelem, r=jdmbors-servo2013-08-2324-21/+741
|\ \ | | | | | | | | | Rebase of #716, #717, and #718.
| * | Generate bindings for HTMLLinkElementYoungmin Yoo2013-08-228-2/+142
| | |
| * | Generate bindings for HTMLDataElementJunyoung Cho2013-08-2211-9/+56
| | |
| * | Generate bindings for HTMLBaseElementJunyoung Cho2013-08-2210-4/+64
| | |
| * | Generate bindings for HTMLAreaElementJunyoung Cho2013-08-2211-2/+138
| | |
| * | Generate bindings for HTMLAppletElementJunyoung Cho2013-08-228-3/+150
| | |