mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Link to Servo issue instead of Gecko bug
This commit is contained in:
parent
c349b7b3a1
commit
a4027f0259
3 changed files with 5 additions and 3 deletions
|
@ -4624,7 +4624,7 @@ class CGDescriptor(CGThing):
|
||||||
elif m.isAttr():
|
elif m.isAttr():
|
||||||
if m.stringifier:
|
if m.stringifier:
|
||||||
raise TypeError("Stringifier attributes not supported yet. "
|
raise TypeError("Stringifier attributes not supported yet. "
|
||||||
"See bug 824857.\n"
|
"See https://github.com/servo/servo/issues/7590\n"
|
||||||
"%s" % m.location)
|
"%s" % m.location)
|
||||||
|
|
||||||
if m.isStatic():
|
if m.isStatic():
|
||||||
|
|
|
@ -21,7 +21,8 @@ interface URLUtils {
|
||||||
// attribute URLSearchParams searchParams;
|
// attribute URLSearchParams searchParams;
|
||||||
attribute USVString hash;
|
attribute USVString hash;
|
||||||
|
|
||||||
// This is only doing as well as gecko right now, bug 824857 is on file for
|
// This is only doing as well as gecko right now.
|
||||||
|
// https://github.com/servo/servo/issues/7590 is on file for
|
||||||
// adding attribute stringifier support.
|
// adding attribute stringifier support.
|
||||||
stringifier;
|
stringifier;
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,7 +19,8 @@ interface URLUtilsReadOnly {
|
||||||
readonly attribute USVString search;
|
readonly attribute USVString search;
|
||||||
readonly attribute USVString hash;
|
readonly attribute USVString hash;
|
||||||
|
|
||||||
// This is only doing as well as gecko right now, bug 824857 is on file for
|
// This is only doing as well as gecko right now.
|
||||||
|
// https://github.com/servo/servo/issues/7590 is on file for
|
||||||
// adding attribute stringifier support.
|
// adding attribute stringifier support.
|
||||||
stringifier;
|
stringifier;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue