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

Issue 9959030: Allow hiding of sessions from Other Devices via context menu. (Closed)

Created:
8 years, 8 months ago by Patrick Dubroy
Modified:
8 years, 8 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Allow hiding of sessions from Other Devices via context menu. Also add modification times to session headers, and a separator between multiple windows in the same session. BUG=120200 TEST=Manual. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130125

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address estade's comments. #

Patch Set 3 : Fix bug when clicking on child of <h3> #

Total comments: 1

Patch Set 4 : Rename DeviceContextMenu to DeviceContextMenuController. #

Patch Set 5 : Oops. #

Patch Set 6 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -8 lines) Patch
M chrome/browser/resources/ntp4/footer_menu.css View 1 3 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/other_sessions.js View 1 2 3 4 5 chunks +104 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.h View 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.cc View 1 8 chunks +28 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Patrick Dubroy
Hey Evan, another "Other Devices" review for you. The menu-on-menu thing is a bit funny, ...
8 years, 8 months ago (2012-03-30 18:22:36 UTC) #1
Evan Stade
http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/footer_menu.css File chrome/browser/resources/ntp4/footer_menu.css (right): http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/footer_menu.css#newcode124 chrome/browser/resources/ntp4/footer_menu.css:124: extra \n http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/other_sessions.js File chrome/browser/resources/ntp4/other_sessions.js (right): http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/other_sessions.js#newcode148 chrome/browser/resources/ntp4/other_sessions.js:148: heading.classList.add('session-heading'); ...
8 years, 8 months ago (2012-03-30 21:00:30 UTC) #2
Patrick Dubroy
http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/footer_menu.css File chrome/browser/resources/ntp4/footer_menu.css (right): http://codereview.chromium.org/9959030/diff/1/chrome/browser/resources/ntp4/footer_menu.css#newcode124 chrome/browser/resources/ntp4/footer_menu.css:124: On 2012/03/30 21:00:30, Evan Stade wrote: > extra \n ...
8 years, 8 months ago (2012-03-30 21:21:20 UTC) #3
Evan Stade
8 years, 8 months ago (2012-03-30 21:40:58 UTC) #4
lgtm

http://codereview.chromium.org/9959030/diff/9/chrome/browser/resources/ntp4/o...
File chrome/browser/resources/ntp4/other_sessions.js (right):

http://codereview.chromium.org/9959030/diff/9/chrome/browser/resources/ntp4/o...
chrome/browser/resources/ntp4/other_sessions.js:230: function
DeviceContextMenu() {
probably should be called DeviceContextMenuController or something because its
current name suggests it inherits from Menu

Powered by Google App Engine
This is Rietveld 408576698