mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
Per the discussion in: https://groups.google.com/d/msg/mozilla.dev.platform/P79pwa9z5m8/iPYPAWPHCAAJ They should be CamelCase, and that's what most of them already do. This converts the rest, which are a few. For the ones that already used `e` or `k` prefixes, I've mostly done: for file in $(rg Type::e layout | cut -d : -f 1 | sort | uniq); do sed -i 's#Type::e#Type::#g' $file; done For the ones that used uppercase, I've removed the prefix if it was already in the type name, and turn them into CamelCase. Depends on D28680 Differential Revision: https://phabricator.services.mozilla.com/D28681 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| moz.build | ||
| SessionStoreUtils.cpp | ||
| SessionStoreUtils.h | ||