alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
kin%netscape.com
d052c8c9f8
Fix for bug 96455: hr has duplicate lineboxes in frame tree
...
- Move code in HaveFirstLetter*() methods to a more generic method
HasPseudoStyle() to expand it's use, and make those methods call it.
- Added static method RemoveGeneratedContentFrameSiblings(), which
is now called from ContentRemoved(), to remove any sibling :before
and :after frames for a given frame.
r=attinasi@netscape.com (also looked at by rbs@maths.uq.edu.au )
sr=waterson@netscape.com
2001-11-14 23:55:44 +00:00
mkaply%us.ibm.com
3f591b0d95
#36163
...
r=mkaply, r/sr=attinasi
Don't show Bidi control characters in the browser
2001-11-14 14:21:52 +00:00
rods%netscape.com
5b04635746
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (change from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 13:59:08 +00:00
karnaze%netscape.com
5550862ce8
bug 109043 - made percent tables without a computed height initiate a special 3rd pass reflow only when a table related frame up the chain has a fixed or percent height. Made row groups not allocate additional vertical space to percent rows in excess of the table height. sr=attinasi,r=alexsavulov
2001-11-14 13:44:38 +00:00
karnaze%netscape.com
436e1ac49e
bug 103925 (2nd patch) - flag pixel rounding errors in display reflow debugging. sr=attinasi, r=bernd
2001-11-14 13:40:03 +00:00
bernd.mielke%snafu.de
e9fa6f71b3
style change reflows should be send down to the childrens, bug 108340, r=karnaze
...
sr=attinasi
2001-11-14 11:40:03 +00:00
hyatt%netscape.com
cec98cc49a
Perf and footprint opt. Make style re-resolution cheaper. r=glazou, sr=hewitt, bug 109261
2001-11-14 08:19:13 +00:00
attinasi%netscape.com
74800fe2b9
Fixing image that was added non-binary
2001-11-14 01:56:39 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
av%netscape.com
f514ee917e
Bug 109041 -- adding call to NPP_SetWindow for windowless plugins on paint event, patch by dbrittain@superscape.com, r=av, sr=beard
2001-11-13 00:30:44 +00:00
smontagu%netscape.com
0f589ca7c4
Recheckin of fix to bug 104792, which was killed by checkin on bug 104874. r=rods, sr=attinasi
2001-11-12 22:31:32 +00:00
dbaron%fas.harvard.edu
147c28fd22
Avoid applying all default rendering of HTML's table element to anonymous table objects. b=72358 r=hixie sr=attinasi
2001-11-11 01:35:25 +00:00
dbaron%fas.harvard.edu
0c93d110f3
Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard
2001-11-10 23:30:13 +00:00
jkeiser%iname.com
46b6f9ea78
Null-safety checks (bug 108808). r=rods@netscape.com, sr=kin@netscape.com
2001-11-10 07:45:15 +00:00
peterlubczynski%netscape.com
b668ed8b55
Mac fix for HTML embed region being painted the default background color bug 83159 r=av sr=sfraser a=asa
2001-11-09 00:42:02 +00:00
attinasi%netscape.com
cd8d7f4f0d
New image for loading and broken images icons. b=108799 r=kmcclusk sr=waterson a=blizzard/drivers
2001-11-08 21:43:54 +00:00
attinasi%netscape.com
10a8b8e284
New image for broken images icon. b=108799 r=kmcclusk sr=waterson a=blizzard/drivers
2001-11-08 21:37:24 +00:00
attinasi%netscape.com
e315cc962f
New image for loading images icon. b=108799 r=kmcclusk sr=waterson a=blizzard/drivers
2001-11-08 21:36:50 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
attinasi%netscape.com
27ad2e0eb2
Due to popular demand, broken images are now getting an icon and a sized-box if they have width and height and are in QuirksMode documents (see bug for pref to override). b=102281 r=kmcclusk sr=waterson
2001-11-07 05:02:42 +00:00
attinasi%netscape.com
fc97e27fd5
Export GetAltTextfor as static member fcn. b=102281 r=kmcclusk sr=waerson
2001-11-07 04:32:25 +00:00
peterlubczynski%netscape.com
d5c3daf569
Fix for NPN_PostURL not always working correctly [like with binary file data] bug 105417 r=av sr=darin
2001-11-07 03:03:04 +00:00
karnaze%netscape.com
ac5eb2994a
bug 105166 - additional patch to place rounding code in the right place. sr=attinasi.
2001-11-07 02:38:49 +00:00
peterlubczynski%netscape.com
c5dea40c77
Fix for background color not being set on the widget for plugins bug 83159 r=av sr=attinasi
2001-11-06 23:46:13 +00:00
karnaze%netscape.com
e7a57a8fc7
new regression tests, not affecting the build.
2001-11-06 23:15:24 +00:00
karnaze%netscape.com
d98959d0cd
bug 77982 - consider border/padding on a cell that goes from empty to non-empty during an incremental reflow. sr=attinasi, r=alexsavulov
2001-11-06 23:05:32 +00:00
karnaze%netscape.com
59485c067e
bug 30692 - Have children of cell block use the computed width of the cell. sr=attinasi, r=alexsavulov
2001-11-06 22:57:17 +00:00
karnaze%netscape.com
1d522d115b
bug 107857 - add -moz-show-background value to empty-cells and make that the quirk default. sr=attinasi, r=pierre.
2001-11-06 22:52:59 +00:00
rods%netscape.com
18c0c3636f
Minor fix up to my PrintPreview Checkin
...
Bug 107562
2001-11-06 14:34:00 +00:00
pierre%netscape.com
3da4d257d9
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
2001-11-06 10:04:05 +00:00
dbaron%fas.harvard.edu
01bf33644b
Fix inheritance of percentage values for 'line-height' by removing hacks to base percentage values for 'line-height' on the actual value rather than the computed value of 'font-size'. Fix various |const|-ness issues in nsRuleNode. b=97726 r=pierre sr=hyatt
2001-11-06 07:48:02 +00:00
attinasi%netscape.com
a7932b3a81
Oops - check for empty damageRect in nsFrame::Invalidate should be DEBUG only. b=103266 r=rbs sr=hyatt
2001-11-06 02:44:35 +00:00
attinasi%netscape.com
94f3ab9a20
Elimiate calls to nsFrame::Invalidate when the dirtyRect is empty. Also, removed some invalid code from nsFrame::Invalidate and added DEBUG check to catch later offenders. b=103266 r=rbs sr=hyatt
2001-11-06 01:44:20 +00:00
karnaze%netscape.com
2c0b68610a
new regression test, not affecting the build.
2001-11-06 01:35:06 +00:00
bzbarsky%mit.edu
5de83eca7d
Fix inheritance of frameborder in multiply nested framesets. Bug
...
108164, r=timeless, sr=attinasi
2001-11-06 00:44:25 +00:00
karnaze%netscape.com
c92946f118
new regression tests, not affecting the build.
2001-11-05 17:04:51 +00:00
karnaze%netscape.com
7b026a9471
bug 107857 - show backgrounds on empty cells in quirks mode. sr=attinasi,r=alexsavulov,hixie
2001-11-05 15:32:25 +00:00
karnaze%netscape.com
3aff0667ca
additional patch for bug 97138 to cache pct height info on row and constrain sum of row height pcts <= 100.
2001-11-05 15:15:24 +00:00
jst%netscape.com
74280090d5
Fixing blocker bug 108198. Make setAttribute('value') change .value until .value is set by JS or user. Patch by John Keiser <jkeiser@iname.com>, r/sr=hyatt@netscape.com, jst@netscape.com
2001-11-05 06:50:21 +00:00
karnaze%netscape.com
8d3c3ea8b9
bug 97138 - rework of table, row group, row, cell height code. sr=attinasi, r=alexsavulov
2001-11-05 00:15:51 +00:00
rods%netscape.com
bc94610da9
Fixing mem leak from my checkin (Bug 107562)
2001-11-04 11:33:28 +00:00
rods%netscape.com
cff42fbac8
Oops, I didn't mean to check this in, removing my change to turn it on again
2001-11-04 03:40:27 +00:00
rods%netscape.com
201e287809
Fix memory leaks, getting nsIWidget and not releasing it, found an extra one also
2001-11-04 02:37:07 +00:00
pavlov%netscape.com
63fa4f0a4a
fixing compiler bustage. SetSharedPageData needs a return type (of void)
2001-11-03 21:49:38 +00:00
rods%netscape.com
37a4501149
Initial check in for print preview work it is complied in for Windows and linix only
...
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 14:59:39 +00:00
hyatt%netscape.com
79f6e4162f
Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband
2001-11-03 07:10:51 +00:00
jst%netscape.com
a3f8b911e7
Checking in real fix for bug 108175. Don't loose values in text inputs. Patch by jkeiser@iname.com, r=rpotts@netscape.com, sr=jst@netscape.com
2001-11-03 06:52:55 +00:00
dbaron%fas.harvard.edu
daeed9f51f
Ensure that text inputs, checkboxes and radios paint over inline element backgrounds that are behind them. Fix a few build warnings. b=107244 r=rods sr=waterson
2001-11-03 06:23:19 +00:00
dbaron%fas.harvard.edu
cb4f2aea5c
Fix FMR/FMW caused by translating the space manager right after deleting it. r=jag sr=waterson b=108017
2001-11-03 05:18:39 +00:00
seawood%netscape.com
be10c3b1a8
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jst%netscape.com
bd83f0a194
Checking in workaround for bug 108175, temporarily disable framestate storage on frame destruction. r=jkeiser@iname.com, sr=hyatt@netscape.com
2001-11-02 23:36:58 +00:00
jst%netscape.com
6d64ded4f2
Checking in John Keiser's <jkeiser@iname.com> fix for *tons* of form submission and <select> related bugs, see tracking bug 34297 for details. r=rods@netscape.com, sr=jst@netscape.com
2001-11-02 07:40:01 +00:00
dbaron%fas.harvard.edu
a041591297
Ensure that we don't re-resolve placeholders to the style context that should be on their out-of-flow frame. Fixes autocomplete popup. b=107744 r=waterson sr=hyatt
2001-11-02 04:14:58 +00:00
bzbarsky%mit.edu
0d0d35c968
Add a pref (layout.frames.force_resizability) to force frames to be
...
resizable. Bug 105797, r=hyatt, sr=attinasi
2001-11-02 02:19:49 +00:00
hyatt%netscape.com
19490453c9
Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson
2001-11-02 01:53:13 +00:00
karnaze%netscape.com
3ca7ced0f8
fix crash in display reflow debugging.
2001-11-01 15:53:57 +00:00
karnaze%netscape.com
128e7ac8d2
bug 105166 - split images (except for image contro frames), round pixels down for printing. sr=attinasi,kin r=alexsavulov
2001-11-01 15:31:13 +00:00
jst%netscape.com
b5981c37b3
Fixing bug 103904. Don't let pref change callbacks run wild on documents that are partially torn down already. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2001-11-01 04:40:59 +00:00
karnaze%netscape.com
5e56b564c2
bug 106158 - changed outer table fix up of nested inner table's computed width to consider if the min width fits.
...
removed tree specific code. sr=waterson, r=alexsavulov.
2001-11-01 04:17:30 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
mkaply%us.ibm.com
9c301478f8
#104874
...
r=rods, sr=watersin
Patch from simon montagu - cleanup combobox code in Bidi case
2001-10-31 14:49:15 +00:00
karnaze%netscape.com
bbd9ace80f
bug 107403 - shannond's patch to cast debug code before deleting to satisfy HP-UX. r=karnaze
2001-10-31 14:45:12 +00:00
mkaply%us.ibm.com
877964fad0
#104792
...
r=rods, sr==attinasi
patch from simon montagu - hebrew comboboxes go haywire
2001-10-31 05:17:34 +00:00
bryner%netscape.com
de5db63a95
Debug-only change to print out the img src when the frame tree is dumped. r=pavlov, sr=waterson.
2001-10-31 04:43:48 +00:00
dbaron%fas.harvard.edu
978c81f4e8
Additional cleanup after bug 56117: prevent :first-letter from leading to style resolution on text nodes and stop all style resolution for placeholder frames (formerly :placeholder-frame pseudo-element) and for text following a :first-line pseudo-element (formerly :-moz-letter-frame pseudo-element). b=107534 r=waterson, attinasi sr=hyatt
2001-10-31 02:53:47 +00:00
rbs%maths.uq.edu.au
32cf016db5
bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi
2001-10-30 22:58:00 +00:00
jst%netscape.com
b494463795
Fixing part of bug 107453. Combine rarely used leaf element classes into one class to cut down on the amount of code we have for implementing all those dom interfaces. This makes using the combined elements (base, embed, isindex, param, spacer, colgroup, and wbr) a bit more expensive but since they're hardly ever used it's ok for them to take up a bit more heap space when used. r=dbaron@netscape.com, sr=waterson@netscape.com
2001-10-30 10:14:06 +00:00
dbaron%fas.harvard.edu
c13d4f0b0c
Avoid attempting to do CSS selector matching on text nodes, comments, or processing instructions by adding a 'NonElement' style resolution method that assumes that no rules match (temporarily, until we don't have style contexts for text nodes) and by cleaning code that was using textPseudo (the usual case) or passing the text node directly (only a few unusual cases). b=56117 r=hyatt sr=attinasi
2001-10-30 06:02:05 +00:00
evaughan%netscape.com
7d070b2c53
turning on grid
...
-r bryner -sr hyatt
2001-10-29 20:20:36 +00:00
bernd.mielke%snafu.de
a5712df37d
bug 97630 cut line-height inheritance for tables in quirks mode
...
r=hixie,karnaze sr=attinasi
2001-10-29 19:44:05 +00:00
bernd.mielke%snafu.de
794abebe7d
bug 107103 enable regression output for table printing tests
...
r=karnaze sr=attinasi
2001-10-29 19:19:06 +00:00
karnaze%netscape.com
e38dff73f8
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
2001-10-29 01:43:59 +00:00
seawood%netscape.com
9b5ae05e33
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
bernd.mielke%snafu.de
7f233275f2
new regression test, not affecting the build.
2001-10-27 06:27:12 +00:00
alecf%netscape.com
4b9b701faf
two more nsUnicharUtils.h stragglers, I think I got r=jag, sr=scc on these in a previous patch - again for bug 100214
2001-10-26 17:51:22 +00:00
alecf%netscape.com
6ae8a9bee0
Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc
2001-10-26 17:18:35 +00:00
bernd.mielke%snafu.de
fd3d42097e
adding a table-layout:fixed regression testcase not part of the build
2001-10-26 14:38:50 +00:00
dbaron%fas.harvard.edu
94cefc7b1c
Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson
2001-10-26 05:12:25 +00:00
dbaron%fas.harvard.edu
6e86902faa
Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson
2001-10-26 05:06:07 +00:00
jst%netscape.com
5574ddbbfc
No need to be this paranoid, checking for pointers being null once is enough! Checking twise in a row is just overkill.
2001-10-26 03:31:49 +00:00
alecf%netscape.com
8b0ceb8c3c
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
karnaze%netscape.com
b838e3f3b3
new regression test, not affecting the build.
2001-10-26 02:34:16 +00:00
karnaze%netscape.com
c37faec28a
bug 60816 use correct cell when rowspan and colspan overlap. Fix pixel rounding errors. sr=attiansi, r=alexsavulov
2001-10-26 02:30:38 +00:00
dbaron%fas.harvard.edu
0a8803afaf
Fix Mac debug build bustage. (Why don't we have a mac debug tinderbox?) b=86947
2001-10-25 20:19:32 +00:00
hyatt%netscape.com
0f2fca64d1
Fix for 106212, make ContentAppended work right with XBL insertion points. r=brendan, sr=waterson
2001-10-25 07:31:18 +00:00
dbaron%fas.harvard.edu
3d44c64738
Fixing AIX and OS/2 bustage by passing by value instead of by reference to operator== and operator!=.
2001-10-25 06:34:10 +00:00
dbaron%fas.harvard.edu
02f3a2d769
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
dbaron%fas.harvard.edu
157c017816
Bug 86947:
...
Make the line list doubly linked and access it through a list class and iterators.
Stop recomputing margins on all of the children of each block in the reflow chain (which causes O(N^2) state recovery during incremental reflow). Instead, add a second dirty bit to the lines and walk backwards through the line list to recompute vertical margins only when either dirty bit is set and the previous line was not reflowed. Add nsIFrame::IsEmpty to identify frames through which margins collapse.
Fix O(N^2) propagation of float damage by maintaining a set of intervals damaged by floats (bug 61962) and be sure to damage the correct areas (bug 48138).
Introduce nsCollapsingMargin to do correct collapsing of combinations of positive and negative margins (bug 50142).
Clean up some odds and ends and fix another smaller O(N^2) problem in nsBlockFrame::AddFrames.
r=attinasi, rbs sr=waterson
2001-10-25 01:08:40 +00:00
karnaze%netscape.com
32cfe79425
new regression test, not affecting the build.
2001-10-25 00:26:16 +00:00
karnaze%netscape.com
804886b69a
new regression test, not affecting the build.
2001-10-24 21:55:52 +00:00
bernd.mielke%snafu.de
a241132e43
bug 104898 the borderpadding should not influence the inner table margin relative to the
...
outertable frame r=karnaze sr=attinasi
2001-10-24 14:36:33 +00:00
simon%softel.co.il
c24e2968a6
Fix for bug 75034: Selection highlight on some Bidi pages was displayed in the opposite position to the actual selection. r=kin@netscape.com, sr=attinasi
2001-10-24 11:12:31 +00:00
attinasi%netscape.com
e8a4ea22a7
Fixed crash when positioned applet has to show the alt text. b=99776 r=dbaron sr=hyatt
2001-10-24 06:13:10 +00:00
jaggernaut%netscape.com
c5366ed44f
This nsAString& really deserves to be const. r=dbaron
2001-10-24 06:11:02 +00:00
attinasi%netscape.com
dbbe5d88fb
Checkin for tingley@sundell.net - Blinking text optional via pref b=19258 r=dbaron sr=attinasi
2001-10-24 04:51:34 +00:00
hyatt%netscape.com
0c8c1348b3
Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
2001-10-24 00:01:09 +00:00
bzbarsky%mit.edu
20ecea032c
Make setting body.style.background invalidate the whole canvas so the
...
background is repainted correctly. r=kmcclusk@netscape.com , sr=attinasi
2001-10-23 22:08:30 +00:00
dougt%netscape.com
b5ba390898
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
karnaze%netscape.com
a08c6cb2e7
new regression tests, not affecting the build.
2001-10-23 00:15:55 +00:00
bryner%netscape.com
03cd3c194e
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
karnaze%netscape.com
4d391277b8
bug 105268 - set NS_FRAME_OUTSIDE_CHILDREN on row when cells have rowspan>1 so that painting will not clip to row. sr=attinasi, r=alexsavulov
2001-10-22 22:21:19 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
karnaze%netscape.com
e7a4284d8e
new regression tests not affecting the build.
2001-10-22 15:07:12 +00:00
karnaze%netscape.com
7ca3efff70
bug 96343 - skip cellspacing logic when child is not a row. sr=attinasi, r=alexsavulov
2001-10-22 14:37:03 +00:00
karnaze%netscape.com
c3733371ee
bug 52531 - treate style change reflow like initial when positioning cell block.
2001-10-22 14:31:18 +00:00
karnaze%netscape.com
a6e8940c99
bug 86314 - invalidate properly when the inner table changes width. sr=attinasi, r=kmcclusk.
2001-10-22 14:24:54 +00:00
rods%netscape.com
ec608cec13
Make labels inline !important
...
Bug 100801 r=rods sr=attinasi
2001-10-22 10:39:35 +00:00
seawood%netscape.com
0a27874139
Remove unused MOZ_ENDER_LITE & -DENDER_LITE from the tree.
2001-10-22 04:34:31 +00:00
jaggernaut%netscape.com
e55207e293
Bug 89998: move nsTitledBoxFrame.cpp to nsGroupBoxFrame.cpp (and the classnames in it) as the final step in this XUL 1.0 bug. r=jag,FrodoB.
2001-10-21 08:35:34 +00:00
pavlov%netscape.com
b64aaa2689
fix for bug 105257 r=dbaron sr=mscott
2001-10-21 00:12:53 +00:00
kmcclusk%netscape.com
8a2b29e965
Ignore case when comparing default named anchor (top) 80784 sr=kin@netscape.com r=rods@netscape.com
2001-10-20 03:12:33 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
evaughan%netscape.com
3798517f57
bug 77357
...
r=bryner sr=hyatt
2001-10-19 20:48:35 +00:00
pinkerton%netscape.com
5fb9dd1a7e
adding a couple of prefs to make word selection better on mac. doesn't eat whitespace to next word and stops at punctuation. r=mjudge/sr=sfraser. bug# 98546
2001-10-19 14:10:22 +00:00
stephend%netscape.com
c97470f1ce
Bug 105245. Spelling typo in an error msg. r=stuartp@netscape.com, sr=mozbot
2001-10-18 06:40:41 +00:00
waterson%netscape.com
e7a0620006
Bug 104658. Ignore AttributeChanged notifications before the initial reflow has occurred. r=dbaron, sr=attinasi
2001-10-17 05:34:35 +00:00
kmcclusk%netscape.com
d850dc2072
Scroll browser window to top-left if anchor can not be found (quirks only) bug 80784. r=kin@netscape.com sr=attinasi@netscape.com
2001-10-17 01:06:19 +00:00
aaronl%netscape.com
1324edad85
Bug 57192. Alt+Down for combo boxes in HTML. r=rods, sr=waterson
2001-10-16 23:00:12 +00:00
alecf%netscape.com
ce1eec0457
bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls
2001-10-16 20:56:51 +00:00
ftang%netscape.com
049abf1f66
fix bug 96530. delay loading of unicharutil dll till we really need it.
...
r=dp sr=waterson
2001-10-16 12:38:19 +00:00
dbaron%fas.harvard.edu
5a357eea01
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
2001-10-16 05:31:36 +00:00
dbaron%fas.harvard.edu
ed869c764e
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
dougt%netscape.com
4f3a44d63b
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
2001-10-16 03:35:52 +00:00
rods%netscape.com
c8d6cf8c3a
make it so the select's borders can't be changed by user's style
...
Bug 94387 r=kmcclusk sr=attinasi
2001-10-16 00:37:05 +00:00
rods%netscape.com
95a3ac6041
When a resize happens and one of the dimensions are constrained and it already has been reflowed we need to remove the padding & borders
...
or they keep getting added in.
Bug 101936 r=kmmclusk sr=attinasi
2001-10-16 00:32:14 +00:00
kin%netscape.com
29d7d2190b
Fix for bug 101599: onChange fires when hitting return in text widgets
...
Modified nsTextInputListener::KeyPress() so that the return key fires
and onChange event if the contents of the text control has changed,
and it is a single line text control.
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.h
r=glazman@netscape.com sr=sfraser@netscape.com
2001-10-15 14:11:37 +00:00
pavlov%netscape.com
3f7d7f9384
removing lowsrc support. bug 92453. r=jag sr=attinasi
2001-10-14 01:17:08 +00:00
bernd.mielke%snafu.de
faafbd0e04
bug 103443 replace the return rv?rv:NS_ERROR_FAILURE; with a more correct version
...
r=dbaron sr=attinasi
2001-10-13 09:27:46 +00:00
sfraser%netscape.com
9a79a8ff90
Fix bug 50578 -- don't show bogus error dialog when cancelling a print job. r=rods, sr=kin
2001-10-11 19:10:26 +00:00
alecf%netscape.com
bdb0c855fa
bug 104126 - remove nsStringArray::IndexOfIgnoreCase and its one consumer. sr=attinasi, r=jag
2001-10-11 01:30:52 +00:00
ftang%netscape.com
21b5119b63
fix bug 88050. remove Korean base transformation. r=jshin sr=waterson
2001-10-11 00:22:13 +00:00
ftang%netscape.com
543f87dcd6
fix bug 81203. change ISO-8859-1 to windows-1252 for form submission
...
r=brade sr=kin
2001-10-11 00:20:07 +00:00
dbaron%fas.harvard.edu
edc11e5ad3
Fix 'text-decoration: blink' and the blink element. Patch from Chase Tingley <tingley@sundell.net>. r=dbaron sr=hyatt b=89065
2001-10-11 00:15:09 +00:00
evaughan%netscape.com
12b15fa911
1) Fixes box parent point bug
...
2) Exposes code to allow new grid landing
bug# 77357
-r hyatt -sr waterson
2001-10-09 21:02:29 +00:00
kin%netscape.com
23af20d63f
Fix for bug 88024: Down arrow key creates fake line break at the end of a TEXTAREA
...
Modified CompleteMove() to prevent selection from being placed
after the last BR in the content tree.
r=brade@netscape.com sr=sfraser@netscape.com
2001-10-09 19:29:00 +00:00
loadrunner%betak.net
5a9892401d
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av, peterl, sr=waterson
2001-10-09 10:15:06 +00:00
beard%netscape.com
fba17af79c
Fix for bug #103431 , r=peterl, sr=sfraser.
2001-10-08 22:58:59 +00:00
alexsavulov%netscape.com
6d2b09647b
fix for bug 45621 - added MarkDirty for procentage child in case of nowrap
...
blocks, consolidated the logic in nsBlockFrame::PrepareResizeReflow
sr= attinasi, r=dbaron
2001-10-08 21:51:48 +00:00
alexsavulov%netscape.com
0549c29fab
regression testcase for bugzilla bug 45621 (not affecting the build)
2001-10-08 21:46:07 +00:00
alexsavulov%netscape.com
d24bed9621
testcase or bugzilla bug 45621 (not affecting the build)
2001-10-08 21:40:58 +00:00
kin%netscape.com
8b7fd98bbe
Make original patch for bug 99920 (hitting enter in any text field submits form without submit button passed as param)
...
work in OPT builds, by moving QI() call out of NS_ASSERTION macro.
r=rods@netscape.com sr=waterson@netscape.com
2001-10-08 14:07:57 +00:00
bryner%netscape.com
2b0eb53ec4
Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf.
2001-10-08 07:22:27 +00:00
pavlov%netscape.com
7d17e005e1
fix for bug 103477 r=jag sr=hyatt (not bug 103536 as previously stated)
2001-10-07 18:02:13 +00:00
hyatt%netscape.com
d033717456
fix for 101746. r=dbaron, sr=waterson
2001-10-07 00:19:01 +00:00
pavlov%netscape.com
3ec9e0aaec
adding null check to fix orangeness.
2001-10-06 08:19:44 +00:00
pavlov%netscape.com
eae061c13e
fix for bug 92248 r=bryner sr=jst
2001-10-06 05:08:16 +00:00
karnaze%netscape.com
45f0b1d5a4
new regression tests not affecting the build.
2001-10-05 23:16:06 +00:00
pinkerton%netscape.com
483bf5514f
respect the look&feel pref about showing comboboxes outside the client area. r=rods/sr=sfraser/a=asa. bug# 102834.
2001-10-05 14:10:16 +00:00
locka%iol.ie
a1ba71769c
Checkin makes scrolling to anchors faster by attempting to scroll to the named element from the content sink's timer routine rather than waiting until page loading completes. b=58661 r=heikki@netscape.com sr=jst@netscape.com a=asa@mozilla.org
2001-10-05 10:39:01 +00:00