jst%mozilla.jstenback.com
|
307ca96a14
|
Fixing bug 284245. Make midas work in an iframe across re-framing of the iframe. r+sr=dbaron@mozilla.org, a=asa@mozilla.org
|
2005-06-22 01:25:41 +00:00 |
|
jwatt%jwatt.org
|
dfb5090b0d
|
Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
|
2005-06-22 00:50:32 +00:00 |
|
roc+%cs.cmu.edu
|
c64a4be67f
|
Backing out fix for bug 295571 to see if that caused Tp hurt
|
2005-06-21 23:22:33 +00:00 |
|
roc+%cs.cmu.edu
|
6f9109be2b
|
Bug 296377. Frames that use -moz-appearance may be transparent even if their background color is set, because the background color is not painted. r+sr=dbaron,a=chofmann
|
2005-06-21 21:53:10 +00:00 |
|
smontagu%smontagu.org
|
6a4c8dd793
|
Make ComputeWordFragmentDimensions() look at the content data from the next frame instead of this frame. Bug 282760, patch by Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=asa
|
2005-06-21 09:11:18 +00:00 |
|
bmlk%gmx.de
|
fb7a593376
|
fix reflow reason for special height reflow, reevaluate height reflow conditions as tables with fixed layout might have one reflow less bug 293761 r/sr=roc a=asa
|
2005-06-21 04:50:42 +00:00 |
|
roc+%cs.cmu.edu
|
53259eb945
|
Bug 296838. Allow drawWindow to draw fixed-position elements. rubberstamp r+sr=dbaron,a=chofmann
|
2005-06-21 04:07:04 +00:00 |
|
roc+%cs.cmu.edu
|
941fb250ab
|
Bug 295571. Make sure we resize the combobox dropdown's view and widget if we reflow the combobox while its dropdown is showing. r+sr=dbaron,a=chofmann
|
2005-06-21 04:04:12 +00:00 |
|
bryner%brianryner.com
|
ec6e1ad2c6
|
Make sure to null out the pres context's container when putting the page into session history (bug 297173). r+sr=dbaron, a=brendan.
|
2005-06-21 02:18:57 +00:00 |
|
mats.palmgren%bredband.net
|
293246508e
|
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
|
2005-06-21 00:00:14 +00:00 |
|
mats.palmgren%bredband.net
|
05cc19b763
|
Adjust current index of combobox when options are added or removed. b=286170 r+sr=bzbarsky a=asa
|
2005-06-20 23:26:35 +00:00 |
|
dbaron%dbaron.org
|
0e9888645f
|
Zooming way down should not make bullets larger. b=296219 r+sr=roc a=asa
|
2005-06-20 21:25:41 +00:00 |
|
roc+%cs.cmu.edu
|
44e2486d4b
|
Bug 186485. The nsLineBox maximum-width includes the block's left border-padding but not the right. r+sr=roc,a=asa,patch by Hideo Saito
|
2005-06-20 03:42:19 +00:00 |
|
roc+%cs.cmu.edu
|
c9f0357867
|
Bug 223737. Always reflow the next line after splitting a frame, even if it's complete. r+sr=roc,a=asa,patch by Hideo Saito
|
2005-06-20 03:38:45 +00:00 |
|
bryner%brianryner.com
|
d0503004d6
|
null-check mDocument in case firing onload causes it to go away (bug 298022). r=darin, a=asa.
|
2005-06-17 21:49:01 +00:00 |
|
bryner%brianryner.com
|
a3c4863842
|
Protect against handing out a dangling reference to the document viewer while executing the destructor (bug 293403). sr=bzbarsky, a=asa.
|
2005-06-17 07:01:36 +00:00 |
|
roc+%cs.cmu.edu
|
729ee0d1e6
|
Bug 296628. Don't crash when traversal is at the root and we try to go up. r+sr=bzbarsky,a=asa
|
2005-06-17 02:50:15 +00:00 |
|
roc+%cs.cmu.edu
|
3876d7f8c7
|
Bug 296315. Remove unimplemented nsIScrollableView::GetScrollbarVisibility, implement nsDocShell::GetScrollbarVisibiilty to use nsIScrollableFrame::GetActualScrollbarSizes, which actually works. r+sr=bzbarsky,a=asa
|
2005-06-17 02:48:29 +00:00 |
|
roc+%cs.cmu.edu
|
26ce4cd8a3
|
Bug 297537. Line layout should not set an available-height constraint on the inline frames, because they can't break vertically ... and it certainly shouldn't set the constraint based on the band dimensions. Fixes Gmail rich text toolbar layout issue. r+sr=dbaron,a=asa
|
2005-06-17 02:46:36 +00:00 |
|
roc+%cs.cmu.edu
|
158a8445d3
|
Bug 290428. Don't change listbox selection when the cursor is over the listbox border and we're not capturing the mouse. r+sr=bzbarsky,a=asa
|
2005-06-17 02:44:31 +00:00 |
|
roc+%cs.cmu.edu
|
de75a5024a
|
Bug 292656. 'Fully unconstrained' reflows should only depend on the width being unconstrained, since the dropdown layout doesn't depend on the computed height. r+sr=dbaron,a=asa
|
2005-06-17 02:42:29 +00:00 |
|
timeless%mozdev.org
|
9da0ce304f
|
Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
patch by bernd r=roc sr=roc a=asa
|
2005-06-16 18:22:38 +00:00 |
|
gandalf%firefox.pl
|
55185f343f
|
Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa
|
2005-06-16 13:49:04 +00:00 |
|
peterv%propagandism.org
|
ea82f1a8a5
|
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
|
2005-06-16 13:10:58 +00:00 |
|
roc+%cs.cmu.edu
|
30e764d94c
|
Bug 296337. Always correct the overflow area even if NS_FRAME_OUTSIDE_CHILDREN is set. r+sr=bzbarsky,a=shaver
|
2005-06-16 02:57:23 +00:00 |
|
roc+%cs.cmu.edu
|
4593df2a57
|
Bug 292295. Blocks with clearance are not actually top-margin-roots. Their top margin is still managed by the parent block if there is one. Fixes an Acid2 issue. r+sr=dbaron,a=asa
|
2005-06-16 02:54:57 +00:00 |
|
bryner%brianryner.com
|
e4a343f08f
|
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
|
2005-06-15 23:52:46 +00:00 |
|
dbaron%dbaron.org
|
f00b4902e7
|
Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
|
2005-06-15 23:45:06 +00:00 |
|
mats.palmgren%bredband.net
|
774f7d6bed
|
Don't apply z-index to non-positioned elements. b=297425 r+sr=roc a=asa
|
2005-06-14 23:53:56 +00:00 |
|
roc+%cs.cmu.edu
|
d960828b32
|
Bug 296803. Don't start list item selection prematurely when the combobox pops up above the select control. r+sr=me, patch by Jan Darmochwal, a=asa
|
2005-06-14 22:15:53 +00:00 |
|
tor%cs.brown.edu
|
5295e346e2
|
Bug 297008 - radial gradients: fx,fy not set correctly when only cx,cy given.
Patch by scootermorris@comcast.net, r=afri, a=asa.
|
2005-06-14 20:28:53 +00:00 |
|
mrbkap%gmail.com
|
4b10c6a10c
|
bug 152329: inserting a text node in a textarea displays the text twice. r+sr=bzbarsky a=asa
|
2005-06-14 17:19:53 +00:00 |
|
bzbarsky%mit.edu
|
c194b5e043
|
Make fieldsets always be containing blocks. Bug 296722, r+sr=dbaron,
a=asa
|
2005-06-12 20:33:35 +00:00 |
|
aaronleventhal%moonset.net
|
d8ef241ada
|
Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa
|
2005-06-10 13:57:27 +00:00 |
|
bzbarsky%mit.edu
|
22027022a4
|
Use the right parent when appending to a frame with in-flows that has :after
generated content. Bug 292116, r+sr=roc, a=chofmann
|
2005-06-09 15:37:56 +00:00 |
|
bzbarsky%mit.edu
|
2d14b9ed1c
|
Allow menus to abut the left and top edges of the screen. Bug 176767, patch by
Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=asa
|
2005-06-09 15:35:31 +00:00 |
|
rbs%maths.uq.edu.au
|
58e093d21d
|
German ß and surrogate characters don't render with the proper small-caps font, b=291321. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=shaver
|
2005-06-09 08:33:15 +00:00 |
|
timeless%mozdev.org
|
5385d6a126
|
Bug 292348 NewEmbededPluginStream misspelled
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa
|
2005-06-08 23:42:15 +00:00 |
|
gandalf%firefox.pl
|
60c419efb4
|
Bug 1781: 1px double border invisible; r+sr=roc,a=asa
|
2005-06-08 14:34:16 +00:00 |
|
ginn.chen%sun.com
|
f672ce6758
|
Bug 295142 Crash when using option(ctrl)-left arrow at the end of RTL textarea [@nsFrame::PeekOffset]
r=roc sr=roc a=chofmann
|
2005-06-06 02:22:53 +00:00 |
|
vladimir%pobox.com
|
02bc2a2809
|
b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor
|
2005-06-04 07:03:29 +00:00 |
|
bmlk%gmx.de
|
a3ad4d5e20
|
make the MEW for scrollframes content independent as they can scroll the content if the available size shrinks, bug 295459 r/sr=roc a=shaver
|
2005-06-03 06:04:23 +00:00 |
|
bzbarsky%mit.edu
|
4b8823720e
|
Add an nsIContent api for getting the intrinsic state of the content; this can
be used to implement more pseudo-classes (eg CSS3 UI ones for XForms). Bug
296309, r+sr=dbaron, a=chofmann
|
2005-06-03 02:02:45 +00:00 |
|
bzbarsky%mit.edu
|
ccf9ef3a04
|
Fix crashes when computed style is used on a dead presentation. Bug 291183,
r+sr=dbaron, a=chofmann
|
2005-06-03 01:51:15 +00:00 |
|
db48x%yahoo.com
|
75e8bdf8a3
|
bug 293717: crash in nsTreeContentView::GetCellText
r=jan, sr=roc, a=shaver
|
2005-06-02 21:25:36 +00:00 |
|
smontagu%smontagu.org
|
ee3f239136
|
Remove unused code. Bug 292300, r+sr=roc, a=shaver
|
2005-06-02 10:45:39 +00:00 |
|
roc+%cs.cmu.edu
|
90518d0020
|
Bug 290428. When the mouse drags above or below the end of a listbox/comboboxdropdown, select the first or last option. Also, for comboboxes, start listbox selection as soon as the mouse moves to or below the top padding-edge of the dropdown list, and don't stop listbox selection even if the mouse moves back above that edge. r+sr=bzbarsky,a=shaver
|
2005-06-02 09:00:48 +00:00 |
|
roc+%cs.cmu.edu
|
44692ffc51
|
Bug 290793. Make nsMenuPopupFrame find its scrollable view properly. r+sr=bzbarsky,a=shaver
|
2005-06-02 08:50:52 +00:00 |
|
bryner%brianryner.com
|
606589d9d8
|
Fix a crash when tearing down a document viewer if a document never started to load (bug 295085). r+sr=bzbarsky, a=chofmann.
|
2005-06-02 01:02:16 +00:00 |
|
tor%cs.brown.edu
|
6cb5c08c54
|
Bug 295647 - gradients not working on single horizontal/vertical lines.
r=scooter, a=shaver
|
2005-06-01 21:20:22 +00:00 |
|