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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove executable permission.
yzshen@chromium.org
2011-09-08
2
-0
/
+0
*
Introduce a new Pepper interface: PPB/PPP_MouseLock.
yzshen@chromium.org
2011-09-08
2
-0
/
+120
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
9
-110
/
+110
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-110
/
+110
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-110
/
+110
*
Add comment to PPB_MouseInputEvent version 1.1 that GetMovement hasn't been s...
yzshen@chromium.org
2011-09-06
1
-0
/
+4
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
2
-10
/
+10
*
Add note about blocking completion callbacks on the main thread.
dmichael@chromium.org
2011-08-31
1
-4
/
+7
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
2
-5
/
+24
*
Fixed spelling errors and changed all references to PP_Resource to be the
jond@google.com
2011-08-31
6
-10
/
+15
*
Changed all @code to <code> and @endcode to </code> as per dmichael. Adding P...
jond@google.com
2011-08-30
6
-83
/
+26
*
Allow both Context3D and Graphics3D with the video decoder
piman@chromium.org
2011-08-30
2
-3
/
+17
*
ppapi: Make 0.4 the default for PPP_Printing_Dev, leave backwards-compat.
dmichael@chromium.org
2011-08-29
2
-17
/
+0
*
Add SetProperti() in the PPB_Transport_Dev interface.
sergeyu@chromium.org
2011-08-26
2
-0
/
+9
*
Changing all True to true and all False to false as per dmichael.
jond@google.com
2011-08-23
2
-27
/
+27
*
Fixed references such that all begin "Refer to xyz for further information."
jond@google.com
2011-08-23
3
-9
/
+14
*
I think I need a rubber stamp LGTM from you.
jond@google.com
2011-08-22
1
-125
/
+322
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
2
-9
/
+48
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
2
-11
/
+0
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
2
-31
/
+0
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
2
-6
/
+9
*
Small changes such as spacing and adding [in/out] identifiers after @params.
jond@google.com
2011-08-16
13
-107
/
+276
*
Missed some items to document here. New documentation.
jond@google.com
2011-08-16
1
-39
/
+76
*
ppapi: fix outdated comment in cpp header.
polina@google.com
2011-08-12
1
-2
/
+1
*
New C++ Docs.
jond@google.com
2011-08-11
4
-148
/
+269
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
5
-1
/
+27
*
C++ File IO documentation.
jond@google.com
2011-08-09
3
-23
/
+29
*
New instance.h documentation
jond@google.com
2011-08-09
1
-126
/
+136
*
C++ documentation for URL Loading classes
jond@google.com
2011-08-09
3
-16
/
+485
*
Fixed some basic tag issues (missing /code endings, etc.).
jond@google.com
2011-08-09
3
-11
/
+11
*
C++ wrappers for PPB_VideoCapture_Dev
piman@google.com
2011-08-09
6
-0
/
+208
*
PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModule
polina@google.com
2011-08-08
1
-5
/
+6
*
Fix some egregious bugs in Var.
brettw@chromium.org
2011-08-05
3
-13
/
+20
*
New Var.h documentation. Some docs are absent as I wasn't sure what they did.
jond@google.com
2011-08-01
1
-58
/
+178
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
2
-0
/
+10
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
2
-22
/
+9
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Update PPB_Flash_TCPSocket implementation to support force async callback.
yzshen@chromium.org
2011-07-25
1
-5
/
+5
*
Re-added decoder id to PPP_VideoDecoder_Dev methods
fischman@chromium.org
2011-07-22
2
-15
/
+25
*
Convert input event to interface version 1.0. Rename some of the mouse and
brettw@chromium.org
2011-07-20
3
-41
/
+253
*
Reland http://codereview.chromium.org/7452002/ again
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Revert 93223 - Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
3
-1
/
+20
*
Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
3
-1
/
+20
*
Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Binding Graphics3D with Instance and OpenGLES2 interface.
alokp@chromium.org
2011-07-19
2
-0
/
+12
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
2
-0
/
+71
*
Update the widget API to use the new InputEvent resource rather than the old
brettw@chromium.org
2011-07-19
2
-5
/
+5
*
Create a way to iterate over instances in a module in the C++ wrapper.
brettw@chromium.org
2011-07-19
1
-1
/
+5
*
Removing file io, file ref, and file sytem from dev.
sanga@chromium.org
2011-07-19
3
-48
/
+0
[next]