summaryrefslogtreecommitdiffstats
path: root/dom/bindings/GenerateCSS2PropertiesWebIDL.py
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-23 08:25:15 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-23 08:29:31 +0000
commitf624bd1375655dea196cdcb70a9860bc5817df49 (patch)
tree831e0ae1649d6135429def03688bc93ff7c86b03 /dom/bindings/GenerateCSS2PropertiesWebIDL.py
parent312f0b3a767112621278c97c1f5099e37238b337 (diff)
downloadUXP-f624bd1375655dea196cdcb70a9860bc5817df49.tar
UXP-f624bd1375655dea196cdcb70a9860bc5817df49.tar.gz
UXP-f624bd1375655dea196cdcb70a9860bc5817df49.tar.lz
UXP-f624bd1375655dea196cdcb70a9860bc5817df49.tar.xz
UXP-f624bd1375655dea196cdcb70a9860bc5817df49.zip
Output webidl filenames as they are processed, for real this time.
Diffstat (limited to 'dom/bindings/GenerateCSS2PropertiesWebIDL.py')
-rw-r--r--dom/bindings/GenerateCSS2PropertiesWebIDL.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/bindings/GenerateCSS2PropertiesWebIDL.py b/dom/bindings/GenerateCSS2PropertiesWebIDL.py
index 57634494f..b1f2a6016 100644
--- a/dom/bindings/GenerateCSS2PropertiesWebIDL.py
+++ b/dom/bindings/GenerateCSS2PropertiesWebIDL.py
@@ -17,6 +17,7 @@ def generateLine(propName, extendedAttrs):
propName)
def generate(output, idlFilename, preprocessorHeader):
print(idlFilename)
+ sys.stdout.flush()
cpp = list(buildconfig.substs['CPP'])
cpp += shellutil.split(buildconfig.substs['ACDEFINES'])
cpp.append(preprocessorHeader)