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

Issue 210233005: sync: Display protocol events on about:sync (Closed)

Created:
6 years, 9 months ago by rlarocque
Modified:
6 years, 9 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

sync: Display protocol events on about:sync Displays a log of messages sent between sync client and server on the main about:sync page. Currently it does not save any events received while the about:sync page is closed, so there is no historical information. This feature will be added later. Adds the protocol events to the events tab, too. This allows protocol events to be dumped to text along with the rest of the event log. Removes the yellow fade effect from the main about:sync page. The fade was useful as an indicator that sync activity was in progress. Now that we can see the log of sync events growing, there's not much need for it anymore. Refactors the columns display on the main about:sync page. The new layout uses narrower columns, which should make it a bit more mobile-friendly. It also allows us to display more information, which is useful since that page is starting to get crowded. Fixes some style violations in the HTML and CSS for the about page. The new presubmit scripts would not let us modify this file until those style violations were fixed. This new information display should be a superset of what's already available. Adding it to the main page will make many of the indicators on the about tab redundant. This change is a step towards removing the indicators that rely on obsolete code paths. BUG=349301 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259344

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix nit + unrelated bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -128 lines) Patch
M chrome/browser/resources/sync_internals/about.css View 2 chunks +57 lines, -38 lines 0 comments Download
M chrome/browser/resources/sync_internals/about.html View 1 1 chunk +17 lines, -4 lines 0 comments Download
M chrome/browser/resources/sync_internals/about.js View 1 1 chunk +114 lines, -79 lines 0 comments Download
M chrome/browser/resources/sync_internals/sync_log.js View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_message_handler.h View 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_message_handler.cc View 4 chunks +20 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rlarocque
Screenshots available on request. Please review.
6 years, 9 months ago (2014-03-24 18:47:11 UTC) #1
tim (not reviewing)
On 2014/03/24 18:47:11, rlarocque wrote: > Screenshots available on request. > > Please review. I ...
6 years, 9 months ago (2014-03-24 20:25:41 UTC) #2
tim (not reviewing)
cc code and screenshots LGTM
6 years, 9 months ago (2014-03-24 21:43:56 UTC) #3
James Hawkins
LGTM with nit. https://codereview.chromium.org/210233005/diff/1/chrome/browser/resources/sync_internals/about.html File chrome/browser/resources/sync_internals/about.html (right): https://codereview.chromium.org/210233005/diff/1/chrome/browser/resources/sync_internals/about.html#newcode32 chrome/browser/resources/sync_internals/about.html:32: <div class="traffic-event-entry" jsselect="events" jseval="chrome.sync.about_tab.addExpandListener(this)"> nit: 80 ...
6 years, 9 months ago (2014-03-24 23:08:31 UTC) #4
rlarocque
Patch updated. This upload also fixes a bug where the JS code was referring to ...
6 years, 9 months ago (2014-03-24 23:34:18 UTC) #5
rlarocque
The CQ bit was checked by rlarocque@chromium.org
6 years, 9 months ago (2014-03-25 18:29:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlarocque@chromium.org/210233005/20001
6 years, 9 months ago (2014-03-25 18:31:32 UTC) #7
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 21:37:58 UTC) #8
Message was sent while issue was closed.
Change committed as 259344

Powered by Google App Engine
This is Rietveld 408576698