dbaron%dbaron.org
|
97dc0ca41a
|
Give radio buttons and checkboxes a useful baseline, and switch checkboxes from text-bottom to baseline alignment (to match radios). b=402940 r+sr=bzbarsky a=blocking1.9+
|
2008-03-07 17:57:34 +00:00 |
jwatt%jwatt.org
|
e5e1c4660f
|
Bug 421464. The 'type' attribute on <style> should be optional. r=longsonr@gmail.com, sr=roc@ocallahan.org, blocking1.9=me
|
2008-03-07 10:16:05 +00:00 |
surkov.alexander%gmail.com
|
94512efc87
|
Bug 416742 ��� Regression: multiple rowgroups interfere with getColumnAtIndex(), r=bernd, sr=roc, a=beltzner
|
2008-03-07 10:14:36 +00:00 |
roc+%cs.cmu.edu
|
d3935a6a58
|
Backing out Bug 403181. JPEG encoding test failure :-(
|
2008-03-07 09:28:36 +00:00 |
roc+%cs.cmu.edu
|
3888bf4b3a
|
Bug 403181. Various fixes to image rendering. Most importantly, we track the desired subimage of a CSS background image and ensure we don't sample outside it. r=vlad,sr=dbaron
|
2008-03-07 08:34:14 +00:00 |
karlt+%karlt.net
|
f7475242cc
|
Don't try to Place() invisible operators. b=420420 r+sr=roc a=beltzner
|
2008-03-07 06:37:23 +00:00 |
karlt+%karlt.net
|
938f30144e
|
Bug 416549 ��� MathML does not render properly with text-align:justify.
Patch by Fr��d��ric WANG <fwsmail35@aol.com>, r=karlt, sr=roc
|
2008-03-07 03:47:11 +00:00 |
karlt+%karlt.net
|
62f47e3d21
|
Backing out previous revision (b=416549) due to a reftest hang on qm-centos5-01
|
2008-03-07 00:19:00 +00:00 |
karlt+%karlt.net
|
85efb8dbc5
|
Backing out previous revision (b=420420) due to reftest hang on qm-centos5-01
|
2008-03-07 00:14:56 +00:00 |
jruderman%hmc.edu
|
6d795184b9
|
Fix XML parsing errors in tests: apparently comments have to go *after* the ?xml version? thing
Fix XML parsing errors in tests: apparently comments have to come *after* the '?xml version="1.0"?' thing.
|
2008-03-06 23:59:35 +00:00 |
Olli.Pettay%helsinki.fi
|
35d2686c84
|
Bug 421294, Crash [@ DocumentViewerImpl::GetCopyable], r+sr=jst, a=beltzner
|
2008-03-06 23:05:35 +00:00 |
karlt+%karlt.net
|
0420f5e74b
|
Don't try to Place() invisible operators. b=420420 r+sr=roc a=beltzner
|
2008-03-06 22:21:07 +00:00 |
karlt+%karlt.net
|
b5721ffd85
|
Bug 416549 ��� MathML does not render properly with text-align:justify.
Patch by Fr��d��ric WANG <fwsmail35@aol.com>, r=karlt, sr=roc
|
2008-03-06 21:59:03 +00:00 |
vladimir%pobox.com
|
413e9f17d3
|
b=417246, wrong border size rendering in some cases ; r=roc
|
2008-03-06 07:59:01 +00:00 |
vladimir%pobox.com
|
6caaf9764a
|
reftest analyzer improvements; npotb, a=dbaron
|
2008-03-06 07:36:20 +00:00 |
vladimir%pobox.com
|
07cf59b0e0
|
b=418915, plugin print rendering coordinates incorrect on win32; r+sr=roc
|
2008-03-06 07:06:46 +00:00 |
vladimir%pobox.com
|
230fd7d33a
|
b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad
|
2008-03-06 06:51:15 +00:00 |
jwalden%mit.edu
|
1862ed9140
|
Bug 420243 - Fix an arithmetic mistake in SVGTextContentElement.getSubStringLength. r+sr=roc, a=beltzner
|
2008-03-06 02:10:44 +00:00 |
dbaron%dbaron.org
|
2c950f1fa3
|
Fix greediness of A ~ B C selector matching. b=420814 r+sr=bzbarsky a=beltzner
|
2008-03-06 00:06:32 +00:00 |
dbaron%dbaron.org
|
ac702fa597
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-06 00:05:29 +00:00 |
dbaron%dbaron.org
|
661c0c5e7e
|
Update properties that are ignored when 'Allow pages to choose their own colors' is unchecked for the splitting of left/right border properties and the introduction of start/end border properties. b=419167 Patch by Bernd Mielke <bernd_mozilla@gmx.de>. r+sr=dbaron a=beltzner
|
2008-03-06 00:03:50 +00:00 |
masayuki%d-toybox.com
|
5676469c78
|
Bug 405308 [text-decoration] Link underline disappears (or is misaligned 1px) when scrolling r+sr=roc, a1.9=beltzner
|
2008-03-05 19:24:44 +00:00 |
bent.mozilla%gmail.com
|
cb754be10d
|
Bug 420803 - Fix for bug 413268 keeps a DOM window alive until shutdown. r=enn, sr=jst, a=blocking1.9+.
|
2008-03-04 23:27:02 +00:00 |
joshmoz%gmail.com
|
c8672499e3
|
take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc
|
2008-03-04 17:58:53 +00:00 |
roc+%cs.cmu.edu
|
46ae1fb918
|
Backing out 403181 again
|
2008-03-04 09:36:09 +00:00 |
roc+%cs.cmu.edu
|
bdd10f1c8f
|
Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron
|
2008-03-04 08:21:36 +00:00 |
dholbert%cs.stanford.edu
|
6fe30e112b
|
Backing out bug 407080 to investigate breakage of mochitest test_bug396024.html
|
2008-03-04 06:11:54 +00:00 |
dholbert%cs.stanford.edu
|
94328d3841
|
Bug 407080: Disallow print-preview if page is loading. r+sr=roc, a=blocking1.9+
|
2008-03-04 01:05:27 +00:00 |
roc+%cs.cmu.edu
|
0804e0426e
|
Bug 392809. Fix word-based caret movement around punctuation and whitespace. r=smontagu,a=beltzner
|
2008-03-03 08:37:35 +00:00 |
roc+%cs.cmu.edu
|
ce5dffc93a
|
Bug 403181 backout
|
2008-03-03 02:38:21 +00:00 |
roc+%cs.cmu.edu
|
8ab3849de1
|
Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner
|
2008-03-03 01:03:54 +00:00 |
dholbert%cs.stanford.edu
|
1cd60b9028
|
Bug 418766: Use width, not height, as a quick proxy for whether a line is empty. r+sr=roc, a=beltzner
|
2008-02-29 21:45:43 +00:00 |
vladimir%pobox.com
|
c313955a93
|
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
|
2008-02-29 05:10:39 +00:00 |
jst%mozilla.org
|
3ed71b1148
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-29 02:06:00 +00:00 |
dbaron%dbaron.org
|
3ad64ed637
|
Add better reftest coverage for intrinsic width computation of horizontal padding, border, and margin on inlines. b=420069 sheriff-a=sayrer
|
2008-02-29 01:52:12 +00:00 |
dbaron%dbaron.org
|
e7f00684ac
|
Fix bug under some valid types of optimization where we cross margin and padding. b=420069 r+sr=roc a1.9b4=damons a-sheriff=sayrer
|
2008-02-29 01:52:06 +00:00 |
roc+%cs.cmu.edu
|
aef6b99a2f
|
disable test for bug 405952 until I can fix the test
|
2008-02-28 21:58:01 +00:00 |
roc+%cs.cmu.edu
|
2b821104b9
|
Bug 405952. Add scrollbar width to pref and min widths for overflow:scroll elements but for no other overflow values. r+sr=bzbarsky,dbaron,dholbert, a=beltzner
|
2008-02-28 20:37:06 +00:00 |
dbaron%dbaron.org
|
bc4cea2a1d
|
Add testcase for computing the shrink-wrapping size of table outer frames correctly. b=363402
|
2008-02-28 17:55:39 +00:00 |
dbaron%dbaron.org
|
c42a9f16ed
|
Compute the shrink-wrapping size of table outer frames correctly. b=363402 r+sr=roc a1.9b4=beltzner
|
2008-02-28 17:55:04 +00:00 |
masayuki%d-toybox.com
|
1e15df8ce2
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 15:28:40 +00:00 |
masayuki%d-toybox.com
|
755b4e49e5
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 13:59:28 +00:00 |
masayuki%d-toybox.com
|
0cb4d69dfd
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 11:01:59 +00:00 |
uriber%gmail.com
|
abd8bca008
|
reftest for bug 412093.
|
2008-02-27 20:06:22 +00:00 |
karlt+%karlt.net
|
9e5df09a6d
|
Include lspace and rspace in GetIntrinsicWidth. b=363240 r+sr=roc
|
2008-02-27 10:47:43 +00:00 |
roc+%cs.cmu.edu
|
21aaf44ca9
|
Bug 412093. Fix background images on bidi-split inlines to show the chunks in visual order. patch by Uri Bernstein, r+sr=roc
|
2008-02-27 10:46:29 +00:00 |
karlt+%karlt.net
|
8307a8d9ed
|
Get*Width for nsMathMLContainerFrame base class. b=363240 r+sr=roc
|
2008-02-27 10:45:36 +00:00 |
roc+%cs.cmu.edu
|
a1aea0e8a3
|
Bug 317189. Do the second-scroll-to-anchor on onload (i.e. subresources have loaded), not just when the document has finished loading. Also, don't do it at all if the user has scrolled manually between the first anchor scroll and the second. r+sr=dbaron
|
2008-02-27 10:01:18 +00:00 |
roc+%cs.cmu.edu
|
be29ddf7da
|
Bug 400057. Make nsBlockInFlowLineIterator useful for finding the line containing a frame, searching across block continuations and their overflow lines. Use it in various places, especially in textrun construction. r+sr=dbaron
|
2008-02-27 09:53:48 +00:00 |
roc+%cs.cmu.edu
|
59361c32b3
|
Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron
|
2008-02-27 09:46:23 +00:00 |