dbaron%dbaron.org
|
5bf2847bf3
|
Correct punctuation in CSS error reports. b=315250 r+sr=bzbarsky.
|
2007-01-23 22:49:49 +00:00 |
roc+%cs.cmu.edu
|
403b86b665
|
Bug 366880. -moz-column-gap should support 'normal', which should be the initial value. r+sr=dbaron
|
2007-01-17 03:25:38 +00:00 |
longsonr%gmail.com
|
0150ad1a1b
|
Bug 264132 � Implement fallback for SVG paint servers r=dbaron,sr=tor
|
2007-01-09 11:02:17 +00:00 |
tor%cs.brown.edu
|
bf2e7d6029
|
Bug 326143 - Implement feFlood and feTurbulence filter elements.
Patch by tor and malex@cs.utexas.edu, r=tor, sr=roc
|
2007-01-08 16:48:56 +00:00 |
bzbarsky%mit.edu
|
6c477d95dc
|
Fix warning. Bug 347705, no review.
|
2006-12-15 23:15:58 +00:00 |
bzbarsky%mit.edu
|
3cdbde6367
|
Use string buffers to store strings in nsCSSValue so we don't have to alloc in
copy constructors and such. Bug 350141, r+sr=dbaron
|
2006-12-13 15:49:36 +00:00 |
bzbarsky%mit.edu
|
6f67f9aea4
|
Don't use LookupKeyword to deal with CSS units. Bug 347705, r+sr=dbaron
|
2006-12-12 15:34:43 +00:00 |
dbaron%dbaron.org
|
dec621a9c2
|
Update list of case-sensitive HTML attributes. Patch by Niels Leenheer (rakaz) <niels.leenheer@gmail.com>. r+sr=dbaron b=356936
|
2006-10-22 19:04:26 +00:00 |
ted.mielczarek%gmail.com
|
4890a6e5d7
|
bug 308928, Invalid input for the canvas fillStyle/strokeStyle throws an exception but should be ignored. Patch by asqueella@gmail.com, r+sr=vlad
|
2006-10-14 19:28:20 +00:00 |
bzbarsky%mit.edu
|
9dec02d250
|
Deal with flex values that add up to too much. Bug 345709, r=neil, sr=roc
|
2006-08-15 01:08:00 +00:00 |
dbaron%dbaron.org
|
5b59c32594
|
Fix incorrectly-written assertion. b=345620 r+sr=bzbarsky
|
2006-07-26 16:23:49 +00:00 |
roc+%cs.cmu.edu
|
8c3f0278d7
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
dbaron%dbaron.org
|
668f9730a4
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
vladimir%pobox.com
|
f93d93677f
|
b=147017, Support rgba and hsla colors in CSS (cairo only), r+sr=dbaron
|
2006-02-10 07:08:43 +00:00 |
tor%cs.brown.edu
|
550cb22cd6
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
overlapping children. r=scootermorris
|
2006-01-20 17:00:43 +00:00 |
bzbarsky%mit.edu
|
4fd2891302
|
Followup for bug 314920, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=bzbarsky
|
2005-11-11 18:38:54 +00:00 |
bzbarsky%mit.edu
|
cc0e5068b6
|
Make parsing out of a string just parse out of the string instead of wrapping
it in a stream. Bug 314920, patch by Alfred Kayser <alfredkayser@nl.ibm.com>,
r=dbaron, sr=bzbarsky
|
2005-11-10 22:26:06 +00:00 |
dbaron%dbaron.org
|
f928ad10b7
|
Change storage of :not() selectors so that there is one item in mNegations per :not(), and simplify various code accordingly. Simplify SelectorMatches a little more. b=315567 r+sr=bzbarsky
|
2005-11-09 04:17:26 +00:00 |
bzbarsky%mit.edu
|
666a45ea7d
|
Implement :-moz-empty-except-children-with-localname() pseudo-class. Bug
309067, r+sr=dbaron
|
2005-10-16 15:57:13 +00:00 |
bryner%brianryner.com
|
13ca8dd24e
|
Convert CSSGroupRule and CSSStyleSheet to use nsCOMArray. Bug 312491, r+sr=bzbarsky.
|
2005-10-15 20:21:20 +00:00 |
bzbarsky%mit.edu
|
40cbd1a7ce
|
Allow EOF to end declarations. Bug 311617, r+sr=dbaron
|
2005-10-09 18:22:51 +00:00 |
cbiesinger%web.de
|
e1c40a995b
|
bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList
r+sr=dbaron
|
2005-09-20 12:04:45 +00:00 |
bzbarsky%mit.edu
|
9b224f5e39
|
Implement :-moz-broken, :-moz-user-disabled, and :-moz-suppressed
pseudo-classes to allow styling of broken/blocked/disabled images, applets,
objects, embeds. Bug 11011, r=biesi and roc, sr=dbaron
|
2005-09-18 18:05:40 +00:00 |
tor%cs.brown.edu
|
2cf881a8d8
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
bzbarsky%mit.edu
|
71b041a566
|
Improve error reporting on unknown function pseudo-classes. Bug 261073, r+sr=dbaron
|
2005-08-16 01:46:04 +00:00 |
bzbarsky%mit.edu
|
013e0c06e6
|
Escapes should be allowed to start an id. Bug 299148, r+sr=dbaron, a=bsmedberg
|
2005-07-19 20:49:34 +00:00 |
dbaron%dbaron.org
|
f4c57b0947
|
Send correct Referer when <base href> is involved. r+sr=bzbarsky a=bsmedberg b=300942
|
2005-07-19 20:44:49 +00:00 |
timeless%mozdev.org
|
e088d38d24
|
Bug 299560 nsCSSParser.cpp:935 Comparison between signed and unsigned integer expressions
patch by b.jacques@planet.nl r=dbaron sr=dbaron a=bsmedberg
|
2005-07-13 18:16:00 +00:00 |
dbaron%dbaron.org
|
42df54824e
|
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
|
2005-07-01 04:29:42 +00:00 |
bzbarsky%mit.edu
|
76327e343c
|
Make sure to clean up before any early returns. Bug 295638, r=vlad, sr=dbaron,
a=shaver.
|
2005-06-01 15:41:12 +00:00 |
bzbarsky%mit.edu
|
5bcf024dfc
|
Don't call ValueAppended on every single inline style mutation. Should be a
tad faster, and actually serialize better. Bug 288574, r+sr=dbaron, a=asa.
|
2005-04-28 20:19:24 +00:00 |
vladimir%pobox.com
|
1e986fc8aa
|
b=288796, add public ParseColorString method to CSSParser, r+sr=dbaron,a=asa
|
2005-04-18 02:51:40 +00:00 |
tor%cs.brown.edu
|
83911584c1
|
Bug 277135 - addressing svg style sr comments. r=scooter, sr=dbaron
|
2005-04-04 21:42:26 +00:00 |
dbaron%dbaron.org
|
ec53342255
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
smfr%smfr.org
|
955eb57e1a
|
Fix bug 288360 -- uninitialized return values caused failure to load CSS on various sites. r/sr=bzbarsky
|
2005-03-30 23:05:02 +00:00 |
dbaron%dbaron.org
|
70322f91af
|
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
|
2005-03-30 00:36:57 +00:00 |
mats.palmgren%bredband.net
|
78343a58c1
|
Fix a few -moz-outline* problems and drop the prefix.
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
|
2005-03-27 11:36:08 +00:00 |
dbaron%dbaron.org
|
6732afa1bb
|
Add comment. b=286262 r+sr=bzbarsky
|
2005-03-18 06:56:03 +00:00 |
bryner%brianryner.com
|
8e64d7cfb4
|
Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron.
|
2005-02-19 00:10:38 +00:00 |
bryner%brianryner.com
|
da55bc0cf2
|
Remove nsINameSpace and replace with a simple array-based list of namespace mappings for CSS. Bug 281728, r+sr=bzbarsky.
|
2005-02-18 19:18:37 +00:00 |
tor%cs.brown.edu
|
644c1c1139
|
Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.
|
2005-01-25 03:55:03 +00:00 |
tor%cs.brown.edu
|
f776408b63
|
Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
|
2004-12-09 03:16:15 +00:00 |
mats.palmgren%bredband.net
|
017629698f
|
Skip leading space inside :not(). b=271916 r+sr=dbaron
|
2004-11-28 15:04:13 +00:00 |
mats.palmgren%bredband.net
|
0dd497ef90
|
Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
|
2004-11-26 21:05:45 +00:00 |
tor%cs.brown.edu
|
e7c44d32db
|
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
|
2004-11-09 18:19:28 +00:00 |
bzbarsky%mit.edu
|
7cac02fb30
|
Make it possible to use the string input stream without heap-allocating a
string. Bug 263973, r=darin, sr=dbaron
|
2004-10-27 02:19:43 +00:00 |
aaronleventhal%moonset.net
|
b8351a14b5
|
Bug 251498. Implement outline-offset. r+sr=roc
|
2004-10-26 12:57:15 +00:00 |
dbaron%dbaron.org
|
24751ebb09
|
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
|
2004-10-24 04:32:21 +00:00 |
tor%cs.brown.edu
|
c6a8869a71
|
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
|
2004-10-14 23:02:53 +00:00 |
bzbarsky%mit.edu
|
befd4d0913
|
Make sure to set mScannerInited when it is. Bug 263959, caught by jag
|
2004-10-14 15:06:04 +00:00 |