Bug 1260299 - Remove "experimental" label of Visual Studio files; r?chmanchester draft
authorGregory Szorc <gps@mozilla.com>
Thu, 19 May 2016 21:56:28 -0700
changeset 369055 094e9f08b014a421e3b8f34528be6e65870e4534
parent 369054 11e6fa78f7418de9ac77da2f3fe15e0633991562
child 521442 7994b5361df0813985b5f05e59a108e16b4945c8
push id18715
push userbmo:gps@mozilla.com
push dateFri, 20 May 2016 04:59:11 +0000
reviewerschmanchester
bugs1260299
milestone49.0a1
Bug 1260299 - Remove "experimental" label of Visual Studio files; r?chmanchester The label has been there for years. It isn't really experimental. The Visual Studio solution still leaves a lot to be desired. But let's not scare people away by calling it experimental. MozReview-Commit-ID: 7UvsbsKNnWw
python/mozbuild/mozbuild/config_status.py
--- a/python/mozbuild/mozbuild/config_status.py
+++ b/python/mozbuild/mozbuild/config_status.py
@@ -47,19 +47,18 @@ PLEASE BE AWARE THAT GRADLE AND INTELLIJ
 You should verify any changes using |mach build|.
 =============
 '''.strip()
 
 VISUAL_STUDIO_ADVERTISEMENT = '''
 ===============================
 Visual Studio Support Available
 
-You are building Firefox on Windows. Please help us test the experimental
-Visual Studio project files (yes, IntelliSense works) by running the
-following:
+You are building Firefox on Windows. You can generate Visual Studio
+files by running:
 
    mach build-backend --backend=VisualStudio
 
 ===============================
 '''.strip()
 
 
 def config_status(topobjdir='.', topsrcdir='.', defines=None,