bzbarsky%mit.edu
|
acc5ac3ce5
|
Hold strong ref to the rule we're removing. Bug 355984, r+sr=dbaron
|
2006-10-10 01:05:16 +00:00 |
|
dbaron%dbaron.org
|
f64610acf3
|
Add obviously-needed null check. b=337889 r+sr=bzbarsky
|
2006-10-06 05:29:44 +00:00 |
|
mozilla.mano%sent.com
|
41d24c853f
|
Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron.
|
2006-10-05 07:05:58 +00:00 |
|
joshmoz%gmail.com
|
3ea6d0cbb9
|
fix image overlayed on select widgets in cocoa widgets. patch by Philippe Wittenbergh. b=350973 r=josh sr=dbaron
|
2006-10-04 06:23:49 +00:00 |
|
mats.palmgren%bredband.net
|
6b4972181b
|
Limit -moz-column-count to 1000 to avoid "hang" for insanely large numbers. b=345583 r+sr=roc
|
2006-09-12 00:37:23 +00:00 |
|
bzbarsky%mit.edu
|
c72fb8dce5
|
Fix bug 349695 by taking a different approach to setting display:none on HTML
forms inside tables; this approach overrides author styles. r+sr=dbaron
|
2006-08-25 22:33:17 +00:00 |
|
sayrer%gmail.com
|
196a357bca
|
bug 349170. nsCSSValue should use nsMemory allocators. r+sr=bz
|
2006-08-25 03:27:47 +00:00 |
|
myk%mozilla.org
|
57421e7c90
|
fix crash when restarting for update [@ nsCSSStyleSheet::SetComplete]
Patch by Boris Zbarsky.
r+sr=dbaron
|
2006-08-17 08:16:41 +00:00 |
|
bzbarsky%mit.edu
|
a3a40f6eb5
|
Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
|
2006-08-16 03:20:19 +00:00 |
|
bzbarsky%mit.edu
|
494d0f60ff
|
Address review comments from bug 285727. Bug 348455, r+sr=dbaron
|
2006-08-16 00:28:39 +00:00 |
|
bzbarsky%mit.edu
|
6c8c09b78a
|
Deal with flex values that add up to too much. Bug 345709, r=neil, sr=roc
|
2006-08-15 01:08:00 +00:00 |
|
cvshook%sicking.cc
|
5f1eff33cb
|
Back out patch from bug 324501 as this is not the right fix. r/sr=dbaron
|
2006-08-10 04:16:29 +00:00 |
|
bzbarsky%mit.edu
|
c0fca2db20
|
Move the location of "opacity" in the list so it's easier to find. Bug 337874,
r+sr=roc
|
2006-08-08 16:41:03 +00:00 |
|
smontagu%smontagu.org
|
6330067fc1
|
Bidi support for alternate text: reorder the text correctly, align text and icon to the right when direction is right-to-left, and create a bidi embedding when the alternate text is displayed inline. Bug 345954, r=uriber, sr=bzbarsky
|
2006-07-31 07:08:45 +00:00 |
|
dbaron%dbaron.org
|
e15a4df54d
|
Fix incorrectly-written assertion. b=345620 r+sr=bzbarsky
|
2006-07-26 16:23:49 +00:00 |
|
mats.palmgren%bredband.net
|
ba5a744d70
|
Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky
|
2006-07-25 16:16:30 +00:00 |
|
cvshook%sicking.cc
|
3a9a287253
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
|
bzbarsky%mit.edu
|
3ff908ecf1
|
Null-check the frame before trying to work with it. Bug 315483, patch by jpl24
<jlurz24@gmail.com>, r+sr=bzbarsky
|
2006-07-18 19:33:55 +00:00 |
|
mark%moxienet.com
|
42f59aca02
|
344570 Make contextual menus look more native on the Mac. r=josh sr=bryner
|
2006-07-14 19:54:08 +00:00 |
|
nick.kreeger%park.edu
|
7abe67f282
|
Fix bug 324501, Search field input box renders with unnecessary boder. Patch by Smokey Ardisson <alqahira@mindspring.com> r=Chris Lawson, sr=smfr, dveditz=branch approval 1.8.0 and 1.8.1. Landing 1.8.0, 1.8, and trunk.
|
2006-06-15 03:45:34 +00:00 |
|
roc+%cs.cmu.edu
|
8ac789f331
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
|
joshmoz%gmail.com
|
337f7b9c61
|
selection highlight color changed in 0.5+ to no longer use system selection color. b=240320 r=josh sr=roc
|
2006-06-12 19:33:07 +00:00 |
|
roc+%cs.cmu.edu
|
e0c30c2eab
|
Bug 331432. Move SVG-specific rule to svg.css, r+sr=bzbarsky
|
2006-06-12 04:27:10 +00:00 |
|
bzbarsky%mit.edu
|
7d1587d182
|
Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron
|
2006-06-08 14:32:20 +00:00 |
|
roc+%cs.cmu.edu
|
fe1409e73e
|
Bug 331432. Split nsSVGForeignObjectFrame into a pure SVG frame containing an anonymous block child, to avoid state bit collisions and simplify things. Also fixes configure.in so that foreignObject is really enabled by default in cairo builds. r=tor,sr=bzbarsky
|
2006-06-06 23:13:15 +00:00 |
|
mats.palmgren%bredband.net
|
eb6cd3f970
|
Don't let Peek() change 'mLastRead' because it makes a subsequent Unread() restore the wrong char. b=321518 r+sr=dbaron
|
2006-06-03 22:29:20 +00:00 |
|
tor%cs.brown.edu
|
bc7ea120fd
|
Backout of bug 339358.
|
2006-05-30 16:15:35 +00:00 |
|
enndeakin%sympatico.ca
|
31f554baac
|
Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc
|
2006-05-30 13:50:48 +00:00 |
|
tor%cs.brown.edu
|
8237841c4d
|
Bug 339358 - shrink nsStyleSVG by using bitfields. r+sr=roc
|
2006-05-27 16:40:58 +00:00 |
|
gavin%gavinsharp.com
|
b581167b49
|
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky
|
2006-05-25 21:22:32 +00:00 |
|
Olli.Pettay%helsinki.fi
|
cb1f0a0bb9
|
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
|
2006-05-19 10:26:44 +00:00 |
|
cvshook%sicking.cc
|
c5107e27bc
|
Bug 335913: Reimplement CompareDocumentPosition using nsINode interfaces. r/sr=bz
|
2006-05-16 15:52:45 +00:00 |
|
cvshook%sicking.cc
|
b0d7599f6b
|
Bug 335913: Reimplement CompareDocumentPosition using nsINode interfaces. r/sr=bz
|
2006-05-16 15:50:47 +00:00 |
|
bmlk%gmx.de
|
5c43019aa0
|
remove crash prone from hack from frame construction and replace it with a hardcoded style rule bug 285727 r/sr=bzbarsky
|
2006-05-14 13:34:32 +00:00 |
|
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
|
cvshook%sicking.cc
|
d3ec0aa5c5
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
dbaron%dbaron.org
|
95373030bd
|
Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky
|
2006-05-03 04:26:28 +00:00 |
|
dbaron%dbaron.org
|
6d979fef96
|
Make static some nsCSSDeclaration methods that don't need their this. b=336322 r+sr=bzbarsky
|
2006-05-02 23:36:17 +00:00 |
|
dbaron%dbaron.org
|
aa4f419e7e
|
Fix leak when cloning negations caused by previous patch. b=333634 r+sr=bzbarsky
|
2006-04-28 18:02:53 +00:00 |
|
dbaron%dbaron.org
|
985c2fb959
|
Make what FindChildWithRules does actually be an MRU cache, and condense some if-else chains over mChild and mEmptyChild. b=335733 r+sr=bzbarsky
|
2006-04-28 00:09:05 +00:00 |
|
dbaron%dbaron.org
|
16f0806114
|
Missed an out-of-memory check. b=335729 r+sr=bzbarsky
|
2006-04-27 23:56:53 +00:00 |
|
dbaron%dbaron.org
|
5ccb05fd01
|
nsRuleNode should not have a virtual destructor (and thus vtable pointer). b=335630 r+sr=bzbarsky
|
2006-04-27 20:01:59 +00:00 |
|
dbaron%dbaron.org
|
60e75026b0
|
Move assertion up to where we have a chance of actually seeing it.
|
2006-04-27 18:23:30 +00:00 |
|
dbaron%dbaron.org
|
b9a3e06d7d
|
Destroy chained RuleProcessorData interatively. b=323504 r+sr=bzbarsky
|
2006-04-27 00:35:05 +00:00 |
|
dbaron%dbaron.org
|
a83d924850
|
Do iterative cloning and destruction of linked list selector data structures. b=333634 r+sr=bzbarsky
|
2006-04-25 21:48:11 +00:00 |
|
bzbarsky%mit.edu
|
bcbece8b2c
|
Make sure our IMAGE_NONE flag is always in sync with whether we have a
background image. Bug 311526 followup, r+sr=dbaron
|
2006-04-21 17:52:14 +00:00 |
|
dbaron%dbaron.org
|
86f8ddd894
|
Fix crash relating to uninitialized floats in cursor structure, and make imagemap images use the cursor style of the areas when in them (instead of the cursor style from the image) and the cursor style of the image when not in the areas (instead of a hardcoded default). b=302536 r=biesi sr=bzbarsky
|
2006-04-20 21:02:10 +00:00 |
|
bzbarsky%mit.edu
|
bccc7549d5
|
Only parse those XUL display styles that we can actually construct. Bug
312120, r+sr=dbaron
|
2006-04-19 15:10:50 +00:00 |
|
dbaron%dbaron.org
|
fec3c2c000
|
Put back CheckColorCallback from bug 332333 despite its being part of a slight Tp regression.
|
2006-04-16 06:41:25 +00:00 |
|
dbaron%dbaron.org
|
e0641fe28a
|
Back out the piece of bug 332333 that I think regressed Tp.
|
2006-04-15 18:47:59 +00:00 |
|