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
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
26
-75
/
+561
*
Documentation for C++ version of ppb_view.
jond@google.com
2012-02-18
1
-51
/
+56
*
C++ documentation for VarArrayBuffer
jond@google.com
2012-02-18
1
-31
/
+41
*
Enable removing the object temporary file and quota tracking of the nexe.
sehr@google.com
2012-02-17
4
-7
/
+186
*
Add PPB_NetworkList_Private interface.
sergeyu@chromium.org
2012-02-17
2
-0
/
+343
*
Changes for 'C' version of documentation files needed to generate new DevSite...
jond@google.com
2012-02-17
3
-32
/
+30
*
Reinstate ResolveURL step in nacl manifest resolver -- mistake from 122409.
jvoung@google.com
2012-02-17
1
-2
/
+3
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
32
-398
/
+1691
*
Updated documentation (added <code></code> and some other changes).
jond@google.com
2012-02-17
2
-83
/
+111
*
Have nacl manifest lookup invoke pnacl coordinator to translate portable
jvoung@google.com
2012-02-17
7
-137
/
+289
*
PPAPI: Proxy VarArrayBuffer for out-of-process.
dmichael@chromium.org
2012-02-16
9
-14
/
+57
*
Minor changes as per Christians most-recent review of the docs.
jond@google.com
2012-02-16
10
-21
/
+24
*
Fixed grammar error and fixed problem with TODO items (changed to 'C' style c...
jond@google.com
2012-02-16
4
-15
/
+10
*
Move socket API restriction check to browser process
dpolukhin@chromium.org
2012-02-16
7
-23
/
+56
*
Remove browser support for non-PPAPI nexes, plus related artifacts.
sehr@google.com
2012-02-16
27
-2035
/
+687
*
Fix nested invocation of graphics 2D Flush.
brettw@chromium.org
2012-02-16
2
-4
/
+10
*
Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...
yzshen@chromium.org
2012-02-16
9
-85
/
+167
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
17
-174
/
+1127
*
[Clean up] OS_MAC -> OS_MACOSX
dbeam@chromium.org
2012-02-15
1
-1
/
+1
*
Dropping NaCl PPAPI hardware exception test on Chromium side
bradnelson@google.com
2012-02-15
3
-70
/
+0
*
reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...
dmichael@chromium.org
2012-02-15
21
-71
/
+235
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-3
/
+1
*
Remove TODO in PPAPI input event interface files.
yzshen@chromium.org
2012-02-14
3
-14
/
+2
*
Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...
dpapad@chromium.org
2012-02-14
21
-235
/
+71
*
PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.
dmichael@chromium.org
2012-02-14
21
-71
/
+235
*
Make a global enum to differentiate impl & proxy.
brettw@chromium.org
2012-02-14
48
-310
/
+201
*
Added idl file for Pepper 3D.
alokp@chromium.org
2012-02-10
9
-146
/
+511
*
Fix typo in IDLNode.Dump function.
asargent@chromium.org
2012-02-09
1
-2
/
+1
*
PPAPI: Dial back the PostMessage threading test and re-enable on Win
dmichael@chromium.org
2012-02-09
1
-0
/
+8
*
Fix creation/probing of temporary directory.
sehr@google.com
2012-02-09
2
-52
/
+6
*
Move the charset inteface to "trusted" (we can't implement this efficiently
brettw@chromium.org
2012-02-09
12
-214
/
+753
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
19
-34
/
+609
*
Make inline c blocks non-greedy, and use to add pragma pack to gamepad structure
scottmg@chromium.org
2012-02-08
3
-2
/
+14
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
2
-3
/
+7
*
PPAPI IDL -> C Generator: inout parameter should not be a pointer.
alokp@chromium.org
2012-02-07
1
-1
/
+1
*
Use the correct Resource constructor for PPB_Font_Shared in the plugin process.
yzshen@chromium.org
2012-02-07
2
-9
/
+41
*
Fix some random comment problems that people have noticed.
brettw@chromium.org
2012-02-07
4
-22
/
+16
*
Remove special handling for strings in var serialization.
brettw@chromium.org
2012-02-07
10
-232
/
+70
*
Remove some unused local variables from pnacl coordinator.
jvoung@google.com
2012-02-07
1
-2
/
+0
*
Removed special keyword called attribute which is unused by the parser.
alokp@chromium.org
2012-02-06
1
-1
/
+0
*
WebSocket Pepper API: Add close status code definition
toyoshim@chromium.org
2012-02-06
2
-1
/
+228
*
Remove static initializer for TLS object. This moves the TLS to the
brettw@chromium.org
2012-02-05
2
-11
/
+36
*
Convert most users in thunk that used MayForceCallback to use the new Enter.....
brettw@chromium.org
2012-02-05
32
-341
/
+298
*
Fix a tiny typo in the comment on pp::Instance::Init().
wez@chromium.org
2012-02-04
1
-2
/
+2
*
PPAPI: Reduce string copying in SerializedVar.
dmichael@chromium.org
2012-02-04
11
-117
/
+180
*
Use CORS for fetching NaCl resources from extensions.
jvoung@google.com
2012-01-31
12
-75
/
+30
*
Chrome part of exception handling support. The debugger is attached when new ...
halyavin@google.com
2012-01-31
3
-0
/
+70
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
22
-1
/
+707
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
20
-78
/
+251
*
Convert use of int ms to TimeDelta in scattered chromium files.
tedvessenes@gmail.com
2012-01-30
1
-1
/
+2
[next]