Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust base address of chrome dll and provide a base addess for chrome_elf | caitkp@chromium.org | 2013-11-26 | 1 | -0/+4 |
| | | | | | | | | | | | This should stop the address conflicts suspected of causing the perf regression. TEST= working set size returns to normal BUG=318691 Review URL: https://codereview.chromium.org/77673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237259 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Chrome Early Loading Framework | caitkp@chromium.org | 2013-11-13 | 1 | -0/+4 |
chrome_elf.dll is shipped in Chrome's version directory to ease updates, and is loaded early in chrome.exe's lifetime by making it a private assembly in a subfolder of chrome.exe's folder (see http://msdn.microsoft.com/library/aa374224.aspx). BUG= http://crosbug.com/p/23889 Review URL: https://codereview.chromium.org/53793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234795 0039d316-1c4b-4281-b951-d872f2087c98 |