Changeset 110306 in webkit


Ignore:
Timestamp:
Mar 9, 2012, 11:09:11 AM (13 years ago)
Author:
[email protected]
Message:

Bash scripts should support LF endings only
https://bugs.webkit.org/show_bug.cgi?id=79509

Patch by Ashod Nakashian <[email protected]> on 2012-03-09
Reviewed by David Kilzer.

Source/JavaScriptCore:

  • gyp/generate-derived-sources.sh: Added property svn:eol-style.
  • gyp/run-if-exists.sh: Added property svn:eol-style.
  • gyp/update-info-plist.sh: Added property svn:eol-style.

Source/ThirdParty:

  • gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
  • gtest/xcode/Scripts/runtests.sh: Added property svn:executable.

Source/ThirdParty/ANGLE:

  • src/compiler/generate_parser.sh: Added property svn:eol-style.

Source/WebCore:

  • WebCore.gyp/mac/adjust_visibility.sh: Added property svn:eol-style.
  • WebCore.vcproj/build-generated-files.sh: Added property svn:executable.
  • WebCore.vcproj/migrate-scripts.sh: Added property svn:executable.
  • gyp/copy-forwarding-and-icu-headers.sh: Added property svn:eol-style.
  • gyp/copy-inspector-resources.sh: Added property svn:eol-style.
  • gyp/generate-derived-sources.sh: Added property svn:eol-style.
  • gyp/generate-webcore-export-file-generator.sh: Added property svn:eol-style.
  • gyp/run-if-exists.sh: Added property svn:eol-style.
  • gyp/streamline-inspector-source.sh: Added property svn:eol-style.
  • gyp/update-info-plist.sh: Added property svn:eol-style.

Source/WebKit2:

  • win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.

Tools:

  • EWSTools/boot.sh: Added properties svn:executable and svn:eol-style.
  • EWSTools/start-queue.sh: Added property svn:eol-style.
  • Scripts/webkit-tools-completion.sh: Added properties svn:executable and svn:eol-style.
  • WebKitTestRunner/win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.
  • iExploder/iexploder-1.7.2/tools/release_src.sh: Added property svn:eol-style.
  • iExploder/iexploder-1.7.2/tools/update_html_tags_from_sources.sh: Added property svn:eol-style.

WebKitLibraries:

  • win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.

Websites/bugs.webkit.org:

  • contrib/yp_nomail.sh: Added property svn:executable.

LayoutTests:

  • platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added property svn:executable.
Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r110304 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added property svn:executable.
     9
    1102012-03-09  Adam Barth  <[email protected]>
    211
  • trunk/Source/JavaScriptCore/ChangeLog

    r110302 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * gyp/generate-derived-sources.sh: Added property svn:eol-style.
     9        * gyp/run-if-exists.sh: Added property svn:eol-style.
     10        * gyp/update-info-plist.sh: Added property svn:eol-style.
     11
    1122012-03-09  Jessie Berlin  <[email protected]>
    213
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r108363 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * src/compiler/generate_parser.sh: Added property svn:eol-style.
     9
    1102012-02-21  Sam Weinig  <[email protected]>
    211
  • trunk/Source/ThirdParty/ChangeLog

    r110174 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
     9        * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
     10
    1112012-03-08  Jessie Berlin  <[email protected]>
    212
  • trunk/Source/WebCore/ChangeLog

    r110305 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * WebCore.gyp/mac/adjust_visibility.sh: Added property svn:eol-style.
     9        * WebCore.vcproj/build-generated-files.sh: Added property svn:executable.
     10        * WebCore.vcproj/migrate-scripts.sh: Added property svn:executable.
     11        * gyp/copy-forwarding-and-icu-headers.sh: Added property svn:eol-style.
     12        * gyp/copy-inspector-resources.sh: Added property svn:eol-style.
     13        * gyp/generate-derived-sources.sh: Added property svn:eol-style.
     14        * gyp/generate-webcore-export-file-generator.sh: Added property svn:eol-style.
     15        * gyp/run-if-exists.sh: Added property svn:eol-style.
     16        * gyp/streamline-inspector-source.sh: Added property svn:eol-style.
     17        * gyp/update-info-plist.sh: Added property svn:eol-style.
     18
    1192012-03-09  Andreas Kling  <[email protected]>
    220
  • trunk/Source/WebKit2/ChangeLog

    r110303 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.
     9
    1102012-03-08  Enrica Casucci  <[email protected]>
    211
  • trunk/Tools/ChangeLog

    r110296 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * EWSTools/boot.sh: Added properties svn:executable and svn:eol-style.
     9        * EWSTools/start-queue.sh: Added property svn:eol-style.
     10        * Scripts/webkit-tools-completion.sh: Added properties svn:executable and svn:eol-style.
     11        * WebKitTestRunner/win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.
     12        * iExploder/iexploder-1.7.2/tools/release_src.sh: Added property svn:eol-style.
     13        * iExploder/iexploder-1.7.2/tools/update_html_tags_from_sources.sh: Added property svn:eol-style.
     14
    1152012-03-09  Ionut Biru  <[email protected]>
    216
  • trunk/WebKitLibraries/ChangeLog

    r109808 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
     9
    1102012-03-05  Sam Weinig  <[email protected]>
    211
  • trunk/Websites/bugs.webkit.org/ChangeLog

    r109813 r110306  
     12012-03-09  Ashod Nakashian  <[email protected]>
     2
     3        Bash scripts should support LF endings only
     4        https://bugs.webkit.org/show_bug.cgi?id=79509
     5
     6        Reviewed by David Kilzer.
     7
     8        * contrib/yp_nomail.sh: Added property svn:executable.
     9
    1102012-03-05  Alexander Færøy  <[email protected]>
    211
Note: See TracChangeset for help on using the changeset viewer.