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
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
38
-68
/
+410
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+3
*
Coverity: Fix leaks.
jhawkins@chromium.org
2011-12-21
1
-2
/
+4
*
Fixed misspelled word in ppb_image_data. Updated/rewrote docs in the other th...
jond@google.com
2011-12-21
8
-80
/
+150
*
Coverity; Fixing pass by value bugs.
dpapad@chromium.org
2011-12-21
2
-4
/
+4
*
Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.
bbudge@chromium.org
2011-12-21
3
-21
/
+22
*
Change pnacl to read all resources from the extension.
sehr@google.com
2011-12-21
12
-60
/
+96
*
Revert 115289 - Added test for disallowed nacl sockets switch.
rsleevi@chromium.org
2011-12-21
5
-131
/
+0
*
Coverity: Add a missing return statement.
thestig@chromium.org
2011-12-21
1
-2
/
+2
*
Added test for disallowed nacl sockets switch.
ygorshenin@google.com
2011-12-21
5
-0
/
+131
*
FindMatchingProperty: pass string as const ref to avoid copying
tbreisacher@chromium.org
2011-12-21
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
3
-0
/
+4
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
3
-4
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
3
-0
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-1
/
+2
*
Coverity: Fixing pass by value bugs
dpapad@chromium.org
2011-12-20
2
-2
/
+2
*
Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...
brettw@chromium.org
2011-12-20
11
-69
/
+102
*
Revert 115093 because of memory test failures - WebSocket Pepper API: C++ hel...
toyoshim@chromium.org
2011-12-20
5
-629
/
+4
*
WebSocket Pepper API: C++ helper class implementation.
toyoshim@chromium.org
2011-12-20
5
-4
/
+629
*
Regenerate the PPB_Flash interface header with LF line-endings.
wez@chromium.org
2011-12-20
1
-142
/
+142
*
Resubmit 114881, but without a bad dependency on base.
polina@google.com
2011-12-20
2
-26
/
+128
*
Add TestingInstance::ExecuteScript method which posts a message that the test...
bbudge@chromium.org
2011-12-17
13
-24
/
+115
*
Revert 114881 - PPB_Fullscreen test: Merge the NaCl version of the test into ...
georgey@chromium.org
2011-12-17
2
-129
/
+27
*
PPB_Fullscreen test: Merge the NaCl version of the test into ppapi/tests comp...
polina@google.com
2011-12-16
2
-27
/
+129
*
NaCl: Remove unused #include of syscall_bindings_trampoline.h
mseaborn@chromium.org
2011-12-16
1
-1
/
+0
*
Pepper: Add a wrapper for the private PPB_Flash interface.
viettrungluu@chromium.org
2011-12-16
3
-0
/
+238
*
WebSocket Pepper API: C++ bindings implementation.
toyoshim@chromium.org
2011-12-16
8
-149
/
+431
*
Pepper: unit tests for VarTracker
toyoshim@chromium.org
2011-12-16
3
-0
/
+161
*
Remove support for using coordinator-specific lookup method. Replace it with
sehr@google.com
2011-12-16
11
-236
/
+266
*
eliminate double initialization / finalization before last use.
bsy@google.com
2011-12-16
2
-6
/
+2
*
Pepper: Change '*_sources' variables in ppapi_sources.gypi to '*_source_files'.
viettrungluu@chromium.org
2011-12-16
6
-16
/
+16
*
Add FileIOTrusted class.
sehr@google.com
2011-12-15
3
-0
/
+92
*
Fix a typo in ppp_input_event.idl.
wez@chromium.org
2011-12-15
2
-3
/
+3
*
Implement in-process PPB_VarArrayBuffer_Dev.
dmichael@chromium.org
2011-12-15
22
-43
/
+311
*
GetDocumentURL is added to PPB_Testing_Dev.
ygorshenin@google.com
2011-12-15
19
-143
/
+500
*
Reland; WebSocket Pepper API: Add live object check to WebSocket PPAPI tests
toyoshim@chromium.org
2011-12-15
3
-12
/
+33
*
Reland; Pepper: Var keeps invalid var_id if VarTracker release it and there i...
toyoshim@chromium.org
2011-12-15
2
-0
/
+7
*
reduce log verbosity level
bsy@google.com
2011-12-15
2
-6
/
+15
*
Fix buildbot warning about initialization order.
sehr@google.com
2011-12-15
1
-2
/
+2
*
Rev the Flash interface to add new functionality.
brettw@chromium.org
2011-12-15
16
-127
/
+314
*
This CL moves all command line processing out of the coordinator. Key other ...
sehr@google.com
2011-12-14
8
-691
/
+756
*
Put irt and untrusted TC dependencies behind a flag.
robertm@google.com
2011-12-14
3
-101
/
+112
*
Reverting because I reverted the CL this depends on...
finnur@chromium.org
2011-12-14
3
-33
/
+12
*
Reverting half the checkins that are suspected of breaking the world.
finnur@chromium.org
2011-12-14
2
-7
/
+0
*
WebSocket Pepper API: Add live object check to WebSocket PPAPI tests
toyoshim@chromium.org
2011-12-14
3
-12
/
+33
*
Var keeps invalid var_id if VarTracker release it and there is
toyoshim@chromium.org
2011-12-14
2
-0
/
+7
*
Enhance PPAPI IME example for demonstrating features related to text selection.
kinaba@chromium.org
2011-12-14
1
-28
/
+124
*
(Cleanup) Use its own MIME type in the PPAPI IME example.
kinaba@chromium.org
2011-12-14
1
-8
/
+8
*
This CL forces ppapi_untrusted to use the same extra_deps PATH as the default...
wez@chromium.org
2011-12-13
1
-4
/
+4
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
2
-7
/
+11
[next]