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

Issue 13032003: Browser Plugin: <webview> should inherit partition attribute of opener on attachment. (Closed)

Created:
7 years, 9 months ago by Fady Samuel
Modified:
7 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, jam, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Browser Plugin: <webview> should inherit partition attribute of opener on attachment. BUG=140316 Test=Updated WebViewTest.NewWindow Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192646

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Total comments: 9

Patch Set 3 : Merged with ToT #

Patch Set 4 : Addressed comments #

Total comments: 1

Patch Set 5 : Fixed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -20 lines) Patch
M chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js View 1 6 chunks +22 lines, -9 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 1 chunk +11 lines, -5 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 7 chunks +22 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Fady Samuel
Hi Istiaque, Could you please take an initial look at this? I'll pass this along ...
7 years, 9 months ago (2013-03-25 17:24:00 UTC) #1
lazyboy
Some comments/nits, feel free to add Charlie as reviewer after addressing them, thanks. https://codereview.chromium.org/13032003/diff/1/chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js File ...
7 years, 9 months ago (2013-03-25 18:12:55 UTC) #2
Fady Samuel
+creis: Please take a look. https://codereview.chromium.org/13032003/diff/1/chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js File chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js (right): https://codereview.chromium.org/13032003/diff/1/chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js#newcode23 chrome/test/data/extensions/platform_apps/web_view/newwindow/embedder.js:23: ' partition="' + partitionName ...
7 years, 9 months ago (2013-03-25 19:28:20 UTC) #3
Charlie Reis
https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode707 content/browser/browser_plugin/browser_plugin_guest.cc:707: persist_storage_ = opener()->persist_storage_; The partition name and whether it ...
7 years, 9 months ago (2013-03-26 17:02:32 UTC) #4
Fady Samuel
https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode707 content/browser/browser_plugin/browser_plugin_guest.cc:707: persist_storage_ = opener()->persist_storage_; On 2013/03/26 17:02:32, creis wrote: > ...
7 years, 9 months ago (2013-03-26 17:15:40 UTC) #5
Charlie Reis
https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/13032003/diff/8001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode707 content/browser/browser_plugin/browser_plugin_guest.cc:707: persist_storage_ = opener()->persist_storage_; On 2013/03/26 17:15:40, Fady Samuel wrote: ...
7 years, 9 months ago (2013-03-26 17:49:30 UTC) #6
Fady Samuel
PTAL charlie. I've addressed your comments.
7 years, 8 months ago (2013-04-04 16:30:36 UTC) #7
Charlie Reis
Thanks. LGTM with nit. https://codereview.chromium.org/13032003/diff/18001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/13032003/diff/18001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode755 content/browser/browser_plugin/browser_plugin_guest.cc:755: const GURL& site_url = GetWebContents()->GetSiteInstance()->GetSiteURL(); ...
7 years, 8 months ago (2013-04-04 21:30:23 UTC) #8
Fady Samuel
+cdn@ for IPC audit. Thanks.
7 years, 8 months ago (2013-04-04 22:40:31 UTC) #9
Cris Neckar
lgtm for ipc changes
7 years, 8 months ago (2013-04-05 18:42:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/13032003/23001
7 years, 8 months ago (2013-04-05 18:43:16 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-04-05 23:27:58 UTC) #12
Message was sent while issue was closed.
Change committed as 192646

Powered by Google App Engine
This is Rietveld 408576698