Closed
Bug 1684110
Opened 5 years ago
Closed 5 years ago
Stop defining aliases for 'A'-functions in windows.h wrapper
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
Details
Attachments
(11 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
so that people do not misuse 'A'-functions accidentally.
Assignee | ||
Comment 1•5 years ago
|
||
Since modulePath and moduleName are passed to JSONWriter, they must be encoded
in UTF-8. The current code is wrong.
Updated•5 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D100418
Assignee | ||
Comment 3•5 years ago
•
|
||
so that people do not accidentally use 'A'-functions.
Depends on D100419
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/d749d69c04c8
Stop using some 'A'-functions in mozglue/baseprofiler/. r=gerald
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D100419
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D100464
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D100465
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D100466
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D100467
Assignee | ||
Comment 11•5 years ago
|
||
Depends on D100468
Assignee | ||
Comment 12•5 years ago
|
||
Depends on D100469
Comment 13•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/8ce78130b1f4
Stop using some 'A'-functions in gfx/vr/. r=mhowell
https://hg.mozilla.org/integration/autoland/rev/07692965bb6b
Stop using some 'A'-functions in mozglue/. r=mhowell
https://hg.mozilla.org/integration/autoland/rev/af831196e347
Stop using some 'A'-functions in widget/windows/. r=mhowell
Comment 14•5 years ago
|
||
bugherder |
Comment 15•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/6ce482c25998
Stop using some 'A'-functions in TestDllInterceptor. r=tkikuchi
https://hg.mozilla.org/integration/autoland/rev/99e23329a4ad
Stop using some 'A'-functions in toolkit/components/remote/. r=tkikuchi
Comment 16•5 years ago
|
||
bugherder |
Comment 17•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/5c77df754bab
Stop using some 'A'-functions in xpcom/. r=sg
Comment 18•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/01f514ef6d20
Stop using some 'A'-functions in mfbt/. r=dmajor
Comment 19•5 years ago
|
||
bugherder |
Comment 20•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/b4bd71858271
Stop using some 'A'-functions in netwerk/. r=necko-reviewers,kershaw
Comment 21•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Attachment #9194604 -
Attachment description: Bug 1684110 - Stop defining aliases for 'A'-functions in windows.h wrapper. r?glandium → Bug 1684110 - Define UNICODE on some directories. r?glandium
Assignee | ||
Comment 22•5 years ago
|
||
so that people do not accidentally use 'A'-functions.
Depends on D100420
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Comment 23•5 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/22427da59d4d
Define UNICODE on some directories. r=glandium
https://hg.mozilla.org/integration/autoland/rev/f8b6bf76608a
Stop defining aliases for 'A'-functions in windows.h wrapper. r=glandium
Comment 24•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/22427da59d4d
https://hg.mozilla.org/mozilla-central/rev/f8b6bf76608a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Comment 25•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•