Title: [89201] trunk/Tools
- Revision
- 89201
- Author
- [email protected]
- Date
- 2011-06-18 13:03:24 -0700 (Sat, 18 Jun 2011)
Log Message
2011-06-18 Patrick Gansterer <[email protected]>
Reviewed by Eric Seidel.
Don't exit webkit-patch when running on Win32 python
https://bugs.webkit.org/show_bug.cgi?id=55811
Most of the basic actions work in the meantime,
so let people play with in on Win32 now.
* Scripts/webkit-patch:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (89200 => 89201)
--- trunk/Tools/ChangeLog 2011-06-18 19:53:57 UTC (rev 89200)
+++ trunk/Tools/ChangeLog 2011-06-18 20:03:24 UTC (rev 89201)
@@ -1,3 +1,15 @@
+2011-06-18 Patrick Gansterer <[email protected]>
+
+ Reviewed by Eric Seidel.
+
+ Don't exit webkit-patch when running on Win32 python
+ https://bugs.webkit.org/show_bug.cgi?id=55811
+
+ Most of the basic actions work in the meantime,
+ so let people play with in on Win32 now.
+
+ * Scripts/webkit-patch:
+
2011-06-18 Alice Boxhall <[email protected]>
Reviewed by Ojan Vafai.
Modified: trunk/Tools/Scripts/webkit-patch (89200 => 89201)
--- trunk/Tools/Scripts/webkit-patch 2011-06-18 19:53:57 UTC (rev 89200)
+++ trunk/Tools/Scripts/webkit-patch 2011-06-18 20:03:24 UTC (rev 89201)
@@ -52,11 +52,6 @@
configure_logging(logging_level=logging_level)
versioning.check_version()
-
- if sys.platform == "win32":
- _log.fatal("webkit-patch is only supported under Cygwin Python, "
- "not Win32 Python")
- sys.exit(1)
# Import webkit-patch code only after version-checking so that
# script doesn't error out before having a chance to report the
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes