mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 09:01:00 +00:00
In this generator change, we introduce a new factory method for bound LibWeb objects that takes a JS::Realm instead of Web::HTML::Window. The two methods are allowed to co-exist at this point, but the option to take an HTML::Window will be removed once all clases are converted to the new API. We also start using the new Bindings::ensure_web_[prototype/constructor] helpers from the Bindings/Intrinsics class so that we can eventually remove the helpers from Window.h for the same. |
||
|---|---|---|
| .. | ||
| BindingsGenerator | ||
| CMakeLists.txt | ||
| GenerateCSSEnums.cpp | ||
| GenerateCSSMediaFeatureID.cpp | ||
| GenerateCSSPropertyID.cpp | ||
| GenerateCSSTransformFunctions.cpp | ||
| GenerateCSSValueID.cpp | ||
| GeneratorUtil.h | ||