Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 6995118: Set isCancelling flag on WebURLError when request has net::ERR_ABORTED as an error_code (Closed)

Created:
9 years, 6 months ago by vsevik
Modified:
9 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Set isCancelling flag on WebURLError when request has net::ERR_ABORTED as an error_code. BUG=82422 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90532 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92351

Patch Set 1 #

Total comments: 3

Patch Set 2 : comments addressed #

Total comments: 1

Patch Set 3 : Renamed new field #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M webkit/glue/weburlloader_impl.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
vsevik
9 years, 6 months ago (2011-06-09 21:47:02 UTC) #1
gavinp
This approach looks good to me, but I think the new function in rdh is ...
9 years, 6 months ago (2011-06-15 15:31:23 UTC) #2
gavinp
Also, see the webkit side of this at https://bugs.webkit.org/show_bug.cgi?id=62396
9 years, 6 months ago (2011-06-15 15:31:44 UTC) #3
darin (slow to review)
http://codereview.chromium.org/6995118/diff/1/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (right): http://codereview.chromium.org/6995118/diff/1/webkit/glue/weburlloader_impl.cc#newcode658 webkit/glue/weburlloader_impl.cc:658: error.isCanceling = true; The net error code ERR_ABORTED is ...
9 years, 6 months ago (2011-06-15 16:35:03 UTC) #4
darin (slow to review)
http://codereview.chromium.org/6995118/diff/1/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (right): http://codereview.chromium.org/6995118/diff/1/webkit/glue/weburlloader_impl.cc#newcode658 webkit/glue/weburlloader_impl.cc:658: error.isCanceling = true; On 2011/06/15 16:35:03, darin wrote: > ...
9 years, 6 months ago (2011-06-15 16:48:44 UTC) #5
vsevik
I don't think net::ERR_ABORTED means "user cancellation". Maybe it is supposed to, but it doesn't ...
9 years, 6 months ago (2011-06-15 21:27:17 UTC) #6
darin (slow to review)
ERR_ABORTED is defined as "An operation was aborted (due to user action)." I've always been ...
9 years, 6 months ago (2011-06-15 22:06:18 UTC) #7
vsevik
Darin, Gavin, Could you please take another look?
9 years, 6 months ago (2011-06-16 19:12:50 UTC) #8
darin (slow to review)
looks good, except: http://codereview.chromium.org/6995118/diff/8001/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (right): http://codereview.chromium.org/6995118/diff/8001/webkit/glue/weburlloader_impl.cc#newcode658 webkit/glue/weburlloader_impl.cc:658: error.isCanceling = true; I was arguing ...
9 years, 6 months ago (2011-06-17 17:45:18 UTC) #9
vsevik
I am sorry, I missed that. Renamed this field, could you please take another look?
9 years, 6 months ago (2011-06-20 12:15:51 UTC) #10
darin (slow to review)
LGTM
9 years, 6 months ago (2011-06-20 19:23:48 UTC) #11
gavinp
On 2011/06/20 19:23:48, darin wrote: > LGTM LGTM.
9 years, 6 months ago (2011-06-20 19:25:05 UTC) #12
commit-bot: I haz the power
Change committed as 90532
9 years, 6 months ago (2011-06-26 21:10:18 UTC) #13
commit-bot: I haz the power
9 years, 5 months ago (2011-07-13 10:54:51 UTC) #14
Change committed as 92351

Powered by Google App Engine
This is Rietveld 408576698