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

Issue 1370603002: Make some global pointers const void* const. (Closed)

Created:
5 years, 3 months ago by Lei Zhang
Modified:
5 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org, grt+watch_chromium.org, jam, darin-cc_chromium.org, tfarina, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make some global pointers const void* const. Otherwise the thing the pointers point to can change. Committed: https://crrev.com/3b6a2f11c70c112a2c15ddb996df78d665486ae1 Cr-Commit-Position: refs/heads/master@{#350785}

Patch Set 1 #

Total comments: 2

Patch Set 2 : nit #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -35 lines) Patch
M android_webview/browser/aw_contents_client_bridge_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/browser/aw_request_interceptor.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M android_webview/browser/browser_view_renderer.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M android_webview/native/aw_settings.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/android/bookmarks/partner_bookmarks_shim.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/download_feedback_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/ui_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_feedback_dialog_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/data_use_measurement/core/data_use_user_data.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/data_use_measurement/core/data_use_user_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/domain_reliability/uploader.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/navigation_interception/intercept_navigation_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M tools/gn/loader.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/gn/loader.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Lei Zhang
One more for the road.
5 years, 3 months ago (2015-09-25 01:55:04 UTC) #2
brettw
Isn't that backwards? I thought const void * == void const * means that the ...
5 years, 3 months ago (2015-09-25 03:10:18 UTC) #3
Lei Zhang
On 2015/09/25 03:10:18, brettw wrote: > Isn't that backwards? I thought > const void * ...
5 years, 3 months ago (2015-09-25 03:30:23 UTC) #4
brettw
Okay, I understood it properly, but for some reason though some of these were return ...
5 years, 2 months ago (2015-09-25 04:51:25 UTC) #5
Lei Zhang
https://codereview.chromium.org/1370603002/diff/1/base/debug/task_annotator.cc File base/debug/task_annotator.cc (right): https://codereview.chromium.org/1370603002/diff/1/base/debug/task_annotator.cc#newcode48 base/debug/task_annotator.cc:48: const void* const program_counter = On 2015/09/25 04:51:25, brettw ...
5 years, 2 months ago (2015-09-25 05:35:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370603002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370603002/40001
5 years, 2 months ago (2015-09-25 05:38:05 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/58544)
5 years, 2 months ago (2015-09-25 06:12:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370603002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370603002/40001
5 years, 2 months ago (2015-09-25 06:44:44 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-09-25 08:17:28 UTC) #14
commit-bot: I haz the power
5 years, 2 months ago (2015-09-25 08:18:15 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3b6a2f11c70c112a2c15ddb996df78d665486ae1
Cr-Commit-Position: refs/heads/master@{#350785}

Powered by Google App Engine
This is Rietveld 408576698