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

Issue 315008: New wifi icons animation. (Closed)

Created:
11 years, 2 months ago by Charlie Lee (do not use)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

New wifi icons animation. BUG=none TEST=25538 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30318

Patch Set 1 : '' #

Total comments: 17

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 10

Patch Set 4 : '' #

Total comments: 9

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -58 lines) Patch
D chrome/app/theme/statusbar_disconnected.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_1.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_2.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_3.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_4.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_5.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_6.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_7.png View Binary file 0 comments Download
D chrome/app/theme/statusbar_wifi_8.png View Binary file 0 comments Download
chrome/app/theme/theme_resources.grd View 1 2 3 4 1 chunk +14 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/cros_network_library.h View 1 2 3 4 4 chunks +49 lines, -1 line 0 comments Download
M chrome/browser/chromeos/cros_network_library.cc View 1 2 3 4 4 chunks +79 lines, -2 lines 1 comment Download
M chrome/browser/chromeos/network_menu_button.h View 1 2 3 4 3 chunks +24 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/network_menu_button.cc View 1 2 3 4 4 chunks +146 lines, -40 lines 0 comments Download
M chrome/browser/chromeos/settings_contents_view.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
MM chrome/browser/chromeos/status_area_button.h View 1 2 3 4 1 chunk +9 lines, -1 line 0 comments Download
MM chrome/browser/chromeos/status_area_button.cc View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Charlie Lee (do not use)
11 years, 2 months ago (2009-10-22 22:30:36 UTC) #1
Charlie Lee (do not use)
http://codereview.chromium.org/315008/diff/3008/4039 File chrome/browser/chromeos/network_library.h (right): http://codereview.chromium.org/315008/diff/3008/4039#newcode57 Line 57: // Called when the network has changed. (wifi ...
11 years, 2 months ago (2009-10-22 22:31:18 UTC) #2
sky
http://codereview.chromium.org/315008/diff/3008/4023 File chrome/app/theme/theme_resources.grd (right): http://codereview.chromium.org/315008/diff/3008/4023#newcode418 Line 418: <include name="IDR_STATUSBAR_WARNING" file="statusbar_wifi_warning.png" type="BINDATA" /> Are all these ...
11 years, 2 months ago (2009-10-22 22:56:59 UTC) #3
Charlie Lee (do not use)
http://codereview.chromium.org/315008/diff/3008/4023 File chrome/app/theme/theme_resources.grd (right): http://codereview.chromium.org/315008/diff/3008/4023#newcode418 Line 418: <include name="IDR_STATUSBAR_WARNING" file="statusbar_wifi_warning.png" type="BINDATA" /> On 2009/10/22 22:56:59, ...
11 years, 2 months ago (2009-10-22 23:35:01 UTC) #4
sky
> http://codereview.chromium.org/315008/diff/3008/4038#newcode195 > Line 195: void NetworkLibrary::CheckNetworkTraffic() { > On 2009/10/22 22:56:59, sky wrote: >> ...
11 years, 2 months ago (2009-10-23 00:00:28 UTC) #5
Charlie Lee (do not use)
Added network traffic notification throttling.
11 years, 2 months ago (2009-10-23 22:49:12 UTC) #6
sky
http://codereview.chromium.org/315008/diff/14006/15022 File chrome/browser/chromeos/network_library.cc (right): http://codereview.chromium.org/315008/diff/14006/15022#newcode205 Line 205: bool downloading = false; Rather than using two ...
11 years, 2 months ago (2009-10-23 23:33:32 UTC) #7
Charlie Lee (do not use)
Ricardo, can you review my use of URLRequestJobTracker? http://codereview.chromium.org/315008/diff/14006/15022 File chrome/browser/chromeos/network_library.cc (right): http://codereview.chromium.org/315008/diff/14006/15022#newcode205 Line 205: ...
11 years, 1 month ago (2009-10-27 00:01:59 UTC) #8
sky
LGTM
11 years, 1 month ago (2009-10-27 00:19:19 UTC) #9
rvargas (doing something else)
http://codereview.chromium.org/315008/diff/14018/15050 File chrome/browser/chromeos/network_library.cc (right): http://codereview.chromium.org/315008/diff/14018/15050#newcode210 Line 210: for (it = g_url_request_job_tracker.begin(); It's sad to walk ...
11 years, 1 month ago (2009-10-27 02:06:36 UTC) #10
DaveMoore
The button changes LGTM. Others have commented on the rest.
11 years, 1 month ago (2009-10-27 16:54:57 UTC) #11
Charlie Lee (do not use)
http://codereview.chromium.org/315008/diff/14018/15050 File chrome/browser/chromeos/network_library.cc (right): http://codereview.chromium.org/315008/diff/14018/15050#newcode210 Line 210: for (it = g_url_request_job_tracker.begin(); On 2009/10/27 02:06:36, rvargas ...
11 years, 1 month ago (2009-10-28 00:54:22 UTC) #12
rvargas (doing something else)
11 years, 1 month ago (2009-10-28 01:21:15 UTC) #13
LGTM after removing the extra check.

http://codereview.chromium.org/315008/diff/14018/15050
File chrome/browser/chromeos/network_library.cc (right):

http://codereview.chromium.org/315008/diff/14018/15050#newcode210
Line 210: for (it = g_url_request_job_tracker.begin();
> Is this something you can work on? If not, who?

I guess that opening a bug would be the first step. :) cc me.

http://codereview.chromium.org/315008/diff/21002/28016
File chrome/browser/chromeos/cros_network_library.cc (right):

http://codereview.chromium.org/315008/diff/21002/28016#newcode214
Line 214: if (traffic_type_ == (Observer::TRAFFIC_DOWNLOAD |
Now we don't have to do this. Just break with the first upload.

Powered by Google App Engine
This is Rietveld 408576698