Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Unified Diff: mojo/public/bindings/lib/TODO

Issue 27034003: Mojo C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation issue on Official Linux builder Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698