summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
Commit message (Expand)AuthorAgeFilesLines
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-225-3/+49
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+3
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-2/+4
* Coverity; Fixing pass by value bugs.dpapad@chromium.org2011-12-212-4/+4
* Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.bbudge@chromium.org2011-12-212-4/+10
* Change pnacl to read all resources from the extension.sehr@google.com2011-12-2112-60/+96
* Coverity: Add a missing return statement.thestig@chromium.org2011-12-211-2/+2
* FindMatchingProperty: pass string as const ref to avoid copyingtbreisacher@chromium.org2011-12-211-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Add TestingInstance::ExecuteScript method which posts a message that the test...bbudge@chromium.org2011-12-177-3/+80
* NaCl: Remove unused #include of syscall_bindings_trampoline.hmseaborn@chromium.org2011-12-161-1/+0
* Remove support for using coordinator-specific lookup method. Replace it withsehr@google.com2011-12-1611-236/+266
* eliminate double initialization / finalization before last use.bsy@google.com2011-12-162-6/+2
* Pepper: Change '*_sources' variables in ppapi_sources.gypi to '*_source_files'.viettrungluu@chromium.org2011-12-162-2/+2
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-158-1/+115
* reduce log verbosity levelbsy@google.com2011-12-152-6/+15
* Fix buildbot warning about initialization order.sehr@google.com2011-12-151-2/+2
* This CL moves all command line processing out of the coordinator. Key other ...sehr@google.com2011-12-148-691/+756
* Put irt and untrusted TC dependencies behind a flag.robertm@google.com2011-12-143-101/+112
* Actually delete the nacl_file_main.* filesnfullagar@google.com2011-12-123-2/+0
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-129-85/+41
* Fix PluginImageData and mouselock NaCl example:yzshen@chromium.org2011-12-092-0/+6
* Update ppb_var NaCl test to use 1.1 interfacenfullagar@google.com2011-12-091-4/+2
* Chrome-side change to support stdout/err to postmessage debug hookup.bsy@google.com2011-12-093-2/+44
* Set default text input type to NONE for NaCl apps on OSXkochi@chromium.org2011-12-081-0/+11
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-089-41/+85
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-0722-70/+64
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-079-85/+41
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-072-0/+6
* Break FileIO and URLLoader tests down into individual cases.bbudge@chromium.org2011-12-071-3/+3
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-069-41/+85
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-069-85/+41
* Add rough version pnacl shim commandlines to pnacl coordinator.jvoung@google.com2011-12-061-3/+8
* Use ppapi_sources.gypi for nacl trusted build.scons like the untrusted nacl.s...jvoung@google.com2011-12-021-4/+8
* Disable pdf test for pnacl for now. It relies on a private interface,jvoung@google.com2011-12-021-1/+7
* Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-12-011-4/+8
* PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Renderer process.dpolukhin@chromium.org2011-12-0118-0/+2130
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-013-24/+0
* Update extension_mime_handler extension manifest to manifest_version 2.abarth@chromium.org2011-11-301-0/+1
* Remove default arg from GLES2Implementation's constructorgman@chromium.org2011-11-301-1/+2
* Remove NaCl file from ppapi_geturl test.nfullagar@google.com2011-11-295-281/+3
* Check command buffer Initialize return value.nfullagar@google.com2011-11-291-19/+20
* Revert 111618 - Reapply of http://codereview.chromium.org/8632023/noelallen@google.com2011-11-251-11/+4
* Reapply of http://codereview.chromium.org/8632023/noelallen@google.com2011-11-251-4/+11
* Revert 111606 - Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-11-251-11/+4
* Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-11-251-4/+11
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-242-1/+2
* Ensure swap is performed before informing compositor.jbauman@chromium.org2011-11-241-2/+1