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

Issue 945663004: Make wininet.dll delay load (Closed)

Created:
5 years, 10 months ago by jschuh
Modified:
5 years, 10 months ago
Reviewers:
brettw, scottmg
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make wininet.dll delay load This is used only in the utility process but loading it causes conflicts with AppContainers in the renderer. BUG=460679 R=scottmg@chromium.org,thestig@chromium.org TBR=thestig@chromium.org Committed: https://crrev.com/05b47b88e7bb2357ff5ad6ffc24ffdb3482b762c Cr-Commit-Position: refs/heads/master@{#318123}

Patch Set 1 #

Total comments: 3

Patch Set 2 : gn #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M chrome/chrome_utility.gypi View 1 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 1 chunk +5 lines, -0 lines 3 comments Download

Messages

Total messages: 20 (4 generated)
jschuh
ptal. Either the nesting needs to be this deep or I cargo culted it.
5 years, 10 months ago (2015-02-24 22:02:27 UTC) #1
scottmg
Should change chrome\utility\build.gn probably too. https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi File chrome/chrome_utility.gypi (right): https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi#newcode156 chrome/chrome_utility.gypi:156: ['OS=="win"', { What does ...
5 years, 10 months ago (2015-02-24 22:06:16 UTC) #2
scottmg
https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi File chrome/chrome_utility.gypi (right): https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi#newcode161 chrome/chrome_utility.gypi:161: # Prevent this from loading in the renderer process. ...
5 years, 10 months ago (2015-02-24 22:08:03 UTC) #3
scottmg
lgtm https://codereview.chromium.org/945663004/diff/20001/chrome/utility/BUILD.gn File chrome/utility/BUILD.gn (right): https://codereview.chromium.org/945663004/diff/20001/chrome/utility/BUILD.gn#newcode53 chrome/utility/BUILD.gn:53: ldflags = [ "/DELAYLOAD:wininet.dll" ] I'm not sure ...
5 years, 10 months ago (2015-02-25 18:04:56 UTC) #4
jschuh
https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi File chrome/chrome_utility.gypi (right): https://codereview.chromium.org/945663004/diff/1/chrome/chrome_utility.gypi#newcode156 chrome/chrome_utility.gypi:156: ['OS=="win"', { On 2015/02/24 22:06:16, scottmg wrote: > What ...
5 years, 10 months ago (2015-02-25 18:07:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945663004/20001
5 years, 10 months ago (2015-02-25 18:41:51 UTC) #7
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/45472)
5 years, 10 months ago (2015-02-25 18:59:50 UTC) #9
jschuh
Adding thestig@ as a TBR for BUILD.gn owner, but scottmg@ already reviewed the content.
5 years, 10 months ago (2015-02-25 20:46:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945663004/20001
5 years, 10 months ago (2015-02-25 20:47:54 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-25 21:41:07 UTC) #13
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/05b47b88e7bb2357ff5ad6ffc24ffdb3482b762c Cr-Commit-Position: refs/heads/master@{#318123}
5 years, 10 months ago (2015-02-25 21:42:40 UTC) #14
brettw
https://codereview.chromium.org/945663004/diff/20001/chrome/utility/BUILD.gn File chrome/utility/BUILD.gn (right): https://codereview.chromium.org/945663004/diff/20001/chrome/utility/BUILD.gn#newcode53 chrome/utility/BUILD.gn:53: ldflags = [ "/DELAYLOAD:wininet.dll" ] See "gn help ldflags" ...
5 years, 10 months ago (2015-02-25 23:35:05 UTC) #16
scottmg
[ FWIW, it doesn't matter yet because lockdown (what this is needed for) requires multi ...
5 years, 10 months ago (2015-02-25 23:40:49 UTC) #17
jschuh
Want me to just revert the GN change in a follow-up? Or I can add ...
5 years, 10 months ago (2015-02-26 01:37:49 UTC) #18
brettw
On 2015/02/26 01:37:49, jschuh wrote: > Want me to just revert the GN change in ...
5 years, 10 months ago (2015-02-26 17:55:48 UTC) #19
scottmg
5 years, 10 months ago (2015-02-26 19:04:08 UTC) #20
Message was sent while issue was closed.
https://code.google.com/p/chromium/issues/detail?id=462071

On Thu, Feb 26, 2015 at 9:55 AM, <brettw@chromium.org> wrote:

> On 2015/02/26 01:37:49, jschuh wrote:
>
>> Want me to just revert the GN change in a follow-up? Or I can add it to
>> the
>> ldflags for chrome.dll, along with a comment and a todo.
>>
>
> chrome.dll flags sgtm
>
>
> https://codereview.chromium.org/945663004/
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to chromium-reviews+unsubscribe@chromium.org.
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698