mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +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. |
||
|---|---|---|
| .. | ||
| AgentType.h | ||
| AudioConstructor.cpp | ||
| AudioConstructor.h | ||
| ExceptionOrUtils.h | ||
| HostDefined.cpp | ||
| HostDefined.h | ||
| ImageConstructor.cpp | ||
| ImageConstructor.h | ||
| Intrinsics.cpp | ||
| Intrinsics.h | ||
| MainThreadVM.cpp | ||
| MainThreadVM.h | ||
| OptionConstructor.cpp | ||
| OptionConstructor.h | ||
| PlatformObject.cpp | ||
| PlatformObject.h | ||
| PrincipalHostDefined.cpp | ||
| PrincipalHostDefined.h | ||
| Serializable.h | ||
| SyntheticHostDefined.cpp | ||
| SyntheticHostDefined.h | ||
| Transferable.h | ||