| Index: mojo/public/bindings/lib/TODO
|
| diff --git a/mojo/public/bindings/lib/TODO b/mojo/public/bindings/lib/TODO
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d8aa3ce891b345ab0c9dea69bd8b12fc074f0b0
|
| --- /dev/null
|
| +++ b/mojo/public/bindings/lib/TODO
|
| @@ -0,0 +1,12 @@
|
| +TODOs:
|
| + - Ensure validation checks are solid
|
| + - Add tests of validation logic
|
| + - Add tests of Buffer classes
|
| + - Optimize Buffer classes?
|
| + - Make "Clone" method public?
|
| + - Specify object packing and padding.
|
| + - Add compile-time asserts to verify object packing and padding.
|
| + - Pack boolean arrays?
|
| + - Get rid of gratuitous use of Align() function in favor of adding padding.
|
| + - Investigate making arrays of objects not be arrays of pointers.
|
| + - Consider getting rid of Data structs (i.e., d_ member).
|
|
|