| Summary: | [SameObject] missing from few SVG IDL files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | cdumez, karlcow, rniwa, sabouhallawa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 163414 | ||
| Bug Blocks: | |||
|
Description
Ahmad Saleem
2023-05-06 18:34:52 PDT
FYI, SameObject in the IDL in WebKit has no effect. Implementing the behavior of SameObject is actually involves either using [CachedAttribute] or a custom JS bindings visitor function. (In reply to Chris Dumez from comment #1) > FYI, SameObject in the IDL in WebKit has no effect. Implementing the > behavior of SameObject is actually involves either using [CachedAttribute] > or a custom JS bindings visitor function. So then is it Invalid bug? (In reply to Ahmad Saleem from comment #2) > (In reply to Chris Dumez from comment #1) > > FYI, SameObject in the IDL in WebKit has no effect. Implementing the > > behavior of SameObject is actually involves either using [CachedAttribute] > > or a custom JS bindings visitor function. > > So then is it Invalid bug? No necessarily, we would have to write tests to verify if those attributes always return the same object or not. |