mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
We have a couple of ways to designate spec notes and (our) developer notes in comments, but we never really settled on a single approach. As a result, we have a bit of a mixed bag of note comments on our hands. To the extent that I could find them, I changed developer notes to `// NB: ...` and changed spec notes to `// NOTE: ...`. The rationale for this is that in most web specs, notes are prefixed by `NOTE: ...` so this makes it easier to copy paste verbatim. The choice for `NB: ...` is pretty arbitrary, but it makes it stand out from the regular spec notes and it was already in wide use in our codebase. |
||
|---|---|---|
| .. | ||
| CacheStorage.cpp | ||
| CacheStorage.h | ||
| CacheStorage.idl | ||
| EventNames.cpp | ||
| EventNames.h | ||
| Job.cpp | ||
| Job.h | ||
| Registration.cpp | ||
| Registration.h | ||
| ServiceWorker.cpp | ||
| ServiceWorker.h | ||
| ServiceWorker.idl | ||
| ServiceWorkerContainer.cpp | ||
| ServiceWorkerContainer.h | ||
| ServiceWorkerContainer.idl | ||
| ServiceWorkerGlobalScope.cpp | ||
| ServiceWorkerGlobalScope.h | ||
| ServiceWorkerGlobalScope.idl | ||
| ServiceWorkerRecord.cpp | ||
| ServiceWorkerRecord.h | ||
| ServiceWorkerRegistration.cpp | ||
| ServiceWorkerRegistration.h | ||
| ServiceWorkerRegistration.idl | ||