index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning in release mode.
brettw@chromium.org
2011-10-22
1
-0
/
+1
*
Convert the flash clipboard API to thunk system.
brettw@chromium.org
2011-10-22
12
-91
/
+271
*
Convert the Flash interfaces to no longer use GetInfo.
brettw@chromium.org
2011-10-22
16
-145
/
+70
*
Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...
brettw@chromium.org
2011-10-21
18
-331
/
+434
*
Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)
thakis@chromium.org
2011-10-21
18
-434
/
+331
*
Remove the proxy callback tracker.
brettw@chromium.org
2011-10-21
18
-331
/
+434
*
NaCl PPAPI Fullscreen: Add 2D painting to the test.
polina@google.com
2011-10-21
1
-26
/
+54
*
Rename InterfaceID to ApiID and move the file.
brettw@chromium.org
2011-10-20
81
-377
/
+371
*
Remove TrackerBase.
brettw@chromium.org
2011-10-20
16
-149
/
+52
*
Fix NaCl download progress events for zipped Nexes.
bbudge@google.com
2011-10-20
1
-3
/
+4
*
native_client/tests/ppapi_test_lib: factor out helper functionality from the
polina@google.com
2011-10-20
4
-108
/
+145
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
41
-174
/
+336
*
Remove RemoteAccessClientFirewallTraversal policy and code paths.
wez@chromium.org
2011-10-20
16
-287
/
+0
*
gcc 4.6 fixes for ppapi so that these will build nacl-side. tested
bsy@google.com
2011-10-20
3
-8
/
+8
*
Remove stale references to private NaCl copy of PPAPI
noelallen@google.com
2011-10-19
5
-26
/
+15
*
ppapi_test_lib: Update all stable interface getters to CHECK for their
polina@google.com
2011-10-19
1
-5
/
+15
*
Fix a bug in the NaCl proxy for PPP_Find_Dev. The search term length doesn't ...
bbudge@chromium.org
2011-10-19
1
-1
/
+1
*
Replace sizeof with strlen in ppapi/tests/test_file_io.cc
kinuko@chromium.org
2011-10-19
1
-2
/
+2
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
41
-332
/
+173
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
41
-173
/
+332
*
Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...
bbudge@google.com
2011-10-18
7
-103
/
+18
*
Disable building ppapi_geturl for PNaCl GlibC.
pdox@google.com
2011-10-18
1
-0
/
+4
*
Fix the PPAPI unittests by hooking up the new proxy function.
brettw@chromium.org
2011-10-17
1
-7
/
+11
*
Fix crash in PPB_FileChooser_Dev proxy.
bbudge@google.com
2011-10-17
1
-2
/
+2
*
ppb_fullscreen: update the comments that got out of date when this patch
polina@google.com
2011-10-17
2
-15
/
+11
*
Move PPB/PPP_MouseLock out of dev/.
yzshen@chromium.org
2011-10-16
36
-131
/
+126
*
Mac implementation of mouse lock in render widget host view.
scheib@chromium.org
2011-10-15
1
-33
/
+33
*
PPAPI Fullscreen: move out of Dev.
polina@google.com
2011-10-14
26
-60
/
+247
*
PPAPI Fullscreen: update ppapi_test to match the behavior after
polina@google.com
2011-10-14
1
-2
/
+2
*
PPAPI Fullscreen: remove redundant code errouneously inherited from
polina@google.com
2011-10-14
2
-15
/
+11
*
update to use ALLOW_THIS_IN_INITIALIZER_LIST.
bsy@google.com
2011-10-14
1
-2
/
+4
*
PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...
polina@google.com
2011-10-14
4
-35
/
+29
*
Pepper: Add a C++ wrapper for the trusted file chooser.
viettrungluu@chromium.org
2011-10-13
4
-3
/
+98
*
Proxy PPB_FileChooserTrusted for Flash.
bbudge@google.com
2011-10-13
3
-1
/
+24
*
Take the size of an array instead of pointer for string comparison.
dmichael@chromium.org
2011-10-13
1
-2
/
+2
*
Fix build error while building with 'make' (Complete build).
qtc746@motorola.com
2011-10-13
1
-1
/
+1
*
Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...
bbudge@chromium.org
2011-10-13
9
-20
/
+104
*
Move 'SaveAs' functionality from PPB_FileChooser_Dev to PPB_FileChooser_Trust...
bbudge@google.com
2011-10-12
5
-57
/
+57
*
Fix for checkdeps.
kinaba@chromium.org
2011-10-12
1
-11
/
+25
*
Implement Pepper IME API.
kinaba@chromium.org
2011-10-12
3
-0
/
+650
*
Export symbols for shared library build.
dmichael@chromium.org
2011-10-11
1
-1
/
+3
*
Revert 104941 - PP_EXPORT new ppapi::ProxyLock.
msw@chromium.org
2011-10-11
1
-3
/
+1
*
PP_EXPORT new ppapi::ProxyLock.
msw@chromium.org
2011-10-11
1
-1
/
+3
*
Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...
dmichael@chromium.org
2011-10-11
10
-44
/
+380
*
Fix the IDL for PPB_Font_Dev now that enum values can be expressions.
bbudge@chromium.org
2011-10-11
2
-5
/
+5
*
Convert the charset, memory, and crypto interfaces to use the thunk system.
brettw@chromium.org
2011-10-11
26
-400
/
+214
*
Prevent reentrant destructors in the PluginModule.
brettw@chromium.org
2011-10-11
2
-8
/
+23
*
Convert URLUtil to the thunk system.
brettw@chromium.org
2011-10-10
15
-319
/
+289
*
Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...
yzshen@chromium.org
2011-10-09
1
-7
/
+24
*
Porting ppapi_bad NaCl test to glibc.
halyavin@chromium.org
2011-10-08
3
-20
/
+78
[next]