Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed events handling in XmppSocketAdapter. Removed unnecessary warnings. | sergeyu@chromium.org | 2010-07-01 | 2 | -118/+92 |
| | | | | | | | | | | | The problem was that SSLSocketAdapter::OnReadEvent() was calling AsyncSocketAdapter::OnReadEvent() only when there are no pending read requests, so the reader wasn't always receiving notification when new data is received on the socket, especially when data received is bigger than the pending read request. BUG=none TEST=xmpp connection succeeds 100% of the time, particularly on mac. Review URL: http://codereview.chromium.org/2834024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51385 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | TBR: akalin@chromium.org | ajwong@chromium.org | 2010-06-30 | 1 | -5/+0 |
| | | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51217 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move chrome/common/net/notifier to jingle/notifier so that it can be used by ↵ | ajwong@chromium.org | 2010-06-30 | 58 | -0/+6048 |
remoting/remoting.gyp. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98 |