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
/
shared_impl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add some CHECKs to try to diagnose a crash.
brettw@chromium.org
2012-06-28
1
-2
/
+12
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
2
-1
/
+5
*
Implement right-to-left text rendering in Pepper.
brettw@chromium.org
2012-06-28
1
-20
/
+125
*
Remove these old files. I renamed this ppb_browserfont_shared and these files...
brettw@chromium.org
2012-06-26
2
-494
/
+0
*
Increase default buffer size when back end can't recommend one.
nfullagar@google.com
2012-06-26
1
-5
/
+5
*
Coverity: Fix deadcode...sorta.
jhawkins@chromium.org
2012-06-25
1
-3
/
+2
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
25
-194
/
+318
*
ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.
sadrul@chromium.org
2012-06-22
2
-0
/
+25
*
ppapi: Add support for touch events.
sadrul@chromium.org
2012-06-21
2
-1
/
+92
*
PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.
dmichael@chromium.org
2012-06-19
2
-3
/
+32
*
Add a ScopedPPVar class for helping to track a reference to a base PP_Var.
brettw@chromium.org
2012-06-19
2
-0
/
+97
*
Let flash query the number of CPU cores present.
tsepez@chromium.org
2012-06-18
2
-1
/
+3
*
Actually free plugin implement vars when running out of process when the
brettw@chromium.org
2012-06-18
2
-0
/
+6
*
Reland: Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-12
1
-0
/
+33
*
Revert 141482 - Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-11
1
-33
/
+0
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
3
-2
/
+3
*
Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-11
1
-0
/
+33
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-06-07
1
-1
/
+2
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-05
3
-0
/
+122
*
Connect up flash blacklist entries to GetSettingInt
jbauman@chromium.org
2012-06-04
2
-3
/
+3
*
Revert 140399 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
3
-122
/
+0
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
3
-0
/
+122
*
Revert 140093 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
3
-122
/
+0
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
3
-0
/
+122
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
1
-1
/
+0
*
Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...
scshunt@google.com
2012-05-29
2
-4
/
+7
*
Test for Pepper IME events.
kinaba@chromium.org
2012-05-21
2
-0
/
+154
*
Migrate WebKit "global script" font prefs.
falken@chromium.org
2012-05-18
4
-23
/
+57
*
Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...
thestig@chromium.org
2012-05-16
5
-6
/
+6
*
Change ppb_audio(_input)_shared to Shutdown the sync socket when terminating ...
raymes@chromium.org
2012-05-15
4
-29
/
+34
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Quote WebPreferences in namespace webkit_glue.
wangxianzhu@chromium.org
2012-05-11
2
-4
/
+6
*
remove WEBKIT_USING_CG
jamesr@chromium.org
2012-05-10
2
-18
/
+2
*
Move gles2 extensions out of dev.
nfullagar@google.com
2012-05-07
2
-18
/
+18
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
3
-20
/
+15
*
Add an API to determine if the system will support acceleration
brettw@chromium.org
2012-05-02
2
-2
/
+8
*
Move the rest of the Flash functions to the thunk system.
brettw@chromium.org
2012-04-30
3
-2
/
+12
*
Delete FunctionGroupBase from Pepper.
brettw@chromium.org
2012-04-30
7
-78
/
+23
*
Move text input API to Instance.
brettw@chromium.org
2012-04-27
1
-5
/
+0
*
If shared memory cannot be mapped, the audio thread should not be started as ...
raymes@chromium.org
2012-04-26
3
-16
/
+23
*
NOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it.
tsepez@chromium.org
2012-04-25
1
-3
/
+1
*
Move the FlashClipboard API into the Flash one.
brettw@chromium.org
2012-04-25
4
-2
/
+61
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
3
-0
/
+17
*
[Coverity] Fixed resource leak.
groby@chromium.org
2012-04-23
1
-1
/
+2
*
Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.
bbudge@chromium.org
2012-04-18
1
-1
/
+3
*
Notify audio host that audio rendering in Pepper plugin is done.
raymond.liu@intel.com
2012-04-18
1
-1
/
+29
*
PPAPI: Compile out thread checks when pepper threading is turned on.
dmichael@chromium.org
2012-04-13
1
-0
/
+6
*
Make the text input not require round-trips when the text is updated.
brettw@chromium.org
2012-04-12
2
-0
/
+8
*
Fixed some PP_X509Certificate_Private_Field enum values.
raymes@chromium.org
2012-04-12
1
-0
/
+4
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
4
-12
/
+94
[prev]
[next]