summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* Missing changes for IDLnoelallen@google.com2011-07-191-0/+9
| | | | | | | | | | To minor changes to comments for the IDL. Updated pp_stdint.idl so that we could generate it instead of checking in pp_stdint.h. In addition it now provides a location for defining built in types. Eventually we can migrate type properties into this file. Review URL: http://codereview.chromium.org/7448005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93125 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/7276038jond@google.com2011-06-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90819 0039d316-1c4b-4281-b951-d872f2087c98
* pp_stdint.h: moved else, include, and endifjond@google.com2011-06-281-5/+4
| | | | | | | | | | | | ppb.h: changed to relative url ppb_audio.h: changed to relative url ppb_audio_config.h: changed to relative url ppb_image_data.h: changed in/out to in,out (correct syntax) ppb_url_loader.h: removed a bunch of </li> tags that were unneeded and causing warnings, also rename parm to param and in/out to in,out ppp_instance.h: escaped some <embed> tags so they didn't confuse Doxygen. Review URL: http://codereview.chromium.org/7248017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90782 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up some types in the API.neb@chromium.org2011-03-281-2/+0
| | | | | | | | | | | | | | | | | size_t -> int32_t, char* -> void* for buffers, void* -> const void* where needed. We already use int32_t when we serialize size_t (and unlike pointers, size_ts do get serialized a lot). char* for representing unstructured blocks of memory is weird, see "man 2 read" and friends. I'm removing it because it complicates our type system in IDL for no reason. const void* should be obvious. BUG=76271 TEST=none Review URL: http://codereview.chromium.org/6711047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79623 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/6246117jond@google.com2011-02-161-2/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75197 0039d316-1c4b-4281-b951-d872f2087c98
* Some minor tweaks to doxygen code. Namely adding @file sections to the start jond@google.com2011-01-281-1/+9
| | | | | | | of many files. Review URL: http://codereview.chromium.org/6261031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73030 0039d316-1c4b-4281-b951-d872f2087c98
* Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by ↵jond@google.com2011-01-281-7/+0
| | | | | | | | construct (enums, interfaces, and so on). Review URL: http://codereview.chromium.org/6297018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72960 0039d316-1c4b-4281-b951-d872f2087c98
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-201-6/+7
| | | | | | | | | | | This allows graphics 2d example to compile. BUG=none TEST=Compiling examples/2d/graphics_2d.c with NaCl works. Review URL: http://codereview.chromium.org/5997003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69725 0039d316-1c4b-4281-b951-d872f2087c98
* Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ↵dmichael@google.com2010-11-191-1/+2
| | | | | | | | | | | | | Add a simple test to ensure all C++ files compile. Re-sorted the includes in test_c_includes.c that uncovered a problem whereby ppapi headers expect pp_stdint.h to include stddef.h, and it wasn't doing it on Windows. See http://codereview.chromium.org/5190004/ for an attempt at automating the test generation and verification of ppapi.gyp. BUG=66321 TEST=None Review URL: http://codereview.chromium.org/5233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66781 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+36
http://ppapi.googlecode.com/ TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64613 0039d316-1c4b-4281-b951-d872f2087c98