You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
Listing down issues we need to tackle to clean up the repo:
1)Namespace conflicts. We seem to be using ui/content namespace for all classes under Wayland. We should come up with a better name for namespace used by these classes.
2)Wayland.gyp isn't functional. If the intention is to have it build wayland toolkit than we should fix it or remove it from repo.
3)Remove all un-necessary includes in *.h, *.cc
The text was updated successfully, but these errors were encountered:
1 and 3 should be started after IPC work gets merged. 2 is something we can already start.
Also I see that we have a lot of indentation issues. Cross checking chromium sources:
4)Headers should use indentation of 1 and sources use indentation of 2 spaces.
5) There are Places in our sources/headers where we wrap files below 80 columns or don't at all. Need to fix these for sake of consistency.
Listing down issues we need to tackle to clean up the repo:
1)Namespace conflicts. We seem to be using ui/content namespace for all classes under Wayland. We should come up with a better name for namespace used by these classes.
2)Wayland.gyp isn't functional. If the intention is to have it build wayland toolkit than we should fix it or remove it from repo.
3)Remove all un-necessary includes in *.h, *.cc
The text was updated successfully, but these errors were encountered: