vladimir%pobox.com
8b236b4e53
b=351296,351295,348351 int overflow in canvas GetImageData/PutImageData, r=biesi
2006-09-11 21:18:31 +00:00
vladimir%pobox.com
8a482ad204
Undo accidentally commited '0 &&' clause
2006-09-11 19:14:38 +00:00
vladimir%pobox.com
f8cd9b12d6
b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me
2006-08-30 22:06:44 +00:00
vladimir%pobox.com
7b54dc4522
b=338786, canvas broken on mac on trunk, r=pavlov
2006-08-18 19:29:06 +00:00
pavlov%pavlov.net
3866d8b63e
speed up windows text rendering by avoiding using cairo when possible. also avoid save/restore dc when doing native themes. bug 342366. r=vlad
2006-08-09 20:25:07 +00:00
vladimir%pobox.com
7d4ac7db55
b=346421, drawImage causes incorrect clipping; revert+bandaid, r=stuart
2006-08-04 17:59:50 +00:00
vladimir%pobox.com
5ddcfa3b05
bustage fix; I hate this function
2006-07-31 21:43:14 +00:00
vladimir%pobox.com
cdc67bfdd2
b=346421, canvas drawImage causes incorrect clipping/invalidation with CSS scaling, r=stuart
2006-07-31 21:05:59 +00:00
vladimir%pobox.com
4e0c1485f9
b=346005, revert bug 296763 fix (remove implied moveTo from canvas beginPath), r=me
2006-07-27 21:56:35 +00:00
mozilla%weilbacher.org
6ce01c889f
[OS/2] Bug 342644: Get SVG/Canvas working again on OS/2, r=tor, sr=mkaply
2006-07-24 23:28:29 +00:00
vladimir%pobox.com
3d8fb79801
b=344914, more canvas getImageData GC rooting fun, r=mrbkap
2006-07-19 18:40:37 +00:00
vladimir%pobox.com
6777821657
b=344914, potential crash caused by GetImageData, unrooted GC object used; r=mrbkap,sr=vlad, patch from bugzilla.20.scyt@spamgourmet.com
2006-07-18 19:13:17 +00:00
mark%moxienet.com
8af6b7c427
338756 bustage fix, cocoa widgets
2006-06-15 20:20:31 +00:00
vladimir%pobox.com
48ba14fed9
b=338786, fix canvas on mac, r=stuart
2006-06-15 17:43:49 +00:00
vladimir%pobox.com
f71576a38a
b=341280, canvas getImageData needs to check for negative width/height, r=pavlov,a=vlad
2006-06-12 20:20:13 +00:00
vladimir%pobox.com
6d0f8efd4c
remove 1.8 branch ifdefs; keeping in sync with 1.8 branch version of this file; r=me
2006-05-30 17:20:26 +00:00
peterv%propagandism.org
bd8c97f5c4
Fixing compile error on OS X with 10.3.9 SDK. r=vlad.
2006-05-22 10:32:16 +00:00
vladimir%pobox.com
8f4f54e6ee
file parity with 1.8 branch
2006-05-20 21:20:03 +00:00
vladimir%pobox.com
ab39366c02
b=338477 - implement whatwg isPointInPath/getImageData/putImageData canvas API; b=338545, canvas doesn't fully reset on resize; r=mrbkap
2006-05-20 09:22:30 +00:00
brade%comcast.net
9e7c129497
Fix #defines for Intel Mac (BIG_ENDIAN/LITTLE_ENDIAN); bug 338062, r=vlad, sr=roc
2006-05-19 14:42:09 +00:00
vladimir%pobox.com
336f0c80df
b=333613, misc canvas stuff for 1.8 branch, updating trunk for parity
2006-05-05 16:10:24 +00:00
vladimir%pobox.com
6f99c77537
fix bustage
2006-05-03 01:14:33 +00:00
vladimir%pobox.com
9deeec1b6b
b=336331, fix toDataURL to be more in line with the whatwg spec, r+sr=roc
2006-05-03 00:48:27 +00:00
bzbarsky%mit.edu
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
vladimir%pobox.com
50c3f7302b
fix more unsupported VC6 windows compiler junk for 333177
2006-04-18 23:33:51 +00:00
vladimir%pobox.com
cbe63feaa3
fix typo for non-cairo gtk2
2006-04-18 22:58:48 +00:00
vladimir%pobox.com
5419af47d7
fix unsupported VC6 windows compiler junk for 333177
2006-04-18 22:24:56 +00:00
vladimir%pobox.com
b1623808f9
fix non-cairo gtk/windows for 333177
2006-04-18 22:17:15 +00:00
vladimir%pobox.com
3b198c8b01
add missing mac glue bits for 333177
2006-04-18 21:41:42 +00:00
vladimir%pobox.com
224933de70
b=333177, update canvas internal interfaces, optimize canvas, and fix some implementation bugs; r=stuart
2006-04-18 21:23:15 +00:00
bryner%brianryner.com
c28e6a9665
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
roc+%cs.cmu.edu
90cf7d2ee4
Bug 293244. Secure <canvas> against cross-domain image stealing. r=vlad,sr=bzbarsky
2006-03-02 00:44:01 +00:00
roc+%cs.cmu.edu
bcbeb8d599
Bug 328541. Flush content and layout changes before drawWindow'ing a document. r+sr=bzbarsky
2006-02-27 21:14:29 +00:00
mcs%pearlcrescent.com
6a62d10da9
Bug 323088 - RGB values slightly off in canvas after drawWindow().
...
Use a table indexed by bit depth to provide a better "scale factor" when
copying pixels from native surfaces to the canvas.
Patch by roc, r=vladimir, sr=shaver.
2006-02-03 21:59:37 +00:00
roc+%cs.cmu.edu
5451e97878
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
2006-01-26 02:29:17 +00:00
cbiesinger%web.de
c1023d97c6
bug 323551 make the in-tree cairo compile on beos (if a system-installed
...
freetype and fontconfig is present)
r=bsmedberg,vlad
2006-01-21 15:58:24 +00:00
vladimir%pobox.com
a42ee17c2a
b=322215, fix up canvas drawWindow temporary sizing
2006-01-05 22:59:56 +00:00
vladimir%pobox.com
0d8d8045a0
b=296907, canvas stroke/fill/clip shoudln't destroy current path, r=stuart
2006-01-04 22:08:52 +00:00
vladimir%pobox.com
c8da3f2443
b=319380, fix canvas quadraticCurveTo to actually do the right thing, r=stuart
2006-01-04 22:05:47 +00:00
jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
b20620f6ab
Bug 106386 Correct misspellings in source code
...
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
2005-11-20 22:05:24 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
vladimir%pobox.com
85ea4a2c0c
b=313372, fix canvas save/restore not saving/restoring styles, r=pavlov
2005-10-31 21:09:22 +00:00
jst%mozilla.jstenback.com
d4e327cf50
Landing fix for bug 311143, patch by jeffh@activestate.com. Make the canvas code linkable with Sun's linker. r=vladimir@pobox.com, sr=jst@mozilla.com
2005-10-17 23:39:20 +00:00
vladimir%pobox.com
78043464af
b=306752, canvas drawimage clips image instead of positioning at right x/y, r=tor
2005-10-11 18:32:03 +00:00
bzbarsky%mit.edu
7dcc76c444
Do less string-copying when getting an nsAString out of a wsting variant. Bug
...
311485, r=vladimir, sr=darin
2005-10-07 22:39:10 +00:00
vladimir%pobox.com
929058dc5e
b=306881, fix canvas pattern repeat, r=stuart
2005-09-02 21:16:22 +00:00
pavlov%pavlov.net
3ce096343b
adding support for toDataURL and toDataURLAs on canvas. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:16:51 +00:00
roc+%cs.cmu.edu
e86d48993f
Bug 305483. Make --enable-system-cairo work with --enable-canvas. r+sr=roc, patch by Mike Hommey
2005-08-22 22:45:07 +00:00
vladimir%pobox.com
a6bb80019d
b=298743, fix drawWindow on OSX, r=pavlov,a=bsmedberg
2005-07-27 15:39:33 +00:00