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

Issue 7497051: sync: Move all the js_* files into a js/ subdirectory. (Closed)

Created:
9 years, 4 months ago by tfarina
Modified:
9 years, 4 months ago
Reviewers:
akalin
CC:
chromium-reviews, Raghu Simha, ncarter (slow), Paweł Hajdan Jr., tim (not reviewing), idana
Visibility:
Public.

Description

sync: Move all the js_* files into a js/ subdirectory. Note: This was a TODO for akalin. BUG=None TEST=None R=akalin@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96169

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -1454 lines) Patch
M chrome/browser/sync/README.js View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/engine/syncapi_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_arg_list.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_arg_list.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/js/js_arg_list_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/js/js_backend.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_event_details.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_event_details.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/js/js_event_details_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/js/js_event_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_reply_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_sync_manager_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_sync_manager_observer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync/js/js_sync_manager_observer_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync/js/js_test_util.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + chrome/browser/sync/js/js_test_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_transaction_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/js/js_transaction_observer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
D chrome/browser/sync/js_arg_list.h View 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/sync/js_arg_list.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/sync/js_arg_list_unittest.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/sync/js_backend.h View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/sync/js_controller.h View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/sync/js_event_details.h View 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/sync/js_event_details.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/sync/js_event_details_unittest.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/sync/js_event_handler.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/sync/js_reply_handler.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/sync/js_sync_manager_observer.h View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/sync/js_sync_manager_observer.cc View 1 chunk +0 lines, -171 lines 0 comments Download
D chrome/browser/sync/js_sync_manager_observer_unittest.cc View 1 chunk +0 lines, -334 lines 0 comments Download
D chrome/browser/sync/js_test_util.h View 1 chunk +0 lines, -109 lines 0 comments Download
D chrome/browser/sync/js_test_util.cc View 1 chunk +0 lines, -137 lines 0 comments Download
D chrome/browser/sync/js_transaction_observer.h View 1 chunk +0 lines, -61 lines 0 comments Download
D chrome/browser/sync/js_transaction_observer.cc View 1 chunk +0 lines, -95 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_js_controller.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_js_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_js_controller_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
9 years, 4 months ago (2011-08-10 00:10:14 UTC) #1
akalin
9 years, 4 months ago (2011-08-10 00:55:46 UTC) #2
On 2011/08/10 00:10:14, tfarina wrote:

LGTM

Powered by Google App Engine
This is Rietveld 408576698