Remove pre-Win10-specific codepath
Categories
(Core :: General, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Blocks 2 open bugs)
Details
Attachments
(22 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D184287
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D184288
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D184289
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D184291
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D184292
Assignee | ||
Comment 7•1 year ago
|
||
Depends on D184293
Assignee | ||
Comment 8•1 year ago
|
||
Depends on D184294
Assignee | ||
Comment 9•1 year ago
|
||
Depends on D184295
Assignee | ||
Comment 10•1 year ago
|
||
Depends on D184296
Assignee | ||
Comment 11•1 year ago
|
||
Depends on D184297
Assignee | ||
Comment 12•1 year ago
|
||
Depends on D184298
Assignee | ||
Comment 13•1 year ago
|
||
Depends on D184299
Assignee | ||
Comment 14•1 year ago
|
||
Depends on D184300
Assignee | ||
Comment 15•1 year ago
|
||
Depends on D184301
Assignee | ||
Comment 16•1 year ago
|
||
Depends on D184302
Assignee | ||
Comment 17•1 year ago
|
||
Depends on D184303
Assignee | ||
Comment 18•1 year ago
|
||
Depends on D184304
Assignee | ||
Comment 19•1 year ago
|
||
Depends on D184305
Assignee | ||
Comment 20•1 year ago
|
||
Depends on D184306
Assignee | ||
Comment 21•1 year ago
|
||
Depends on D184307
Assignee | ||
Comment 22•1 year ago
|
||
Depends on D184308
Updated•1 year ago
|
Comment 23•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Comment 24•1 year ago
|
||
Backed out for causing win bustage on AvailableMemoryTracker.cpp
- backout: https://hg.mozilla.org/integration/autoland/rev/32c4cdc2f94f584c64e06001817e43779b12d5e5
- push: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=44c66f2233cfcdfa9e3c70e71ea82d2e4f0c4ae9
- failure log: https://treeherder.mozilla.org/logviewer?job_id=423827132&repo=autoland&lineNumber=66164
[task 2023-07-25T16:21:46.454Z] 16:21:46 INFO - /builds/worker/fetches/sccache/sccache /builds/worker/fetches/clang/bin/clang-cl -fms-compatibility-version=19.29 -Xclang -std=c++17 -Xclang -ivfsoverlay -Xclang /builds/worker/fetches/vs/overlay.yaml -FoAvailableMemoryTracker.obj -c -I/builds/worker/workspace/obj-build/dist/stl_wrappers -guard:cf -DNDEBUG=1 -DTRIMMED=1 -DMOZ_PHC -DUNICODE -D_UNICODE -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -D_SECURE_ATL -DCHROMIUM_BUILD [........]
[task 2023-07-25T16:21:46.454Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(40,14): error: unknown type name 'HEAP_INFORMATION_CLASS'
[task 2023-07-25T16:21:46.454Z] 16:21:46 INFO - static const HEAP_INFORMATION_CLASS HeapOptimizeResources =
[task 2023-07-25T16:21:46.454Z] 16:21:46 INFO - ^
[task 2023-07-25T16:21:46.454Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(41,17): error: unknown type name 'HEAP_INFORMATION_CLASS'
[task 2023-07-25T16:21:46.454Z] 16:21:46 INFO - static_cast<HEAP_INFORMATION_CLASS>(3);
[task 2023-07-25T16:21:46.454Z] 16:21:46 INFO - ^
[task 2023-07-25T16:21:46.455Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(43,14): error: unknown type name 'DWORD'
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - static const DWORD HEAP_OPTIMIZE_RESOURCES_CURRENT_VERSION = 1;
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - ^
[task 2023-07-25T16:21:46.455Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(46,3): error: unknown type name 'DWORD'
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - DWORD Version;
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - ^
[task 2023-07-25T16:21:46.455Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(47,3): error: unknown type name 'DWORD'
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - DWORD Flags;
[task 2023-07-25T16:21:46.455Z] 16:21:46 INFO - ^
[task 2023-07-25T16:21:46.456Z] 16:21:46 ERROR - /builds/worker/checkouts/gecko/xpcom/base/AvailableMemoryTracker.cpp(121,5): error: no member named 'HeapSetInformation' in the global namespace
[task 2023-07-25T16:21:46.456Z] 16:21:46 INFO - ::HeapSetInformation(nullptr, HeapOptimizeResources, &heapOptInfo,
[task 2023-07-25T16:21:46.456Z] 16:21:46 INFO - ~~^
[task 2023-07-25T16:21:46.456Z] 16:21:46 INFO - 6 errors generated.
[task 2023-07-25T16:21:46.456Z] 16:21:46 ERROR - gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:659: AvailableMemoryTracker.obj] Error 1
Comment 25•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Comment 26•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e10517908401
https://hg.mozilla.org/mozilla-central/rev/ba1f4b46cfe0
https://hg.mozilla.org/mozilla-central/rev/3b13fa0a884b
https://hg.mozilla.org/mozilla-central/rev/98708293466c
https://hg.mozilla.org/mozilla-central/rev/c9ce1689b930
https://hg.mozilla.org/mozilla-central/rev/1afb85364825
https://hg.mozilla.org/mozilla-central/rev/97ed65018c5e
https://hg.mozilla.org/mozilla-central/rev/03b7634f14b2
https://hg.mozilla.org/mozilla-central/rev/12fd36fc1392
https://hg.mozilla.org/mozilla-central/rev/4ed19723fa92
https://hg.mozilla.org/mozilla-central/rev/e24ea8d8f4e5
https://hg.mozilla.org/mozilla-central/rev/a169598b79ec
https://hg.mozilla.org/mozilla-central/rev/a4cf30200f7c
https://hg.mozilla.org/mozilla-central/rev/c14cfd2a196d
https://hg.mozilla.org/mozilla-central/rev/0aa3d4000274
https://hg.mozilla.org/mozilla-central/rev/b6f259c805c9
https://hg.mozilla.org/mozilla-central/rev/e7fc6f27c9da
https://hg.mozilla.org/mozilla-central/rev/828ced26aaec
https://hg.mozilla.org/mozilla-central/rev/087b6497aae8
Comment 27•1 year ago
|
||
Comment 28•1 year ago
|
||
bugherder |
Comment 29•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Comment 30•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/645b30285cd0
https://hg.mozilla.org/mozilla-central/rev/b09cf8792481
Description
•