diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 04:08:18 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 04:08:18 +0000 |
commit | 7b7a16b523c98c2bbf435716128f3682dfff64d6 (patch) | |
tree | c9648370093a3bf30910762eb40df427a3ddd64b /third_party/libjingle/README.chromium | |
parent | a0c30347181cc7e5a5a6dc26b00ecd6f0caf0e97 (diff) | |
download | chromium_src-7b7a16b523c98c2bbf435716128f3682dfff64d6.zip chromium_src-7b7a16b523c98c2bbf435716128f3682dfff64d6.tar.gz chromium_src-7b7a16b523c98c2bbf435716128f3682dfff64d6.tar.bz2 |
New libjingle integrated to chrome.
BUG=none
TEST=Chrome Sync works
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48798
Review URL: http://codereview.chromium.org/2255007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r-- | third_party/libjingle/README.chromium | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index 3005571..297aa71 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -2,50 +2,11 @@ Name: libjingle URL: http://code.google.com/p/libjingle/ Version: 2.7.0 License: BSD -License File: files/COPYING +License File: source/COPYING Description: Libjingle provides xmpp support to the sync code, which lives at chrome/browser/sync/notifier. Libjingle is distributed under a Berkeley-style license detailed in - files/COPYING. - -Local Modifications: - Applied changes per the patchfile mods-since-v0_4_0.diff. That - includes the following items. - * Added support to specify the token_service in the auth stanza. - * Added support for non-gaia ids associated with gaia accounts. - * A bug fix in the task code to prevent infinite looping of aborted - tasks. - * Removed the definition of DISALLOW_EVIL_CONSTRUCTORS from common.h - * Introduction of #undef ETIMEDOUT to get around a conflict versus - pthreads.h. - * We use an "overrides" directory for some headers, for example, - scoped_ptr.h and basic_types.h, to avoid a duplicate functionality. - The overrides typically pull an implementation from src/base, and - then supplement this with any additional defines not found - in Chromium. - * Edits to config.h, changing some #defines. - * Removed some scripts and build files not needed by Chromium: aclocal.m4, - config.guess, config.h.in, config.sub, configure, depcomp, install-sh, - ltmain.sh, missing. - * Removed Makefile.in files, *.sln, *.vcproj. - * Removed "examples", "thirdparty", and "sessions" directories. - * Removed a number of unneeded scope specifications to appease gcc. - * Renamed "talk/xmpp/constants.*" to "talk/xmpp/xmppconstants.*" to get - around an IncrediBuild link error. Apparently IncrediBuild can become - confused when two compilation units have the same filename. - * Added a #define guard to libjingle's base/logging.h to prevent the - LOG() macros from being redefined when included by users of the - library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS. - * Updated signalthread.* and dependencies to add threadcounting and - improve multithread safety. - * Added a CreateSSLAdapter() function to SocketFactory to allow SSL - adapter creation behavior to be overridden. - * Improved handling and error-checking of SSL adapters. - * Changed uses of Windows-only debug variable _DEBUG to use the - cross-platform NDEBUG variable instead. - * Fixed error-checking bugs in xmppclient.cc and physicalsocketserver.cc. - * Made some XmppTask member functions static. - * Cleaned up several sscanf/printf format strings/arguments. + source/COPYING. |