[webkit-changes] cvs commit: WebCore/khtml/ecma kjs_html.cpp
Adele
adele at opensource.apple.com
Wed Jul 27 14:08:18 PDT 2005
adele 05/07/27 14:08:18
Modified: . Tag: Safari-2-0-branch ChangeLog
khtml/ecma Tag: Safari-2-0-branch kjs_html.cpp
Log:
Merged fix from TOT to Safari-2-0-branch
<rdar://problem/4161594> quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
2005-06-29 Geoffrey Garen <ggaren at apple.com>
Patch by Antoine Quint <ml at graougraou.com>
-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3648
quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
Reviewed by Darin.
* khtml/ecma/kjs_html.cpp:
Revision Changes Path
No revision
No revision
1.4104.2.78 +16 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4104.2.77
retrieving revision 1.4104.2.78
diff -u -r1.4104.2.77 -r1.4104.2.78
--- ChangeLog 27 Jul 2005 17:34:50 -0000 1.4104.2.77
+++ ChangeLog 27 Jul 2005 21:08:10 -0000 1.4104.2.78
@@ -1,6 +1,22 @@
2005-07-27 Adele Peterson <adele at apple.com>
Merged fix from TOT to Safari-2-0-branch
+ <rdar://problem/4161594> quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
+
+ 2005-06-29 Geoffrey Garen <ggaren at apple.com>
+
+ Patch by Antoine Quint <ml at graougraou.com>
+
+ -fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3648
+ quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
+
+ Reviewed by Darin.
+
+ * khtml/ecma/kjs_html.cpp:
+
+2005-07-27 Adele Peterson <adele at apple.com>
+
+ Merged fix from TOT to Safari-2-0-branch
2005-05-24 Richard Williamson <rjw at apple.com>
No revision
No revision
1.108.6.5 +1 -1 WebCore/khtml/ecma/kjs_html.cpp
Index: kjs_html.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/ecma/kjs_html.cpp,v
retrieving revision 1.108.6.4
retrieving revision 1.108.6.5
diff -u -r1.108.6.4 -r1.108.6.5
--- kjs_html.cpp 26 Jul 2005 20:57:24 -0000 1.108.6.4
+++ kjs_html.cpp 27 Jul 2005 21:08:17 -0000 1.108.6.5
@@ -4396,7 +4396,7 @@
stroke Context2D::Stroke DontDelete|Function 0
moveTo Context2D::MoveTo DontDelete|Function 2
lineTo Context2D::LineTo DontDelete|Function 2
- quadraticCurveToPoint Context2D::QuadraticCurveTo DontDelete|Function 4
+ quadraticCurveTo Context2D::QuadraticCurveTo DontDelete|Function 4
bezierCurveTo Context2D::BezierCurveTo DontDelete|Function 6
arcTo Context2D::ArcTo DontDelete|Function 5
arc Context2D::Arc DontDelete|Function 6
More information about the webkit-changes
mailing list