mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add stringifier method support to CodegenRust.py (fixes #1986)
Add a stringifier to URLUtils (Location). (fixes #4605) wpt metadata updates for #4605
This commit is contained in:
parent
d1c8ed4359
commit
00f863b4fe
6 changed files with 69 additions and 52 deletions
|
@ -9,7 +9,6 @@ interface URLUtils {
|
|||
//stringifier attribute ScalarValueString href;
|
||||
readonly attribute DOMString href;
|
||||
//readonly attribute ScalarValueString origin;
|
||||
|
||||
// attribute ScalarValueString protocol;
|
||||
// attribute ScalarValueString username;
|
||||
// attribute ScalarValueString password;
|
||||
|
@ -22,4 +21,8 @@ interface URLUtils {
|
|||
// attribute URLSearchParams searchParams;
|
||||
// attribute ScalarValueString hash;
|
||||
readonly attribute DOMString hash;
|
||||
|
||||
// This is only doing as well as gecko right now, bug 824857 is on file for
|
||||
// adding attribute stringifier support.
|
||||
stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue