Jjond@chromium.orgPPAPI: Removed space and extra line from audio_config.h
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix resource leaks in CDM implementation. Two fixes: 1) Add a PassRef constructor to pp::Buffer_Dev to deal with reference counting issues related to passing PP_Resources across the IPC proxy, and use it to avoid adding unnecessary references on PP_Resources. 2) Use the PassRef ScopedPPResource contructor in PluginInstance::Decrypt to avoid added an unnecessary reference on the buffer resource before it's passed to the plugin interface code. BUG=146200 TEST=PPB_Testing_Dev::GetLiveObjectsForInstance shows a stable live object count. Review URL: https://chromiumcodereview.appspot.com/10909068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155145 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Set svn:executable bit on scripts that are executable. R=viettrungluu@chromium.org TEST= BUG= Review URL: http://codereview.chromium.org/10162022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133474 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 年前 | |
Fix pp::View and pp::BrowserFontTrusted wrapper version checks. BUG=107398 TEST=Existing unit-tests. Review URL: https://chromiumcodereview.appspot.com/10454095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139940 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
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 年前 | |
Change the cpp wrappers of audio input/video capture to use CompletionCallbackWithOutput. And also fix a few bugs in the PP_ArrayOutput and CallbackWithOutput code. - Make sure POD members of Dispatcher\.* are properly initialized. - Avoid leaking var/resource references in DispatcherWithOutput\.*::operator(). BUG=None TEST=None Review URL: http://codereview.chromium.org/9965080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130849 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change the cpp wrappers of audio input/video capture to use CompletionCallbackWithOutput. And also fix a few bugs in the PP_ArrayOutput and CallbackWithOutput code. - Make sure POD members of Dispatcher\.* are properly initialized. - Avoid leaking var/resource references in DispatcherWithOutput\.*::operator(). BUG=None TEST=None Review URL: http://codereview.chromium.org/9965080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130849 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics3D implementations. BUG=107398 Review URL: http://codereview.chromium.org/9682003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128047 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 年前 | |
Pepper: Make C++ wrappers for PPB_AudioConfig backwards compatible. This makes the wrappers work transparently with both versions 1.1 and 1.0 of the interface. (The compatibility is needed for Pepper Flash to use the wrappers; Pepper Flash needs to work with M18 until M19 ships, at which point we can remove the 1.0-compatibility.) Review URL: http://codereview.chromium.org/9617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125310 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
PPAPI: Removed space and extra line from audio_config.h Review URL: https://chromiumcodereview.appspot.com/10735032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158575 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Work around linker error of multiple definitions of pp::BlockUntilComplete. BUG=121561 R=brettw Review URL: https://chromiumcodereview.appspot.com/10332018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135429 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead. I will remove ppapi/cpp/common.h when I'm sure nacl doesn't need it. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/7237039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91809 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fixed spelling errors and changed all references to PP_Resource to be the same (on @param tags) as per polina. Review URL: http://codereview.chromium.org/7701004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98972 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers. BUG=107398 Review URL: http://codereview.chromium.org/9712001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130042 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 年前 | |
Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers. BUG=107398 Review URL: http://codereview.chromium.org/9712001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130042 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 年前 | |
Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers. BUG=107398 Review URL: http://codereview.chromium.org/9712001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130042 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
PPAPI: Add Quota info to PPB_FileSystem::Open doc BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10413036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146051 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics3D implementations. BUG=107398 Review URL: http://codereview.chromium.org/9682003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128047 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 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 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 年前 | |
Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics3D implementations. BUG=107398 Review URL: http://codereview.chromium.org/9682003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128047 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 年前 | |
Make the PPP wrappers take an Instance*. I changed these to take InstanceHandles but this doesn't actually work. If you use them the recommended way, the module->instance mapping isn't set up by the time the constructors are called, so doing AddPerInstanceObject fails. Since these objects are all called on the main thread, there is no race condition with pp::Instance destruction and the implementation using a pointer is safe. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9481015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123828 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Make the PPP wrappers take an Instance*. I changed these to take InstanceHandles but this doesn't actually work. If you use them the recommended way, the module->instance mapping isn't set up by the time the constructors are called, so doing AddPerInstanceObject fails. Since these objects are all called on the main thread, there is no race condition with pp::Instance destruction and the implementation using a pointer is safe. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9481015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123828 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 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 年前 | |
ppapi: Make sure the touch-event interface is detected correctly. BUG=145235 Review URL: https://chromiumcodereview.appspot.com/10873074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154085 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ppapi: Add support for touch events. The corresponding webkit side patch is at https://bugs.webkit.org/show_bug.cgi?id=89089 BUG=128236 TEST=manually, using the browser-plugin Review URL: https://chromiumcodereview.appspot.com/10543159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143486 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add support for threadsafe completion callback factory. This also makes the default be threadsafe. The old factory wasn't threadsafe even to the extent claimed in the header which was causing hangs in plugins BUG=136284 Review URL: https://chromiumcodereview.appspot.com/10696157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146611 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 年前 | |
PPAPI: Clean up documentation for InstanceHandle and PASS_REF Review URL: http://codereview.chromium.org/9815025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131594 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixed a couple warnings that came up during doxygen generation. Changed <codee> to <code> and <script> to <code>. Review URL: http://codereview.chromium.org/9132003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117654 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fixed some TODO comments so they wouldn't show up in the docs. Review URL: http://codereview.chromium.org/9600025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125420 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add a way to implement GetInterface in the broker. This also adds some cleanup in the Pepper API to provide typedefs for the three PPP_* functions. I removed some ad-hoc typedefes we had floating around and replaced them with these more "official" ones. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10069035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132285 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Some description changes and documentation for logging.h Review URL: http://codereview.chromium.org/8438005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109463 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix line endings in ppapi. No code change. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10052028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131869 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix line endings in ppapi. No code change. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10052028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131869 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check explicitly for PPB_MouseLock v1.0 in pp::MouseLock. BUG=107398 Review URL: http://codereview.chromium.org/9699106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127356 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Make the PPP wrappers take an Instance*. I changed these to take InstanceHandles but this doesn't actually work. If you use them the recommended way, the module->instance mapping isn't set up by the time the constructors are called, so doing AddPerInstanceObject fails. Since these objects are all called on the main thread, there is no race condition with pp::Instance destruction and the implementation using a pointer is safe. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9481015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123828 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix IsBaseOf in output_traits.h. Previously, it may be used with forward declarations unintentionally and does wrong things silently. BUG=None TEST=None Review URL: http://codereview.chromium.org/10068004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132088 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PPAPI: Clean up documentation for InstanceHandle and PASS_REF Review URL: http://codereview.chromium.org/9815025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131594 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Small changes such as spacing and adding [in/out] identifiers after @params. Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix typo. BUG= TEST= Review URL: http://codereview.chromium.org/10105036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132624 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Small changes such as spacing and adding [in/out] identifiers after @params. Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 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 年前 | |
Small changes such as spacing and adding [in/out] identifiers after @params. Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
ppapi: Add support for touch events. The corresponding webkit side patch is at https://bugs.webkit.org/show_bug.cgi?id=89089 BUG=128236 TEST=manually, using the browser-plugin Review URL: https://chromiumcodereview.appspot.com/10543159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143486 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 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 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
PPAPI: Add an API for setting a custom user agent for URL requests. This doesn't hook it up yet. Pepper Flash needs this for RTMPT. BUG=134615 TEST=not really (except for trivial URL request test) Review URL: https://chromiumcodereview.appspot.com/10762017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145885 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo. BUG=107398 Review URL: https://chromiumcodereview.appspot.com/9700088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 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 年前 | |
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 年前 | |
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 年前 | |
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 年前 | |
C++ documentation for VarArrayBuffer Review URL: http://codereview.chromium.org/9395039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122636 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix pp::View and pp::BrowserFontTrusted wrapper version checks. BUG=107398 TEST=Existing unit-tests. Review URL: https://chromiumcodereview.appspot.com/10454095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139940 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Documentation for C++ version of ppb_view. Review URL: http://codereview.chromium.org/9355003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122637 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
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 年前 | |
Add support for threadsafe completion callback factory. This also makes the default be threadsafe. The old factory wasn't threadsafe even to the extent claimed in the header which was causing hangs in plugins BUG=136284 Review URL: https://chromiumcodereview.appspot.com/10696157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146611 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |