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
*
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
*
ppapi_tests: Remove the source of flakiness from out-of-process FlashFullscre...
polina@google.com
2012-01-30
1
-5
/
+9
*
Add skeleton for file cleanup and cache renaming during translation.
sehr@google.com
2012-01-30
10
-342
/
+479
*
Make it possible to use ThreadLocalStorage::Slot as a static without
thakis@chromium.org
2012-01-30
1
-1
/
+1
*
This implicit cast (int32_t to bool) causes an error in the NaCl Clang build.
pdox@google.com
2012-01-28
1
-1
/
+2
*
PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Reso...
polina@google.com
2012-01-27
4
-1
/
+454
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
6
-45
/
+41
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
5
-40
/
+45
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
5
-45
/
+40
*
WebSocket Pepper API: make the API out of dev
toyoshim@chromium.org
2012-01-27
22
-105
/
+253
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-27
2
-19
/
+40
*
Toward an android build of sync_unit_tests: OWNERS=viettrungluu
jrg@chromium.org
2012-01-27
2
-5
/
+5
*
WebSocket Pepper API: Remove binary type handling interfaces
toyoshim@chromium.org
2012-01-27
15
-423
/
+22
*
PPAPI: Move PPB_ArrayBuffer out of Dev.
dmichael@chromium.org
2012-01-27
20
-151
/
+151
*
Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.
dmichael@chromium.org
2012-01-26
13
-79
/
+224
*
Revert 119200, the rest of the patch.
brettw@chromium.org
2012-01-26
3
-0
/
+221
*
Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...
brettw@chromium.org
2012-01-26
8
-0
/
+352
*
Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...
tzik@chromium.org
2012-01-26
2
-40
/
+19
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-26
2
-19
/
+40
*
Revert 119198 - First pass at implementing the MessageLoop interface. This in...
brettw@chromium.org
2012-01-26
11
-573
/
+0
*
First pass at implementing the MessageLoop interface. This includes a simple
brettw@chromium.org
2012-01-26
11
-0
/
+573
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
1
-4
/
+2
*
New header and footer (removed old ones) for devsite. New doxyfile pointing t...
jond@google.com
2012-01-25
5
-26
/
+167
*
Enhance the PPAPI enter tracking.
brettw@chromium.org
2012-01-25
4
-46
/
+184
*
Adding new png resource for page indicator background (2/2)
dpapad@chromium.org
2012-01-24
1
-1
/
+2
*
Add ppapi perftests infrastructure, plus a performance test for PPP_Messaging.
dmichael@chromium.org
2012-01-24
3
-4
/
+131
*
WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSE
toyoshim@chromium.org
2012-01-24
1
-1
/
+1
[next]