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

Issue 10912054: Adding parsing for partition and persistence attributes to the <browser> tag (Closed)

Created:
8 years, 3 months ago by nasko
Modified:
8 years, 3 months ago
Reviewers:
rjkroege, jamesr, ericu
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, michaeln
Visibility:
Public.

Description

Adding parsing for partition and persistence attributes to the <browser> tag BUG=145500

Patch Set 1 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -22 lines) Patch
M content/renderer/browser_plugin/browser_plugin.h View 4 chunks +18 lines, -4 lines 2 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 3 chunks +45 lines, -11 lines 2 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 4 chunks +51 lines, -7 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_browsertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_browsertest.cc View 3 chunks +121 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
nasko
Rob, Can you review this change? I've added support for "persist" and "partition" attributes on ...
8 years, 3 months ago (2012-08-31 23:09:35 UTC) #1
rjkroege
lgtm
8 years, 3 months ago (2012-08-31 23:41:25 UTC) #2
rjkroege
lgtm lgtm
8 years, 3 months ago (2012-08-31 23:41:27 UTC) #3
nasko
Including jamesr@ for OWNERS review of content/renderer.
8 years, 3 months ago (2012-08-31 23:43:13 UTC) #4
nasko
James, can you review this CL?
8 years, 3 months ago (2012-09-10 16:20:20 UTC) #5
jamesr
I'm not familiar enough with storage to review this. Perhaps michaeln@ or ericu@ could take ...
8 years, 3 months ago (2012-09-10 17:45:56 UTC) #6
nasko
Updated the title to better reflect the code. I've only added support for the attributes ...
8 years, 3 months ago (2012-09-10 17:49:48 UTC) #7
michaeln
I don't understand the purpose of this change or how it fits in with creis's ...
8 years, 3 months ago (2012-09-10 20:50:02 UTC) #8
nasko
On 2012/09/10 20:50:02, michaeln wrote: > I don't understand the purpose of this change or ...
8 years, 3 months ago (2012-09-10 21:10:24 UTC) #9
michaeln
thnx for the pointer to that doc, i'll share it with the chrome-owp-storage list too ...
8 years, 3 months ago (2012-09-10 23:01:42 UTC) #10
nasko
Actually, the scheme ajwong is developing and this are in the same direction, using the ...
8 years, 3 months ago (2012-09-10 23:16:08 UTC) #11
nasko
Adding ajwong@, since his work is referenced.
8 years, 3 months ago (2012-09-10 23:16:54 UTC) #12
awong
On 2012/09/10 23:16:54, nasko wrote: > Adding ajwong@, since his work is referenced. Drive-by comments: ...
8 years, 3 months ago (2012-09-10 23:22:47 UTC) #13
michaeln
8 years, 3 months ago (2012-09-10 23:51:03 UTC) #14
These changes really don't directly affect corners of code i typically poke at,
so i'll remove myself from the reviewers list... but i can see derived
requirements coming down the pipe that do affect corners of code i work on more
directly so i'm real glad to have been cc'd on this one.

On 2012/09/10 23:16:08, nasko wrote:
> Actually, the scheme ajwong is developing and this are in the same direction,
> using the same underlying concepts. In apps v2 world, apps do not declare
> themselves isolated, this is done on their behalf and they have no choice in
the
> matter. You are correct that the app will be independent from the regular web.

Is there any case where an app can embed a <browser> that is not independent of
the regular web? Just curious.

> I'm trying to see if I can make M23...

Yikes... feels like a stretch. For nonpersistent partitions we may be able to
reuse the same underpinnings as incognito.

> We want to raise an exception if JavaScript is used to modify the value...

I see, so if the user invokes the setters via script after having provided
values via attributes you want to complain about it.

Powered by Google App Engine
This is Rietveld 408576698