Changeset 87909 in webkit


Ignore:
Timestamp:
Jun 2, 2011 7:44:48 AM (13 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

2011-06-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by Eric Seidel.

Adjust efl coding style to more efl directories
https://bugs.webkit.org/show_bug.cgi?id=61903

  • Scripts/webkitpy/style/checker.py: Adjust efl coding style to efl directories.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r87873 r87909  
     12011-06-02  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Adjust efl coding style to more efl directories
     6        https://bugs.webkit.org/show_bug.cgi?id=61903
     7
     8        * Scripts/webkitpy/style/checker.py: Adjust efl coding style to efl directories.
     9
    1102011-06-01  Dirk Pranke  <dpranke@chromium.org>
    211
  • trunk/Tools/Scripts/webkitpy/style/checker.py

    r87178 r87909  
    169169      # both lower-cased and camel-cased, underscore-sparated
    170170      # values.
    171       "Source/WebKit/efl/ewk/"],
     171      "Source/WebKit/efl/ewk/",
     172      "Source/WebKit2/UIProcess/API/efl/",
     173      "Tools/EWebLauncher/",
     174      "Tools/MiniBrowser/efl/"],
    172175     ["-readability/naming",
    173176      "-readability/parameter_name"]),
Note: See TracChangeset for help on using the changeset viewer.