|
|
Created:
6 years, 7 months ago by hjd_google Modified:
6 years, 7 months ago CC:
chromium-reviews, darin-cc_chromium.org, jam Base URL:
https://chromium.googlesource.com/chromium/src.git@master Visibility:
Public. |
DescriptionMakes SocketStreamDispatcherHost::CanGetCookies pass frame_id
BUG=369496
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270056
Patch Set 1 #Patch Set 2 : Handles kNoSocketId #Messages
Total messages: 13 (0 generated)
ptal I'm trying to land this as prerequisite for per webview third party cookie policies (we have to get the right frame_id). I based the change on the OnSSLCertificateError method but I don't really understand the context, do I need to handle kNoSocketId in this case?
ptal I'm trying to land this as prerequisite for per webview third party cookie policies (we have to get the right frame_id). I based the change on the OnSSLCertificateError method but I don't really understand the context, do I need to handle kNoSocketId in this case?
On 2014/05/06 11:06:16, hjd wrote: > ptal > I'm trying to land this as prerequisite for per webview third party cookie > policies (we have to get the right frame_id). > > I based the change on the OnSSLCertificateError method but I don't really > understand the context, do I need to handle kNoSocketId in this case? Yes, please.
On 2014/05/07 04:33:42, tyoshino wrote: > On 2014/05/06 11:06:16, hjd wrote: > > ptal > > I'm trying to land this as prerequisite for per webview third party cookie > > policies (we have to get the right frame_id). > > > > I based the change on the OnSSLCertificateError method but I don't really > > understand the context, do I need to handle kNoSocketId in this case? > > Yes, please. ptal, it looks like we only get kNoSocketId if we're in the middle of shutting down so I've defaulted to just denying the requests. Let me know your thoughts, thanks!
On 2014/05/09 13:18:38, hjd wrote: > On 2014/05/07 04:33:42, tyoshino wrote: > > On 2014/05/06 11:06:16, hjd wrote: > > > ptal > > > I'm trying to land this as prerequisite for per webview third party cookie > > > policies (we have to get the right frame_id). > > > > > > I based the change on the OnSSLCertificateError method but I don't really > > > understand the context, do I need to handle kNoSocketId in this case? > > > > Yes, please. > > ptal, it looks like we only get kNoSocketId if we're in the middle > of shutting down so I've defaulted to just denying the requests. > > Let me know your thoughts, thanks! Yes, sounds fine. lgtm please add an owner.
On 2014/05/12 11:58:03, tyoshino wrote: > On 2014/05/09 13:18:38, hjd wrote: > > On 2014/05/07 04:33:42, tyoshino wrote: > > > On 2014/05/06 11:06:16, hjd wrote: > > > > ptal > > > > I'm trying to land this as prerequisite for per webview third party cookie > > > > policies (we have to get the right frame_id). > > > > > > > > I based the change on the OnSSLCertificateError method but I don't really > > > > understand the context, do I need to handle kNoSocketId in this case? > > > > > > Yes, please. > > > > ptal, it looks like we only get kNoSocketId if we're in the middle > > of shutting down so I've defaulted to just denying the requests. > > > > Let me know your thoughts, thanks! > > Yes, sounds fine. > > lgtm > > please add an owner. Did you have anybody in mind? You are listed as an owner https://code.google.com/p/chromium/codesearch#chromium/src/content/browser/re... of the websocket files and none of the other entries seem particularly relevant.
lgtm
On 2014/05/12 17:04:47, hjd wrote: > On 2014/05/12 11:58:03, tyoshino wrote: > > On 2014/05/09 13:18:38, hjd wrote: > > > On 2014/05/07 04:33:42, tyoshino wrote: > > > > On 2014/05/06 11:06:16, hjd wrote: > > > > > ptal > > > > > I'm trying to land this as prerequisite for per webview third party > cookie > > > > > policies (we have to get the right frame_id). > > > > > > > > > > I based the change on the OnSSLCertificateError method but I don't > really > > > > > understand the context, do I need to handle kNoSocketId in this case? > > > > > > > > Yes, please. > > > > > > ptal, it looks like we only get kNoSocketId if we're in the middle > > > of shutting down so I've defaulted to just denying the requests. > > > > > > Let me know your thoughts, thanks! > > > > Yes, sounds fine. > > > > lgtm > > > > please add an owner. > > Did you have anybody in mind? You are listed as an owner > https://code.google.com/p/chromium/codesearch#chromium/src/content/browser/re... > > of the websocket files and none of the other entries seem particularly relevant. Oh, OK. Please pick someone from the OWNERS for content/ dir. We usually ask jam@. https://code.google.com/p/chromium/codesearch#chromium/src/content/OWNERS&sq=...
jam@, please take a look at this for OWNERS review.
lgtm
The CQ bit was checked by hjd@google.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hjd@google.com/261883006/10001
Message was sent while issue was closed.
Change committed as 270056 |