Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Implement CanvasRenderingContext2D.canvas. | Tetsuharu OHZEKI | 2014-08-06 | 3 | -6/+13 | |
| | |/ / | |/| | | ||||||
* / | | | Document.getElementById() should return null if the passed argument is empty. | Tetsuharu OHZEKI | 2014-08-06 | 2 | -4/+11 | |
|/ / / | ||||||
* | | | Merge pull request #3000 from Ms2ger/rendertask | Ms2ger | 2014-08-06 | 4 | -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). | Ms2ger | 2014-08-04 | 1 | -15/+3 | |
| | | | | ||||||
| * | | | Pass an argument to spawn_named_with_send_on_failure to support spawning ↵ | Josh Matthews | 2014-08-04 | 3 | -8/+14 | |
| | | | | | | | | | | | | | | | | native tasks. | |||||
* | | | | Merge pull request #2791 from glennw/web-fonts | glennw | 2014-08-06 | 13 | -52/+425 | |
|\ \ \ \ | |_|_|/ |/| | | | Add basic support for web fonts. Synchronous loading only | |||||
| * | | | Fix parsing invalid url, clean up font template matching. | Glenn Watson | 2014-07-28 | 2 | -26/+23 | |
| | | | | ||||||
| * | | | Update font face to new url parser. | Glenn Watson | 2014-07-24 | 2 | -4/+5 | |
| | | | | ||||||
| * | | | Don't rely on font hint for format detection. Handle parsing comma | Glenn Watson | 2014-07-24 | 7 | -117/+157 | |
| | | | | | | | | | | | | | | | | | | | | separated format hints. Fix oversight in mac code dealing with creating web fonts from memory. | |||||
| * | | | Address review comments. | Glenn Watson | 2014-07-24 | 4 | -41/+126 | |
| | | | | ||||||
| * | | | Fix missing license header in new file. | Glenn Watson | 2014-07-24 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Add basic support for web fonts. Synchronous loading only | Glenn Watson | 2014-07-24 | 11 | -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-renames | Cameron Zwarich | 2014-08-05 | 6 | -45/+45 | |
|\ \ \ \ | |_|_|/ |/| | | | Rename messages used in rendering | |||||
| * | | | Rename ReRenderMsg to RenderMsg | Cameron Zwarich | 2014-08-05 | 5 | -41/+41 | |
| | | | | | | | | | | | | | | | | | | | | ReRenderMsg is also used for rendering the first time, so the name is confusing. | |||||
| * | | | Rename RenderMsg to RenderInitMsg | Cameron Zwarich | 2014-08-05 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | RenderMsg doesn't actually render anything, so the name is confusing. | |||||
* | | | | Implement support for 'enabled' property in HTMLLinkElement | Bruno de Oliveira Abinader | 2014-08-05 | 2 | -1/+43 | |
| | | | | ||||||
* | | | | Implement support for 'enabled' property in HTMLAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 2 | -1/+43 | |
| | | | | ||||||
* | | | | Implement support for 'enabled' property in HTMLAnchorElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+26 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLTextAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+92 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLSelectElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+89 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLOptionElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -3/+91 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLOptGroupElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+74 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLInputElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+92 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLFieldSetElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -3/+96 | |
| | | | | ||||||
* | | | | Implement support for 'disabled' property in HTMLButtonElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -8/+97 | |
| | | | | ||||||
* | | | | Implement support for :enabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 6 | -4/+66 | |
| | | | | ||||||
* | | | | Implement support for :disabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 7 | -6/+134 | |
|/ / / | ||||||
* | | | Merge pull request #2994 from mechaxl/master | Ms2ger | 2014-08-05 | 1 | -4/+3 | |
|\ \ \ | | | | | | | | | Only strip HTML whitespace in the document.title getter (fixes #2969); r=Ms2ger | |||||
| * | | | Removing unnecessary string trimming | MechaXL | 2014-08-04 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Fixes #2969 by only stripping HTML whitespace | MechaXL | 2014-08-03 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Throw a TypeError when unwrapping a this object fails. | Ms2ger | 2014-08-05 | 1 | -1/+4 | |
| | | | ||||||
* | | | Throw a TypeError when unwrapping an interface argument fails. | Ms2ger | 2014-08-05 | 1 | -1/+9 | |
| | | | ||||||
* | | | Remove FailureFatalCastableObjectUnwrapper. | Ms2ger | 2014-08-05 | 1 | -22/+8 | |
| | | | | | | | | | | | | | | | The inheritance pattern used here was not particularly enlightening, and only one caller uses FailureFatalCastableObjectUnwrapper. | |||||
* | | | Fix the double indentation in CastableObjectUnwrapper. | Ms2ger | 2014-08-05 | 1 | -7/+9 | |
| | | | | | | | | | | | | The current code indents the first line of codeOnFailure four spaces too far. | |||||
* | | | Merge pull request #3005 from servo/rustdoc-submodules | Simon Sapin | 2014-08-05 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Generate rustdoc documenation for submodules. | |||||
| * | | | Generate rustdoc documenation for submodules. | Simon Sapin | 2014-08-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #2993 from hazz/document-set-title | Ms2ger | 2014-08-05 | 1 | -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 Maclean | 2014-08-05 | 1 | -6/+8 | |
| |/ / | | | | | | | | | | document.title | |||||
* | | | Build fix for android font that was missed during rust upgrade. | Glenn Watson | 2014-08-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix rustdoc comment syntax in gfx::display_list. | Matt Brubeck | 2014-08-04 | 1 | -10/+10 | |
| | | | ||||||
* | | | Merge pull request #3002 from servo/rustdoc-layout | Simon Sapin | 2014-08-04 | 1 | -15/+9 | |
|\ \ \ | | | | | | | | | Un-blacklist the layout crate from rustdoc. | |||||
| * | | | Move documentation table stylining to a shared location. | Simon Sapin | 2014-08-04 | 1 | -6/+0 | |
| | | | | ||||||
| * | | | Un-blacklist the layout crate from rustdoc. See #2924. | Simon Sapin | 2014-08-04 | 1 | -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/taskbuilder | Ms2ger | 2014-08-04 | 2 | -12/+13 | |
|\ \ \ \ | | | | | | | | | | | Use TaskBuilder where possible; r=metajack | |||||
| * | | | | Use TaskBuilder for the main Servo task. | Ms2ger | 2014-08-04 | 1 | -5/+7 | |
| | | | | | ||||||
| * | | | | Use TaskBuilder to spawn worker threads. | Ms2ger | 2014-08-04 | 1 | -7/+6 | |
| | |/ / | |/| | | ||||||
* | | | | remove unnecessary clone usage | joaoxsouls | 2014-08-04 | 2 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | Return 'BackCompat' for document.compatMode only if in quirksmode | Harry Maclean | 2014-08-04 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #2962 from Manishearth/fetch | Manish Goregaokar | 2014-08-03 | 3 | -0/+222 | |
|\ \ | | | | | | | Start of fetch module; r=jdm | |||||
| * | | Fix stuff in fetch crate | Manish Goregaokar | 2014-08-03 | 2 | -18/+19 | |
| | | |