0
Go to file
wez@chromium.org db5b1fbad3 Avoid loading ws2_32.dll just to get htons() and friends.
Chrome does not load ws2_32.dll into the renderer sandbox, so code calling these functions would fail attempting to load the DLL.  This CL replaces the calls with direct use of the MSVC byte-swap intrinsics.

BUG=115477,116591
TEST=Chromoting client does not crash on connect on Windows.


Review URL: http://codereview.chromium.org/9614004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125110 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-06 04:34:24 +00:00
2012-03-06 02:13:10 +00:00
2012-02-22 03:43:58 +00:00
2012-03-05 18:05:36 +00:00
2012-03-03 08:55:45 +00:00
2012-03-06 02:27:15 +00:00
2012-02-22 17:04:38 +00:00
2011-03-21 21:51:06 +00:00
Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%