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

Issue 48034: SSLPolicy Fix: Step 1.... (Closed)

Created:
11 years, 9 months ago by abarth-chromium
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

SSLPolicy Fix: Step 1. Expose some more accessors on WebFrame. R=wtc BUG=8706 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11838

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M webkit/glue/webframe.h View 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/webframe_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
The odyssey begins.
11 years, 9 months ago (2009-03-16 22:08:21 UTC) #1
wtc
LGTM. http://codereview.chromium.org/48034/diff/1/2 File webkit/glue/webframe_impl.cc (right): http://codereview.chromium.org/48034/diff/1/2#newcode694 Line 694: if (top) Can 'top' be NULL? The ...
11 years, 9 months ago (2009-03-16 23:36:05 UTC) #2
wtc
11 years, 9 months ago (2009-03-16 23:37:44 UTC) #3
http://codereview.chromium.org/48034/diff/1/2
File webkit/glue/webframe_impl.cc (right):

http://codereview.chromium.org/48034/diff/1/2#newcode772
Line 772: return "null";
One more question: Is "null" the right string to return
here?  Why don't you return an empty string?

Powered by Google App Engine
This is Rietveld 408576698