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

Issue 1825823002: Cleanup: LFH only needs to be enabled on XP/2003 (Closed)

Created:
4 years, 9 months ago by manzagop (departed)
Modified:
4 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup: LFH only needs to be enabled on XP/2003 BUG=579196 Committed: https://crrev.com/aa3cff336c91fbe2cd8cc6254736564d95c5b230 Cr-Commit-Position: refs/heads/master@{#383983}

Patch Set 1 #

Patch Set 2 : A few more instances #

Total comments: 2

Patch Set 3 : Address Scott's comment #

Patch Set 4 : Merge #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -110 lines) Patch
M base/allocator/allocator_shim_win.cc View 1 2 1 chunk +1 line, -11 lines 2 comments Download
M base/process/memory.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M base/process/memory_unittest.cc View 1 1 chunk +0 lines, -43 lines 0 comments Download
M base/process/memory_win.cc View 1 1 chunk +0 lines, -35 lines 0 comments Download
M chrome/app/chrome_exe_main_win.cc View 2 chunks +0 lines, -13 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
manzagop (departed)
Hey grt! This doesn't seem to be needed anymore. Please have a look! Thanks,
4 years, 9 months ago (2016-03-23 14:33:25 UTC) #2
grt (UTC plus 2)
Hi Scott. Are we in the clear to delete XP code? Should we use 579196 ...
4 years, 8 months ago (2016-03-29 13:36:38 UTC) #4
scottmg
Chrome no longer launches on XP and Vista so it's OK to start cleaning up. ...
4 years, 8 months ago (2016-03-29 18:10:12 UTC) #5
scottmg
Maybe delete this one https://code.google.com/p/chromium/codesearch#chromium/src/base/allocator/allocator_shim_win.cc&q=HeapSetInformation&sq=package:chromium&type=cs&l=54 at the same time.
4 years, 8 months ago (2016-03-29 18:19:48 UTC) #6
manzagop (departed)
Added two other cases. Please have another look.
4 years, 8 months ago (2016-03-29 20:19:58 UTC) #8
scottmg
non-owner lgtm https://codereview.chromium.org/1825823002/diff/20001/base/allocator/allocator_shim_win.cc File base/allocator/allocator_shim_win.cc (right): https://codereview.chromium.org/1825823002/diff/20001/base/allocator/allocator_shim_win.cc#newcode47 base/allocator/allocator_shim_win.cc:47: return _crtheap != NULL; NULL -> nullptr
4 years, 8 months ago (2016-03-29 20:23:32 UTC) #9
manzagop (departed)
Thanks! Addressed comment. https://codereview.chromium.org/1825823002/diff/20001/base/allocator/allocator_shim_win.cc File base/allocator/allocator_shim_win.cc (right): https://codereview.chromium.org/1825823002/diff/20001/base/allocator/allocator_shim_win.cc#newcode47 base/allocator/allocator_shim_win.cc:47: return _crtheap != NULL; On 2016/03/29 ...
4 years, 8 months ago (2016-03-29 20:35:05 UTC) #10
grt (UTC plus 2)
chrome/app LGTM
4 years, 8 months ago (2016-03-29 20:39:53 UTC) #11
manzagop (departed)
Hi thestig@! Could you have a look for base/ ownership? Thanks! Pierre
4 years, 8 months ago (2016-03-29 21:05:13 UTC) #13
Lei Zhang
lgtm !
4 years, 8 months ago (2016-03-29 21:40:18 UTC) #14
manzagop (departed)
On 2016/03/29 21:40:18, Lei Zhang wrote: > lgtm ! Thanks for the review!
4 years, 8 months ago (2016-03-29 21:45:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825823002/40001
4 years, 8 months ago (2016-03-29 22:03:17 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/161731)
4 years, 8 months ago (2016-03-29 22:15:06 UTC) #20
manzagop (departed)
On 2016/03/29 22:15:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 8 months ago (2016-03-30 13:38:19 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825823002/60001
4 years, 8 months ago (2016-03-30 13:38:43 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-30 16:03:38 UTC) #26
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/aa3cff336c91fbe2cd8cc6254736564d95c5b230 Cr-Commit-Position: refs/heads/master@{#383983}
4 years, 8 months ago (2016-03-30 16:05:02 UTC) #28
Will Harris
https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocator_shim_win.cc File base/allocator/allocator_shim_win.cc (left): https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocator_shim_win.cc#oldcode47 base/allocator/allocator_shim_win.cc:47: if (_crtheap == NULL) this code is already going ...
4 years, 8 months ago (2016-03-30 22:36:36 UTC) #30
manzagop (departed)
https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocator_shim_win.cc File base/allocator/allocator_shim_win.cc (left): https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocator_shim_win.cc#oldcode47 base/allocator/allocator_shim_win.cc:47: if (_crtheap == NULL) On 2016/03/30 22:36:36, Will Harris ...
4 years, 8 months ago (2016-03-31 13:04:46 UTC) #31
Will Harris
4 years, 8 months ago (2016-03-31 13:56:56 UTC) #32
Message was sent while issue was closed.
On 2016/03/31 13:04:46, manzagop wrote:
>
https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocato...
> File base/allocator/allocator_shim_win.cc (left):
> 
>
https://codereview.chromium.org/1825823002/diff/60001/base/allocator/allocato...
> base/allocator/allocator_shim_win.cc:47: if (_crtheap == NULL)
> On 2016/03/30 22:36:36, Will Harris wrote:
> > this code is already going with the move to VS2015...
> > 
> > can you include base/allocator owners on changes in allocator rather than
> going
> > up to base/ thanks!
> 
> Sorry, I wasn't sure how to tradeoff reviewer count/specificity (I already
> needed a base/ reviewer for base/process which doesn't have an owners, and
this
> seemed harmless). 
> 
> Thanks for the heads up, will adjust!

No probs! Allocator is in the middle of a bit of flux at the moment that's all,
lots of CLs flying around. No problem at all. Thanks for the reply! :)

Powered by Google App Engine
This is Rietveld 408576698