[webkit-changes] cvs commit: WebCore/kwq DOM-compat.h
KWQTextUtilities.h WebCoreKeyboardAccess.h
Eric
eseidel at opensource.apple.com
Fri Dec 2 17:44:17 PST 2005
eseidel 05/12/02 17:44:17
Modified: . ChangeLog
ForwardingHeaders/kjs property_map.h
khtml/rendering break_lines.cpp
khtml/xbl xbl_binding.h xbl_protobinding.h
xbl_protohandler.h
kwq DOM-compat.h KWQTextUtilities.h
WebCoreKeyboardAccess.h
Log:
Bug #: none
Submitted by: eseidel
Reviewed by: tim h
Added ending newlines to files missing them.
* ForwardingHeaders/kjs/property_map.h:
* khtml/rendering/break_lines.cpp:
* khtml/xbl/xbl_binding.h:
* khtml/xbl/xbl_protobinding.h:
* khtml/xbl/xbl_protohandler.h:
* kwq/DOM-compat.h:
* kwq/KWQTextUtilities.h:
* kwq/WebCoreKeyboardAccess.h:
Revision Changes Path
1.461 +15 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -r1.460 -r1.461
--- ChangeLog 3 Dec 2005 01:32:24 -0000 1.460
+++ ChangeLog 3 Dec 2005 01:44:14 -0000 1.461
@@ -1,5 +1,20 @@
2005-12-02 Eric Seidel <eseidel at apple.com>
+ Reviewed by Tim H.
+
+ Added ending newlines to files missing them.
+
+ * ForwardingHeaders/kjs/property_map.h:
+ * khtml/rendering/break_lines.cpp:
+ * khtml/xbl/xbl_binding.h:
+ * khtml/xbl/xbl_protobinding.h:
+ * khtml/xbl/xbl_protohandler.h:
+ * kwq/DOM-compat.h:
+ * kwq/KWQTextUtilities.h:
+ * kwq/WebCoreKeyboardAccess.h:
+
+2005-12-02 Eric Seidel <eseidel at apple.com>
+
No review needed, SVG build fix only.
SVG Build fix after SharedPtr -> RefPtr changes.
1.3 +1 -1 WebCore/ForwardingHeaders/kjs/property_map.h
Index: property_map.h
===================================================================
RCS file: /cvs/root/WebCore/ForwardingHeaders/kjs/property_map.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- property_map.h 23 Sep 2004 06:21:27 -0000 1.2
+++ property_map.h 3 Dec 2005 01:44:16 -0000 1.3
@@ -1 +1 @@
-#import <JavaScriptCore/property_map.h>
\ No newline at end of file
+#import <JavaScriptCore/property_map.h>
1.27 +1 -1 WebCore/khtml/rendering/break_lines.cpp
Index: break_lines.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/rendering/break_lines.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- break_lines.cpp 3 Oct 2005 21:12:37 -0000 1.26
+++ break_lines.cpp 3 Dec 2005 01:44:16 -0000 1.27
@@ -64,4 +64,4 @@
return i;
}
-};
\ No newline at end of file
+};
1.2 +1 -1 WebCore/khtml/xbl/xbl_binding.h
Index: xbl_binding.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/xbl/xbl_binding.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbl_binding.h 23 Jan 2004 01:53:12 -0000 1.1
+++ xbl_binding.h 3 Dec 2005 01:44:16 -0000 1.2
@@ -82,4 +82,4 @@
bool m_markedForDeath : 1;
};
-}
\ No newline at end of file
+}
1.2 +1 -1 WebCore/khtml/xbl/xbl_protobinding.h
Index: xbl_protobinding.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/xbl/xbl_protobinding.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbl_protobinding.h 23 Jan 2004 01:53:12 -0000 1.1
+++ xbl_protobinding.h 3 Dec 2005 01:44:16 -0000 1.2
@@ -32,4 +32,4 @@
XBLPrototypeHandler* m_handler; // Our event handlers (prototypes).
};
-}
\ No newline at end of file
+}
1.2 +1 -1 WebCore/khtml/xbl/xbl_protohandler.h
Index: xbl_protohandler.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/xbl/xbl_protohandler.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbl_protohandler.h 23 Jan 2004 01:53:12 -0000 1.1
+++ xbl_protohandler.h 3 Dec 2005 01:44:16 -0000 1.2
@@ -61,4 +61,4 @@
DOM::DOMString m_key; // The keycode/charcode we want to match for key events
};
-}
\ No newline at end of file
+}
1.3 +1 -1 WebCore/kwq/DOM-compat.h
Index: DOM-compat.h
===================================================================
RCS file: /cvs/root/WebCore/kwq/DOM-compat.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DOM-compat.h 1 Mar 2004 17:04:24 -0000 1.2
+++ DOM-compat.h 3 Dec 2005 01:44:16 -0000 1.3
@@ -21,4 +21,4 @@
@end
#define ELEMENT_NODE 1
-#define TEXT_NODE 3
\ No newline at end of file
+#define TEXT_NODE 3
1.5 +1 -1 WebCore/kwq/KWQTextUtilities.h
Index: KWQTextUtilities.h
===================================================================
RCS file: /cvs/root/WebCore/kwq/KWQTextUtilities.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- KWQTextUtilities.h 6 Jan 2005 18:20:51 -0000 1.4
+++ KWQTextUtilities.h 3 Dec 2005 01:44:16 -0000 1.5
@@ -33,4 +33,4 @@
void KWQFindSentenceBoundary(const QChar *chars, int len, int position, int *start, int *end);
int KWQFindNextSentenceFromIndex(const QChar *chars, int len, int position, bool forward);
-#endif
\ No newline at end of file
+#endif
1.3 +1 -1 WebCore/kwq/WebCoreKeyboardAccess.h
Index: WebCoreKeyboardAccess.h
===================================================================
RCS file: /cvs/root/WebCore/kwq/WebCoreKeyboardAccess.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WebCoreKeyboardAccess.h 14 Nov 2003 00:34:56 -0000 1.2
+++ WebCoreKeyboardAccess.h 3 Dec 2005 01:44:16 -0000 1.3
@@ -28,4 +28,4 @@
WebCoreKeyboardAccessFull = 0x00000001,
// this flag may be or'ed with either of the two above
WebCoreKeyboardAccessTabsToLinks = 0x10000000,
-} WebCoreKeyboardUIMode;
\ No newline at end of file
+} WebCoreKeyboardUIMode;
More information about the webkit-changes
mailing list