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

Issue 211013: Introduce WebKit::WebSecurityOrigin as a wrapper around... (Closed)

Created:
11 years, 3 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
jorlow
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Introduce WebKit::WebSecurityOrigin as a wrapper around WebCore::SecurityOrigin. This provides us a little wiggle room in the future in case we ever want to provide more details about a security origin beyond just its stringified value. This was done on recommendation from Adam Barth. R=jorlow BUG=21967 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26554

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -54 lines) Patch
M chrome/renderer/render_view.h View 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 2 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/api/public/WebFrame.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webkit/api/public/WebFrameClient.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A + webkit/api/public/WebSecurityOrigin.h View 1 chunk +17 lines, -19 lines 0 comments Download
A + webkit/api/src/WebSecurityOrigin.cpp View 1 chunk +19 lines, -16 lines 0 comments Download
M webkit/glue/empty_webframeclient.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/glue_util.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/glue_util.cc View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M webkit/glue/webframe_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webframe_impl.cc View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M webkit/glue/webframeloaderclient_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webkit/webkit.gyp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
darin (slow to review)
11 years, 3 months ago (2009-09-17 18:39:35 UTC) #1
jorlow
11 years, 3 months ago (2009-09-17 19:41:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698