Closed Bug 1593119 Opened 5 years ago Closed 4 years ago

Unifdef MOZ_XBL

Categories

(Core :: XBL, task)

task
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: bgrins, Assigned: bgrins)

References

(Blocks 3 open bugs)

Details

Attachments

(3 files)

To unblock further cleanup, we should remove the now-unused XBL implementation.

Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED

This was generated with:

rg -l -g '*.{cpp,h}' MOZ_XBL . | while read FILE ; do
   echo $FILE
   unifdef -m -UMOZ_XBL $FILE
done

After this, I manually removed the directive in nsContentUtils.cpp due to:

unifdef: ./dom/base/nsContentUtils.cpp: 4630: Unterminated string literal
unifdef: Output may be truncated

See Also: → 1593710
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd79491d6061
unifdef MOZ_XBL r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/1fff2450c69f
clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/def5ec4549e7
Remove dom/xbl and the MOZ_XBL build option r=bzbarsky
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: