bzbarsky%mit.edu
|
7937c593e8
|
Make sure to handle creation of a new continuation of the first-letter frame
even if we pulled the first-letter frame from our next-in-flow. Bug 372553,
r+sr=roc.
|
2007-03-05 00:15:46 +00:00 |
|
bzbarsky%mit.edu
|
23dc2ea747
|
Only reframe a <frameset> frame if adding a child <frame> or <frameset>. Bug
370430, r+sr=roc
|
2007-03-05 00:11:23 +00:00 |
|
roc+%cs.cmu.edu
|
f65671ee8c
|
fixing unexpected reftest success for test 351651-2b.html, Windows only
|
2007-03-04 23:46:11 +00:00 |
|
mats.palmgren%bredband.net
|
7b45320d22
|
[DEBUG only] Fix an over-sensitive assertion. b=372475 r+sr=bzbarsky
|
2007-03-04 23:05:01 +00:00 |
|
mats.palmgren%bredband.net
|
caaab6d021
|
Ignore calls to RemoveMappingsForFrameSubtree() if the pres shell is being destroyed. b=372576 r+sr=bzbarsky
|
2007-03-04 22:39:39 +00:00 |
|
mats.palmgren%bredband.net
|
15d5058747
|
Make DidReflowChildren() deal with a null first frame. b=372483 r+sr=rbs
|
2007-03-04 16:13:15 +00:00 |
|
dbaron%dbaron.org
|
c5746047f9
|
Bug 369040 was fixed by vlad's checkin for bug 339598.
|
2007-03-03 02:34:53 +00:00 |
|
enndeakin%sympatico.ca
|
a45ef78fd0
|
Bug 357257, autocomplete items cut off by the word 'Suggestions', r=gavin,neil,sr=neil
|
2007-03-02 17:58:55 +00:00 |
|
mats.palmgren%bredband.net
|
e4dac66084
|
Add a list for popup frames in the frame constructor state and treat them like other out-of-flows. b=344340 r+sr=bzbarsky
|
2007-03-02 12:03:02 +00:00 |
|
mats.palmgren%bredband.net
|
fd36f101fc
|
Call DidReflow() on child frames where needed in case of errors. b=366012 r+sr=rbs
|
2007-03-02 10:55:55 +00:00 |
|
Olli.Pettay%helsinki.fi
|
73da110d58
|
Bug 336744, r+sr=roc
|
2007-03-02 07:21:25 +00:00 |
|
bzbarsky%mit.edu
|
c754f66988
|
Adding test. Patch by Ryan VanderMeulen <ryanvm@gmail.com>, moa=me or something
|
2007-03-02 05:33:58 +00:00 |
|
bzbarsky%mit.edu
|
8905e30af4
|
Adding regression test for bug 243266.
|
2007-03-01 20:42:02 +00:00 |
|
bzbarsky%mit.edu
|
89d7635688
|
Check in testcases for bug 169749.
|
2007-03-01 20:16:47 +00:00 |
|
bzbarsky%mit.edu
|
11c390c321
|
Adding test for bug 172073
|
2007-03-01 06:38:40 +00:00 |
|
asqueella%gmail.com
|
2dae1140d8
|
bug 371059 - change "FAIL" to "KNOWN FAIL" for expected test failures in reftest (to avoid confusion)
r=dbaron
|
2007-03-01 06:26:23 +00:00 |
|
bzbarsky%mit.edu
|
3562185de5
|
Backing out bug 371839 to fix bug 372139.
|
2007-03-01 05:55:07 +00:00 |
|
bzbarsky%mit.edu
|
b046081ac9
|
Mark this random too for now; it's failing on Windows with a 1px difference in
layout for some reason...
|
2007-03-01 00:11:23 +00:00 |
|
bzbarsky%mit.edu
|
e98fed2963
|
Mark this test random for now, since it seems to fail on tinderbox linux and
windows (but not mac!) while passing over here...
|
2007-02-28 23:47:00 +00:00 |
|
dbaron%dbaron.org
|
1a465d49c3
|
Tweak tests that could fail if antialiased text sticks a little bit out of its bounding box. b=372072
|
2007-02-28 23:46:16 +00:00 |
|
dbaron%dbaron.org
|
c32e37b8a8
|
offscreen-image-pos-5.html doesn't fail on Mac (maybe due to different coordinate system).
|
2007-02-28 23:39:24 +00:00 |
|
dbaron%dbaron.org
|
3a53d9a51b
|
Add testcases with things starting top/left of the origin.
|
2007-02-28 23:04:34 +00:00 |
|
bzbarsky%mit.edu
|
481c2affc3
|
Fix bug 371925 -- we need to allow for the case when the prev sibling is at
index 0. r=bernd, sr=roc
|
2007-02-28 22:42:20 +00:00 |
|
bzbarsky%mit.edu
|
5bc00870a9
|
Make first-letter frames use the content parent of the textnode as their
content. Add some first-letter tests, and a few assertions. Bug 367650, r+sr=roc
|
2007-02-28 22:32:00 +00:00 |
|
mats.palmgren%bredband.net
|
7c8d48b603
|
[DEBUG only] Don't assert if the child frame is on the correct child overflow list. b=371681 r+sr=roc
|
2007-02-28 12:27:12 +00:00 |
|
bzbarsky%mit.edu
|
5faa4ab6a5
|
Output the spec of the manifest URI, not a stringification of the XPConnect
wrapper. No bug, r=dbaron
|
2007-02-28 04:35:47 +00:00 |
|
bzbarsky%mit.edu
|
7bf5f8b7a1
|
Make the display frame resize correctly when the <select>'s width changes. Bug
370422, r+sr=dbaron
|
2007-02-28 03:04:38 +00:00 |
|
dbaron%dbaron.org
|
9eb1226efe
|
More bug 369040 failures exposed by reordering tests.
|
2007-02-28 02:58:37 +00:00 |
|
dbaron%dbaron.org
|
fde134dc8a
|
Move tests for bugs subdirectory into a manifest within that directory, and sort them by bug number. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r+sr=dbaron b=371874
|
2007-02-28 02:05:33 +00:00 |
|
sharparrow1%yahoo.com
|
0f36bae875
|
Bug 371620: Some selects have stopped working. r+sr=roc.
|
2007-02-27 22:07:36 +00:00 |
|
sharparrow1%yahoo.com
|
2a126872b0
|
Bug 371864: Background images don't load until scrolled into the viewport. r+sr=roc.
|
2007-02-27 22:05:16 +00:00 |
|
sharparrow1%yahoo.com
|
f5b91b3a26
|
Bug 371991: Stop requiring a reframe for fixed backgrounds. r+sr=roc.
|
2007-02-27 22:03:26 +00:00 |
|
joshmoz%gmail.com
|
b6cf50d6dd
|
fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad
|
2007-02-27 21:54:52 +00:00 |
|
mats.palmgren%bredband.net
|
79faf0cc2d
|
Marking this reftest "random" for now. Ok by bzbarsky@mit.edu via email. Filed bug 371890 to followup.
|
2007-02-27 07:08:13 +00:00 |
|
mats.palmgren%bredband.net
|
64a11f002a
|
Add reftests for bug 98223. b=98223 r+sr=bzbarsky
|
2007-02-27 06:17:52 +00:00 |
|
bzbarsky%mit.edu
|
0d75473549
|
Make SetSelected on text frames a little smarter. Bug 371839, r+sr=roc
|
2007-02-27 02:33:33 +00:00 |
|
jonas%sicking.cc
|
a9c9356be8
|
Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst
|
2007-02-27 00:14:01 +00:00 |
|
sharparrow1%yahoo.com
|
e85eefee1d
|
Bug 371536: Stop creating views for positioned elements. r+sr=roc.
|
2007-02-26 14:00:21 +00:00 |
|
sharparrow1%yahoo.com
|
89beb752ef
|
Try to fix bustage from bug 371528
|
2007-02-25 23:23:09 +00:00 |
|
sharparrow1%yahoo.com
|
884351335b
|
Bug 371528: Stop creating views for pages. r+sr=roc.
|
2007-02-25 22:26:47 +00:00 |
|
bzbarsky%mit.edu
|
7bfe821507
|
Don't do arithmetic on NS_UNCONSTRAINEDSIZE. But 371348, r+sr=dbaron
|
2007-02-25 21:29:17 +00:00 |
|
benjamin%smedbergs.us
|
fee2eda8c4
|
Bug 347664 - move editor from a standalone component to be part of gklayout, r+sr=roc
|
2007-02-24 20:07:06 +00:00 |
|
dbaron%dbaron.org
|
9d7f938b99
|
Clean up IsFrameOfType methods to call their base class IsFrameOfType methods reliably. b=341326 r+sr=roc
|
2007-02-24 18:33:33 +00:00 |
|
sharparrow1%yahoo.com
|
88fb576ad6
|
Bug 371460: Remove clipping functions from views. r+sr=roc.
|
2007-02-24 15:27:20 +00:00 |
|
mats.palmgren%bredband.net
|
207ae3e22d
|
[DEBUG only] Warn when 'key' cannot be found. b=370453 r=neil@httl.net sr=bzbarsky
|
2007-02-24 05:42:36 +00:00 |
|
mats.palmgren%bredband.net
|
ca7914d49f
|
Make nsFileControlFrame, nsIsIndexFrame and nsLegendFrame QI to kBlockFrameCID. b=370933 r+sr=bzbarsky
|
2007-02-24 04:42:53 +00:00 |
|
sharparrow1%yahoo.com
|
4862938c93
|
Bug 370379: Create views less frequently. Stops creating views for -moz-hidden-unscrollable, opacity, fixed backgrounds, and scrollbars, plus removes some unneeded methods from views and view managers. r+sr=roc.
|
2007-02-24 00:23:42 +00:00 |
|
dbaron%dbaron.org
|
685e98711c
|
More bug number annotation.
|
2007-02-23 22:21:17 +00:00 |
|
dbaron%dbaron.org
|
049bb9e8a2
|
Note additional failures on Mac.
|
2007-02-23 22:13:50 +00:00 |
|
dbaron%dbaron.org
|
7a65f37e23
|
Add a testcase for more normal use of borders to the border tests.
|
2007-02-23 22:01:21 +00:00 |
|
sharparrow1%yahoo.com
|
6eb7b30fcc
|
Bug 371372: No print session created (regression from bug 370966). r+sr=roc.
|
2007-02-23 19:29:15 +00:00 |
|
dbaron%dbaron.org
|
9c034a018c
|
Push some tests back to the random column, for gtk2 only for now.
|
2007-02-23 18:25:27 +00:00 |
|
dbaron%dbaron.org
|
5576bb6276
|
Note a failure due to the cutting-off bug on Mac.
|
2007-02-23 18:11:28 +00:00 |
|
dbaron%dbaron.org
|
df69c60102
|
Disable antialiasing for border-collapse borders too, and fix a build warning by not passing what is now an integer through a float parameter. b=371182 r=vlad
|
2007-02-23 17:52:09 +00:00 |
|
dbaron%dbaron.org
|
ce9b0a8211
|
Snap edges to pixels rather than sizes. b=371225 r=vlad
|
2007-02-23 17:50:32 +00:00 |
|
bzbarsky%mit.edu
|
a2568210d3
|
When inserting a cell, make sure to properly maintain the mNumCellsSpan of the
columns involved. In particular, do NOT decrement it when dead CellData are
removed from the column. Bug 371290, r=bernd, sr=roc
|
2007-02-23 17:41:15 +00:00 |
|
sharparrow1%yahoo.com
|
ff35b63e67
|
Bug 371332: Remove nsIDocumentViewer::CreateDocumentViewer. r+sr=roc
|
2007-02-23 04:50:06 +00:00 |
|
sharparrow1%yahoo.com
|
8c4edcac47
|
Bug 370966: Fix error handling in nsPrintEngine. r+sr=roc.
|
2007-02-23 03:58:36 +00:00 |
|
mats.palmgren%bredband.net
|
c4c9c7f81f
|
Avoid creating multiple entries for a frame in mDirtyRoots. b=366320 r+sr=dbaron
|
2007-02-23 02:29:52 +00:00 |
|
dbaron%dbaron.org
|
a3a2f7fd9f
|
Note bug number.
|
2007-02-23 00:15:19 +00:00 |
|
dbaron%dbaron.org
|
63f11b122c
|
Mark yet another huge swath of tests as random.
|
2007-02-23 00:10:21 +00:00 |
|
dbaron%dbaron.org
|
ccde465fb1
|
Annotate the failures of the foreground image tests, by platform, and turn them on.
|
2007-02-22 23:44:49 +00:00 |
|
dbaron%dbaron.org
|
e3842eaa07
|
Add tests for collapsed borders and foreground images.
|
2007-02-22 23:27:18 +00:00 |
|
jst%mozilla.org
|
709adbc4ab
|
Fixing bug 371200. Make us have only one pref observer for browser.chrome.toolbar_tips rather than having every single XUL tooltip listener listen for changes to the pref only to update a global variable. r+sr=jonas@sicking.cc
|
2007-02-22 22:38:25 +00:00 |
|
sharparrow1%yahoo.com
|
1d2635a33a
|
Bug 371238 Fix uninitialized variable in nsPresContext::GetContainer. r+sr=roc
|
2007-02-22 22:09:14 +00:00 |
|
dbaron%dbaron.org
|
cfef5cbbe5
|
Remove the remainder of the pixel rounding in the table code. b=371187 r=bernd sr=roc
|
2007-02-22 20:22:12 +00:00 |
|
bzbarsky%mit.edu
|
b74c18b897
|
Removing space that should not have been there. Bug 243370
|
2007-02-22 18:35:34 +00:00 |
|
bzbarsky%mit.edu
|
997dd25704
|
deCOMtaminate SetBounds(), GetChildBox(), GetNextBox(), GetParentBox(),
GetVAlign(), GetHAlign(). Remove GetInset(). Bug 243370, patch by Andreas
Lange <anlan@lange.cx>, r+sr=roc
|
2007-02-22 18:05:14 +00:00 |
|
dbaron%dbaron.org
|
40d1e23987
|
Switch from green to blue to avoid bug 371232 (but leave one affected test).
|
2007-02-22 17:52:56 +00:00 |
|
longsonr%gmail.com
|
29618de17d
|
Bug 330059 - Text Inside a Elements Does Not Render. r=jwatt,sr=tor
|
2007-02-22 12:38:12 +00:00 |
|
dbaron%dbaron.org
|
ae40442553
|
Change the image/color mismatches from fails-if(windows) to random, since they fail on the Linux tinderbox.
|
2007-02-22 09:51:15 +00:00 |
|
dbaron%dbaron.org
|
215034bde7
|
Add pixel-rounding subdirectory.
|
2007-02-22 09:25:24 +00:00 |
|
dbaron%dbaron.org
|
6cd4c092b6
|
Reflect test results on Windows.
|
2007-02-22 09:24:33 +00:00 |
|
dbaron%dbaron.org
|
ea7f056dad
|
Reflect test results on Mac.
|
2007-02-22 09:11:36 +00:00 |
|
dbaron%dbaron.org
|
94c8e941e8
|
Missed annotation for test that had error in previous round.
|
2007-02-22 08:58:25 +00:00 |
|
dbaron%dbaron.org
|
262c085818
|
Fix some errors in tests and start annotating failures in manifest.
|
2007-02-22 08:49:11 +00:00 |
|
dbaron%dbaron.org
|
6a8627cdcb
|
Add tests for pixel rounding.
|
2007-02-22 07:44:20 +00:00 |
|
dbaron%dbaron.org
|
a608f89349
|
Better annotate test failures from earlier today.
|
2007-02-22 04:20:10 +00:00 |
|
dbaron%dbaron.org
|
5ba0c992b2
|
Mark 4 tests as random since they fail on Mac.
|
2007-02-22 00:42:20 +00:00 |
|
dbaron%dbaron.org
|
fb77fc4937
|
Convert some more of my reflow branch testcases to reftests.
|
2007-02-22 00:09:21 +00:00 |
|
bmlk%gmx.de
|
15f99a67ae
|
limit array access when a rowspan points to a already pushed row, bug 370360 r/sr=bzbarsky
|
2007-02-21 19:42:21 +00:00 |
|
bmlk%gmx.de
|
4dab2d8d98
|
collapse zero colspans when new cells are inserted bug 370842 r/sr=bzbarsky
|
2007-02-21 19:31:52 +00:00 |
|
dbaron%dbaron.org
|
a3997898ce
|
Add tests for table-layout:auto table balancing.
|
2007-02-21 07:47:47 +00:00 |
|
roc+%cs.cmu.edu
|
52e27c8271
|
Bug 370589. Put the prescontext into bidi mode when XUL trees detect a bidi string. r=smontagu,sr=dbaron
|
2007-02-21 02:04:51 +00:00 |
|
roc+%cs.cmu.edu
|
5ea42c0e18
|
Bug 369227. Record the first soft break beyond the available width, if there isn't one within the available width. r+sr=dbaron
|
2007-02-21 01:52:03 +00:00 |
|
sayrer%gmail.com
|
c6a62893db
|
making some of these todo(). see regressions detailed in bug 371061.
|
2007-02-20 22:38:45 +00:00 |
|
sayrer%gmail.com
|
4bbb89f0c0
|
Bug 368994. move some more tests. r=dbaron
|
2007-02-20 22:18:09 +00:00 |
|
dbaron%dbaron.org
|
fce8f4d2ea
|
Create subdirectory manifest for table-width directory.
|
2007-02-20 22:14:57 +00:00 |
|
dbaron%dbaron.org
|
6af680f55a
|
Update documentation for changes in format. b=371036 Patch by Rob Campbell <rcampbell@mozilla.com>. r=dbaron
|
2007-02-20 22:11:17 +00:00 |
|
asqueella%gmail.com
|
d3c60663af
|
fix 370967 - crash when focusing the input of an <isindex> and then reloading the document
(move the (mInputContent)->RemoveEventListenerByIID call from the destructor to Destroy() so that it actually gets called.)
r+sr=roc
|
2007-02-20 20:25:14 +00:00 |
|
roc+%cs.cmu.edu
|
debe2c46c4
|
Bug 354491. Fix the display of the event target frame in layout debugging to not use views and not crash. r=mats,sr=rbs
|
2007-02-20 20:22:19 +00:00 |
|
bzbarsky%mit.edu
|
023de09ffa
|
Set the used padding on the scrolled frame, since we're munging its padding.
Bug 370794, r+sr=dbaron
|
2007-02-20 18:54:16 +00:00 |
|
bzbarsky%mit.edu
|
167347dbb5
|
Refactor some repetitive computed style code. Bug 365932, r+sr=dbaron
|
2007-02-20 18:43:16 +00:00 |
|
sharparrow1%yahoo.com
|
c665c10b94
|
Bug 370852. Misc nsPrintEngine fixes/cleanups.r+sr=roc.
|
2007-02-20 00:44:57 +00:00 |
|
sharparrow1%yahoo.com
|
80eae580d7
|
Bug 370945: Crash in GetLayerPoint. r+sr=roc.
|
2007-02-20 00:26:53 +00:00 |
|
dbaron%dbaron.org
|
0636b798d4
|
Fix bug in reference rendering for percent-truncation-3: the min widths of the columns need to match the test, since we size between percent and min. b=370720
|
2007-02-19 21:24:53 +00:00 |
|
bzbarsky%mit.edu
|
02f59d4ce8
|
Fix bug 370692. r+sr=rbs
|
2007-02-19 20:46:31 +00:00 |
|
Olli.Pettay%helsinki.fi
|
8b3f3d0df5
|
Bug 370454, make nsISVGValueObserver inherit nsISupportsWeakReference, r=tor, sr=roc
|
2007-02-19 20:03:34 +00:00 |
|
sharparrow1%yahoo.com
|
aea22680b4
|
Adding reftests for bug 370629.
|
2007-02-19 01:16:32 +00:00 |
|
bzbarsky%mit.edu
|
d942dc7cc0
|
Fix bug 370586. r=bernd, sr=roc
|
2007-02-19 01:10:28 +00:00 |
|