Bug 1419362 part 5: Clobber required for accessibility IDL changes. r?MarcoZ draft
authorJames Teh <jteh@mozilla.com>
Thu, 23 Nov 2017 20:13:08 +1000
changeset 703078 bc7ada8d7e9bf57f86918dda812ac2b19fbcb99d
parent 703077 c55ed6628bcd7283ad296d95c9a829ec6909b7a7
child 741660 d6fd1e494cb8af8e2f1cb7d9fe3d77855c8e1426
push id90698
push userbmo:jteh@mozilla.com
push dateFri, 24 Nov 2017 09:13:42 +0000
reviewersMarcoZ
bugs1419362, 1419814
milestone59.0a1
Bug 1419362 part 5: Clobber required for accessibility IDL changes. r?MarcoZ As discovered in bug 1419814, changes to accessibility IDL files unfortunately aren't correctly handled by the build system. Thus, we need a clobber to avoid build failures. MozReview-Commit-ID: FQeUdWcESI7
CLOBBER
--- a/CLOBBER
+++ b/CLOBBER
@@ -17,9 +17,9 @@
 #
 # Modifying this file will now automatically clobber the buildbot machines \o/
 #
 
 # Are you updating CLOBBER because you think it's needed for your WebIDL
 # changes to stick? As of bug 928195, this shouldn't be necessary! Please
 # don't change CLOBBER for WebIDL changes any more.
 
-Bug 1419814 - a11y IDL changes causing build failures
+Bug 1419362 - a11y IDL changes not correctly handled by build system