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

Issue 7920001: Don't try to call setDefersLoading when the loader is null. This does a bit of cleanup so the che... (Closed)

Created:
9 years, 3 months ago by brettw
Modified:
9 years, 3 months ago
Reviewers:
bbudge
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Don't try to call setDefersLoading when the loader is null. This does a bit of cleanup so the checks for the null-ness of this variable is centralized, and I filed a bug for not having this implemented for main document loads. TEST=manual BUG=96727 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101524

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -10 lines) Patch
M webkit/plugins/ppapi/ppb_url_loader_impl.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_loader_impl.cc View 1 2 3 8 chunks +22 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
brettw
9 years, 3 months ago (2011-09-15 22:56:36 UTC) #1
bbudge
One comment about error codes. Would you like to assign the TODO to me for ...
9 years, 3 months ago (2011-09-16 00:06:12 UTC) #2
bbudge
The more I think about it, the more it seems like re-using this class to ...
9 years, 3 months ago (2011-09-16 00:10:23 UTC) #3
bbudge
On 2011/09/16 00:10:23, bbudge1 wrote: > The more I think about it, the more it ...
9 years, 3 months ago (2011-09-16 01:05:31 UTC) #4
brettw
Actually, if I had my druthers, the Frame could expuse a WebURLLoader for the frame's ...
9 years, 3 months ago (2011-09-16 04:32:24 UTC) #5
brettw
New snap up. http://codereview.chromium.org/7920001/diff/5001/webkit/plugins/ppapi/ppb_url_loader_impl.cc File webkit/plugins/ppapi/ppb_url_loader_impl.cc (right): http://codereview.chromium.org/7920001/diff/5001/webkit/plugins/ppapi/ppb_url_loader_impl.cc#newcode102 webkit/plugins/ppapi/ppb_url_loader_impl.cc:102: return PP_ERROR_NOACCESS; On 2011/09/16 00:06:12, bbudge1 ...
9 years, 3 months ago (2011-09-16 18:05:40 UTC) #6
bbudge
9 years, 3 months ago (2011-09-16 18:11:08 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698