root/trunk/WebCore/html/CanvasRenderingContext2D.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @38509 [38509] 5 days ggaren@apple.com JavaScriptCore: 2008-11-17 Geoffrey Garen <ggaren@apple.com> …
(edit) @38137 [38137] 2 weeks cwzwarich@webkit.org 2008-11-05 Cameron Zwarich <zwarich@apple.com> Rubber-stamped …
(edit) @37637 [37637] 5 weeks hyatt@apple.com 2008-10-16 David Hyatt <hyatt@apple.com> …
(edit) @37538 [37538] 6 weeks darin@apple.com WebCore: 2008-10-12 Dirk Schulze <vbs85@gmx.de> Reviewed by …
(edit) @37061 [37061] 8 weeks hausmann@webkit.org 2008-09-29 Thiago Macieira <thiago.macieira@nokia.com> Reviewed …
(edit) @36442 [36442] 2 months andersca@apple.com WebCore: 2008-09-15 Anders Carlsson <andersca@apple.com> …
(edit) @36086 [36086] 3 months alp@webkit.org 2008-09-04 Alp Toker <alp@nuanti.com> Reviewed by Eric. …
(edit) @36060 [36060] 3 months hyatt@apple.com WebCore: 2008-09-02 David Hyatt <hyatt@apple.com> Add support …
(edit) @36043 [36043] 3 months mrowe@apple.com 2008-09-02 Dirk Schulze <vbs85@gmx.de> Reviewed by Darin Adler. …
(edit) @35966 [35966] 3 months eric@webkit.org Reviewed by Oliver Hunt. Add stroke/fill Gradient and Pattern …
(edit) @35955 [35955] 3 months eric@webkit.org Reviewed by eseidel. Fix canvas drawImage to support composite …
(edit) @35935 [35935] 3 months weinig@apple.com WebCore: 2008-08-26 Sam Weinig <sam@webkit.org> Reviewed by …
(edit) @35934 [35934] 3 months weinig@apple.com 2008-08-26 Sam Weinig <sam@webkit.org> Reviewed by Darin Adler. …
(edit) @35928 [35928] 3 months weinig@apple.com WebCore: 2008-08-25 Sam Weinig <sam@webkit.org> Reviewed by …
(edit) @35817 [35817] 3 months jmalonzo@webkit.org 2008-08-18 Dirk Schulze <vbs85@gmx.de> Reviewed by Eric Seidel. …
(edit) @35765 [35765] 3 months eric@webkit.org Reviewed by Alexey. Remove un-need includes from HTMLCanvas and …
(edit) @35733 [35733] 3 months eric@webkit.org Reviewed by Sam. Match HTML5 spec by throwing INVALID_STATE_ERR …
(edit) @35732 [35732] 3 months eric@webkit.org Reviewed by Niko. Split out a Pattern class from CanvasPattern …
(edit) @35730 [35730] 3 months eric@webkit.org Reviewed by Sam. Remove #ifdefs from CanvasStyle by using …
(edit) @35013 [35013] 5 months jmalonzo@webkit.org 2008-07-05 Jan Michael Alonzo <jmalonzo@webkit.org> …
(edit) @34949 [34949] 5 months oliver@apple.com <rdar://problem/5974306> CanvasRenderingContext2D becomes invalid when …
(edit) @34923 [34923] 5 months mitz@apple.com Reviewed by Darin Adler. - fix <rdar://problem/6045893> …
(edit) @34432 [34432] 6 months darin@apple.com WebCore: 2008-06-07 Darin Adler <darin@apple.com> Reviewed by …
(edit) @34366 [34366] 6 months andersca@apple.com 2008-06-04 Anders Carlsson <andersca@apple.com> Reviewed by …
(edit) @34317 [34317] 6 months mitz@apple.com WebCore: Reviewed by Oliver Hunt. - fix more cases of …
(edit) @34287 [34287] 6 months mitz@apple.com WebCore: Reviewed by Darin Adler. - fix …
(edit) @32791 [32791] 7 months weinig@apple.com WebCore: 2008-05-01 Sam Weinig <sam@webkit.org> Reviewed by …
(edit) @32700 [32700] 7 months ddkilzer@apple.com JavaScriptCore: 2008-04-29 Greg Bolsinga <bolsinga@apple.com> …
(edit) @32655 [32655] 7 months hyatt@apple.com WebCore: 2008-04-28 David Hyatt <hyatt@apple.com> …
(edit) @32651 [32651] 7 months hyatt@apple.com WebCore: 2008-04-28 David Hyatt <hyatt@apple.com> …
(edit) @32612 [32612] 7 months oliver@apple.com Bug 17173: HTML5 Canvas API requires us to ignore certain operations …
(edit) @32597 [32597] 7 months weinig@apple.com WebCore: 2008-04-26 Adam Barth <hk9565@gmail.com> Reviewed by …
(edit) @31961 [31961] 7 months hyatt@apple.com 2008-04-16 David Hyatt <hyatt@apple.com> Eliminate the …
(edit) @31830 [31830] 7 months hyatt@apple.com 2008-04-11 David Hyatt <hyatt@apple.com> This patch adds …
(edit) @31613 [31613] 8 months mitz@apple.com - attempted Gtk build fix * html/CanvasRenderingContext2D.cpp: …
(edit) @31612 [31612] 8 months mitz@apple.com - attempted Qt build fix * html/CanvasRenderingContext2D.cpp: …
(edit) @31607 [31607] 8 months hyatt@apple.com 2008-04-03 David Hyatt <hyatt@apple.com> Create a new …
(edit) @31162 [31162] 8 months oliver@apple.com Bug 17954: Canvas arc() with radius of 0 throws exception …
(edit) @31155 [31155] 8 months hyatt@apple.com 2008-03-19 David Hyatt <hyatt@apple.com> New implementation of …
(edit) @30954 [30954] 9 months weinig@apple.com WebCore: Reviewed by Beth Dakin. Throw a SECURITY_ERR …
(edit) @30922 [30922] 9 months hausmann@webkit.org 2008-03-10 Simon Hausmann <hausmann@webkit.org> Reviewed by …
(edit) @30921 [30921] 9 months hausmann@webkit.org 2008-03-10 Simon Hausmann <hausmann@webkit.org> Reviewed by …
(edit) @30891 [30891] 9 months oliver@apple.com Bug 16610: <canvas> restore() removes path segments created before it …
(edit) @30888 [30888] 9 months weinig@apple.com WebCore: Reviewed by Oliver Hunt. Fix for …
(edit) @30869 [30869] 9 months oliver@apple.com Implement the HTML5 canvas tainting rules to prevent potential data …
(edit) @30700 [30700] 9 months oliver@apple.com Bug 16954: Support putImageData Reviewed by Sam Weinig. Implement …
(edit) @30506 [30506] 9 months oliver@apple.com Bug 17486: Support HTML5 Canvas.getImageData API Support …
(edit) @30344 [30344] 9 months oliver@apple.com Bug 17269: Deobfuscate CanvasRenderingContext2D.cpp Reviewed by Eric S …
(edit) @30336 [30336] 9 months oliver@apple.com Bug 17269: Deobfuscate CanvasRenderingContext2D.cpp Refactor …
(edit) @30163 [30163] 9 months oliver@apple.com Make canvas use an ImageBuffer for its backing store Reviewed by Alp …
(edit) @30122 [30122] 10 months darin@apple.com JavaScriptCore: Reviewed by Eric. - …
(edit) @29956 [29956] 10 months oliver@apple.com Bug 17169: Support transform on Canvas Reviewed by Maciej. Nice and …
(edit) @29827 [29827] 10 months oliver@apple.com Bug 16629: <canvas> does not support isPointInPath() Reviewed by Sam …
(edit) @29449 [29449] 10 months oliver@apple.com Attempt to fix QT build
(edit) @29448 [29448] 10 months oliver@apple.com Avoid repainting the entire canvas element when possible. Reviewed by …
(edit) @28971 [28971] 11 months alp@webkit.org 2007-12-23 Alp Toker <alp@atoker.com> Reviewed by Holger …
(edit) @28944 [28944] 11 months alp@webkit.org 2007-12-21 Brent Fulgham <bfulgham@gmail.com> Reviewed by Alp …
(edit) @28382 [28382] 12 months alp@webkit.org 2007-12-04 Alp Toker <alp@atoker.com> Rubber stamped by Mark …
(edit) @27701 [27701] 13 months antti@apple.com Reviewed by Darin. Fix a bunch of cases where the exception code …
(edit) @26854 [26854] 13 months alp 2007-10-21 Alp Toker <alp@atoker.com> Reviewed by Mark Rowe. …
(edit) @26443 [26443] 14 months oliver Reviewed by Sam. http://bugs.webkit.org/show_bug.cgi?id=12059
(edit) @26021 [26021] 14 months alp 2007-10-03 Alp Toker <alp@atoker.com> Reviewed by Eric. …
(edit) @25713 [25713] 14 months staikos 2007-09-24 Mike Fenton <mike@staikos.net> Reviewed by George …
(edit) @25672 [25672] 14 months staikos 2007-09-20 Mike Fenton <mike@staikos.net> Reviewed by George …
(edit) @24480 [24480] 16 months rwlbuis Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=14642
(edit) @24415 [24415] 16 months weinig Rubber-stamped by Adam Roben. Rename csshelper.h, csshelper.cpp, …
(edit) @24091 [24091] 17 months darin LayoutTests: - test for <rdar://problem/5292364> REGRESSION: ZX …
(edit) @24090 [24090] 17 months darin LayoutTests: Reviewed by Darin. Testcase for: …
(edit) @23935 [23935] 17 months weinig Reviewed by Darin. Sixth round of fixes for implicit 64-32 bit …
(edit) @23930 [23930] 17 months weinig JavaScriptCore: Reviewed by Kevin McCullough. Third …
(edit) @23899 [23899] 17 months aroben Remove unreachable code uncovered by MSVC /W4 Reviewed by Oliver. No …
(edit) @21749 [21749] 18 months ggaren Reviewed by Darin Adler. Fixed a bug with Settings where a number …
(edit) @21517 [21517] 19 months zack Implement Canvas element in the Qt port. Implementation of Context2D was …