mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb/HTML: Don't log FIXME messages for location.ancestorOrigins
This is quite a frequent FIXME log on quite a few sites which does not serve much value at this stage. So instead of marking it with a FIXME extended IDL attribute, let's just comment it out.
This commit is contained in:
parent
8095663f86
commit
172556db74
Notes:
github-actions[bot]
2025-05-25 12:46:26 +00:00
Author: https://github.com/shannonbooth
Commit: 172556db74
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4876
1 changed files with 4 additions and 1 deletions
|
@ -15,5 +15,8 @@ interface Location { // but see also additional creation steps and overridden in
|
|||
[LegacyUnforgeable] undefined replace(USVString url);
|
||||
[LegacyUnforgeable] undefined reload();
|
||||
|
||||
[FIXME, LegacyUnforgeable, SameObject] readonly attribute DOMStringList ancestorOrigins;
|
||||
// Intentionally not implemented at this stage due to https://github.com/whatwg/html/issues/1918
|
||||
// This is not currently implemented by Firefox due to the above, and only seems to be used by
|
||||
// ad tech on real sites.
|
||||
// [LegacyUnforgeable, SameObject] readonly attribute DOMStringList ancestorOrigins;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue