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
*
Move srpcgen running out of scons and into its own script
mcgrathr@chromium.org
2012-01-05
3
-161
/
+227
*
Convert proxy callbacks to use TrackedCallback.
brettw@chromium.org
2012-01-05
8
-111
/
+57
*
Add tests for the page visibility, position, and clip in the new view API. Th...
brettw@chromium.org
2012-01-05
14
-35
/
+290
*
Fix build-break due to missed PPB thunk getter rename.
wez@chromium.org
2012-01-05
2
-2
/
+2
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
298
-859
/
+959
*
Convert ppapi/shared to use TrackedCallback.
brettw@chromium.org
2012-01-05
13
-157
/
+140
*
Use the new callback tracker and delete the old one
brettw@chromium.org
2012-01-04
3
-4
/
+46
*
Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.
wez@chromium.org
2012-01-04
8
-19
/
+33
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
2
-46
/
+58
*
New CPP docs for mouse lock and fullscreen. The docs are identical to those f...
jond@google.com
2012-01-04
2
-28
/
+112
*
Switch a number of code and header files from DOS to Unix line-endings.
wez@chromium.org
2012-01-04
17
-2451
/
+2451
*
Revert 116281 - Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
41
-636
/
+596
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
41
-596
/
+636
*
Fix nacl tests for new instance interface.
brettw@chromium.org
2012-01-03
2
-6
/
+2
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
72
-2116
/
+3327
*
Fixed coverity resource leaks
groby@chromium.org
2011-12-30
1
-4
/
+4
*
Coverity fixes for uninitialized vars
groby@chromium.org
2011-12-29
3
-5
/
+3
*
Move the tracked completion callback code into shared impl.
brettw@chromium.org
2011-12-29
13
-2
/
+672
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-1
/
+1
*
Remove references to headers not in TC.
noelallen@google.com
2011-12-28
5
-11
/
+13
*
WebSocket Pepper API: ArrayBuffer support
toyoshim@chromium.org
2011-12-28
2
-36
/
+123
*
Fixed coverity bug
groby@chromium.org
2011-12-22
1
-0
/
+1
*
Added test for disallowed nacl sockets switch.
ygorshenin@google.com
2011-12-22
5
-0
/
+131
*
Fixed coverity uninit bugs
groby@chromium.org
2011-12-22
2
-4
/
+2
*
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
[next]