tor@cs.brown.edu
|
cba701f55d
|
Bug 373572 - Implement feTile filter.
Patch by longsonr@gmail.com, r=tor, sr=roc, a=schrep
|
2007-07-26 17:50:45 -07:00 |
|
Olli.Pettay@helsinki.fi
|
bd0b7ea6d7
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e8dba5a1b4
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 05:22:01 -07:00 |
|
tor@cs.brown.edu
|
c9776f2873
|
Bug 383184 - Implement SVG lighting filters.
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
|
2007-07-25 23:57:42 -07:00 |
|
longsonr@gmail.com
|
0336304911
|
Bug 386083 - SVG code should check gfxASurface::CairoStatus() when it creates new surfaces. r=jwatt,sr=tor
|
2007-07-17 02:24:27 -07:00 |
|
longsonr@gmail.com
|
43a7c5805c
|
Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas
|
2007-07-13 01:49:07 -07:00 |
|
bzbarsky@mit.edu
|
4d53ccf996
|
Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
|
2007-07-12 13:05:45 -07:00 |
|
tor@cs.brown.edu
|
c2407cb71f
|
Bug 361745 - <svg:image> with negative width/height displaying inverted.
r=jwatt, sr=roc
|
2007-07-12 08:40:46 -07:00 |
|
sayrer@gmail.com
|
7970b2a924
|
Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor
|
2007-07-10 09:38:00 -07:00 |
|
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
bdca2685a3
|
Bug 386802, Mutation events always fired during setting of innerHTML, r+sr=bz
|
2007-07-04 13:39:10 -07:00 |
|
longsonr@gmail.com
|
c39e9e74d8
|
Bug 385905 - Collection of minor things. Mainly fixes coding style and indenting in SVG content. Simplifies one NS_NewSVGPoint call and changes one frame QueryInterface to use CallQueryInterface. r=jwatt,sr=tor
|
2007-07-02 02:54:11 -07:00 |
|
tor@cs.brown.edu
|
3972c28dd8
|
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
|
2007-06-27 12:02:58 -07:00 |
|
tor@cs.brown.edu
|
ab2d47c4a7
|
Bug 305859 - em and ex units not implemented for SVGLength.
Patch by taken.spc@gmail.com, r=longsonr, sr=tor
|
2007-06-25 09:12:35 -07:00 |
|
tor@cs.brown.edu
|
8ce0584af2
|
Bug 385096 - make sure component transfer filter functions call base Init.
r=jwatt, sr=roc
|
2007-06-21 08:09:43 -07:00 |
|
jwatt@jwatt.org
|
6d71fcdb5d
|
Fixing bug 385218. Remove nsISVGSVGElement. r+sr=tor@acm.org
|
2007-06-20 14:56:03 -07:00 |
|
bzbarsky@mit.edu
|
a148a82539
|
Ignore mutations in anonymous content when deciding whether to reclone <use>targets. Bug 380101, r=tor, sr=peterv
|
2007-06-06 13:01:56 -07:00 |
|
longsonr@gmail.com
|
24e36318b1
|
Bug 381777 - filters crash browser. r+sr=sr=tor
|
2007-05-25 02:50:02 -07:00 |
|
tor@cs.brown.edu
|
c8cff36c3a
|
Bug 381622 - complete cairo removal from svg. r+sr=roc
|
2007-05-23 08:42:12 -07:00 |
|
jwatt@jwatt.org
|
4620075b96
|
Fixing bug 381447. nsSVGLengthList::mCtxType is always set to nsSVGUtils::X. r+sr=tor@acm.org
|
2007-05-23 01:38:54 -07:00 |
|
tor@cs.brown.edu
|
3b2edd026c
|
Build bustage fix (380757).
|
2007-05-21 15:13:56 -07:00 |
|
tor@cs.brown.edu
|
09e9701b1e
|
Bug 380757 - switch svg filters to thebes. r=jwatt, sr=roc
|
2007-05-21 14:41:53 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7817abfbca
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
Olli.Pettay@helsinki.fi
|
40178e46a3
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e1fb8b073b
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
bzbarsky@mit.edu
|
51671d60c6
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron
|
2007-05-02 18:15:53 -07:00 |
|
bzbarsky@mit.edu
|
086c2eb0c0
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me
|
2007-05-01 15:24:20 -07:00 |
|
tor@cs.brown.edu
|
a9bb7c0dfb
|
Bug 378508 - convert svg gradients to thebes. r=longsonr, sr=roc
|
2007-04-27 07:28:39 -07:00 |
|
longsonr@gmail.com
|
778acf8699
|
Bug 378857 - Simplify clipPath frame access to units. r=tor,sr=roc
|
2007-04-27 01:42:51 -07:00 |
|
jruderman@hmc.edu
|
9954f84934
|
Remove bogus assertions. Bug 344888, r+sr=tor.
|
2007-04-25 17:24:28 -07:00 |
|
benjamin@smedbergs.us
|
baab01ada6
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
|
longsonr@gmail.com
|
371eab6ee8
|
Bug 378023 - Fix build warnings compiling nsSVGGlyphFrame. r+sr=tor
|
2007-04-23 01:39:54 -07:00 |
|
bzbarsky@mit.edu
|
bcfbc64387
|
Set the status bar before actually handling the DOM event. That way if theevent is canceled, we'll still show the right status bar text. Bug 40838,patch by Florian Quèze <f.qu@queze.net, r=smaug, sr=bzbarsky
|
2007-04-23 00:31:21 -07:00 |
|
bzbarsky@mit.edu
|
75d0ec2b2f
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
|
tor@cs.brown.edu
|
c972330b62
|
Bug 376929 - Remove direct use of cairo from SVG path generation.r=jwatt, sr=roc
|
2007-04-16 13:57:09 -07:00 |
|
longsonr@gmail.com
|
75523bae12
|
Bug 375696 - target attribute ignored on links. r=jwatt,sr=tor
|
2007-04-03 01:59:11 -07:00 |
|
enndeakin@sympatico.ca
|
7bf55f72a1
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
|
longsonr@gmail.com
|
ba7a587373
|
Bug 373624 - Support transparent as a gradient and filter stop-color. r=jwatt,sr=tor
|
2007-03-29 01:59:06 -07:00 |
|
longsonr@gmail.com
|
57672f461b
|
Bug 374882. r+sr=tor
|
2007-03-28 01:54:39 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a1dca72a56
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
longsonr%gmail.com
|
f340fea8d1
|
Bug 374467 - some SVG elements are missing presentation attributes. r+sr=tor
|
2007-03-20 10:43:33 +00:00 |
|
tor%cs.brown.edu
|
334a738e0c
|
Bug 373634 - adding a viewBox attribute to outer SVG not working.
r=jwatt, sr=roc
|
2007-03-19 15:12:26 +00:00 |
|
tor%cs.brown.edu
|
eaeda066b9
|
Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
|
2007-03-10 13:49:43 +00:00 |
|
tor%cs.brown.edu
|
0307c2f9f6
|
Bug 369528 - SVG code not handing surface endianness properly. r+sr=roc
|
2007-03-09 20:27:01 +00:00 |
|
tor%cs.brown.edu
|
72f5c788dc
|
Bug 353172 - remove nsSVGCoordCtxProvider.
Patch by malex@cs.utexas.edu and tor, r=jwatt+roc, sr=roc
|
2007-03-09 16:27:01 +00:00 |
|
Olli.Pettay%helsinki.fi
|
d9e209b096
|
Bug 372046, r+sr=tor
|
2007-03-01 09:25:25 +00:00 |
|
jonas%sicking.cc
|
a9c9356be8
|
Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst
|
2007-02-27 00:14:01 +00:00 |
|
Olli.Pettay%helsinki.fi
|
a1dac496b8
|
Bug 369249, r+sr=tor
|
2007-02-22 23:27:53 +00:00 |
|
Olli.Pettay%helsinki.fi
|
fcece1359a
|
Bug 336994, r+sr=tor
|
2007-02-22 20:13:12 +00:00 |
|