mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #4882 : chmanchester/servo/stringifiers, r=Ms2ger
This commit is contained in:
commit
172db80703
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