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

Issue 160598: Add files to browser/sync. (Closed)

Created:
11 years, 4 months ago by tim (not reviewing)
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Add files to browser/sync and tweak includes. Create browser/sync/glue and /engine. Create sync watchlist and add a few folks. No GYP change here so no build changes should occur. chrome.gyp CL is coming shortly, as well as live_sync tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22454

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 31

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8321 lines, -21 lines) Patch
M WATCHLISTS View 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/chrome_url_data_manager.cc View 6 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/dom_ui/new_tab_page_sync_handler.h View 4 5 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/new_tab_page_sync_handler.cc View 4 5 6 7 1 chunk +200 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/options/options_window_gtk.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/profile.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/browser/sync/auth_error_state.h View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/sync/engine/syncapi.h View 1 chunk +709 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/bookmark_model_worker.h View 1 2 3 4 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/bookmark_model_worker.cc View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/bookmark_model_worker_unittest.cc View 1 2 3 4 1 chunk +224 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/http_bridge.h View 1 2 3 4 1 chunk +173 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/http_bridge.cc View 1 2 3 4 1 chunk +252 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/http_bridge_unittest.cc View 1 2 3 4 1 chunk +167 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/model_associator.h View 1 2 3 4 5 1 chunk +141 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/model_associator.cc View 1 2 3 4 1 chunk +504 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/sync_backend_host.h View 1 chunk +274 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/sync_backend_host.cc View 1 2 3 4 1 chunk +308 lines, -0 lines 0 comments Download
A chrome/browser/sync/personalization.h View 1 2 3 4 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/browser/sync/personalization.cc View 1 2 3 4 5 1 chunk +339 lines, -0 lines 0 comments Download
A chrome/browser/sync/personalization_strings.h View 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/browser/sync/profile_sync_service.h View 1 2 3 4 1 chunk +368 lines, -0 lines 0 comments Download
A chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 5 6 7 8 1 chunk +887 lines, -0 lines 0 comments Download
A chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 5 1 chunk +1273 lines, -0 lines 0 comments Download
A chrome/browser/sync/resources/about_sync.html View 1 chunk +165 lines, -0 lines 0 comments Download
A chrome/browser/sync/resources/gaia_login.html View 1 chunk +331 lines, -0 lines 0 comments Download
A chrome/browser/sync/resources/merge_and_sync.html View 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/browser/sync/resources/new_tab_personalization.html View 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/browser/sync/resources/setup_flow.html View 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/sync/sync_status_ui_helper.h View 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/sync/sync_status_ui_helper.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/browser/views/options/options_window_view.cc View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
A chrome/browser/views/options/user_data_page_view.h View 1 chunk +88 lines, -0 lines 0 comments Download
A chrome/browser/views/options/user_data_page_view.cc View 7 8 9 1 chunk +186 lines, -0 lines 0 comments Download
A chrome/browser/views/sync/sync_setup_flow.h View 4 5 1 chunk +176 lines, -0 lines 0 comments Download
A chrome/browser/views/sync/sync_setup_flow.cc View 4 5 6 7 8 9 1 chunk +240 lines, -0 lines 0 comments Download
A chrome/browser/views/sync/sync_setup_wizard.h View 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/views/sync/sync_setup_wizard.cc View 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/views/sync/sync_setup_wizard_unittest.cc View 4 5 6 7 8 9 1 chunk +329 lines, -0 lines 0 comments Download
M chrome/browser/views/toolbar_view.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
tim (not reviewing)
11 years, 4 months ago (2009-08-04 20:33:48 UTC) #1
tim (not reviewing)
Added files under browser/views and browser/dom_ui as well as I forgot to paste them into ...
11 years, 4 months ago (2009-08-04 20:58:49 UTC) #2
ncarter (slow)
http://codereview.chromium.org/160598/diff/261/293 File chrome/browser/browser_resources.grd (right): http://codereview.chromium.org/160598/diff/261/293#newcode43 Line 43: <include file="sync\resources\about_sync.html" flattenhtml="true" name="IDR_ABOUT_SYNC_HTML" type="BINDATA"/> the tag attributes ...
11 years, 4 months ago (2009-08-04 22:17:39 UTC) #3
tim (not reviewing)
http://codereview.chromium.org/160598/diff/261/293 File chrome/browser/browser_resources.grd (right): http://codereview.chromium.org/160598/diff/261/293#newcode43 Line 43: <include file="sync\resources\about_sync.html" flattenhtml="true" name="IDR_ABOUT_SYNC_HTML" type="BINDATA"/> On 2009/08/04 22:17:40, ...
11 years, 4 months ago (2009-08-04 22:39:19 UTC) #4
ncarter (slow)
LGTM with sorting fixes discussed online. This code has been subject to review by Chromium ...
11 years, 4 months ago (2009-08-04 22:58:27 UTC) #5
tim (not reviewing)
11 years, 4 months ago (2009-08-04 23:49:34 UTC) #6
I haven't snuck-in any diffs except for what was required to satisfy most of
the lint complaints.I figured this would be mostly a rubber-stamp in terms
of reviewing the guts of the code because it has been previously reviewed.
 But I wanted to at least get formal consensus on the folders I created
(like views/sync).

On Tue, Aug 4, 2009 at 3:58 PM, <nick@chromium.org> wrote:

> LGTM with sorting fixes discussed online.
>
> This code has been subject to review by Chromium project members
> (primarily munjal@, tim@, and myself) during its development, and so
> here I'm reviewing mostly the path changes between our development depot
> and the new locations.  So the LGTM assumes that you haven't snuck in
> any diffs to the code from the development depot.  If there is a
> possibility of this, I'd like to review those diffs.
>
>
> http://codereview.chromium.org/160598
>

Powered by Google App Engine
This is Rietveld 408576698