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
/
webkit
/
plugins
/
ppapi
/
plugin_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/plugins/ppapi to content/renderer/pepper.
jam@chromium.org
2013-07-25
1
-712
/
+0
*
Create a public API around webkit::ppapi::PluginInstance and use it in chrome...
jam@chromium.org
2013-07-24
1
-19
/
+19
*
Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving p...
jam@chromium.org
2013-07-24
1
-0
/
+19
*
Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of ...
jam@chromium.org
2013-07-23
1
-10
/
+0
*
Use a direct include of the shared_memory header in media/, ppapi/, webkit/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
webkit: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-06-29
1
-1
/
+1
*
Use a direct include of time headers in webkit/, win8/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
1
-9
/
+9
*
Move PPB_TCPSocket out of dev.
yzshen@chromium.org
2013-06-22
1
-2
/
+2
*
Move the following clipboard files from webkit\glue to content\renderer. Thes...
ananta@chromium.org
2013-06-21
1
-2
/
+0
*
Implement PPB_TCPSocket_Dev: part 2
yzshen@chromium.org
2013-06-20
1
-3
/
+5
*
fileapi: Remove FilePath parameter from FileSystemMsg_DidReadMetadata
satorux@chromium.org
2013-06-18
1
-2
/
+1
*
Make the infobar popup when Pepper Flash requests the camera/microphone
raymes@chromium.org
2013-06-13
1
-0
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Allow renderer to create pepper ResourceHosts in the browser
raymes@chromium.org
2013-06-07
1
-0
/
+1
*
Move Pepper to using mailboxes
piman@chromium.org
2013-06-06
1
-9
/
+3
*
Move webkit/quota files to webkit/browser/quota or webkit/common/quota
tzik@chromium.org
2013-05-30
1
-1
/
+1
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry
nhiroki@chromium.org
2013-05-20
1
-2
/
+6
*
Cleanup: Deprecate FileSystemCallbackDispatcher
kinuko@chromium.org
2013-05-16
1
-12
/
+21
*
Implementation of URLLoader using PluginResource/ResourceHost.
bbudge@chromium.org
2013-05-16
1
-0
/
+11
*
Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries
hamaji@chromium.org
2013-05-03
1
-0
/
+3
*
PPAPI: Make PlatformGraphics2D's destructor virtual
dmichael@chromium.org
2013-04-30
1
-1
/
+4
*
[FileAPI] Add file open ID and close callback
tzik@chromium.org
2013-04-30
1
-4
/
+5
*
Refactor FileSystem.
victorhsieh@chromium.org
2013-04-12
1
-5
/
+15
*
Allow RequestOSFileHandle if an app has unlimited storage
hamaji@chromium.org
2013-04-12
1
-0
/
+1
*
Replace string16 with base::string16 in src/webkit
brettw@chromium.org
2013-03-29
1
-2
/
+2
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
1
-0
/
+7
*
Provide a way to disable Nagle's algorithm on Pepper TCP sockets.
wez@chromium.org
2013-02-22
1
-0
/
+4
*
PPB_HostResolver_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-02-12
1
-12
/
+0
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-3
/
+3
*
PPB_UDPSocket_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-01-21
1
-16
/
+0
*
More conversion from uint to size_t for shared memory allocation sizes.
cevans@chromium.org
2013-01-11
1
-1
/
+1
*
Distinguish plugin disconnections from plugin crashes.
yzshen@chromium.org
2013-01-10
1
-0
/
+3
*
Refactored PPB_Flash GetSettings to the new pepper resource model
raymes@chromium.org
2012-12-19
1
-5
/
+0
*
This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...
raymes@chromium.org
2012-12-17
1
-2
/
+0
*
plugins: use new WebPluginContainer::setWebLayer API for compositing.
piman@chromium.org
2012-12-17
1
-0
/
+7
*
Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...
raymes@chromium.org
2012-12-08
1
-21
/
+0
*
Revert 171408
raymes@chromium.org
2012-12-06
1
-0
/
+21
*
Revert 171389
raymes@chromium.org
2012-12-06
1
-21
/
+0
*
Revert 171080
raymes@chromium.org
2012-12-06
1
-0
/
+21
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
1
-21
/
+0
*
Refactor 3 PPB_Flash functions to the new resource model.
raymes@chromium.org
2012-12-04
1
-4
/
+0
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
1
-0
/
+34
*
Deprecate and remove unused PPB_Flash functions.
raymes@chromium.org
2012-11-26
1
-3
/
+0
*
Implement the Flash menu as a new-style Pepper resource.
brettw@chromium.org
2012-11-15
1
-8
/
+0
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-5
/
+2
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
1
-3
/
+0
*
Current implementation of ppapi::FileIO.SetLength fails on Mac due to sandbox...
nhiroki@chromium.org
2012-10-25
1
-0
/
+3
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
1
-0
/
+3
[next]