bzbarsky%mit.edu
|
30183f7197
|
Compare maxY to the right thing when deciding whether to clamp it to the
baselineY. Bug 366667, r+sr=dbaron
|
2007-01-11 18:10:47 +00:00 |
bzbarsky%mit.edu
|
6c80101d7b
|
Fix the width computations for the dropdown to actually account for the border
and padding. Bug 365837, r+sr=dbaron
|
2007-01-11 17:59:41 +00:00 |
bzbarsky%mit.edu
|
63074ebebb
|
Notify correctly about legend frames being added -- need to mark all our
ancestors as having a dirty child, not just the immediate ancestor. Bug
366537, r+sr=dbaron
|
2007-01-11 17:56:25 +00:00 |
jst%mozilla.org
|
ea4a1339a9
|
Fixing bug 366393. Attempt to schedule GC between pageloads when possible rather than slowing down page load with GC calls while loading. r+sr=bugmail@sicking.cc
|
2007-01-11 00:02:58 +00:00 |
tor%cs.brown.edu
|
47016a3d82
|
Bug 362540 - Switch nsSVGGeometryFrame from cairo to thebes. r=jwatt, sr=roc
|
2007-01-10 17:01:20 +00:00 |
tor%cs.brown.edu
|
8f7f4c6526
|
Bug 326143 - floodColor and floodOpacity should be non-inherited
properties. r=dbaron
|
2007-01-09 20:40:09 +00:00 |
gavin%gavinsharp.com
|
45467c7109
|
Bustage fix
|
2007-01-09 20:18:24 +00:00 |
gavin%gavinsharp.com
|
ee6ecd904c
|
Bug 365151: fix crash [@ nsStyleContext::GetRuleNode] or [@ nsTreeColumn::GetContent] due to stale nsTreeColumn::mFrame, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc
|
2007-01-09 19:59: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 |
bzbarsky%mit.edu
|
82df20f4a2
|
We might not have a scrollbar frame; deal with that. Bug 366112, r+sr=roc, a=jay for 1.8.0 and 1.8.1 branches
|
2007-01-09 00:13:08 +00:00 |
dbaron%dbaron.org
|
b7271eb1b3
|
Add code so that reftest quits properly on Mac OS X. Patch by Rob Campbell <rcampbell@mozilla.com>. r=dbaron b=363985
|
2007-01-08 18:22:48 +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 |
enndeakin%sympatico.ca
|
93aeebb3d8
|
Bug 365742, crash with drawing empty images in trees, r+sr=neil
|
2007-01-08 16:31:21 +00:00 |
longsonr%gmail.com
|
dee5c24eeb
|
Bug 358032 - SVG text too big when minimum font size set. r=tor, sr=roc
|
2007-01-08 10:10:13 +00:00 |
neil%parkwaycc.co.uk
|
50f7b0fe8c
|
Rewrite code to avoid using maxLevel b=366183 r=enndeakin sr=roc
|
2007-01-08 09:15:19 +00:00 |
jruderman%hmc.edu
|
aaad7269fd
|
Bug 321073 - "ASSERTION: Should not be called: 'Error' (nsGridLayout2::GetRowCount should not be called)". Patch by Andreas Lange, r=enndeakin, sr=neil rashbrrok.
|
2007-01-08 05:58:43 +00:00 |
bzbarsky%mit.edu
|
69d18b8701
|
Fix more bustage. Bug 243370
|
2007-01-08 03:56:06 +00:00 |
bzbarsky%mit.edu
|
8180865db3
|
Fixing more bustage, bug 243370.
|
2007-01-08 03:49:59 +00:00 |
bzbarsky%mit.edu
|
5e862c5730
|
Fix build bustage. Bug 243370.
|
2007-01-08 03:27:19 +00:00 |
bzbarsky%mit.edu
|
dd57a299d6
|
deCOMtaminate nsIFrame::GetMinSize/GetPrefSize/GetMaxSize. Bug 243370, patch
by Andreas Lange <anlan@lange.cx>, r+sr=roc
|
2007-01-08 02:57:59 +00:00 |
bzbarsky%mit.edu
|
18c321db4d
|
Return an already-addrefed nsTreeColumn instead of making assumptions about
object lifetimes. Bug 309429 followup, patch by Nickolay Ponomarev
<asqueella@gmail.com>, r+sr=neil
|
2007-01-08 02:41:05 +00:00 |
mats.palmgren%bredband.net
|
ac6023ebac
|
Plug a leak of nsDirectionalFrames. b=365909 r+sr=dbaron
|
2007-01-06 21:02:05 +00:00 |
mats.palmgren%bredband.net
|
6798eb7996
|
OnChange is sometimes triggered for scripted changes. b=265047 r+sr=jst
|
2007-01-05 16:31:07 +00:00 |
mats.palmgren%bredband.net
|
cecfcd8771
|
[border-collapse] Table content unnecessarily wrapped. b=363072 r+sr=dbaron
|
2007-01-05 15:38:03 +00:00 |
gavin%gavinsharp.com
|
12bbc3ced9
|
Bustage fix for bug 309429
|
2007-01-05 02:45:24 +00:00 |
uriber%gmail.com
|
912170924d
|
Bug 200098: Double click near beginning of word selects two words (fix for Windows). r+sr=roc
|
2007-01-04 16:47:04 +00:00 |
cbiesinger%web.de
|
80ada4cd0e
|
Bug 309429 use QueryInterface rather than static_cast where the exact type
isn't known
patch by Nickolay Ponomarev <asqueella@gmail.com>/Jan Varga r=bz sr=neil
|
2007-01-04 16:23:48 +00:00 |
tor%cs.brown.edu
|
b1e56b1c1b
|
Bug 360316 - Avoid group opacity when possible. r=jwatt, sr=roc
|
2007-01-04 15:05:39 +00:00 |
jwatt%jwatt.org
|
688f763168
|
Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc
|
2007-01-04 10:53:59 +00:00 |
dbaron%dbaron.org
|
019e59fc5d
|
Restore code to refresh scrolledContentSize between horizontal and vertical scrollbar manipulation. b=330673 r+sr=roc
|
2007-01-04 04:44:42 +00:00 |
dbaron%dbaron.org
|
8bcbfee5c0
|
Fix incorrect comments. b=363807 r+sr=roc
|
2007-01-04 04:27:36 +00:00 |
tor%cs.brown.edu
|
a4da416c06
|
Bug 365704 - Remove nsSVGAtoms.h. r+sr=roc
|
2007-01-03 20:15:38 +00:00 |
longsonr%gmail.com
|
75c61211f3
|
Bug 363583 - remove non-standard getConsolidationMatrix function from SVG DOM r=jwatt,sr=roc
|
2007-01-03 09:54:08 +00:00 |
bmlk%gmx.de
|
76a2914161
|
remove TableProcessChild, this creates a single codepath trough ProcessChildren for frame construction bug 243159 2. attempt r=rbs sr=bz
|
2007-01-03 07:18:54 +00:00 |
longsonr%gmail.com
|
3e335efb4c
|
Bug 362068 - crash in _moz_cairo_win32_scaled_font_select_font. r=jwatt, sr=roc
|
2007-01-02 13:15:06 +00:00 |
bmlk%gmx.de
|
49f325c75e
|
Zerorowspans are expanded during cellmap entry creation. There is no need to adapt the rowspan value later, bug 364318 r/sr=bzbarsky
|
2007-01-01 18:18:53 +00:00 |
mats.palmgren%bredband.net
|
bf6cb32b34
|
Print Preview crash when accessing print engine data before it's fully created. b=365003 r=sharparrow1 sr=roc
|
2007-01-01 10:53:11 +00:00 |
mats.palmgren%bredband.net
|
a83bf5a35d
|
Crash [@ nsPrintEngine::PrintPreview] when trying to print preview a display:none iframe. b=365004 r=sharparrow1 sr=roc
|
2006-12-31 08:13:56 +00:00 |
enndeakin%sympatico.ca
|
9dd8e2af9b
|
Bug 365234, scrolled items in listbox are invisible, r+sr=roc
|
2006-12-30 17:18:15 +00:00 |
bzbarsky%mit.edu
|
2aae2a8147
|
Use the right percentage base for figuring out text-indent when drawing the
text-decoration. Bug 364862, r+sr=dbaron
|
2006-12-30 05:56:25 +00:00 |
bzbarsky%mit.edu
|
de284c1d33
|
Be consistent about what percentage border-radius is a percentage of. Bug
364861, r+sr=roc
|
2006-12-30 05:23:51 +00:00 |
bzbarsky%mit.edu
|
ff33e8db80
|
Make computed style not have to worry about null style structs. Bug 364821, r+sr=roc.
|
2006-12-30 05:17:59 +00:00 |
gijskruitbosch%gmail.com
|
6613250ece
|
Bug 363791 - Crash [@ nsTreeBodyFrame::PrefillPropertyArray] involving removal of <treecols>
p=asqueella@gmail.com (Nickolay Ponomarev)
r=neil@parwaycc.co.uk (Neil Rashbrook)
sr=roc@ocallahan.org (Robert O'Callahan)
|
2006-12-29 13:20:23 +00:00 |
bmlk%gmx.de
|
3641a6279f
|
backout of bug 243159, rtest is necessary before checkin
|
2006-12-29 11:27:31 +00:00 |
masayuki%d-toybox.com
|
1d4c9172b7
|
Bug 287624 ? round CSS border widths to nearest pixel r+sr=dbaron
|
2006-12-27 14:21:43 +00:00 |
bmlk%gmx.de
|
3adbc3cb01
|
remove TableProcessChild, this creates a single codepath trough ProcessChildren for frame construction bug 243159 r=rbs sr=bz
|
2006-12-27 14:00:12 +00:00 |
bmlk%gmx.de
|
3805fd77a5
|
initialize variables before use bug 365075 r/sr=bzbarsky
|
2006-12-27 08:46:30 +00:00 |
bmlk%gmx.de
|
0237c82643
|
bustage fix
|
2006-12-26 18:34:59 +00:00 |
timeless%mozdev.org
|
abc256e3da
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
bmlk%gmx.de
|
973f09c535
|
be carefull with row indices when deleting cells bug=364318, patch by bz, r=me sr=roc
|
2006-12-26 14:24:15 +00:00 |