Граф коммитов

744 Коммитов

Автор SHA1 Сообщение Дата
vladimir@pobox.com c325e922a7 b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad 2008-03-05 22:51:13 -08:00
jwalden@mit.edu 17c992a3f5 Bug 420243 - Fix an arithmetic mistake in SVGTextContentElement.getSubStringLength. r+sr=roc, a=beltzner 2008-03-05 18:10:43 -08:00
reed@reedloden.com 82d1a8f52d Bug 419000 - "Remove SVG_DEBUG_PRINTING (as it blocks nsTransform2D cleanup)" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons] 2008-02-23 01:25:37 -08:00
jruderman@hmc.edu 17762ee6a1 Add crashtest 2008-02-22 16:14:17 -08:00
jwatt@jwatt.org 1b19f269c6 Bug 409565. "ASSERTION: unexpected frame type" with -moz-column, float, svg. r=bz@bzarsky@mit.edu, sr=roc@ocallahan.org, b1.9=mtschrep@gmail.com 2008-02-22 02:50:32 -08:00
jwatt@jwatt.org 2c486b9f53 Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-02-21 09:43:25 -08:00
jag@tty.nl 05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
roc+@cs.cmu.edu 4e81670492 Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov 2008-02-17 23:29:00 -08:00
roc+@cs.cmu.edu ca13aec337 Backing out 414784 2008-02-17 18:20:21 -08:00
roc+@cs.cmu.edu dba76a8dfe Backing out 414784 due to crashtest failure. 2008-02-17 18:04:26 -08:00
roc+@cs.cmu.edu b5d6144a72 Fixing typo 2008-02-17 17:14:20 -08:00
roc+@cs.cmu.edu 329064be22 Bug 414784. Lots of SVG filter fixes plus a framework for analyzing the filter primitive graph, which we use to compute smaller surface sizes than the filter effects region. r=rlongson,sr=pavlov 2008-02-17 17:10:14 -08:00
longsonr@gmail.com c56394efba Bug 407463 - Skip rendering of invalid filters, masks and clipPaths. r+sr=tor,a1.9=blocking1.9+ 2008-02-09 06:22:14 -08:00
longsonr@gmail.com babfdc0aaa Bug 368840 - Ensure gradients without stops are transparent rather than the fallback colour. r+sr=tor,a1.9=mtschrep 2008-02-08 13:52:04 -08:00
jwatt@jwatt.org b4a426f21e Bug 414112. CSS 2.1 300px fallback width doesn't play nice with percentages. r=bzbarsky@mit.edu, sr=tor@acm.org, b1.9=mtschrep@gmail.com 2008-02-08 13:50:24 -08:00
longsonr@gmail.com 3b73b8a2a7 Bug 368840 - Fallback paint should be used for degenerate objectBoundingBox gradients. r+sr=tor,a1.9=mtschrep 2008-02-07 03:45:21 -08:00
jruderman@hmc.edu 5f087d1e68 Add crashtest 2008-02-03 20:51:02 -08:00
jwatt@jwatt.org 30ec885b7d Fixing bug 272885. Disable rendering of some elements when their width or height is zero. r=tor@acm.org, sr=vladimir@pobox.com, a1.9=mtschrep@gmail.com 2008-01-27 12:39:27 -08:00
longsonr@gmail.com c2e3385277 Bug 377085 - line svg element getBBox() returns bad rect. r+sr=tor,a1.9=blocking1.9+ 2008-01-27 06:55:53 -08:00
jwatt@jwatt.org f00c088981 Fixing bug 382325. SVG should fall back to 300px x 150px as per CSS 2.1 section 10.3.2. r=longsonr@gmail.com, sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 10:53:24 -08:00
longsonr@gmail.com 6f1c99d174 Bug 411555 - Text inside filter causing invalidation loop. r=jwat,sr=tor,a1.9=blocking1.9+ 2008-01-25 01:27:03 -08:00
jwatt@jwatt.org 76c6dc39e8 Fixing bug 404677. ASSERTION: Intrinsic ratio has a negative component. r+sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 00:54:59 -08:00
jruderman@hmc.edu aafeae0574 Add crashtest 2008-01-15 22:45:01 -08:00
jruderman@hmc.edu 4af0496081 Re-enable tests on Mac now that svg:mask doesn't crash 2008-01-10 21:56:37 -08:00
longsonr@gmail.com 0f8dd66931 Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:26:25 -08:00
roc+@cs.cmu.edu ad24c0e367 Bug 411334. Try optimistically to not use a temporary group for SVG drawing on Mac. If drawing fails we try again with a temporary group. r+sr=vlad 2008-01-09 14:53:59 -08:00
tor@cs.brown.edu 55d0d3d42e Bug 410659 - plug feImage leaks. r=longsonr, sr=roc, a=mtschrep 2008-01-07 09:06:23 -08:00
longsonr@gmail.com c3728ee792 Bug 410792 - Remove unused FEUnimplementedMOZElement code. r+sr=tor,a1.9=mtschrep 2008-01-07 03:59:37 -08:00
jruderman@hmc.edu 6296e84f5e Add crashtest 2008-01-05 23:10:33 -08:00
roc+@cs.cmu.edu f8b25558e4 Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats 2008-01-03 18:08:29 -08:00
tor@cs.brown.edu fa5cb24b65 Bug 389746 - implement feDisplacementMap. p=tor,longsonr, r=longsonr, sr=roc, a=dsicore 2008-01-03 13:37:57 -08:00
dtownsend@oxymoronical.com c63e1d2fe3 Backout of bug 409383 to correct test failure on fxdbug-win32-tb. 2008-01-03 12:19:21 -08:00
longsonr@gmail.com 199b819405 Bug 409383 - Switch sometimes ends up with multiple child frames. r+sr=roc,a1.9=beltzner 2008-01-03 06:30:02 -08:00
tor@cs.brown.edu aa46adf459 Bug 390379 - Implement feImage. p=tor,longsonr r=longsonr, sr=roc a=dsicore 2008-01-02 12:49:13 -08:00
jruderman@hmc.edu 85d26f7318 Add crashtest 2008-01-01 13:59:37 -08:00
longsonr@gmail.com 00c7261068 Bug 409573 - Null deref [@ nsSVGUseFrame::GetCanvasTM] with filter, use, XBL. r+sr=tor,a1.9=beltzner 2007-12-31 06:13:34 -08:00
jruderman@hmc.edu 30d9031cb1 Add crashtest (currently fails on Mac, hopefully passes on other platforms) 2007-12-23 17:30:58 -08:00
longsonr@gmail.com 78907aa4c6 Bug 396771 - SVG text with percentage positioning not shown correctly (add missing assertion). r=jwatt,sr=tor,a=blocking1.9+ 2007-12-20 06:31:17 -08:00
longsonr@gmail.com a4869ed310 Bug 396771 - SVG text with percentage positioning not shown correctly. r=jwatt,sr=tor,a=blocking1.9+ 2007-12-20 06:26:34 -08:00
jwatt@jwatt.org ec94d96083 Re-checkin fix for bug 407959 (this time without the reftest that I suspect caused other tests to fail (a modified test will follow)). Embedded SVG object disappears when zooming or in Print Preview. r=tor@acm.org, sr=roc@ocallahan.org 2007-12-20 01:13:38 -08:00
roc+@cs.cmu.edu eeb2512976 Backing out jwatt's fix for bug 407959 because of test failures. 2007-12-20 00:16:01 -08:00
jwatt@jwatt.org 7e85bc610d Fixing bug 407959. Embedded SVG object disappears when zooming or in Print Preview. r=tor@acm.org, sr=roc@ocallahan.org 2007-12-19 22:48:15 -08:00
tor@cs.brown.edu 22a2469a58 Bug 406985 - container objects not invalidating properly. r=jwatt, sr=roc 2007-12-19 10:24:34 -08:00
vladimir@pobox.com 2e94f56ef2 b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart 2007-12-18 15:01:15 -08:00
jruderman@hmc.edu b00aa12133 Oops, let's not refer to images on servers we don't control. (Hopefully this crashtest doesn't rely on the image loading slowly or anything like that.) 2007-12-17 11:14:35 -08:00
jruderman@hmc.edu dca4093492 To boldly go where no crashtest has gone before. 2007-12-16 21:37:16 -08:00
jruderman@hmc.edu 678a5fc619 Add a few crashtests. 2007-12-12 22:44:00 -08:00
longsonr@gmail.com a48b04f245 Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor 2007-12-03 22:51:36 -08:00
tor@cs.brown.edu 1abda28533 Bug 376952 - pointer events not working properly when clipPath present. r=longsonr, sr=roc, a=tor 2007-12-03 21:11:49 -08:00
tor@cs.brown.edu a79c52724d Bug 370006 - svg doesn't get scaled up on high resolution displays. r=jwatt, sr=roc 2007-12-03 20:40:52 -08:00