Changeset 113140 in webkit
- Timestamp:
- Apr 3, 2012, 10:18:02 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
.gitattributes (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitattributes
r112683 r113140 22 22 # For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here, 23 23 # place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes 24 25 WebKit/chromium/src/EventListenerWrapper.cpp -crlf26 WebKit/chromium/src/EventListenerWrapper.h -crlf27 WebKit/chromium/src/WebEventListener.cpp -crlf28 WebKit/chromium/src/WebEventListenerPrivate.cpp -crlf29 WebKit/chromium/src/WebEventListenerPrivate.h -crlf30 WebKit/gtk/po/sr.po -crlf31 WebKit/gtk/po/sr@latin.po -crlf32 WebKit/qt/tests/qwebframe/resources/testiframe.html -crlf33 WebKit/qt/tests/qwebframe/resources/testiframe2.html -crlf34 WebKit/win/COMPropertyBag.h -crlf35 WebKit/win/COMVariantSetter.h -crlf36 WebKit/win/Interfaces/IWebEmbeddedView.idl -crlf37 WebKit/win/Interfaces/JavaScriptCoreAPITypes.idl -crlf38 WebKit/win/WebCoreSupport/EmbeddedWidget.cpp -crlf39 WebKit/win/WebCoreSupport/EmbeddedWidget.h -crlf40 WebKit/win/WebCoreSupport/WebInspectorDelegate.h -crlf41 WebKit/win/WebIconFetcher.cpp -crlf42 WebKit/win/WebIconFetcher.h -crlf -
trunk/ChangeLog
r113137 r113140 1 2012-04-03 Tony Chang <tony@chromium.org> 2 3 remove WebKit files from .gitattributes 4 https://bugs.webkit.org/show_bug.cgi?id=82966 5 6 Reviewed by Adam Barth. 7 8 * .gitattributes: These entries were never updated from the move to 9 Source/WebKit so they're probably not needed. 10 1 11 2012-04-03 Keishi Hattori <keishi@webkit.org> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.