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. |
||
|---|---|---|
| .. | ||
| Blob.cpp | ||
| Blob.h | ||
| Blob.idl | ||
| BlobURLStore.cpp | ||
| BlobURLStore.h | ||
| File.cpp | ||
| File.h | ||
| File.idl | ||
| FileList.cpp | ||
| FileList.h | ||
| FileList.idl | ||
| FileReader.cpp | ||
| FileReader.h | ||
| FileReader.idl | ||
| FileReaderSync.cpp | ||
| FileReaderSync.h | ||
| FileReaderSync.idl | ||