Jjbauman@chromium.orgUse either 0.1 or 1.0 versions of PPBFlashFullscreen.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add DEPS include rules so we don't accidentally use chromium stuff. I basically turned off everything that is turned on in the root DEPS file, and then selectively turned stuff on. I had to provide some macros to replace the use of base/compilerspecific.h and build/buildconfig.h. I'm not sure if we have a coherent understanding of private vs trusted yet, but my thinking is that trusted can do anything, but private can't use trusted (it sounds like we may start selectively exposing some private interfaces to installed apps). BUG=None TEST=None Review URL: http://codereview.chromium.org/8764004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112512 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Return void from all PPP CDM API interface methods Since we will support only out of process CDMs, the return values are not of interest to callers. All the return values conveyed was that a message was dispatched successfully. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10928098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Return void from all PPP CDM API interface methods Since we will support only out of process CDMs, the return values are not of interest to callers. All the return values conveyed was that a message was dispatched successfully. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10928098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI Flash: Remove support for PPB_Flash 12.0-12.2 and PPB_Flash_Clipboard 3.0 from C++ wrappers. PPB_Flash 12.3 has been available since M20 and PPB_Flash_Clipboard 4.0 since M19. To do (in another CL): remove support from Chromium and remove them from ppapi/{api,c}. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10787039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147061 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This adds an interface for setting crash data from a plugin. It also provides an implementation for setting crash URLs. BUG=134176 TEST=Added test case to sanity check API call. Also hooked up to flash and produced a crash and checked that the report included the document url (http://crash/reportdetail?reportid=1719cae3a745f633) Review URL: https://chromiumcodereview.appspot.com/10681006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144516 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI Flash: Remove support for PPB_Flash 12.0-12.2 and PPB_Flash_Clipboard 3.0 from C++ wrappers. PPB_Flash 12.3 has been available since M20 and PPB_Flash_Clipboard 4.0 since M19. To do (in another CL): remove support from Chromium and remove them from ppapi/{api,c}. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10787039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147061 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add an asynchronous version of the Flash DeviceID API. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10535062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141486 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an asynchronous version of the Flash DeviceID API. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10535062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141486 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI (Flash): Fix FileModuleLocal::GetDirContents(). Oops, we can't just keep the PP_DirEntry_Dev. Review URL: https://chromiumcodereview.appspot.com/10696206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146441 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI (Flash): Fix FileModuleLocal::GetDirContents(). Oops, we can't just keep the PP_DirEntry_Dev. Review URL: https://chromiumcodereview.appspot.com/10696206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146441 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use either 0.1 or 1.0 versions of PPBFlashFullscreen. This allows us to eventually remove the 0.1 version. BUG=147746 Review URL: https://chromiumcodereview.appspot.com/10985007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158511 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Don't require a recreation of the context when fullscreening Instead of requiring flash to destroy and recreate its context, we can reparent its context onto the new view context (and later back again). BUG=147746 Review URL: https://chromiumcodereview.appspot.com/10918182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157641 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Added C++ wrappers for PPB_HostResolver_Private interface. BUG=114225 TEST=*HostResolverPrivate Review URL: http://codereview.chromium.org/9701024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127929 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Added C++ wrappers for PPB_HostResolver_Private interface. BUG=114225 TEST=*HostResolverPrivate Review URL: http://codereview.chromium.org/9701024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127929 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
PPAPI: Add console logging methods to pp::InstancePrivate. We didn't want to add them to pp::Instance (since they're not available to NaCl plugins?), so add them to InstancePrivate. (We can move them to Instance later, if desired.) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10703146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI: Add console logging methods to pp::InstancePrivate. We didn't want to add them to pp::Instance (since they're not available to NaCl plugins?), so add them to InstancePrivate. (We can move them to Instance later, if desired.) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10703146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private. Review URL: http://codereview.chromium.org/9722008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128322 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private. Review URL: http://codereview.chromium.org/9722008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128322 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources. a) Make NetworkListPrivate's constructor (that takes a PP_Resource) take ownership of that resource. b) Add an explicit PASS_REF to that constructor, to make its semantics clear. TEST=PPAPI tests Review URL: https://chromiumcodereview.appspot.com/10381002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135856 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources. a) Make NetworkListPrivate's constructor (that takes a PP_Resource) take ownership of that resource. b) Add an explicit PASS_REF to that constructor, to make its semantics clear. TEST=PPAPI tests Review URL: https://chromiumcodereview.appspot.com/10381002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135856 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add NetworkList/NetworkMonitor hooks and C++ wrappers. BUG=114808 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124797 Review URL: http://codereview.chromium.org/9545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124927 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add NetworkList/NetworkMonitor hooks and C++ wrappers. BUG=114808 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124797 Review URL: http://codereview.chromium.org/9545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124927 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Added CPP wrapper for PPB_TCPServerSocket_Private. BUG= TEST=PPAPI(NaCl?)Test.TestTCPServerSocketPrivate Review URL: http://codereview.chromium.org/9568007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126367 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Added CPP wrapper for PPB_TCPServerSocket_Private. BUG= TEST=PPAPI(NaCl?)Test.TestTCPServerSocketPrivate Review URL: http://codereview.chromium.org/9568007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126367 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
This adds the following to functions to the ppapi TCPSocket interface: 1) GetServer certificate, which returns the server X509Certificate if an SSL connection has been established. 2) AddChainBuilding certificate. This is currently unimplemented in Chrome but the interface and plumbing has been added so it can easily be hooked up. This should add a trusted/untrusted chain building certificate to be used by the client for a particular connection when performing the SSL handshake. BUG=114626 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*TCP*Trusted* Review URL: http://codereview.chromium.org/9699100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131918 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This adds the following to functions to the ppapi TCPSocket interface: 1) GetServer certificate, which returns the server X509Certificate if an SSL connection has been established. 2) AddChainBuilding certificate. This is currently unimplemented in Chrome but the interface and plumbing has been added so it can easily be hooked up. This should add a trusted/untrusted chain building certificate to be used by the client for a particular connection when performing the SSL handshake. BUG=114626 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*TCP*Trusted* Review URL: http://codereview.chromium.org/9699100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131918 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
AllowBroadcast() is exposed to NaCl. BUG=136797 TEST=browser_tests:*.UDPSocketPrivate Review URL: https://chromiumcodereview.appspot.com/10735056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154407 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
AllowBroadcast() is exposed to NaCl. BUG=136797 TEST=browser_tests:*.UDPSocketPrivate Review URL: https://chromiumcodereview.appspot.com/10735056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154407 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Pepper WebSocket API: Fix memory leak issue - Browser callback should release PP_Var resource after serialization. - Fix pp::Var to release injected refcounted object. - Fix example to release resources before reusing it. BUG=146304 Review URL: https://chromiumcodereview.appspot.com/10905128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156235 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert resources to take an instance key instead of an Instance*. Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
This adds the following to functions to the ppapi TCPSocket interface: 1) GetServer certificate, which returns the server X509Certificate if an SSL connection has been established. 2) AddChainBuilding certificate. This is currently unimplemented in Chrome but the interface and plumbing has been added so it can easily be hooked up. This should add a trusted/untrusted chain building certificate to be used by the client for a particular connection when performing the SSL handshake. BUG=114626 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*TCP*Trusted* Review URL: http://codereview.chromium.org/9699100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131918 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This adds the following to functions to the ppapi TCPSocket interface: 1) GetServer certificate, which returns the server X509Certificate if an SSL connection has been established. 2) AddChainBuilding certificate. This is currently unimplemented in Chrome but the interface and plumbing has been added so it can easily be hooked up. This should add a trusted/untrusted chain building certificate to be used by the client for a particular connection when performing the SSL handshake. BUG=114626 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*TCP*Trusted* Review URL: http://codereview.chromium.org/9699100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131918 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |