mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 12:17:32 +00:00
This allows readonly attributes and functions to have a 'FIXME' extended attribute added to the IDL definition to stub out the function. This makes debugging web compatibility issues on live sites much easier as a FIXME message is logged whenever one of these functions or attributes are called. Support still needs to be extended to non-readonly attributes (and some other special cases), but this should allow us to set a big percentage of the commented out attributes/functions in IDL files to instead use this extended attribute.