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

Issue 1486513002: RegistryEntry: Moved ApplicationInfo and static methods out of class. (Closed)

Created:
5 years ago by Matt Giuca
Modified:
4 years, 11 months ago
Reviewers:
gab
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@shell_util-registryentry-public-ctors
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

RegistryEntry: Moved ApplicationInfo and static methods out of class. shell_util's RegistryEntry previously contained a struct ApplicationInfo and a bunch of static methods for specific tasks (that are not intrinsic to the RegistryEntry class). Really, they are just clients of RegistryEntry that were contained inside it because its constructor was private. Now, they are just in shell_util's anonymous namespace. BUG=419972 Committed: https://crrev.com/1a01eb332d33162f6287cdf8bad995e8802c530b Cr-Commit-Position: refs/heads/master@{#362608}

Patch Set 1 #

Patch Set 2 : Re-wrap comments for methods that were moved. #

Total comments: 3

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -356 lines) Patch
M chrome/installer/util/shell_util.cc View 1 2 25 chunks +266 lines, -356 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 19 (7 generated)
Matt Giuca
Follow-up to https://codereview.chromium.org/1486493002/.
5 years ago (2015-11-30 02:55:09 UTC) #2
Matt Giuca
Added notes explaining some of the large code moves. As with https://codereview.chromium.org/1472273003, the big adds ...
5 years ago (2015-11-30 03:11:10 UTC) #4
gab
lgtm as long as these are moved to their own file (e.g. shell_registry_util.(h|cc) after RegistryEntry ...
5 years ago (2015-11-30 13:33:12 UTC) #5
Matt Giuca
Yes, the plan is to move it to a separate file, but I am doing ...
5 years ago (2015-12-01 00:51:01 UTC) #6
gab
On 2015/12/01 00:51:01, Matt Giuca wrote: > Yes, the plan is to move it to ...
5 years ago (2015-12-01 20:11:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486513002/60001
5 years ago (2015-12-01 23:00:50 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/142476)
5 years ago (2015-12-01 23:46:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486513002/60001
5 years ago (2015-12-02 02:21:27 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years ago (2015-12-02 02:58:09 UTC) #15
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/1a01eb332d33162f6287cdf8bad995e8802c530b Cr-Commit-Position: refs/heads/master@{#362608}
5 years ago (2015-12-02 02:59:17 UTC) #17
gab
On 2015/11/30 13:33:12, gab wrote: > lgtm as long as these are moved to their ...
4 years, 11 months ago (2016-01-11 16:29:12 UTC) #18
Matt Giuca
4 years, 11 months ago (2016-01-11 23:48:34 UTC) #19
Message was sent while issue was closed.
On 2016/01/11 16:29:12, gab wrote:
> On 2015/11/30 13:33:12, gab wrote:
> > lgtm as long as these are moved to their own file (e.g.
> > shell_registry_util.(h|cc) after RegistryEntry is made public; otherwise it
> > makes the registry code too scattered in this humongous file IMO. I'd
> mentioned
> > this a while back when these discussions started and I think we agree on
this
> > but just making sure.
> 
> 
> ping on this, I know you've been making steady progress towards this but just
> want to make sure it's still in the plans after the holidays to complete this
as
> mentioned in comment #7.
> 
> Thanks,
> Gab

Um I forgot about this. Thanks for the reminder.

Powered by Google App Engine
This is Rietveld 408576698