Status: Untriaged Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Size-Medium
New issue 21518 by [email protected]: Remove locks from StrictTransportSecurityState http://code.google.com/p/chromium/issues/detail?id=21518 We shouldn't need the lock in the STS state any more. All the accesses should be on the IO thread. There are two things we'll need to change to make this work: 1) Call the Clear method asynchronously via the MessageLoop instead of on the UI thread. 2) Serialize / Deserialize the state on the IO thread, passing just the string back and forth to the FILE thread. We should also add DCHECKs that we're always on the proper thread. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
