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
/
content
/
ppapi_plugin
/
ppapi_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
morrita
2014-10-20
1
-1
/
+1
*
content: Rename all classes with WebKitPlatform to BlinkPlatform.
tfarina
2014-10-05
1
-4
/
+4
*
Remove implicit HANDLE conversions from content.
rvargas
2014-09-25
1
-1
/
+1
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-18
1
-2
/
+2
*
Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...
raymes
2014-09-15
1
-2
/
+2
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-13
1
-2
/
+2
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
1
-1
/
+1
*
Call ChildThread::Shutdown in PpapiThread::Shutdown.
tzik
2014-09-04
1
-0
/
+2
*
Preload dxva2.dll on Windows when loading Widevine CDM adapter.
xhwang@chromium.org
2014-07-24
1
-2
/
+7
*
Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting.
xhwang@chromium.org
2014-06-10
1
-0
/
+5
*
Revert "Check existence of Widevince CDM/Adapter on load failure on Win."
xhwang@chromium.org
2014-04-21
1
-17
/
+0
*
Remove AMD family check for the flapper
cpu@chromium.org
2014-04-09
1
-1
/
+1
*
Check existence of Widevince CDM/Adapter on load failure on Win.
xhwang@chromium.org
2014-03-25
1
-0
/
+17
*
Report PPAPI plugin load error code to UMA.
xhwang@chromium.org
2014-03-25
1
-8
/
+26
*
EnumSystemLocalesW() won't do tricks for all the areas covered by EnumSystemL...
cbakgly@gmail.com
2014-03-18
1
-8
/
+31
*
Preload amdhcp64.dll or amdhcp32.dll before sandbox lockdown.
cpu@chromium.org
2014-03-12
1
-6
/
+21
*
Warm up EnumSystemLocalesEx() for Flash Player.
yzshen@chromium.org
2014-02-12
1
-0
/
+10
*
Pepper: Finish support for dev channel APIs.
teravest@chromium.org
2013-12-19
1
-3
/
+1
*
Pepper: Send dev/canary channel status to plugins.
teravest@chromium.org
2013-12-12
1
-1
/
+3
*
Support using TrackedCallbacks as hints to determine the handling thread of r...
yzshen@chromium.org
2013-12-12
1
-8
/
+8
*
Pepper: Remove DispatcherMessageListener
yzshen@chromium.org
2013-12-11
1
-32
/
+1
*
PPAPI: Delete SandboxSupport prior to blink::shutdown()
dmichael@chromium.org
2013-12-05
1
-0
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-2
/
+2
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
1
-2
/
+0
*
Revert r223494 "Simplify PPB_NetworkMonitor proxy."
sergeyu@chromium.org
2013-09-17
1
-0
/
+2
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
1
-2
/
+0
*
Revert 223482 "Simplify PPB_NetworkMonitor proxy."
ikarienator@chromium.org
2013-09-17
1
-0
/
+2
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
1
-2
/
+0
*
Remove redundant exit-detection code.
rvargas@chromium.org
2013-09-06
1
-10
/
+0
*
TCPSockets are switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-08-28
1
-4
/
+0
*
Get rid of webkit/plugins/plugin_switches.* and move them to content/public/c...
jam@chromium.org
2013-08-09
1
-1
/
+1
*
Switched proxy for TCPServerSocketPrivate.
ygorshenin@chromium.org
2013-08-05
1
-4
/
+0
*
Warm up dxva2.dll for pepflashplayer.dll
jschuh@chromium.org
2013-07-31
1
-0
/
+8
*
move BrowserFontResource_Trusted to content/child
scottmg@chromium.org
2013-07-25
1
-0
/
+12
*
Update include paths in miscellaneous content/ directories for base/process c...
rsesek@chromium.org
2013-07-25
1
-1
/
+0
*
Use a direct include of time headers in content/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-1
/
+1
*
Introduce PPB_TCPSocket_Dev.
yzshen@chromium.org
2013-06-13
1
-0
/
+2
*
Use a direct include of strings headers in content/p*/.
avi@chromium.org
2013-06-12
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-2
/
+2
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-1
/
+1
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
1
-0
/
+3
*
Add UMA reporting on failure to load ppapi plugins.
xhwang@chromium.org
2013-04-17
1
-1
/
+31
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-30
1
-2
/
+0
*
Revert 191420 "PPAPI: Remove threading options; it's always on"
rlarocque@chromium.org
2013-03-29
1
-0
/
+2
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-29
1
-2
/
+0
*
Revert 189518 "PPAPI: Remove threading options; it's always on"
dmichael@chromium.org
2013-03-21
1
-0
/
+2
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-21
1
-2
/
+0
[next]