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

Issue 11039034: Move ash/system/network to ash/system/chromeos (Closed)

Created:
8 years, 2 months ago by stevenjb
Modified:
8 years, 2 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, ben+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, tfarina
Visibility:
Public.

Description

Move Ash system network trays to ash/system/chromeos Also adds DEPS to keep chromeos dependencies out of ash/system This is part of an effort to move chromeos network management code from src/chrome/ to src/chromeos. BUG=154856 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162377

Patch Set 1 #

Patch Set 2 : . #

Total comments: 14

Patch Set 3 : Address feedback; move tray_display to system/chromeos #

Patch Set 4 : , #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1884 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 3 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/chromeos/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/chromeos/network/network_observer.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/chromeos/network/sms_observer.h View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/system/chromeos/network/tray_network.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/chromeos/network/tray_network.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/chromeos/network/tray_sms.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/chromeos/network/tray_sms.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/chromeos/tray_display.h View 1 2 4 chunks +3 lines, -9 lines 0 comments Download
A + ash/system/chromeos/tray_display.cc View 1 2 5 chunks +1 line, -12 lines 0 comments Download
D ash/system/network/network_observer.h View 1 chunk +0 lines, -58 lines 0 comments Download
D ash/system/network/sms_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/system/network/tray_network.h View 1 chunk +0 lines, -80 lines 0 comments Download
D ash/system/network/tray_network.cc View 1 chunk +0 lines, -959 lines 0 comments Download
D ash/system/network/tray_sms.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ash/system/network/tray_sms.cc View 1 chunk +0 lines, -378 lines 0 comments Download
A ash/system/power/DEPS View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ash/system/status_area_widget.cc View 1 2 3 4 2 chunks +0 lines, -17 lines 0 comments Download
M ash/system/tray/system_tray.h View 1 2 3 4 3 chunks +12 lines, -6 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 4 7 chunks +22 lines, -9 lines 0 comments Download
D ash/system/tray_display.h View 1 2 1 chunk +0 lines, -57 lines 0 comments Download
D ash/system/tray_display.cc View 1 2 1 chunk +0 lines, -171 lines 0 comments Download
M chrome/browser/chromeos/network_message_observer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/sms_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/data_promo_notification.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
stevenjb
This is ready for review.
8 years, 2 months ago (2012-10-04 20:44:15 UTC) #1
sadrul
Quick question: Pretty much all of system tray (e.g. network, bluetooth, display, user etc.) are ...
8 years, 2 months ago (2012-10-04 20:49:18 UTC) #2
stevenjb
Hopefully at least bluetooth and power will be re-factored so that Chrome no longer needs ...
8 years, 2 months ago (2012-10-04 21:29:34 UTC) #3
stevenjb
ping
8 years, 2 months ago (2012-10-08 22:38:14 UTC) #4
jennyz
lgtm http://codereview.chromium.org/11039034/diff/3001/ash/system/DEPS File ash/system/DEPS (right): http://codereview.chromium.org/11039034/diff/3001/ash/system/DEPS#newcode5 ash/system/DEPS:5: "+chromeos/display/output_configurator.h", Can we create a crbug to track ...
8 years, 2 months ago (2012-10-08 23:20:00 UTC) #5
tfarina
http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/network_observer.h File ash/system/chromeos/network/network_observer.h (right): http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/network_observer.h#newcode43 ash/system/chromeos/network/network_observer.h:43: MessageType message_type, nit: wrong indentation here. one space off.
8 years, 2 months ago (2012-10-09 01:53:22 UTC) #6
tfarina
http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/sms_observer.h File ash/system/chromeos/network/sms_observer.h (right): http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/sms_observer.h#newcode8 ash/system/chromeos/network/sms_observer.h:8: #include "base/string16.h" you can remove this include.
8 years, 2 months ago (2012-10-09 01:53:59 UTC) #7
tfarina
http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/tray_network.h File ash/system/chromeos/network/tray_network.h (right): http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/tray_network.h#newcode5 ash/system/chromeos/network/tray_network.h:5: #ifndef ASH_SYSTEM_NETWORK_TRAY_NETWORK_H wrong header guard. http://codereview.chromium.org/11039034/diff/3001/ash/system/chromeos/network/tray_sms.h File ash/system/chromeos/network/tray_sms.h (right): ...
8 years, 2 months ago (2012-10-09 02:35:59 UTC) #8
sadrul
On 2012/10/04 21:29:34, stevenjb (chromium) wrote: > Hopefully at least bluetooth and power will be ...
8 years, 2 months ago (2012-10-09 14:40:45 UTC) #9
sadrul
http://codereview.chromium.org/11039034/diff/3001/ash/system/status_area_widget.cc File ash/system/status_area_widget.cc (left): http://codereview.chromium.org/11039034/diff/3001/ash/system/status_area_widget.cc#oldcode291 ash/system/status_area_widget.cc:291: bool bluetooth_enabled_; Why are these removed?
8 years, 2 months ago (2012-10-09 14:40:58 UTC) #10
stevenjb
I went ahead and moved tray_display also since it was pretty straightforward; the only delegate ...
8 years, 2 months ago (2012-10-09 19:03:46 UTC) #11
stevenjb
http://codereview.chromium.org/11039034/diff/3001/ash/system/DEPS File ash/system/DEPS (right): http://codereview.chromium.org/11039034/diff/3001/ash/system/DEPS#newcode5 ash/system/DEPS:5: "+chromeos/display/output_configurator.h", On 2012/10/08 23:20:01, jennyz wrote: > Can we ...
8 years, 2 months ago (2012-10-09 19:04:13 UTC) #12
Ben Goodger (Google)
So, you should think of src/chromeos as a very low level thing. Sort of the ...
8 years, 2 months ago (2012-10-16 17:36:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11039034/20001
8 years, 2 months ago (2012-10-16 18:35:24 UTC) #14
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 2 months ago (2012-10-16 22:01:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11039034/22008
8 years, 2 months ago (2012-10-17 01:00:10 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11039034/22008
8 years, 2 months ago (2012-10-17 11:13:38 UTC) #17
commit-bot: I haz the power
Change committed as 162377
8 years, 2 months ago (2012-10-17 13:14:08 UTC) #18
tommi (sloooow) - chröme
8 years, 2 months ago (2012-10-17 14:39:21 UTC) #19
On 2012/10/17 13:14:08, I haz the power (commit-bot) wrote:
> Change committed as 162377

Had to revert this since it broke the tree.
http://src.chromium.org/viewvc/chrome?view=rev&revision=162406

Powered by Google App Engine
This is Rietveld 408576698