Changeset 89201 in webkit


Ignore:
Timestamp:
Jun 18, 2011 1:03:24 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-06-18 Patrick Gansterer <Patrick Gansterer>

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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r89198 r89201  
     12011-06-18  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Don't exit webkit-patch when running on Win32 python
     6        https://bugs.webkit.org/show_bug.cgi?id=55811
     7
     8        Most of the basic actions work in the meantime,
     9        so let people play with in on Win32 now.
     10
     11        * Scripts/webkit-patch:
     12
    1132011-06-18  Alice Boxhall  <aboxhall@chromium.org>
    214
  • trunk/Tools/Scripts/webkit-patch

    r77275 r89201  
    5353
    5454    versioning.check_version()
    55    
    56     if sys.platform == "win32":
    57         _log.fatal("webkit-patch is only supported under Cygwin Python, "
    58                    "not Win32 Python")
    59         sys.exit(1)
    6055
    6156    # Import webkit-patch code only after version-checking so that
Note: See TracChangeset for help on using the changeset viewer.