| Commit message (Expand) | Author | Age | Files | Lines |
* | More changes to fix PNaCl NMF issue when rolling DEPS | nfullagar@google.com | 2012-07-23 | 2 | -10/+1 |
* | NaCl: Disable MIME type handler test in the standalone NaCl build | mseaborn@chromium.org | 2012-07-20 | 1 | -1/+13 |
* | After LOG_FATAL occurs, have plugin show recent NaClLog outputs on JavaScript... | bsy@google.com | 2012-07-20 | 4 | -0/+42 |
* | Use env.ProgramNameForNmf(...) Required for DEPS roll. | nfullagar@google.com | 2012-07-20 | 1 | -1/+1 |
* | NaCl: Remove two uses of '#include "nacl/nacl_log.h"' | mseaborn@chromium.org | 2012-07-20 | 2 | -5/+1 |
* | Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"' | mseaborn@chromium.org | 2012-07-20 | 2 | -1/+5 |
* | NaCl: Remove two uses of '#include "nacl/nacl_log.h"' | mseaborn@chromium.org | 2012-07-20 | 2 | -5/+1 |
* | Save PP_CompletionCallback in ppb_talk_private_thunk.cc | jhorwich@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Revert 147401 - Merge branch 'master' of http://git.chromium.org/chromium/src... | jochen@chromium.org | 2012-07-19 | 4 | -42/+0 |
* | Merge branch 'master' of http://git.chromium.org/chromium/src into mywork | bsy@google.com | 2012-07-19 | 4 | -0/+42 |
* | Remove unused member variable. | nileshagrawal@chromium.org | 2012-07-18 | 2 | -6/+1 |
* | Replace ppapi_example_audio test with ppapi_browser/ppb_audio test. | nfullagar@google.com | 2012-07-17 | 2 | -14/+1 |
* | Fix line endings. | brettw@chromium.org | 2012-07-17 | 5 | -386/+386 |
* | PPAPI Flash: Remove support for PPB_Flash 12.0-12.2 and PPB_Flash_Clipboard 3... | viettrungluu@chromium.org | 2012-07-17 | 2 | -59/+10 |
* | Fix typo where dialog box save_as parameter was dropped, introduced as part o... | tsepez@chromium.org | 2012-07-17 | 1 | -1/+1 |
* | Fix some bugs in the file chooser. | brettw@chromium.org | 2012-07-17 | 1 | -1/+1 |
* | Remove ppb_fullscreen_dev interface, as fullscreen has been out | nfullagar@google.com | 2012-07-16 | 9 | -196/+1 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 24 | -427/+645 |
* | Fix unit test to allow repeated successful runs by avoiding a function static... | scottbyer@chromium.org | 2012-07-14 | 2 | -3/+6 |
* | Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a... | scottbyer@chromium.org | 2012-07-13 | 2 | -6/+3 |
* | Fix unit test to allow repeated successful runs by avoiding a function static... | scottbyer@chromium.org | 2012-07-13 | 2 | -3/+6 |
* | Some misc gyp fix-up for Android | yfriedman@chromium.org | 2012-07-13 | 1 | -2/+2 |
* | Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins. | raymes@chromium.org | 2012-07-13 | 1 | -7/+0 |
* | Remove non_thread_safe_ref_count. | brettw@chromium.org | 2012-07-13 | 1 | -1/+0 |
* | Add support for threadsafe completion callback factory. | brettw@chromium.org | 2012-07-13 | 33 | -186/+511 |
* | Add permissions buts for Pepper plugins. | brettw@chromium.org | 2012-07-13 | 5 | -3/+90 |
* | PPAPI: Add console logging methods to pp::InstancePrivate. | viettrungluu@chromium.org | 2012-07-12 | 2 | -6/+41 |
* | PPAPI (Flash): Fix FileModuleLocal::GetDirContents(). | viettrungluu@chromium.org | 2012-07-12 | 3 | -5/+14 |
* | Move fullscreen & core ppapi tests to common so they're also included in NaCl | nfullagar@google.com | 2012-07-12 | 1 | -4/+4 |
* | Switch the downloads API over to IDL/json_schema_compiler | benjhayden@chromium.org | 2012-07-11 | 1 | -3/+35 |
* | Re-enabled PPAPI crash url for non-windows platforms. | raymes@chromium.org | 2012-07-11 | 1 | -1/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 7 | -7/+0 |
* | PPAPI: Add Quota info to PPB_FileSystem::Open doc | dmichael@chromium.org | 2012-07-11 | 3 | -5/+27 |
* | RefCounted types should not have public destructors | rsleevi@chromium.org | 2012-07-11 | 1 | -2/+4 |
* | Get the audio proxy building as untrusted code for NaCl. | bbudge@chromium.org | 2012-07-10 | 4 | -9/+7 |
* | More correct disabling of SucceedWhenAllowed due to timeouts. | mihaip@chromium.org | 2012-07-10 | 1 | -2/+1 |
* | Disable SucceedWhenAllowed due to timeouts. | mihaip@chromium.org | 2012-07-10 | 1 | -1/+2 |
* | Remove dead NaCl tests and re-enabled fixed tests. | ncbray@google.com | 2012-07-10 | 8 | -704/+0 |
* | Change account in ppapi/native_client OWNERS file for jvoung to chromium. | jvoung@chromium.org | 2012-07-10 | 1 | -1/+1 |
* | PPAPI: Add an API for setting a custom user agent for URL requests. | viettrungluu@chromium.org | 2012-07-10 | 7 | -6/+71 |
* | Fix PPB_MouseLock.LockMouse crash and add tests. | yzshen@chromium.org | 2012-07-09 | 6 | -13/+156 |
* | Add audio interface proxies to untrusted NaCl build. | bbudge@chromium.org | 2012-07-03 | 1 | -5/+4 |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 6 | -19/+17 |
* | Remove -lcrypto from SCons NaCl plugin build | dschuff@chromium.org | 2012-07-02 | 1 | -3/+3 |
* | Disable setting the crash URL in breakpad for pepper flash. | raymes@chromium.org | 2012-07-02 | 1 | -0/+5 |
* | Create a PPAPI host for new resource message routing. | brettw@chromium.org | 2012-06-30 | 13 | -0/+475 |
* | Plumb through the page focus lost event to Pepper plugins. | brettw@chromium.org | 2012-06-30 | 3 | -10/+36 |
* | Remove the PPAPI example plugin. | brettw@chromium.org | 2012-06-29 | 7 | -678/+17 |
* | Only paste the fragment of text which was copied to the clipboard. | raymes@chromium.org | 2012-06-29 | 1 | -3/+8 |
* | Allow to release WebSocket resource in completion callbacks invoked by Close(). | toyoshim@chromium.org | 2012-06-29 | 3 | -3/+74 |