-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Userland: Port a few applications to the GML compiler #20524
Conversation
d85a37e
to
86e84ba
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
86e84ba
to
b7da3be
Compare
b7da3be
to
cc950e8
Compare
Linter is failing in CI. |
cc950e8
to
20de75a
Compare
ad98116
to
8d5e224
Compare
Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.h
Outdated
Show resolved
Hide resolved
Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.h
Outdated
Show resolved
Hide resolved
Userland/Applications/CertificateSettings/CertificateStoreWidget.h
Outdated
Show resolved
Hide resolved
Addendum: Looks like we have a multitude of established ways to run additional initialization functions after the GML part has been initialized. Maybe we should look at hooking this into the GML compiler in the future (most likely thinking up one "true" interface and placing |
This is a good idea, but I think we can move forward with this anyways. |
8d5e224
to
e524608
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but needs a rebase.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions! |
(still needs a rebase) conflicts with apps that other contributors updated in the meantime. |
e524608
to
10ea85f
Compare
CertificateSettings, CalendarSettings, Calendar, Calculator, BrowserSettings, Run, LoginServer. All confirmed to work.
Depends on #20523