aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Implement CanvasRenderingContext2D.canvas.Tetsuharu OHZEKI2014-08-063-6/+13
| | |/ / | |/| |
* / | | Document.getElementById() should return null if the passed argument is empty.Tetsuharu OHZEKI2014-08-062-4/+11
|/ / /
* | | Merge pull request #3000 from Ms2ger/rendertaskMs2ger2014-08-064-23/+17
|\ \ \ | | | | | | | | Use spawn_named_with_send_on_failure for the RenderTask; r=Manishearth
| * | | Use spawn_named_with_send_on_failure for the RenderTask (fixes #2744).Ms2ger2014-08-041-15/+3
| | | |
| * | | Pass an argument to spawn_named_with_send_on_failure to support spawning ↵Josh Matthews2014-08-043-8/+14
| | | | | | | | | | | | | | | | native tasks.
* | | | Merge pull request #2791 from glennw/web-fontsglennw2014-08-0613-52/+425
|\ \ \ \ | |_|_|/ |/| | | Add basic support for web fonts. Synchronous loading only
| * | | Fix parsing invalid url, clean up font template matching.Glenn Watson2014-07-282-26/+23
| | | |
| * | | Update font face to new url parser.Glenn Watson2014-07-242-4/+5
| | | |
| * | | Don't rely on font hint for format detection. Handle parsing commaGlenn Watson2014-07-247-117/+157
| | | | | | | | | | | | | | | | | | | | separated format hints. Fix oversight in mac code dealing with creating web fonts from memory.
| * | | Address review comments.Glenn Watson2014-07-244-41/+126
| | | |
| * | | Fix missing license header in new file.Glenn Watson2014-07-241-0/+4
| | | |
| * | | Add basic support for web fonts. Synchronous loading onlyGlenn Watson2014-07-2411-42/+288
| | | | | | | | | | | | | | | | | | | | | | | | for now, and only deals with TTF format fonts. For an example, try loading http://icons.marekventur.de
* | | | Merge pull request #3027 from zwarich/render-msg-renamesCameron Zwarich2014-08-056-45/+45
|\ \ \ \ | |_|_|/ |/| | | Rename messages used in rendering
| * | | Rename ReRenderMsg to RenderMsgCameron Zwarich2014-08-055-41/+41
| | | | | | | | | | | | | | | | | | | | ReRenderMsg is also used for rendering the first time, so the name is confusing.
| * | | Rename RenderMsg to RenderInitMsgCameron Zwarich2014-08-052-4/+4
| | | | | | | | | | | | | | | | RenderMsg doesn't actually render anything, so the name is confusing.
* | | | Implement support for 'enabled' property in HTMLLinkElementBruno de Oliveira Abinader2014-08-052-1/+43
| | | |
* | | | Implement support for 'enabled' property in HTMLAreaElementBruno de Oliveira Abinader2014-08-052-1/+43
| | | |
* | | | Implement support for 'enabled' property in HTMLAnchorElementBruno de Oliveira Abinader2014-08-051-0/+26
| | | |
* | | | Implement support for 'disabled' property in HTMLTextAreaElementBruno de Oliveira Abinader2014-08-053-4/+92
| | | |
* | | | Implement support for 'disabled' property in HTMLSelectElementBruno de Oliveira Abinader2014-08-053-4/+89
| | | |
* | | | Implement support for 'disabled' property in HTMLOptionElementBruno de Oliveira Abinader2014-08-053-3/+91
| | | |
* | | | Implement support for 'disabled' property in HTMLOptGroupElementBruno de Oliveira Abinader2014-08-053-4/+74
| | | |
* | | | Implement support for 'disabled' property in HTMLInputElementBruno de Oliveira Abinader2014-08-053-4/+92
| | | |
* | | | Implement support for 'disabled' property in HTMLFieldSetElementBruno de Oliveira Abinader2014-08-053-3/+96
| | | |
* | | | Implement support for 'disabled' property in HTMLButtonElementBruno de Oliveira Abinader2014-08-053-8/+97
| | | |
* | | | Implement support for :enabled CSS selectorBruno de Oliveira Abinader2014-08-056-4/+66
| | | |
* | | | Implement support for :disabled CSS selectorBruno de Oliveira Abinader2014-08-057-6/+134
|/ / /
* | | Merge pull request #2994 from mechaxl/masterMs2ger2014-08-051-4/+3
|\ \ \ | | | | | | | | Only strip HTML whitespace in the document.title getter (fixes #2969); r=Ms2ger
| * | | Removing unnecessary string trimmingMechaXL2014-08-041-2/+1
| | | |
| * | | Fixes #2969 by only stripping HTML whitespaceMechaXL2014-08-031-2/+2
| | |/ | |/|
* | | Throw a TypeError when unwrapping a this object fails.Ms2ger2014-08-051-1/+4
| | |
* | | Throw a TypeError when unwrapping an interface argument fails.Ms2ger2014-08-051-1/+9
| | |
* | | Remove FailureFatalCastableObjectUnwrapper.Ms2ger2014-08-051-22/+8
| | | | | | | | | | | | | | | The inheritance pattern used here was not particularly enlightening, and only one caller uses FailureFatalCastableObjectUnwrapper.
* | | Fix the double indentation in CastableObjectUnwrapper.Ms2ger2014-08-051-7/+9
| | | | | | | | | | | | The current code indents the first line of codeOnFailure four spaces too far.
* | | Merge pull request #3005 from servo/rustdoc-submodulesSimon Sapin2014-08-051-0/+1
|\ \ \ | | | | | | | | Generate rustdoc documenation for submodules.
| * | | Generate rustdoc documenation for submodules.Simon Sapin2014-08-051-0/+1
| | | |
* | | | Merge pull request #2993 from hazz/document-set-titleMs2ger2014-08-051-6/+8
|\ \ \ \ | |/ / / |/| | | Correctly handle empty string on setting document.title; r=Manishearth+Ms2ger
| * | | Check for the empty string before creating a new text node when setting ↵Harry Maclean2014-08-051-6/+8
| |/ / | | | | | | | | | document.title
* | | Build fix for android font that was missed during rust upgrade.Glenn Watson2014-08-051-2/+2
| | |
* | | Fix rustdoc comment syntax in gfx::display_list.Matt Brubeck2014-08-041-10/+10
| | |
* | | Merge pull request #3002 from servo/rustdoc-layoutSimon Sapin2014-08-041-15/+9
|\ \ \ | | | | | | | | Un-blacklist the layout crate from rustdoc.
| * | | Move documentation table stylining to a shared location.Simon Sapin2014-08-041-6/+0
| | | |
| * | | Un-blacklist the layout crate from rustdoc. See #2924.Simon Sapin2014-08-041-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whatever rustdoc bug we used to hit was solved by the Rust upgrade. (The style crate still causes rustdoc to overflow its stack.) Also use Markdown tables rather than ASCII diagrams in inlines.rs. Not only does this look nicer, this works around rustdoc trying (and failing) to parse them as Rust code.
* | | | Merge pull request #2998 from Ms2ger/taskbuilderMs2ger2014-08-042-12/+13
|\ \ \ \ | | | | | | | | | | Use TaskBuilder where possible; r=metajack
| * | | | Use TaskBuilder for the main Servo task.Ms2ger2014-08-041-5/+7
| | | | |
| * | | | Use TaskBuilder to spawn worker threads.Ms2ger2014-08-041-7/+6
| | |/ / | |/| |
* | | | remove unnecessary clone usagejoaoxsouls2014-08-042-3/+3
| |/ / |/| |
* | | Return 'BackCompat' for document.compatMode only if in quirksmodeHarry Maclean2014-08-041-2/+2
|/ /
* | Merge pull request #2962 from Manishearth/fetchManish Goregaokar2014-08-033-0/+222
|\ \ | | | | | | Start of fetch module; r=jdm
| * | Fix stuff in fetch crateManish Goregaokar2014-08-032-18/+19
| | |