1. 6b91c40a by [email protected] · 15 years ago
  2. f98c6a1 Some minor tweaks to doxygen code. Namely adding @file sections to the start by [email protected] · 15 years ago
  3. 040d5e8 Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct (enums, interfaces, and so on). by [email protected] · 15 years ago
  4. 6ea6954 Change ppapi C++ comment style into C. by [email protected] · 15 years ago
  5. 1ad2a1db Add compile assertions to enforce the sizes of all structs and enums in the C API. Adjust some structs to make their sizes consistent across architectures. Note that some structs contain pointers, so are difficult to make consistent between 32-bit and 64-bit. Those types are in test_struct_sizes.c. Other types have a compile assertion immediately after their definition. by [email protected] · 15 years ago
  6. 7631cf8 Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Wherever by [email protected] · 15 years ago
  7. 6f2e391 Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on Windows). This includes changing bool to PP_Bool and adding a PP_INLINE macro. by [email protected] · 15 years ago
  8. 1758e88 Move PPAPI into the Chrome repo. The old repo was http://ppapi.googlecode.com/ by [email protected] · 15 years ago