roc+@cs.cmu.edu
|
0a08f2b3e7
|
Bug 393791. Don't allow menus to open before we've generated their child frames. r=enn,sr=neil,a=beltzner
|
2008-04-22 20:05:54 -07:00 |
|
dholbert@cs.stanford.edu
|
062853928d
|
Bug 430357: Subtract not just normal margin, but also unwriteable margin, when positioning selected block during print-selection. r+sr=roc a=damons
|
2008-04-22 18:53:20 -07:00 |
|
gavin@gavinsharp.com
|
47d32a6cc7
|
Back out patch for bug 144000 (backout patch by jst@mozilla.org, r=uriber, sr=peterv, a=beltzner)
|
2008-04-22 13:48:37 -07:00 |
|
fantasai.cvs@inkedblade.net
|
c211162a35
|
prevent fixed frames from trying to split reflow roots in print mode b=408602 r+sr=roc a=disicore
|
2008-04-22 10:24:28 -07:00 |
|
bzbarsky@mit.edu
|
669868b0c3
|
Don't try to include the selection area in our text-decoration overflow if we're not selected. Bug 429595, r+sr=roc, a=beltzner
|
2008-04-21 20:28:14 -07:00 |
|
dholbert@cs.stanford.edu
|
adba8b45ad
|
Bug 430150: During print-selection, use zoom ratio to scale y-position and height of selection, so that it doesn't get shifted too far when we move it to top of page. r+sr=roc a1.9=damons
|
2008-04-21 18:22:48 -07:00 |
|
dholbert@cs.stanford.edu
|
53026c6433
|
Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.)
|
2008-04-21 18:18:26 -07:00 |
|
dholbert@cs.stanford.edu
|
eb3eec51c9
|
Backing out bug 429337 to fix broken printing reftests on linux test box.
|
2008-04-21 17:48:12 -07:00 |
|
dholbert@cs.stanford.edu
|
054feb2357
|
Crashtests for bug 404219. a=tests-only
|
2008-04-21 17:23:59 -07:00 |
|
roc+@cs.cmu.edu
|
fac910f058
|
Backing out 393791
|
2008-04-21 17:09:55 -07:00 |
|
dholbert@cs.stanford.edu
|
b0920a520c
|
Bug 429337: During print-selection, don't use an unconstrained page height everywhere -- just on the reflowSize (where we need it, to catch selections on pages beyond the first). r+sr=roc a=beltzner
|
2008-04-21 15:36:26 -07:00 |
|
roc+@cs.cmu.edu
|
96e32e71c6
|
Bug 393791. Don't show a popup menu if we haven't generated its children yet. r=enn,sr=neil,a=beltzner
|
2008-04-21 15:02:17 -07:00 |
|
roc+@cs.cmu.edu
|
1cf7770007
|
Bug 316500. Fix merge regression so that fixed-background tables display correctly. r+sr=mats,a=damon
|
2008-04-21 15:00:48 -07:00 |
|
timeless@mozdev.org
|
24e63f7a5e
|
Bug 351687 [@ nsBlockFrame::GetAccessible] mContent null check comes after we use mContent r=aaronl sr=dbaron a=beltzner
|
2008-04-21 10:19:32 -07:00 |
|
enndeakin@sympatico.ca
|
066e865196
|
Backout bug 398928
|
2008-04-21 09:53:30 -07:00 |
|
smontagu@smontagu.org
|
d4bc85074f
|
Assert that the nsContinuingTextFrame is not a first continuation. Bug 414760, r+sr=roc
|
2008-04-21 00:17:04 -07:00 |
|
vladimir@pobox.com
|
7ca24931ed
|
backing out
|
2008-04-20 01:24:42 -07:00 |
|
vladimir@pobox.com
|
ff8acc97ea
|
b=427122, padding on select elements ignored, r=dbaron,a=beltzner
|
2008-04-19 23:42:00 -07:00 |
|
vladimir@pobox.com
|
2f480deb23
|
Back out patch for bug 397303 due to serious perf regressions; r/sr=roc
|
2008-04-19 22:31:30 -07:00 |
|
jonas@sicking.cc
|
5de2c99b5b
|
Bug 423269: Don't add scriptblockers around StartUpdate/EndUpdate batches as script is likely to execute at the last EndUpdate. Also for now, restore full functionality to scripts running while there are scriptblockers. r/sr=bz a=beltzner
|
2008-04-18 10:20:11 -07:00 |
|
peterv@propagandism.org
|
72957354f8
|
Fix for bug 388659 (Links become undraggable when document contains contenteditable element). r/sr=roc, a=beltzner.
|
2008-04-18 06:27:02 -07:00 |
|
roc+@cs.cmu.edu
|
979dbc9b21
|
Bug 429172. Return the docshell's script global object as soon as the document's content viewer has been Closed(). r+sr=sicking,a=beltzner
|
2008-04-18 03:02:03 -07:00 |
|
roc+@cs.cmu.edu
|
a091e3d5c6
|
Bug 428156. Relanding. Make ComputeRepaintRegionForCopy handle non-moving frames that clip moving frames. r+sr=dbaron
|
2008-04-18 02:21:21 -07:00 |
|
jdaggett@mozilla.com
|
bb0afdab7b
|
Bug 428458. Fix fixed-pitch font handling for mac/win. r+sr=roc, a=vlad
|
2008-04-18 02:11:47 -07:00 |
|
fantasai.cvs@inkedblade.net
|
8d6acf49ba
|
this test doesn't exist yet
|
2008-04-18 00:49:31 -07:00 |
|
fantasai.cvs@inkedblade.net
|
c799e1aaed
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
|
karlt+@karlt.net
|
10eff40fb2
|
PaintHorizontally: correct dy calculation when bm.ascent is -ve. b=242861 r+sr=roc a1.9=beltzner
|
2008-04-17 20:27:09 -07:00 |
|
jst@mozilla.org
|
4b69a276d4
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
|
dholbert@cs.stanford.edu
|
fa248f485b
|
Bug 409084: When determining if a row or rowgroup isTopOfPage, check if the previous row has positive YMost, rather than just checking if there *is* a previous row. r=bernd sr=dbaron a1.9=beltzner
|
2008-04-17 11:18:41 -07:00 |
|
roc+@cs.cmu.edu
|
fe6c3d833b
|
Bug 428156 backout
|
2008-04-17 04:52:32 -07:00 |
|
roc+@cs.cmu.edu
|
38367a0fc9
|
Bug 409227 reftest
|
2008-04-17 01:23:29 -07:00 |
|
roc+@cs.cmu.edu
|
ae2ff1b3c0
|
Bug 428156. ComputeRepaintRegionForCopy needs to handle non-moving frames that clip moving content. r+sr=dbaron,a=beltzner
|
2008-04-17 01:15:14 -07:00 |
|
gavin@gavinsharp.com
|
9ccb724ba2
|
Bug 428226: Fix and reenable test for bug 393970 on Linux, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=roc
|
2008-04-16 13:27:24 -07:00 |
|
mats.palmgren@bredband.net
|
6bf782cd21
|
Stop QuickTime and Flip4Mac plugins directly when requested (not off an event). b=426524 r+sr=jst a1.9=beltzner
|
2008-04-16 13:06:48 -07:00 |
|
bzbarsky@mit.edu
|
8fbb442e1f
|
display:block legends should still shrink-wrap. Bug 428423, tests by dholbert, r=dholbert, sr=dbaron, a=beltzner
|
2008-04-16 09:07:27 -07:00 |
|
enndeakin@sympatico.ca
|
e39b4ffc1c
|
Bug 398928, allow dragging window on Mac by the toolbar, r=neil,sr=roc,a=beltzner
|
2008-04-16 08:29:54 -07:00 |
|
karlt+@karlt.net
|
96eba5b7a3
|
still fails on Windows too - bug 428458
|
2008-04-15 17:42:25 -07:00 |
|
karlt+@karlt.net
|
09b69b71ae
|
still fails on Mac - bug 428458
|
2008-04-15 17:13:20 -07:00 |
|
karlt+@karlt.net
|
e4d79fc85c
|
Use a | char to tighten up test but still allow for 1 pixel. b=428458
|
2008-04-15 16:30:32 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f2fddd2288
|
backout Bug 424377, a=beltzner
|
2008-04-15 11:02:22 -07:00 |
|
longsonr@gmail.com
|
9a2ef547fe
|
Bug 428379 - Fix translated foreignObject zooming. r=jwatt,sr=roc,a1.9=beltzner
|
2008-04-15 03:48:09 -07:00 |
|
jwatt@jwatt.org
|
f63f539efe
|
Bug 428228. Removing element from SVG <svg> crashes. r=longsonr, sr=roc, a=beltzner
|
2008-04-15 01:31:06 -07:00 |
|
masayuki@d-toybox.com
|
6112db9666
|
Bug 428846 Using underline hint at painting the strikeout line of Quirks mode r+sr=roc, a1.9=beltzner
|
2008-04-14 23:47:59 -07:00 |
|
masayuki@d-toybox.com
|
df50252cb9
|
Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor
|
2008-04-14 21:16:24 -07:00 |
|
roc+@cs.cmu.edu
|
818354a81e
|
Bug 427730. Make text for ATSUI layout end in ' ' or ' .' instead of '.', to ensure the last character isn't treated as the start of a kerning pair. r=jdaggett,sr=vlad,a=beltzner
|
2008-04-14 18:48:19 -07:00 |
|
roc+@cs.cmu.edu
|
9834f18640
|
Bug 399258. nsCSSRendering::PaintBorder should not try to optimize away the case where the dirty rectangle is inside the element's padding-rect, because border-radius can make the border appear inside the padding-rect. nsDisplayBorder::OptimizeVisibility does this optimization correctly already so just remove it from PaintBorder. r+sr=vlad, a=damon
|
2008-04-14 18:41:12 -07:00 |
|
dbaron@dbaron.org
|
f8dcd3c29e
|
Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep
|
2008-04-14 18:05:17 -07:00 |
|
dbaron@dbaron.org
|
4589e85ab3
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-14 18:04:18 -07:00 |
|
jonas@sicking.cc
|
6bfcb3ce44
|
Bug 423355: Make sure that we never remove removable blockers more than once. Also make sure to never fire mutation events when it's not safe to run script. r/sr=bz/roc a=beltzner
|
2008-04-14 16:59:21 -07:00 |
|
mats.palmgren@bredband.net
|
062a5aa2bb
|
Don't delay stopping the Quicktime plugin. b=425157 r+sr=jst a1.9=beltzner
|
2008-04-14 16:39:59 -07:00 |
|
roc+@cs.cmu.edu
|
6eb1cd4a0c
|
Bug 420987. The caret size should be specified in CSS pixels and it should be rounded like borders --- rounding down to the nearest device pixel, but not down to zero. r+sr=mrbkap,a=schrep
|
2008-04-14 14:09:23 -07:00 |
|
mats.palmgren@bredband.net
|
e85cc637ce
|
The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner
|
2008-04-13 10:43:12 -07:00 |
|
dholbert@cs.stanford.edu
|
b7a5c89466
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
|
bent.mozilla@gmail.com
|
c54db3bb3c
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
|
masayuki@d-toybox.com
|
a383f49809
|
Bug 426772 Floated first-letter generates too tall box r+sr=roc, a1.9=beltzner
|
2008-04-11 01:44:58 -07:00 |
|
karlt+@karlt.net
|
eee24d5331
|
Add a space to be more permissive.
|
2008-04-10 22:15:01 -07:00 |
|
karlt+@karlt.net
|
73b4370143
|
fails on Windows too - bug 428458
|
2008-04-10 21:32:23 -07:00 |
|
karlt+@karlt.net
|
ad58167f9f
|
fails on Mac - bug 428458
|
2008-04-10 21:08:22 -07:00 |
|
roc+@cs.cmu.edu
|
f44811bdc7
|
Bug 424915. Improve display list analysis so that sites with content covered by the scrolling element, such as GMail, can use bitblit scrolling. r+sr=dbaron,a=beltzner
|
2008-04-10 20:46:37 -07:00 |
|
karlt+@karlt.net
|
a9ed466a00
|
Test text input size with monospace fonts b=410405.
|
2008-04-10 20:17:32 -07:00 |
|
dholbert@cs.stanford.edu
|
ee797e1963
|
Minor comment-only change (fixing typo)
|
2008-04-10 17:39:16 -07:00 |
|
martijn.martijn@gmail.com
|
a87f16775e
|
Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner
|
2008-04-10 16:17:20 -07:00 |
|
martijn.martijn@gmail.com
|
203f025a8c
|
Workaround patch for bug 413027 - Marquee height is sized too small, clipping text vertically, r+sr=roc, a=beltzner
|
2008-04-10 16:09:16 -07:00 |
|
roc+@cs.cmu.edu
|
8ce149d016
|
Bug 426987. Split SaveState from nsIDocument::Destroy so that we don't do Destroy() while we're still displaying the document. r+sr=sicking,a=beltzner
|
2008-04-10 15:47:01 -07:00 |
|
roc+@cs.cmu.edu
|
478cee734c
|
Bug 421432. Don't crash when we ScrollToAnchor after UnsuppressPainting tore down the document. r+sr=dbaron,a=beltzner
|
2008-04-10 15:42:03 -07:00 |
|
dholbert@cs.stanford.edu
|
14370ae359
|
Bug 402264: When we're scaling printed content, don't scale unconstrained heights. r+sr=roc a=damons
|
2008-04-10 15:34:38 -07:00 |
|
marco.zehe@googlemail.com
|
ae5b3ccab3
|
bug 424161 - Tree invalidation screwed up badly, getting 6 failures on Mochitest for bug 368835. p=Alexander Surkov (surkov.alexander@gmail.com) r=me, r=Olli.Pettay sr=jonas a1.9=beltzner
|
2008-04-10 08:11:15 -07:00 |
|
jwatt@jwatt.org
|
b71efcf867
|
Bug 428023. Allow SVG without a viewBox to scroll when embedded by reference by a replaced element. r=longsonr, sr=roc, a1.9=vlad
|
2008-04-09 23:25:31 -07:00 |
|
roc+@cs.cmu.edu
|
bbd877cbef
|
Bug 425253 crashtest
|
2008-04-09 22:29:53 -07:00 |
|
roc+@cs.cmu.edu
|
0a70ba3e53
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-09 21:39:41 -07:00 |
|
karlt+@karlt.net
|
82dfb2c8fd
|
Check that non-spacing marks in accents are visible b=427659.
|
2008-04-09 21:35:46 -07:00 |
|
gavin@gavinsharp.com
|
44f703e85e
|
Disable test from bug 393970 on linux (bug 428226)
|
2008-04-09 20:29:17 -07:00 |
|
gavin@gavinsharp.com
|
e961ae73d7
|
Disable test from bug 393970 on linux (bug 428226)
|
2008-04-09 20:00:37 -07:00 |
|
gavin@gavinsharp.com
|
4bdeb5b3fe
|
Bug 393970: grid columns don't line up if one <rows> block is scrollable, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=roc, a=beltzner
|
2008-04-09 15:15:59 -07:00 |
|
karlt+@karlt.net
|
c095d55e43
|
Tweak reftest again for aveCharWidth wide enough for numerals. b=410405
|
2008-04-08 23:57:34 -07:00 |
|
reed@reedloden.com
|
38fcdb21a5
|
Bug 427845 - "reftests/text-decoration/underline-block-propagation-*.html are buggy" [p=zweinberg@mozilla.com (Zack Weinberg) r=dbaron]
|
2008-04-08 23:38:45 -07:00 |
|
reed@reedloden.com
|
d0b18c15d7
|
Bug 426852 - "flash object disappear after going back" [p=mats.palmgren@bredband.net (Mats Palmgren) r+sr=jst a=blocking1.9+]
|
2008-04-08 23:28:23 -07:00 |
|
reed@reedloden.com
|
52084d2065
|
Bug 427163 - "Crash [@ nsContentUtils::ContentIsDescendantOf] with contenteditable, right-clicking and document.write" (add null check) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a1.9=damons]
|
2008-04-08 23:16:09 -07:00 |
|
karlt+@karlt.net
|
b1c0388a3c
|
use text-rendering:optimizeLegibility so that non-spacing marks render. b=427659, r+sr=roc, a1.9=dsicore
|
2008-04-08 22:30:08 -07:00 |
|
ajschult@verizon.net
|
e440a7575b
|
Bug 408355: Better fix for bug 396024 that doesn't leak (as much). r+sr=roc, a=beltzner
|
2008-04-08 22:24:13 -07:00 |
|
jonas@sicking.cc
|
f6bc46eb38
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
aedea05d90
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
|
dholbert@cs.stanford.edu
|
af57e0ba07
|
Bug 421710: Adding assertion reftest
|
2008-04-08 14:33:32 -07:00 |
|
gavin@gavinsharp.com
|
54884944b3
|
Re-land the part of bug 295994 that removes the reference to the removed test, since I didn't re-add it in my initial backout
|
2008-04-08 13:57:17 -07:00 |
|
gavin@gavinsharp.com
|
7e4a821f69
|
Back out patch for bug 295994
|
2008-04-08 13:50:00 -07:00 |
|
dbaron@dbaron.org
|
593a0bb24a
|
Don't let columns with no cells originating in them expand in the pass for expanding zero-width columns. b=425972 r=dholbert sr=roc a=blocking1.9+
|
2008-04-08 12:07:16 -07:00 |
|
longsonr@gmail.com
|
04840052a3
|
reftests for bug 423998
|
2008-04-08 12:06:27 -07:00 |
|
longsonr@gmail.com
|
f4636276cf
|
reftests for bug 423998
|
2008-04-08 12:03:17 -07:00 |
|
longsonr@gmail.com
|
985d52a20e
|
reftests for bug 423998
|
2008-04-08 12:03:17 -07:00 |
|
reed@reedloden.com
|
3ada7e2c40
|
Bug 420499 - "Caret browsing mode wrongly engaged" (Mochitest) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-08 11:52:48 -07:00 |
|
reed@reedloden.com
|
29989d380d
|
Bug 423833 - "Show Only This Frame code uses about: url for error pages, instead of original site url" [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=Mano a=blocking-firefox3+]
|
2008-04-08 11:48:34 -07:00 |
|
reed@reedloden.com
|
ce7a855156
|
Bug 426660 - "Allow Firefox themes to change based on the OS theme" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=vlad sr=dbaron a=blocking1.9+]
|
2008-04-08 11:36:53 -07:00 |
|
dholbert@cs.stanford.edu
|
6c8b71ce5d
|
Bug 421710: Replace a call to CreateContinuationFor with calls to SplitPlaceholder & SplitLine, to make sure that we don't lose the real frame for which we've made a placeholder. Patch by Michal Novotny <michal@allpeers.com> r+sr=roc a=blocking1.9+
|
2008-04-08 07:42:52 -07:00 |
|
roc+@cs.cmu.edu
|
6ede5f6340
|
Disabling failing test. It's not the important one here anyway.
|
2008-04-08 06:42:36 -07:00 |
|
roc+@cs.cmu.edu
|
d5a1dc86da
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 06:06:12 -07:00 |
|
longsonr@gmail.com
|
8c22814a18
|
Bug 423998 - Fix repainting regression(s) and multiple invalidation bugs. r=jwatt,sr=roc,a1.9=blocking1.9+ and beltzner
|
2008-04-08 05:51:19 -07:00 |
|
roc+@cs.cmu.edu
|
7c840869f1
|
Bug 422678. Table rows whose style-height doesn't fit in the available height (but whose cells do) should be marked incomplete during reflow. r=bernd,sr=dbaron
|
2008-04-08 05:28:34 -07:00 |
|
timeless@mozdev.org
|
659585cffb
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-07 23:18:35 -07:00 |
|
dholbert@cs.stanford.edu
|
6d8b04ca35
|
Bug 389949: Bustage fix
|
2008-04-07 17:47:14 -07:00 |
|
dholbert@cs.stanford.edu
|
616bf5f49e
|
Bug 389949, second patch: rotate landscape-mode printed output in Linux. (so we don't end up printing landscape-oriented content on top of portrait-oriented paper.) r+sr=vlad a=blocking1.9
|
2008-04-07 17:32:48 -07:00 |
|
dholbert@cs.stanford.edu
|
177ed1bc66
|
Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+
|
2008-04-07 17:27:10 -07:00 |
|
masayuki@d-toybox.com
|
b5f3baa661
|
Bug 427420 selection decoration lines (spell checker's underline and IME composing string underline) are not displayed r+sr+b1.9=roc
|
2008-04-07 16:57:13 -07:00 |
|
longsonr@gmail.com
|
e0c8c3f8f1
|
Bug 426980 - foreignObject content displays at wrong size if zoomed. r=jwatt,sr=roc,a1.9=beltzner
|
2008-04-07 16:16:36 -07:00 |
|
longsonr@gmail.com
|
3d6a5cc784
|
Bug 426738 - SVG text in hyperlink appears to have incorrect length. r+sr=roc,a1.9=beltzner
|
2008-04-07 15:27:52 -07:00 |
|
vladimir@pobox.com
|
db41e46abb
|
Revert incorrect commenting out of test
|
2008-04-07 13:27:20 -07:00 |
|
longsonr@gmail.com
|
be34b49a58
|
Bug 426721 - Transforming the ancestors of a foreignObject does not cause a refresh. r+sr=roc,a1.9=dsicore
|
2008-04-07 03:32:41 -07:00 |
|
vladimir@pobox.com
|
ac0dde340f
|
temporarily disable this reftest -- see bug 427480
|
2008-04-07 00:36:24 -07:00 |
|
timeless@mozdev.org
|
ab6a2dc67e
|
Bug 421030 Crash in [@ nsIFrame::GetView()] refreshing Viewpoint demo page r=roc sr=roc a=roc
|
2008-04-06 12:02:28 -07:00 |
|
timeless@mozdev.org
|
b0e4df4591
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
bmlk@gmx.de
|
e2c0c7cd77
|
lookup all columns for possible originating cells, bug 426706 r/sr=bzbarsky a=beltzner
|
2008-04-06 05:16:45 -07:00 |
|
bmlk@gmx.de
|
4e493051f8
|
initialize all border parameters so that the border is initialized even for empty rowgroups bug 424434 r/sr=bzbarsky a=mtschrep
|
2008-04-06 05:12:04 -07:00 |
|
roc+@cs.cmu.edu
|
c29f127699
|
Bug 416735. When a table frame paints the backgrounds for all its parts, make sure those parts notify the table frame display item when they are background-attachment:fixed. r+sr=dbaron
|
2008-04-06 04:34:14 -07:00 |
|
roc+@cs.cmu.edu
|
8f556c16f9
|
Bug 424710. Make sizing of abs-pos frames whose container is the initial containing block sane and consistent with Firefox 2, while still incorrect. r+sr=dbaron
|
2008-04-06 03:03:41 -07:00 |
|
smontagu@smontagu.org
|
6d810bbd51
|
Correct the coordinates for selection decoration in right-to-left text. Bug 421042, r+sr=roc, a=beltzner
|
2008-04-06 01:12:09 -07:00 |
|
dbaron@dbaron.org
|
878a6caed2
|
Disable a small part of the fix for bug 416168 to fix a regression with outlines of certain empty inlines. b=424236 r+sr=roc a=blocking1.9+
|
2008-04-05 20:55:15 -07:00 |
|
dolske@mozilla.com
|
0e84a92881
|
OS X box failed even with 45 seconds, try 90. (bug 425987)
|
2008-04-05 18:43:02 -07:00 |
|
dolske@mozilla.com
|
b00b8b9ba8
|
Reenable libpr0n reftests, and try increasing the reftest timeout from 30 to 45 seconds. (bug 425987)
|
2008-04-05 16:55:08 -07:00 |
|
dolske@mozilla.com
|
c5fc7ffeda
|
Try disabling all lbipr0n reftests (bug 425987).
|
2008-04-05 13:20:48 -07:00 |
|
karlt+@karlt.net
|
dc14a55922
|
Add mathfontSymbol.properties for SymbolMT on MS Windows. Prefer DejaVu to Cambria Math for better stretchy fences. b=425367 r=pavlov
|
2008-04-04 20:38:25 -07:00 |
|
reed@reedloden.com
|
5790258a32
|
Bug 421353 - "Moving the mouse over text hyperlinks which become underlined spikes cpu usage" (Fix incorrect use of units in previous patch) [p=reg@openpave.org (Jeremy Lea) r+sr=roc a1.9=beltzner]
|
2008-04-04 02:19:02 -07:00 |
|
philringnalda@gmail.com
|
6979ef621b
|
Bug 426392 - Crash in nsXULPopupManager::ShowPopupCallback when customizing toolbar on OS X, patch by Chris Pearce (chris@pearce.org.nz), r+sr=roc, a=blocker
|
2008-04-03 20:29:17 -07:00 |
|
mats.palmgren@bredband.net
|
687ce1c175
|
Protect against integer overflow when calculating frame widths. b=421671 r+sr=roc a1.9=beltzner
|
2008-04-02 20:11:13 -07:00 |
|
mats.palmgren@bredband.net
|
747c16c7c6
|
Disconnect the frame selection object from the pres shell earlier. b=421083 r+sr=roc a1.9=beltzner
|
2008-04-02 19:42:20 -07:00 |
|
karlt+@karlt.net
|
27eab82a82
|
Back out b=425367 change to see if that fixes reftest failures for bugs/414123.xhtml and mathml/mi-mathvariant-1.xhtml.
|
2008-04-02 16:51:09 -07:00 |
|
karlt+@karlt.net
|
93bac793c7
|
Restore font-family order to that before b=425367 change to see if that fixes reftest failures for bugs/414123.xhtml and mathml/mi-mathvariant-1.xhtml.
|
2008-04-02 15:32:23 -07:00 |
|
dholbert@cs.stanford.edu
|
d7da1fc323
|
Whitespace-only change: clean up parameter indentation in nsTableRowGroupFrame
|
2008-04-02 14:52:04 -07:00 |
|
karlt+@karlt.net
|
91be54bfca
|
Add mathfontSymbol.properties for SymbolMT on MS Windows b=425367 r=pavlov
|
2008-04-02 14:06:17 -07:00 |
|
roc+@cs.cmu.edu
|
fe33a6d354
|
Mark passing reftests as expected to pass
|
2008-04-01 17:11:44 -07:00 |
|
roc+@cs.cmu.edu
|
78a0743f5b
|
Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron
|
2008-04-01 16:34:20 -07:00 |
|
bzbarsky@mit.edu
|
7fcd1f6092
|
Invalidate the original overflow rect too when the frame moves. Bug 424766, r+sr=roc
|
2008-04-01 16:27:25 -07:00 |
|
bzbarsky@mit.edu
|
7eb9d4fe30
|
Invalidate things correctly when the caption or inner table is resized. Bug 424465, r=bernd, sr=roc
|
2008-04-01 14:53:19 -07:00 |
|
Olli.Pettay@helsinki.fi
|
82fc44e130
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 03:37:28 -07:00 |
|
reed@reedloden.com
|
e0e0118cf9
|
Bug 420499 - "Caret browsing mode wrongly engaged" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-01 01:35:11 -07:00 |
|
martijn.martijn@gmail.com
|
42f62e7ba4
|
Modified test for bug 392746, to really disable test for linux for now, instead of timing out there
|
2008-03-31 17:33:45 -07:00 |
|
uriber@gmail.com
|
13218cd26f
|
Don't run this test on Linux for now as its causing problems in subsequent tests
|
2008-03-31 14:02:57 -07:00 |
|
uriber@gmail.com
|
1f2fa3ef01
|
When adding a range to the selection, set the anchor focus to the added range, rather than the last range in the selection. bug=392746 r+sr=roc a1.9=beltzner. Mochitest (v3) by Martijn Wargers.
|
2008-03-31 10:47:42 -07:00 |
|
longsonr@gmail.com
|
4630977d19
|
reftest for gradient on transformed text - bug 424586
|
2008-03-31 07:31:25 -07:00 |
|
longsonr@gmail.com
|
9c93b50c36
|
Bug 424586 - Gradients and Patterns on transformed text do not display correctly. r+sr=roc,a1.9=blocking1.9+
|
2008-03-31 06:40:18 -07:00 |
|
roc+@cs.cmu.edu
|
421ea5a76e
|
Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad
|
2008-03-31 02:40:53 -07:00 |
|
uriber@gmail.com
|
4ba68bceeb
|
removing the test too.
|
2008-03-30 14:57:17 -07:00 |
|
uriber@gmail.com
|
8563131a37
|
reverting fix for 392746 due to unexplained failure of /tests/toolkit/content/tests/widgets/test_colorpicker_popup.xul
|
2008-03-30 14:55:37 -07:00 |
|
uriber@gmail.com
|
257225904b
|
Fix test for bug 392746 to work on Mac, and to work more robustly on Windows (and Linux?)
|
2008-03-30 13:42:01 -07:00 |
|
uriber@gmail.com
|
06d2ad2c92
|
When adding a range to the selection, set the anchor focus to the added range, rather than the last range in the selection. bug=392746 r+sr=roc a1.9=beltzner. Mochitest by Martijn Wargers.
|
2008-03-30 11:13:29 -07:00 |
|
masayuki@d-toybox.com
|
3b28b33c93
|
Bug 421353 Moving the mouse over text hyperlinks which become underlined spikes cpu usage r=roc+stuart, sr=roc, a1.9=beltzner
|
2008-03-29 14:25:15 -07:00 |
|
masayuki@d-toybox.com
|
2a69e80bd1
|
Bug 424989 Cannot use reconversion of IMEs from system menu at the focus being on textarea r+sr=roc, b1.9=jonas
|
2008-03-29 12:38:05 -07:00 |
|
stefanh@inbox.com
|
cc88857f09
|
Bug 420726 - Use system background color for odd tree rows. ui-r=beltzner, r=josh+Mano, sr=roc, a1.9=beltzner.
|
2008-03-29 04:43:31 -07:00 |
|
reed@reedloden.com
|
9daab6c56d
|
Back out Robert O'Callahan's patch from bug 421885 due to reftest failure.
|
2008-03-28 02:32:03 -07:00 |
|
reed@reedloden.com
|
dee58b0928
|
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
|
2008-03-28 01:54:27 -07:00 |
|
reed@reedloden.com
|
dbbcc3c1e1
|
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
|
2008-03-28 01:40:02 -07:00 |
|
jruderman@hmc.edu
|
06b83429b6
|
Add reftests for the Wikipedia jiggling text bug.
|
2008-03-27 23:08:16 -07:00 |
|