Description:
This is a read-only list that will be used to monitor individual checkins to the chrome source. All emails to this list are automatically generated when code is checked in. Please do not send emails to this list. This is a high volume, high technical content mailing list.
|
|
|
r137485 - trunk/src/net/socket
|
| |
Author: w...@chromium.org
...New Revision: 137485
Log:
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComp lete.
Two fixes are added. 1) We stay in the loop only if we will call
DoPayloadRead or DoPayloadWrite in the next iteration. 2) Don't call
BufferRecv again if BufferRecv has reported EOF before.... more »
|
|
r137484 - in branches/1132/src/chrome/brows er: signin sync ui/webui ui/webui/options2
|
| |
Author: atwil...@chromium.org
...New Revision: 137484
Log:
Merge 137359 - Treat SyncCredentialsLost as an auth error
Break up AreCredentialsAvailable() into two routines, IsSyncEnabledAndLoggedIn() and IsSyncTokenAvailable().
ProfileSyncService now will start up the sync backend even if there's no sync token available. GetCredentials() will make up fake/invalid tokens for the sync backend to use, which will eventually yield an auth error for the user.... more »
|
|
r137482 - in branches/1132/src/chrome/brows er: sync ui/webui
|
| |
Author: atwil...@chromium.org
...New Revision: 137482
Log:
Merge 136934 - Notify sync observers whenever preferred types change
Changed ProfileSyncService so any call to OnUserChoseDatatypes() will result in observers being notified even if configuration is aborted due to passphrase-required errors.... more »
|
|
r137481 - trunk/src/ppapi/native_client/ src/trusted/plugin
|
| |
Author: dsch...@chromium.org
...New Revision: 137481
Log:
Refactor Pnacl coordinator
Move compilation thread into its own class to make future multiple implementations easier. Also split LocalTempFile into its own file to break
circular dependency.
R= s...@google.com,jvo...@google. com,robe...@chromium.org... more »
|
|
r137480 - trunk/src/content/browser/gpu
|
| |
Author: z...@chromium.org
...New Revision: 137480
Log:
ARM build fix.
On ARM without libpci, vendor_id and device_id will return 0, and we should not disable GPU features because of this.
BUG=
TEST=ARM bots
TBR=sheu
Review URL: [link]
Modified:... more »
|
|
r137479 - trunk/src/chrome/browser/impor ter
|
| |
Author: tfar...@chromium.org
...New Revision: 137479
Log:
importer: Make use of ShowMessageBox() function in ImporterHost.
This makes ImporterHost use the cross platform function instead of using the one
that is Windows specific.
R=pkast...@chromium.org
Review URL: [link]... more »
|
|
r137476 - in trunk/src/sync: engine syncable
|
| |
Author: rlaroc...@chromium.org
...New Revision: 137476
Log:
Sync: Clear IS_UNSYNCED for deleted local items
Prior to this change, if we were to delete a newly-created item before
informing the sync server of its existence, it would end up in an
unusual state. We do not commit deleted items unless they were known to... more »
|
|
|