-
Notifications
You must be signed in to change notification settings - Fork 19
CSS layers support for web applications #607
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
Conversation
Cherry pick to beta failed, 0 conflicted files in commit 099cda2 (warning: no changes merged) |
| private static HashMap<String, Messages> cachedMessages = new HashMap<String, Messages>(); | ||
| private String currentLanguage = null; | ||
| private Vector<Object> userStyleSheetFiles = new Vector<Object>(); | ||
| private String ThemekbPrefix; |
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.
ThemekbPrefix, ThemeStyleSheet and ThemeUrlbuildNumber should start with lowecase.
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.
ok, checked at e4ad5c6
ggallotti
left a comment
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!
Some minor Issue around VarNames.
BTW: PR Title should be more descriptive and not include the Issue Number.
|
@ggallotti thanks for the review, suggestions taken |
ggallotti
left a comment
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.
Thanks!
Just in case, it seems that latests commits were not included in BETA because of PR conflict.
No description provided.