Dominic Cooney
3b93d20991
Fix three trivial warnings.
...
Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>
2021-05-23 19:03:57 +09:00
Dominic Cooney
7d997748da
Update toolchain to nightly-2021-05-18
...
The nightly-2021-03-12 toolchain doesn't have RLS on Windows. This
breaks code completion in Visual Studio Code because the rust plugin
picks up the project toolchain.
RLS is available in all tier one platforms in nightly-2021-05-18 per:
https://rust-lang.github.io/rustup-components-history/
Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>
2021-05-22 19:47:31 +09:00
Josh Matthews
7439401ff8
Don't hardcode string types.
2021-05-14 17:13:17 -04:00
sagudev
fd3bbc7ec9
Fix error
2021-04-17 18:19:02 +02:00
sagudev
13095741c5
Fix for bindgen
2021-04-17 17:53:11 +02:00
sagu
9b8e9d5d63
Update Cargo.toml
2021-04-17 17:06:41 +02:00
sagudev
19be2cd3fa
Update mozjs to 88
2021-04-14 09:20:58 +02:00
bors-servo
c52d84dafa
Auto merge of #28300 - sagudev:master, r=jdm
...
Update mozjs to 87
Depends on: https://github.com/servo/rust-mozjs/pull/540
2021-03-30 07:38:57 -04:00
sagu
3ef3ee5a62
Fix warning
2021-03-30 12:09:18 +02:00
sagudev
5f91ab07da
fmt
2021-03-30 11:38:33 +02:00
sagu
61d7775673
Update imagedata.rs
2021-03-30 06:21:05 +02:00
sagudev
b3126eaa3f
Update mozjs
2021-03-29 19:53:54 +02:00
Philip Lamb
b8a74e89cf
Improve IME messaging to embedder with insertion point index and multiline flag.
2021-03-29 17:55:54 +13:00
sagudev
b921cd14df
Fix errors
2021-03-19 07:01:46 +01:00
sagudev
3ad28f6714
Update mozjs
2021-03-18 17:27:51 +01:00
sagudev
c8921e1c6c
Update source repo
2021-03-16 07:21:16 +01:00
sagudev
d8c398c457
fmt
2021-03-13 13:00:50 +01:00
sagudev
d424eaae91
Fix ModuleEvaluate
2021-03-13 12:56:41 +01:00
sagudev
a265a2a7e6
Formating
2021-03-12 18:30:13 +01:00
sagudev
425057c432
Fix errors
2021-03-12 16:26:27 +01:00
sagudev
05d5eff26c
Update mozjs
2021-03-12 07:37:31 +01:00
Emilio Cobos Álvarez
31e8e418ea
Miscellaneous build / tidy fixes.
2021-02-26 17:53:55 +01:00
bors-servo
5916911281
Auto merge of #28201 - servo:rustup, r=jdm
...
Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)
2021-02-25 18:40:03 -05:00
Simon Sapin
aa854ec2d2
Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)
2021-02-25 20:31:43 +01:00
Simon Sapin
479a42a980
Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)
2021-02-25 20:31:42 +01:00
Josh Matthews
47fc8f9697
Force indexmap to rely on libstd.
2021-02-25 10:15:09 -05:00
Vincent Ricard
a627dde0d0
Port some code to Python3
2021-02-18 09:35:46 -05:00
Josh Matthews
397b9b2601
Implement toStringTag symbol for DOM objects.
...
This symbol is now required for the expected stringification behaviour in WPT.
2021-02-18 09:35:46 -05:00
Josh Matthews
5c4939599e
Update mozjs.
2021-02-18 09:35:45 -05:00
teymour-aldridge
217147b2e4
fmt
2021-02-05 14:46:09 +00:00
teymour-aldridge
ff767b13a9
Remove unused arguments from methods.
2021-02-05 14:29:45 +00:00
teymour-aldridge
466e895cdf
Fix errors
2021-02-05 14:29:30 +00:00
teymour-aldridge
0854953e35
Mark methods as unsafe.
2021-02-05 14:29:30 +00:00
Andreu Botella
d2b9e64cf3
Clean up the code to BOM sniff.
...
See https://github.com/servo/servo/pull/28006#discussion_r551968553
2021-01-09 19:18:22 +01:00
Andreu Botella
cd34f156f6
Fix document.characterSet
not reflecting byte order marks.
...
The process of decoding the network byte stream to Unicode is backed by
an instance of `encoding_rs::Decoder`, which will switch the encoding it
uses if it finds a BOM in the byte stream. However, this change in
encoding is not communicated back to the caller and so
`document.characterSet` gives the wrong result. This change fixes that.
See whatwg/html#5359 and whatwg/encoding#203 for the spec-level backing
for this change.
Signed-off-by: Andreu Botella <abb@randomunok.com>
2020-12-31 13:43:33 +01:00
YUAN LYU
e15bc7516c
Fix mouse button handling
2020-12-06 00:21:21 -05:00
YUAN LYU
a999850b24
Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement
2020-12-01 00:37:16 -05:00
Sean Joseph
9e22804983
Added is_platform_object_static check to is_dom_object
2020-11-26 18:40:41 -05:00
Sean Joseph
823cca30d6
Added is_platform_obj_static
2020-11-26 18:30:52 -05:00
Sean Joseph
3c8680f273
Add back code to identify JSObjects that should be counted in memory profiling
2020-11-26 10:43:30 -05:00
Jonathan Kingston
0e1479cc84
Add creation url and Secure Contexts
2020-11-25 18:30:50 +00:00
Tyler Wilcock
61c5ab8f69
Replace generic 'value' variable name with 'id' and 'name' to reduce confusion
2020-11-23 23:31:34 -06:00
Vincent Ricard
43b3d93aec
Use data_url::Mime to parse the MIME Types
...
This commit follows the spectification
https://fetch.spec.whatwg.org/#concept-header-extract-mime-type
2020-11-18 18:14:51 +01:00
Josh Matthews
1e3d72dc82
Fix deprecation warnings.
2020-11-12 15:47:08 -05:00
Vincent Ricard
66223f7596
Implements StyleSheet.media
2020-10-16 10:55:00 +02:00
Vincent Ricard
e7199c029f
Implements Stylesheet.ownerNode
2020-10-10 21:21:00 +02:00
Vincent Ricard
fa57ba5ca9
Make hidden input _charset_ check case insensitive
2020-10-09 18:05:52 +02:00
Vincent Ricard
2a4dd894de
Implement DOMTokenList.supports API
2020-10-05 09:26:36 +02:00
Vincent Ricard
ddfa9ca5b4
Implements HTMLDetailsElement toggle
2020-09-26 11:53:47 +02:00
Vincent Ricard
66f80fbf4f
Implement ParentNode#replaceChildren
2020-09-25 08:21:10 +02:00