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

Side by Side Diff: sync/js/README.js

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/js/DEPS ('k') | sync/js/js_arg_list.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Overview of chrome://sync-internals 1 Overview of chrome://sync-internals
2 ----------------------------------- 2 -----------------------------------
3 3
4 This note explains how chrome://sync-internals (also known as 4 This note explains how chrome://sync-internals (also known as
5 about:sync) interacts with the sync service/backend. 5 about:sync) interacts with the sync service/backend.
6 6
7 Basically, chrome://sync-internals sends messages to the sync backend 7 Basically, chrome://sync-internals sends messages to the sync backend
8 and the sync backend sends the reply asynchronously. The sync backend 8 and the sync backend sends the reply asynchronously. The sync backend
9 also asynchronously raises events which chrome://sync-internals listen 9 also asynchronously raises events which chrome://sync-internals listen
10 to. 10 to.
(...skipping 28 matching lines...) Expand all
39 39
40 - SyncInternalsUI (implements JsEventHandler, JsReplyHandler) 40 - SyncInternalsUI (implements JsEventHandler, JsReplyHandler)
41 - SyncJsController (implements JsController, JsEventHandler) 41 - SyncJsController (implements JsController, JsEventHandler)
42 42
43 The following objects live on the sync thread: 43 The following objects live on the sync thread:
44 44
45 - SyncManager::SyncInternal (implements JsBackend) 45 - SyncManager::SyncInternal (implements JsBackend)
46 46
47 Of course, none of these objects need to know where the other objects 47 Of course, none of these objects need to know where the other objects
48 live, since they interact via WeakHandles. 48 live, since they interact via WeakHandles.
OLDNEW
« no previous file with comments | « sync/js/DEPS ('k') | sync/js/js_arg_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698