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

Issue 3036020: Port network options to DOM UI. (Closed)

Created:
10 years, 5 months ago by Charlie Lee
Modified:
9 years, 7 months ago
CC:
zel, chromium-reviews, dhg, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Port network options to DOM UI. Hook up all the functionality. UI touchup work will be in another changelist. BUG=chromium-os:4744 BUG=49030 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53919

Patch Set 1 #

Total comments: 36

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+707 lines, -7 lines) Patch
M chrome/browser/chromeos/cros/mock_network_library.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 5 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.cc View 1 3 chunks +76 lines, -2 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/internet_options_handler.h View 1 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/internet_options_handler.cc View 1 1 chunk +328 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/options/internet_page_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/dom_ui/options_ui.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options.html View 4 chunks +5 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_internet_network_list.js View 1 1 chunk +127 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_internet_options.html View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_internet_options.js View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_internet_options_page.css View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Charlie Lee
Can you take a look. I'd like to check this in and then you can ...
10 years, 5 months ago (2010-07-27 01:32:18 UTC) #1
xiyuan
LGTM with nits. http://codereview.chromium.org/3036020/diff/1/5 File chrome/browser/chromeos/dom_ui/internet_options_handler.h (right): http://codereview.chromium.org/3036020/diff/1/5#newcode9 chrome/browser/chromeos/dom_ui/internet_options_handler.h:9: #include "third_party/skia/include/core/SkBitmap.h" nit: suggest to move ...
10 years, 5 months ago (2010-07-27 16:37:25 UTC) #2
arv (Not doing code reviews)
FYI http://codereview.chromium.org/3036020/diff/1/8 File chrome/browser/resources/options/chromeos_internet_network_list.js (right): http://codereview.chromium.org/3036020/diff/1/8#newcode22 chrome/browser/resources/options/chromeos_internet_network_list.js:22: decorate: function() { I would skip the whole ...
10 years, 5 months ago (2010-07-27 18:55:35 UTC) #3
Charlie Lee
Ok, made the fixes and added some more functionality code. arv, I want to check ...
10 years, 5 months ago (2010-07-27 23:05:02 UTC) #4
xiyuan
Thanks Charlie. I'll pick up the CL for DOM UI part after it gets in ...
10 years, 5 months ago (2010-07-27 23:12:52 UTC) #5
Charlie Lee (do not use)
arv, let me know if it looks good to you. if so, I will check ...
10 years, 5 months ago (2010-07-27 23:52:55 UTC) #6
arv (Not doing code reviews)
LGTM I still feel like the CSS should be made more specific since this will ...
10 years, 5 months ago (2010-07-28 05:56:53 UTC) #7
Charlie Lee
Ok, I added class="network-list" to the 3 lists in the html and changed the CSS ...
10 years, 5 months ago (2010-07-28 06:45:02 UTC) #8
Charlie Lee (do not use)
After doing a sync, the network page is no longer showing any data. And it ...
10 years, 4 months ago (2010-07-28 18:25:32 UTC) #9
xiyuan
I am looking at the issue... It seems to be caused by window.history.pushState does not ...
10 years, 4 months ago (2010-07-28 18:36:05 UTC) #10
Charlie Lee (do not use)
10 years, 4 months ago (2010-07-28 18:39:36 UTC) #11
Is it caused by this change?
http://codereview.chromium.org/3017027

- Charlie


On Wed, Jul 28, 2010 at 11:35 AM, Xiyuan Xia <xiyuan@chromium.org> wrote:

> I am looking at the issue... It seems to be caused by
> window.history.pushState does not return in OptiosnPage's visible setter...
>
>
> On Wed, Jul 28, 2010 at 11:25 AM, Charlie Lee <chocobo@google.com> wrote:
>
>> After doing a sync, the network page is no longer showing any data. And it
>> looks like the accounts page is also busted. Xiyuan, can you look into why
>> this is happening?
>>
>> Thanks,
>> Charlie
>>
>>
>> On Jul 27, 2010 11:45:02 PM PDT, chocobo <chocobo@chromium.org> wrote:
>>
>>> Ok, I added class="network-list" to the 3 lists in the html and changed
>>> the CSS
>>> to reflect. I will check this in. Xiyuan, you can take this over now.
>>> Thanks!
>>>
>>
>>  http://codereview.chromium.org/3036020/diff/14001/15011
>>>> File chrome/browser/resources/options/chromeos_internet_options.js
>>>> (right):
>>>> http://codereview.chromium.org/3036020/diff/14001/15011#newcode64
>>>> chrome/browser/resources/options/chromeos_internet_options.js:64:
>>>> $('wiredList').redraw();
>>>> On 2010/07/28 05:56:53, arv wrote:
>>>> Setting the data model should redraw the list already.
>>>>
>>>
>>  Done.
>>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698