Oolonho@google.comAvoid using NULL comparison to check if element is in the map.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
NaCl: Remove the only use of NACL_ARCH_CPU_* #defines Use NACL_BUILD_ARCH/SUBARCH instead, since that is the usual way of checking the architecture in NaCl code. BUG=none TEST=trybots Review URL: https://chromiumcodereview.appspot.com/10908254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156827 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cloning a bunch of stuff from the native_client repository at r6528 No changes, as is. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/7740013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98158 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Cloning a bunch of stuff from the native_client repository at r6528 No changes, as is. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/7740013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98158 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Re-enabling checkdeps for most of ppapi + nacl. Many of the includes / dependencies in ppapi + nacl are badly specified. This turns on checkdeps for most stuff and makes extra stuff explicit. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=checkdeps passes R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10797018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148699 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
stop shipping ppNaClPlugin in the SDK BUG= Review URL: https://chromiumcodereview.appspot.com/10912139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155549 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Declare virtual destructor in Nacl plugin CallbackSource to fix mac build R= ncbray@google.com,noelallen@google.com BUG=none TEST=mac nacl plugin scons build Review URL: https://chromiumcodereview.appspot.com/10536181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142333 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update Native Client Authors to be Chromium Authors for the code moved from the native client repo to the Chrome one. The Native Client Authors are currently a subset of the Chromium Authors. TEST=none BUG=none Review URL: http://codereview.chromium.org/7778046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100755 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Additional fixes for warning mismatch with scons. Fix broken SDK build due to mismatch in warning level which permits this conversions on the GYP build. TBR=dschuff@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142178 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Coverity: Initialize member variables. CID_COUNT=7 CID=13432,14429,16922,101542,101734,102304,102305 BUG=none TEST=none R=tbreisacher TBR=jam@chromium.org,tommi@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148592 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Close and delete pnacl temp files when compile or link fails. Move bitcode download earlier, so that temp files are not created (and will not need to be cleaned) if the bitcode download fails. We will probably need to convert everything to WeakRefAnchors to clean up these up more consistently in the dtors. R=sehr@google.com BUG= none TEST= run_pnacl_bad_browser_test (currently need to manually check the user filesystem to see it's clean after running). Review URL: http://codereview.chromium.org/9561004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124393 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Plumb through cache_identity from manifest for first sketch of pnacl cache. Probe cache for lookups. BUG= http://code.google.com/p/nativeclient/issues/detail?id=1714 TEST= run_pnacl_example_browser_test Review URL: https://chromiumcodereview.appspot.com/9355051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123178 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add an interface for nacl to create delete-on-close temp files, to be used by pnacl for scratch files during compilation and linking. This is in-lieu of the current use of pepper temp files, which are not allowed in incognito mode, and are more cumbersome to clean up on surfaway. Use this interface for the .o file in pnacl coordinator. The .nexe still uses pepper temp files, since we haven't moved that over for caching yet. We will clean that up later. Also do some crude quota enforcement for these files, using the existing reverse service interface. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TEST= none -- pnacl compilation still works Review URL: https://chromiumcodereview.appspot.com/10815080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148964 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Retry "Add an interface for PNaCl to check if the session is incognito..." (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Plumb through cache_identity from manifest for first sketch of pnacl cache. Probe cache for lookups. BUG= http://code.google.com/p/nativeclient/issues/detail?id=1714 TEST= run_pnacl_example_browser_test Review URL: https://chromiumcodereview.appspot.com/9355051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123178 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
NaCl: Remove the plugin's internal definition of GetUrandomFD() The code in the NaCl repo no longer uses this function; it gets a /dev/urandom FD via dependency injection instead. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2655 TEST=nacl_integration etc. Review URL: https://chromiumcodereview.appspot.com/10448055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139376 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an IPC channel between the NaCl loader process and the renderer. BUG=116317 TEST=ppapi, nacl tests, manual testing for experimental IPC proxy. TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10661002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143708 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Additional fixes for warning mismatch with scons. Fix broken SDK build due to mismatch in warning level which permits this conversions on the GYP build. TBR=dschuff@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142178 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove browser support for non-PPAPI nexes, plus related artifacts. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2587 TEST=none Review URL: https://chromiumcodereview.appspot.com/9390028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122289 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Avoid using NULL comparison to check if element is in the map. BUG=None TEST=Compiles and works as expected Review URL: https://chromiumcodereview.appspot.com/10959008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157809 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Introduce shared_memory_support media target for PPAPI. Allows PPAPI to directly utilize shared memory utility code instead of duplicating it and CHECK'ing for equivalency. Required to eventually convert PPAPI to using an AudioBus and floats in PPB_Audio_Shared::Run(). http://crbug.com/114700 BUG=123203 TEST=unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152406 Review URL: https://chromiumcodereview.appspot.com/10826296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153262 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Simplify Pnacl translation thread code Primarily a merge of the streaming-related code into PnaclTranslationThread R=jvoung@chromium.org,sehr@chromium.org BUG=http://code.google.com/p/nativeclient/issues/detail?id=2195 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10827109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149464 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded. This delays the IPC proxy startup to happen at the same time as the SRPC proxy, so that dynamically loaded apps work. The IRT startup is also changed to start SRPC correctly. With this change, glibc examples work. BUG=116317 TEST=manual Review URL: https://codereview.chromium.org/10905310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157212 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add browser_test to check that NaCl is logging UMA samples correctly. This change required adding an include to plugin_error.h to ensure NACL_DISALLOW_COPY_AND_ASSIGN was defined. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2959 TEST= browser_tests --gtest_filter=NaClBrowserTest*.UMALoadTest Review URL: https://chromiumcodereview.appspot.com/10825462 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154579 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ability to load pnacl resources from DIR_PNACL_COMPONENT. Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ability to load pnacl resources from DIR_PNACL_COMPONENT. Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ability to load pnacl resources from DIR_PNACL_COMPONENT. Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ability to load pnacl resources from DIR_PNACL_COMPONENT. Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Retry "Add an interface for PNaCl to check if the session is incognito..." (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Retry "Add an interface for PNaCl to check if the session is incognito..." (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cloning a bunch of stuff from the native_client repository at r6528 No changes, as is. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/7740013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98158 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove browser support for non-PPAPI nexes, plus related artifacts. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2587 TEST=none Review URL: https://chromiumcodereview.appspot.com/9390028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122289 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove browser support for non-PPAPI nexes, plus related artifacts. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2587 TEST=none Review URL: https://chromiumcodereview.appspot.com/9390028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122289 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Revert 143483 - Add an IPC channel between the NaCl loader process and the renderer. BUG=116317 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10214007 TBR=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10635014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143491 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 143483 - Add an IPC channel between the NaCl loader process and the renderer. BUG=116317 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10214007 TBR=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10635014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143491 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ability to load pnacl resources from DIR_PNACL_COMPONENT. Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an interface for nacl to create delete-on-close temp files, to be used by pnacl for scratch files during compilation and linking. This is in-lieu of the current use of pepper temp files, which are not allowed in incognito mode, and are more cumbersome to clean up on surfaway. Use this interface for the .o file in pnacl coordinator. The .nexe still uses pepper temp files, since we haven't moved that over for caching yet. We will clean that up later. Also do some crude quota enforcement for these files, using the existing reverse service interface. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TEST= none -- pnacl compilation still works Review URL: https://chromiumcodereview.appspot.com/10815080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148964 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Kill pnacl translation processes immediately on coordinator error and destruction On errors and destruction, use the service_runtime object in the subprocess to kill the translator processes immediately rather than just signaling the translation thread, which may be blocked on an RPC. Any pending or new RPC calls will fail immediately, and the translation thread can simply bail. This makes destruction/surfaway much faster and more responsive and simplifies error handling and object cleanup. The only caveat is that now the translation thread and NaClSubprocess must be careful not to race service runtime operations (which are protected by subprocess_mu_) with RPCs (which are called without a mutex because they block). This is currently already ensured because srpc_client is a separate object from service_runtime in NaClSubprocess. R=sehr@chromium.org,jvoung@chromium.org,robertm@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2195 TEST=nacl_integration (especially pnacl_bad_browser_test) Review URL: https://chromiumcodereview.appspot.com/10830149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149982 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Kill pnacl translation processes immediately on coordinator error and destruction On errors and destruction, use the service_runtime object in the subprocess to kill the translator processes immediately rather than just signaling the translation thread, which may be blocked on an RPC. Any pending or new RPC calls will fail immediately, and the translation thread can simply bail. This makes destruction/surfaway much faster and more responsive and simplifies error handling and object cleanup. The only caveat is that now the translation thread and NaClSubprocess must be careful not to race service runtime operations (which are protected by subprocess_mu_) with RPCs (which are called without a mutex because they block). This is currently already ensured because srpc_client is a separate object from service_runtime in NaClSubprocess. R=sehr@chromium.org,jvoung@chromium.org,robertm@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2195 TEST=nacl_integration (especially pnacl_bad_browser_test) Review URL: https://chromiumcodereview.appspot.com/10830149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149982 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove browser support for non-PPAPI nexes, plus related artifacts. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2587 TEST=none Review URL: https://chromiumcodereview.appspot.com/9390028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122289 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove browser support for non-PPAPI nexes, plus related artifacts. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2587 TEST=none Review URL: https://chromiumcodereview.appspot.com/9390028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122289 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Retry "Add an interface for PNaCl to check if the session is incognito..." (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Retry "Add an interface for PNaCl to check if the session is incognito..." (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update Native Client Authors to be Chromium Authors for the code moved from the native client repo to the Chrome one. The Native Client Authors are currently a subset of the Chromium Authors. TEST=none BUG=none Review URL: http://codereview.chromium.org/7778046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100755 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add a timestamp to the log messages of NaCl's plugin. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2213 TEST= run NaCl with PPAPI_BROWSER_DEBUG=1 Review URL: http://codereview.chromium.org/7740059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100058 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 |