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

Issue 1558633002: Cleanup: Remove double semicolons. (Closed)

Created:
4 years, 11 months ago by Lei Zhang
Modified:
4 years, 11 months ago
Reviewers:
tfarina, jam
CC:
chromium-reviews, serviceworker-reviews, zea+watch_chromium.org, vmpstr+watch_chromium.org, posciak+watch_chromium.org, nasko+codewatch_chromium.org, dmazzoni+watch_chromium.org, kinuko+watch, miu+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, wjmaclean, mlamouri+watch-geolocation_chromium.org, aboxhall+watch_chromium.org, tzik, jam, kinuko+serviceworker, pvalenzuela+watch_chromium.org, je_julie, darin-cc_chromium.org, loading-reviews_chromium.org, chromium-apps-reviews_chromium.org, blink-worker-reviews_chromium.org, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, jsbell+serviceworker_chromium.org, Peter Beverloo, tdanderson+views_chromium.org, nhiroki, feature-media-reviews_chromium.org, yuzo+watch_chromium.org, asvitkine+watch_chromium.org, Michael van Ouwerkerk, piman+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org, michaeln, mlamouri+watch-test-runner_chromium.org, plundblad+watch_chromium.org, tfarina, maxbogue+watch_chromium.org, nektar+watch_chromium.org, mcasas+watch_chromium.org, plaree+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, horo+watch_chromium.org, cc-bugs_chromium.org, kinuko+fileapi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup: Remove double semicolons. Found with: git grep -l ';;$' | egrep '\.(cc|h)$' | grep -v third_party Committed: https://crrev.com/8d34e46c9a294b4d9a5f74e97d9e6536d34555c2 Cr-Commit-Position: refs/heads/master@{#367361}

Patch Set 1 #

Patch Set 2 : lint #

Total comments: 2

Patch Set 3 : Convert CP code to a while loop, fix nit #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -61 lines) Patch
M base/metrics/statistics_recorder_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/process/launch_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/service/win/chrome_launcher.cc View 1 2 3 chunks +4 lines, -3 lines 2 comments Download
M components/gcm_driver/instance_id/instance_id_driver_unittest.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M components/sync_driver/model_association_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/variations/study_filtering_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 6 chunks +23 lines, -23 lines 0 comments Download
M content/browser/geolocation/mock_location_arbitrator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/async_resource_handler_browsertest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/dwrite_font_platform_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/host_zoom_map.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_permission_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/isolate_holder.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_program_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/fileapi/quota/quota_reservation_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/sync_backup_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/sync_rollback_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (9 generated)
Lei Zhang
4 years, 11 months ago (2015-12-30 18:48:07 UTC) #4
tfarina
Lei, could you put in the CL description the commands you are running to generate ...
4 years, 11 months ago (2015-12-30 19:04:50 UTC) #6
tfarina
https://codereview.chromium.org/1558633002/diff/20001/content/browser/loader/async_resource_handler_browsertest.cc File content/browser/loader/async_resource_handler_browsertest.cc (right): https://codereview.chromium.org/1558633002/diff/20001/content/browser/loader/async_resource_handler_browsertest.cc#newcode55 content/browser/loader/async_resource_handler_browsertest.cc:55: base::CompareCase::SENSITIVE)) { The indentation seems off here. Run clang-format ...
4 years, 11 months ago (2015-12-30 19:11:39 UTC) #7
Lei Zhang
https://codereview.chromium.org/1558633002/diff/20001/content/browser/loader/async_resource_handler_browsertest.cc File content/browser/loader/async_resource_handler_browsertest.cc (right): https://codereview.chromium.org/1558633002/diff/20001/content/browser/loader/async_resource_handler_browsertest.cc#newcode55 content/browser/loader/async_resource_handler_browsertest.cc:55: base::CompareCase::SENSITIVE)) { On 2015/12/30 19:11:38, tfarina wrote: > The ...
4 years, 11 months ago (2015-12-30 19:35:44 UTC) #9
tfarina
I would revert the change to while loop in cloud_print. ;) https://codereview.chromium.org/1558633002/diff/40001/cloud_print/service/win/chrome_launcher.cc File cloud_print/service/win/chrome_launcher.cc (left): ...
4 years, 11 months ago (2015-12-30 20:32:59 UTC) #11
Lei Zhang
https://codereview.chromium.org/1558633002/diff/40001/cloud_print/service/win/chrome_launcher.cc File cloud_print/service/win/chrome_launcher.cc (left): https://codereview.chromium.org/1558633002/diff/40001/cloud_print/service/win/chrome_launcher.cc#oldcode204 cloud_print/service/win/chrome_launcher.cc:204: for (base::TimeDelta time_out = default_time_out;; On 2015/12/30 20:32:59, tfarina ...
4 years, 11 months ago (2015-12-30 20:59:59 UTC) #12
jam
lgtm
4 years, 11 months ago (2016-01-04 15:42:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1558633002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1558633002/40001
4 years, 11 months ago (2016-01-04 19:09:56 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-04 20:35:11 UTC) #17
commit-bot: I haz the power
4 years, 11 months ago (2016-01-04 20:36:07 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8d34e46c9a294b4d9a5f74e97d9e6536d34555c2
Cr-Commit-Position: refs/heads/master@{#367361}

Powered by Google App Engine
This is Rietveld 408576698