Commit graph

5720 commits

Author SHA1 Message Date
Josh Matthews
6a2e3cad87 Merge pull request #3026 from Manishearth/fail-on-wget
Fail if the snapshot cannot be fetched
2014-08-05 15:00:52 -04:00
Simon Sapin
b65ed02941 Merge pull request #2907 from brunoabinader/css-selectors-disabled-enabled
Implement CSS selectors :enabled & :disabled (incl. HTML Elements support)
2014-08-05 19:01:38 +01:00
Manish Goregaokar
37f28836ae Fail if the snapshot cannot be fetched 2014-08-05 23:05:39 +05:30
Jack Moffitt
c37ad696fc Merge pull request #3011 from glennw/android-log-update
DO NOT MERGE YET - Disable script logging on android. perf-rainbow now loads in ~12 seconds on nexus7.
2014-08-05 10:48:46 -06:00
Ms2ger
1d09d324d2 Merge pull request #3016 from saneyuki/test
Remove needless tests about document.getElementById() which are covered by wpt; r=Ms2ger
2014-08-05 18:00:18 +02:00
Bruno de Oliveira Abinader
7a760fc9db Added content tests for :disabled & :enabled CSS selectors 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
1dea5d2680 Implement support for 'enabled' property in HTMLLinkElement 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
d94be160e4 Implement support for 'enabled' property in HTMLAreaElement 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
ad9220c932 Implement support for 'enabled' property in HTMLAnchorElement 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
09583d94b8 Implement support for 'disabled' property in HTMLTextAreaElement 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
186c8d9edd Implement support for 'disabled' property in HTMLSelectElement 2014-08-05 11:01:54 -04:00
Bruno de Oliveira Abinader
cad5f990d1 Implement support for 'disabled' property in HTMLOptionElement 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
1e52a5afb8 Implement support for 'disabled' property in HTMLOptGroupElement 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
4e37b3c8c7 Implement support for 'disabled' property in HTMLInputElement 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
c257a2e8ad Implement support for 'disabled' property in HTMLFieldSetElement 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
2017ffce37 Implement support for 'disabled' property in HTMLButtonElement 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
10a20e69fd Implement support for :enabled CSS selector 2014-08-05 11:01:53 -04:00
Bruno de Oliveira Abinader
7771350898 Implement support for :disabled CSS selector 2014-08-05 11:01:53 -04:00
Ms2ger
40048b791c Merge pull request #2994 from mechaxl/master
Only strip HTML whitespace in the document.title getter (fixes #2969); r=Ms2ger
2014-08-05 16:46:54 +02:00
Ms2ger
6b6857ae2e Merge pull request #3003 from Ms2ger/interface-unwrap-failure
Throw a TypeError when unwrapping an interface fails; r=Manishearth+jdm
2014-08-05 16:23:45 +02:00
Ms2ger
be7ef50f27 Throw a TypeError when unwrapping a this object fails. 2014-08-05 16:23:02 +02:00
Ms2ger
715ae6ab55 Throw a TypeError when unwrapping an interface argument fails. 2014-08-05 16:23:02 +02:00
Ms2ger
7f707020be Remove FailureFatalCastableObjectUnwrapper.
The inheritance pattern used here was not particularly enlightening, and only
one caller uses FailureFatalCastableObjectUnwrapper.
2014-08-05 16:23:02 +02:00
Ms2ger
db3078fde4 Fix the double indentation in CastableObjectUnwrapper.
The current code indents the first line of codeOnFailure four spaces too far.
2014-08-05 16:23:01 +02:00
Ms2ger
e7c2329649 Merge pull request #3014 from Ms2ger/update-mozlog
Stop pinning mozlog to 2.1; r=jgraham
2014-08-05 15:59:03 +02:00
Simon Sapin
4a5ac205f3 Merge pull request #3017 from jxs/master
Fix #2954, add virtualenv installation instructions to osx and linux
2014-08-05 14:31:21 +01:00
joaoxsouls
a8617faee1 Fix #2954 2014-08-05 14:03:08 +01:00
Simon Sapin
baba90b471 Merge pull request #3005 from servo/rustdoc-submodules
Generate rustdoc documenation for submodules.
2014-08-05 13:53:38 +01:00
Ms2ger
bb7d79fe31 Merge pull request #2993 from hazz/document-set-title
Correctly handle empty string on setting document.title; r=Manishearth+Ms2ger
2014-08-05 14:48:44 +02:00
Tetsuharu OHZEKI
49c4360068 Remove needlees tests about document.getElementById() which are covered by wpt.
These tests are covered by wpt. So we need not have these in servo tree.
2014-08-05 21:42:48 +09:00
Ms2ger
3dc08aa05a Stop pinning mozlog to 2.1.
The newly released 2.2.1 should work better.
2014-08-05 14:22:40 +02:00
Simon Sapin
a3eab6a601 Generate rustdoc documenation for submodules. 2014-08-05 13:07:19 +01:00
Harry Maclean
f00bbdb30a Check for the empty string before creating a new text node when setting document.title 2014-08-05 12:59:15 +01:00
Ms2ger
e7a9b5b9e3 Merge pull request #3013 from servo/travisfix
Emergency fix for broken tree (mozlog update); r=Ms2ger
2014-08-05 13:19:05 +02:00
Ms2ger
521e7038c0 Disable status-basic.htm. 2014-08-05 11:56:03 +02:00
Glenn Watson
a0c839573b Disable script logging on android. perf-rainbow now loads in ~12 seconds on a nexus7. 2014-08-05 15:48:51 +10:00
glennw
0db3c808fd Merge pull request #3009 from glennw/android-font
Build fix for android font that was missed during rust upgrade.
2014-08-05 14:40:42 +10:00
Glenn Watson
5bcc35580e Build fix for android font that was missed during rust upgrade. 2014-08-05 11:59:46 +10:00
Manish Goregaokar
a8ce441437 Emergency fix for broken tree (mozlog update) 2014-08-05 02:40:47 +05:30
MechaXL
51cdc06c6a Removing unnecessary string trimming 2014-08-04 16:06:43 -05:00
Matt Brubeck
980ff21f19 Merge pull request #3004 from mbrubeck/doc-comment
Fix rustdoc comment syntax in gfx::display_list. r=zwarich
2014-08-04 13:52:58 -07:00
Matt Brubeck
8d9bc9fb38 Fix rustdoc comment syntax in gfx::display_list. 2014-08-04 11:01:51 -07:00
Simon Sapin
e9e4b386cb Merge pull request #3002 from servo/rustdoc-layout
Un-blacklist the layout crate from rustdoc.
2014-08-04 18:50:57 +01:00
Ms2ger
c1243e6aaa Merge pull request #2998 from Ms2ger/taskbuilder
Use TaskBuilder where possible; r=metajack
2014-08-04 18:49:40 +02:00
Jack Moffitt
9e834ee8a4 Merge pull request #3001 from jxs/master
remove unnecessary clone usage
2014-08-04 10:15:53 -06:00
Simon Sapin
df1d4782dd Blacklisted docs don’t need any dependency, since we don’t actually generate them. 2014-08-04 17:04:18 +01:00
Simon Sapin
a2c6d23610 Move documentation table stylining to a shared location. 2014-08-04 17:03:25 +01:00
Simon Sapin
fe3634038c Un-blacklist the layout crate from rustdoc. See #2924.
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.
2014-08-04 16:45:46 +01:00
joaoxsouls
605495102c remove unnecessary clone usage 2014-08-04 13:21:10 +01:00
Ms2ger
db507cab65 Merge pull request #2996 from hazz/document-compatmode
Return 'BackCompat' for document.compatMode only if in quirksmode; r=Ms2ger
2014-08-04 13:47:02 +02:00