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

Issue 10827008: [Android] Implement WebSettings.{get|set}DomStorageEnabled (Closed)

Created:
8 years, 4 months ago by mnaganov (inactive)
Modified:
8 years, 4 months ago
Reviewers:
Satish
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

[Android] Implement WebSettings.{get|set}DomStorageEnabled BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148953

Patch Set 1 #

Patch Set 2 : Downstream comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M content/browser/android/content_settings.cc View 4 chunks +12 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentSettings.java View 1 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mnaganov (inactive)
8 years, 4 months ago (2012-07-25 15:30:14 UTC) #1
Satish
The change itself looks good. Are there any tests available for this code so you ...
8 years, 4 months ago (2012-07-30 09:44:10 UTC) #2
mnaganov (inactive)
On 2012/07/30 09:44:10, Satish wrote: > The change itself looks good. Are there any tests ...
8 years, 4 months ago (2012-07-30 13:07:31 UTC) #3
Satish
LGTM On 2012/07/30 13:07:31, Mikhail Naganov (Chromium) wrote: > On 2012/07/30 09:44:10, Satish wrote: > ...
8 years, 4 months ago (2012-07-30 13:50:04 UTC) #4
battre
On 2012/07/30 13:50:04, Satish wrote: > LGTM > > On 2012/07/30 13:07:31, Mikhail Naganov (Chromium) ...
8 years, 4 months ago (2012-07-30 15:07:07 UTC) #5
mnaganov (inactive)
8 years, 4 months ago (2012-07-30 15:15:23 UTC) #6
On 2012/07/30 15:07:07, battre wrote:
> On 2012/07/30 13:50:04, Satish wrote:
> > LGTM
> > 
> > On 2012/07/30 13:07:31, Mikhail Naganov (Chromium) wrote:
> > > On 2012/07/30 09:44:10, Satish wrote:
> > > > The change itself looks good. Are there any tests available for this
code
> so
> > > you
> > > > can verify that setting something in java updates the c++ code properly
> and
> > > vice
> > > > versa?
> > > 
> > > I have tests downstream (see the downstream patch). I guess they will be
> > > upstreamed some day.
> > > 
> > > Steve has approved the downstream patch, can you please stamp this one so
I
> > can
> > > proceed?
> > 
> > Ok, since we don't have java test runners seems like landing the test
upstream
> > has to wait.
> 
> What is the motivation for treating DomStorage separately. On desktop Chrome
we
> have cookies as one content type. Would it make sense to re-use the same
content
> type in order to keep the two implementations closer to each other?

That's not for Chrome for Android itself. We are re-implementing a new version
of Android WebView based on Chrome, and it has separate control mechanisms for
cookies and local storage. See
http://developer.android.com/reference/android/webkit/CookieSyncManager.html and
http://developer.android.com/reference/android/webkit/WebSettings.html#setDom...

Powered by Google App Engine
This is Rietveld 408576698