[Webkit-unassigned] [Bug 104740] Generate internal.settings from Settings.in

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 16:43:36 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104740





--- Comment #1 from Tony Chang <tony at chromium.org>  2012-12-11 16:46:00 PST ---
The plan is to have make_settings.pl generate an idl file and the .h and .cpp implementations.  We then run the idl file through the bindings generator and compile all the generated files.

My current naming is InternalSettingsGenerated, but feel free to suggest a different name.

Source/WebCore/testing/InternalSettings.idl will still exist and it will extend InternalSettingsGenerated.idl.  For a variety of reasons, you may still need to write custom code for a setting (e.g., the setting takes enums, points, or some other non-webidl type).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list