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

Issue 3386009: Fix a problem that text prefs is not hooked up with CrosSettings. (Closed)

Created:
10 years, 3 months ago by xiyuan
Modified:
9 years, 7 months ago
CC:
chromium-reviews, dhg, arv (Not doing code reviews), ben+cc_chromium.org, sky, darin-cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Fix a problem that text prefs are not hooked up with CrosSettings. And bump up CppVariant::ToStringVector limit from 100 to 60000 so that we can pass more arguments through chrome.send. BUG=chromium-os:6827 TEST=Verify proxy setting values entered are sent to CrosSettingsProviderProxy. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60184

Patch Set 1 #

Patch Set 2 : fix missing Get calls found by kuan #

Patch Set 3 : fix missing Get calls by bumping up the limit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M chrome/browser/resources/options.html View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/cpp_variant.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
xiyuan
10 years, 3 months ago (2010-09-17 19:24:17 UTC) #1
zel
LGTM
10 years, 3 months ago (2010-09-17 19:52:50 UTC) #2
kuan_google.com
xiyuan, thanks very much for helping to fix this!! but, as we've discussed, running on ...
10 years, 3 months ago (2010-09-17 20:00:01 UTC) #3
kuan
i found a really strange bug, probably because i don't know html/js well enough. if ...
10 years, 3 months ago (2010-09-18 01:21:36 UTC) #4
xiyuan
The problem found by kuan is caused by chrome.sent seems to have a 100-element limitation ...
10 years, 3 months ago (2010-09-20 19:10:03 UTC) #5
arv (Not doing code reviews)
Can you remove the send limitation instead? erik On Mon, Sep 20, 2010 at 12:10, ...
10 years, 3 months ago (2010-09-20 19:14:55 UTC) #6
xiyuan
The limitation is introduced in CppVariant::ToStringVector when DOMUIBindings::send converts CppArgumentList args into a Value. Inside ...
10 years, 3 months ago (2010-09-20 20:26:17 UTC) #7
arv (Not doing code reviews)
I think that makes sense but please talk to the original authors as well. erik ...
10 years, 3 months ago (2010-09-20 20:31:10 UTC) #8
xiyuan
+sky, darin darin, sky asked me to check with you that if it is okay ...
10 years, 3 months ago (2010-09-20 20:37:58 UTC) #9
sky
Mike might also know. -Scott On Mon, Sep 20, 2010 at 1:37 PM, <xiyuan@chromium.org> wrote: ...
10 years, 3 months ago (2010-09-20 20:45:03 UTC) #10
xiyuan
10 years, 3 months ago (2010-09-21 16:34:34 UTC) #11
+dglazkov

Talked to Dimitry, the CppVarint code is originally for test_shell and not
really intends to use for DOMUI. As a temp solution for now, we will increase
the limit.

Powered by Google App Engine
This is Rietveld 408576698