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

Issue 3172009: Cleanup Registry API: part 3. (Closed)

Created:
10 years, 4 months ago by tfarina
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org, cbentzel+watch_chromium.org, Paweł Hajdan Jr., amit, ben+cc_chromium.org, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org
Base URL:
git://git.chromium.org/chromium.git
Visibility:
Public.

Description

Cleanup Registry API: part 3. - Remove the default arguments from the constructor. - Add a empty constructor to handle the case of the default arguments were used. BUG=44644 TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56123

Patch Set 1 : #

Total comments: 2

Patch Set 2 : more win fixes #

Patch Set 3 : installer fixes #

Patch Set 4 : shell_util fixes #

Patch Set 5 : mini_installer fix #

Patch Set 6 : chrome_frame fixes #

Patch Set 7 : breakpad fix #

Patch Set 8 : browser fixes #

Patch Set 9 : chrome_frame_perf fixes #

Patch Set 10 : chrome fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -43 lines) Patch
M base/registry.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/registry.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M base/win_util.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/app/breakpad_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_rlz_apitest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/importer/firefox_importer_utils_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/importer/ie_importer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/policy/configuration_policy_provider_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/policy/configuration_policy_provider_win_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/views/shell_dialogs_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/setup/uninstall.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_distribution.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/install_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/test/mini_installer_test/chrome_mini_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/test/chrome_frame_test_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/test/perf/chrome_frame_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/platform_mime_util_win.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M webkit/glue/plugins/plugin_list_win.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tfarina
Marc, how can I fix the failures in rlz (it's a third_party library)? Pulling it ...
10 years, 4 months ago (2010-08-12 14:37:54 UTC) #1
M-A Ruel
Pulling in Roger would could do the fix for you first. lgtm once rlz is ...
10 years, 4 months ago (2010-08-12 15:02:28 UTC) #2
Roger Tawa OOO till Jul 10th
http://codereview.chromium.org/3172009/diff/4001/5002 File base/registry.h (right): http://codereview.chromium.org/3172009/diff/4001/5002#newcode24 base/registry.h:24: RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access); Why not ...
10 years, 4 months ago (2010-08-12 15:17:30 UTC) #3
M-A Ruel
http://codereview.chromium.org/3172009/diff/4001/5002 File base/registry.h (right): http://codereview.chromium.org/3172009/diff/4001/5002#newcode24 base/registry.h:24: RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access); On 2010/08/12 ...
10 years, 4 months ago (2010-08-12 15:25:24 UTC) #4
(NOT FOR CODE REVIEWS)
OK. Let me make a CL to fix rlz. MA: can you help me setup ...
10 years, 4 months ago (2010-08-12 15:30:08 UTC) #5
Roger Tawa OOO till Jul 10th
I have updated the RLZ code to specify the access argument always. To get the, ...
10 years, 4 months ago (2010-08-12 16:00:34 UTC) #6
tfarina
On 2010/08/12 16:00:34, Roger Tawa wrote: > I have updated the RLZ code to specify ...
10 years, 4 months ago (2010-08-13 00:37:39 UTC) #7
tfarina
On 2010/08/13 00:37:39, tfarina wrote: > On 2010/08/12 16:00:34, Roger Tawa wrote: > > I ...
10 years, 4 months ago (2010-08-13 00:38:25 UTC) #8
tfarina
10 years, 4 months ago (2010-08-13 13:08:41 UTC) #9
Marc, I'm going to commit this.

Powered by Google App Engine
This is Rietveld 408576698