Closed Bug 1844908 Opened 1 year ago Closed 1 year ago

Remove pre-Win10-specific codepath

Categories

(Core :: General, task)

task

Tracking

()

RESOLVED FIXED
118 Branch
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
No description provided.
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED

Depends on D184292

Blocks: 1845057
Attachment #9345178 - Attachment description: Bug 1844908 - Remove pre-Win10-specific codepath from security/sandbox/win/. r?bobowen → Bug 1844908 - Remove pre-Win10-specific codepath from security/sandbox/win/.
Pushed by VYV03354@nifty.ne.jp: https://hg.mozilla.org/integration/autoland/rev/945ccbedde0b Remove pre-Win10-specific codepath from browser/app/winlauncher/. r=mhowell https://hg.mozilla.org/integration/autoland/rev/e9a0f1c6760c Remove pre-Win10-specific codepath from browser/components/shell/. r=nalexander https://hg.mozilla.org/integration/autoland/rev/b2c5636df673 Remove pre-Win10-specific codepath from dom/media/. r=alwu https://hg.mozilla.org/integration/autoland/rev/ab50c6c5425a Remove pre-Win10-specific codepath from hal/. r=gsvelto https://hg.mozilla.org/integration/autoland/rev/3c59143f8dd7 Remove pre-Win10-specific codepath from OSPreferences. r=jfkthame https://hg.mozilla.org/integration/autoland/rev/3d961cf25afe Remove pre-Win10-specific codepath from ipc/. r=ipc-reviewers,nika https://hg.mozilla.org/integration/autoland/rev/7eca452f5fd7 Remove pre-Win10-specific codepath from memory/. r=glandium https://hg.mozilla.org/integration/autoland/rev/2b3d2df94db3 Remove pre-Win10-specific codepath from mozglue/. r=glandium https://hg.mozilla.org/integration/autoland/rev/2fa203969ec5 Remove pre-Win10-specific codepath from security/manager/. r=keeler https://hg.mozilla.org/integration/autoland/rev/af84e701d616 Remove pre-Win10-specific codepath from security/sandbox/win/. r=bobowen https://hg.mozilla.org/integration/autoland/rev/2b419fabf1e8 Remove pre-Win10-specific codepath from toolkit/components/parentalcontrols/. r=handyman https://hg.mozilla.org/integration/autoland/rev/4b6fe8a4e7db Remove pre-Win10-specific codepath from toolkit/crashreporter/. r=gsvelto https://hg.mozilla.org/integration/autoland/rev/8d715131510f Remove pre-Win10-specific codepath from toolkit/mozapps/defaultagent/. r=nrishel https://hg.mozilla.org/integration/autoland/rev/6dc7646d1ffa Remove pre-Win10-specific codepath from toolkit/system/windowsPackageManager/. r=bhearsum,nrishel https://hg.mozilla.org/integration/autoland/rev/7f1e0a527839 Remove pre-Win10-specific codepath from DLL Blocklist Services. r=gstoll https://hg.mozilla.org/integration/autoland/rev/a1414db64e33 Remove pre-Win10-specific codepath from Gecko Profiler. r=mstange https://hg.mozilla.org/integration/autoland/rev/225dc3aeb220 Remove pre-Win10-specific codepath from uriloader/exthandler/. r=Gijs https://hg.mozilla.org/integration/autoland/rev/a8010ff534bf Remove pre-Win10-specific codepath from widget/. r=handyman https://hg.mozilla.org/integration/autoland/rev/44c66f2233cf Remove pre-Win10-specific codepath from xpcom/. r=emilio
Keywords: leave-open

Backed out for causing win bustage on AvailableMemoryTracker.cpp

[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
Flags: needinfo?(VYV03354)
Pushed by VYV03354@nifty.ne.jp: https://hg.mozilla.org/integration/autoland/rev/e10517908401 Remove pre-Win10-specific codepath from browser/app/winlauncher/. r=mhowell https://hg.mozilla.org/integration/autoland/rev/ba1f4b46cfe0 Remove pre-Win10-specific codepath from browser/components/shell/. r=nalexander https://hg.mozilla.org/integration/autoland/rev/3b13fa0a884b Remove pre-Win10-specific codepath from dom/media/. r=alwu https://hg.mozilla.org/integration/autoland/rev/98708293466c Remove pre-Win10-specific codepath from hal/. r=gsvelto https://hg.mozilla.org/integration/autoland/rev/c9ce1689b930 Remove pre-Win10-specific codepath from OSPreferences. r=jfkthame https://hg.mozilla.org/integration/autoland/rev/1afb85364825 Remove pre-Win10-specific codepath from ipc/. r=ipc-reviewers,nika https://hg.mozilla.org/integration/autoland/rev/97ed65018c5e Remove pre-Win10-specific codepath from memory/. r=glandium https://hg.mozilla.org/integration/autoland/rev/03b7634f14b2 Remove pre-Win10-specific codepath from mozglue/. r=glandium https://hg.mozilla.org/integration/autoland/rev/12fd36fc1392 Remove pre-Win10-specific codepath from security/manager/. r=keeler https://hg.mozilla.org/integration/autoland/rev/4ed19723fa92 Remove pre-Win10-specific codepath from security/sandbox/win/. r=bobowen https://hg.mozilla.org/integration/autoland/rev/e24ea8d8f4e5 Remove pre-Win10-specific codepath from toolkit/components/parentalcontrols/. r=handyman https://hg.mozilla.org/integration/autoland/rev/a169598b79ec Remove pre-Win10-specific codepath from toolkit/crashreporter/. r=gsvelto https://hg.mozilla.org/integration/autoland/rev/a4cf30200f7c Remove pre-Win10-specific codepath from toolkit/mozapps/defaultagent/. r=nrishel https://hg.mozilla.org/integration/autoland/rev/c14cfd2a196d Remove pre-Win10-specific codepath from toolkit/system/windowsPackageManager/. r=bhearsum,nrishel https://hg.mozilla.org/integration/autoland/rev/0aa3d4000274 Remove pre-Win10-specific codepath from DLL Blocklist Services. r=gstoll https://hg.mozilla.org/integration/autoland/rev/b6f259c805c9 Remove pre-Win10-specific codepath from Gecko Profiler. r=mstange https://hg.mozilla.org/integration/autoland/rev/e7fc6f27c9da Remove pre-Win10-specific codepath from uriloader/exthandler/. r=Gijs https://hg.mozilla.org/integration/autoland/rev/828ced26aaec Remove pre-Win10-specific codepath from widget/. r=handyman https://hg.mozilla.org/integration/autoland/rev/087b6497aae8 Remove pre-Win10-specific codepath from xpcom/. r=emilio
Flags: needinfo?(VYV03354)
Pushed by VYV03354@nifty.ne.jp: https://hg.mozilla.org/integration/autoland/rev/1102d2a280ed Remove pre-Win10-specific codepath from gfx/. r=gfx-reviewers,nical
Pushed by VYV03354@nifty.ne.jp: https://hg.mozilla.org/integration/autoland/rev/645b30285cd0 Remove pre-Win10-specific codepath from Media Transport. r=bwc,webrtc-reviewers https://hg.mozilla.org/integration/autoland/rev/b09cf8792481 Remove unused Windows version check functions. r=handyman
Keywords: leave-open
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Blocks: 1850034
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: