darin%netscape.com
2c3928d7b8
fixes bug 70519 "Select All (+ Copy) does not clobber the X primary selection"
...
patch=jwbaker@acm.org r=akkana sr=kin
2001-10-31 06:14:11 +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
e6b4535db9
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +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
evaughan%netscape.com
6a2b45729e
fixes bug#107638
...
-r jag -sr hyatt
2001-10-30 23:41:30 +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
781e5bb21c
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:36: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
hyatt%netscape.com
a802d9dfe8
SetParent in nsIFrame should not be inlined. r=evaughan, sr=hewitt
2001-10-30 00:01:39 +00:00
evaughan%netscape.com
7d070b2c53
turning on grid
...
-r bryner -sr hyatt
2001-10-29 20:20:36 +00:00
evaughan%netscape.com
29e11c6ee6
Turning on new grid code
...
-r bryner -sr hyatt
2001-10-29 20:12:07 +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
rods%netscape.com
ff7243160f
Make sure default printing for FrameSets is "AsIs" when printing silently
...
Bug 106015 r=kmcclusk sr=attinasi
2001-10-29 15:28:45 +00:00
karnaze%netscape.com
e38dff73f8
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
2001-10-29 01:43:59 +00:00
jaggernaut%netscape.com
718057d1d5
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 07:43:56 +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
jaggernaut%netscape.com
cad0dc7095
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 06:44:19 +00:00
bernd.mielke%snafu.de
7f233275f2
new regression test, not affecting the build.
2001-10-27 06:27:12 +00:00
sfraser%netscape.com
72ca9383ae
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +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
alecf%netscape.com
4c17dcac93
Added files:
mozilla/intl/unicharutil/util/nsUnicharUtils.cpp
2001-10-26 05:23:36 +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
evaughan%netscape.com
309b361933
A little renaming. NOT IN BUILD
2001-10-26 02:41:06 +00:00
alecf%netscape.com
743fc2884d
other changes for bug 100214, r=jag, sr=scc
...
include nsUnicharUtils.h for useful stuf
2001-10-26 02:38:29 +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
hewitt%netscape.com
257b6413cc
105751 - splitter should set orient attribute on itself based on parent orientation, r=jag, sr=hyatt
2001-10-26 00:09:12 +00:00
evaughan%netscape.com
e1804ed14c
Make file fixes NOT IN BUILD
2001-10-25 23:05:23 +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
mkaply%us.ibm.com
afe265287c
OS/2 test bustage - need LIB_SUFFIX for gkbase and need EXTRA_DSO_LIBS for gkgfx - note that I don't think gkgfx even needs to be linked for this test but I'm putting it in anyway
2001-10-25 16:36:33 +00:00
mkaply%us.ibm.com
ab90544f95
Attempt to fix OS/2 bustage
2001-10-25 13:13:28 +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
2b370dfdb3
Fix HP bustage. Why did I ever add this to the build on Unix?
2001-10-25 03:05:37 +00:00
dbaron%fas.harvard.edu
d4785c8d78
Remove unneeded include with the wrong case.
2001-10-25 02:47:55 +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
dbaron%fas.harvard.edu
5e8063f787
Add nsIntervalSet.cpp to the build. b=86947
2001-10-25 01:08:35 +00:00
bzbarsky%mit.edu
27d3c2549e
Improve how we get our charset for stylesheets. Look at HTTP header,
...
charset attribute on <link> or <?xml-stylesheet?> and at the document's
charset. Bugs 57164, 72658, 83207. r=pierre, sr=attinasi
2001-10-25 00:34:20 +00:00
karnaze%netscape.com
32cfe79425
new regression test, not affecting the build.
2001-10-25 00:26:16 +00:00
ducarroz%netscape.com
72f5b3d1f1
Fix for bug 106560. Crash in StyleSetImp::ShutDown when mRuleTree is null. Need to check mRuleTree before using it. R=bienvenu, SR=hyatt
2001-10-25 00:19:21 +00:00
karnaze%netscape.com
804886b69a
new regression test, not affecting the build.
2001-10-24 21:55:52 +00:00
mkaply%us.ibm.com
76c903e13b
This should be the other AIX bustage
2001-10-24 21:40:27 +00:00
mkaply%us.ibm.com
671634a107
Fix for OS/2 and AIX bustage
2001-10-24 19:12:02 +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
dbaron%fas.harvard.edu
6095c74c92
My guess at AIX and OS/2 bustage was wrong -- backing it out. Someone with access to a machine with one of those compilers will have to try various things here.
2001-10-24 09:03:46 +00:00
glazman%netscape.com
19436c0ab5
STYLE attribute should not expand CSS shorthand property assignment to equivalent longhand assignments; b=18894, r=peterv, sr=attinasi
2001-10-24 08:08:30 +00:00
jst%netscape.com
ec6e6aa5da
Fixing bug 69468. Finally adding support for string nullness to XPConnect. r=jaggernaut@netscape.com, shaver@mozilla.org, sr=jband@netscape.com
2001-10-24 07:15:06 +00:00
dbaron%fas.harvard.edu
da56284412
Wild guess at fixing AIX and OS/2 bustage.
2001-10-24 06:53:39 +00:00
dbaron%fas.harvard.edu
150e74f898
Moving nsRuleNode.cpp back to content/base/src from content/shared/src and inlining GetRule to fix linker errors on BeOS and probably also AIX, and since it doesn't need to be in content/shared and cvs won't like re-adding to content/html/style/src. b=104336
2001-10-24 06:25:08 +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
bernd.mielke%snafu.de
27a1ee010b
bug 103443 remove the last two occurences of rv?rv:NS_ERROR_FAILURE
...
r=kin sr=attinasi
2001-10-24 04:50:37 +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
f15a08d142
removing nslayout from MANIFEST
2001-10-23 02:28:29 +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
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +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
a142f8e30a
Bug 89998: Some minor wording clean-up (title -> caption) in nsGroupBoxFrame.cpp. r=mozbot. Much thanks to FrodoB for his help (he did most of the work on my previous checkins for this bug).
2001-10-21 09:30:22 +00:00
jaggernaut%netscape.com
35759a6f1c
Bug 98889: move nsTitledBoxFrame.cpp to nsGroupBoxFrame.cpp as the final step in this XUL 1.0 bug. r=me,FrodoB.
2001-10-21 08:37:10 +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
jaggernaut%netscape.com
65889e10b6
Bug 89998: bring nsGroupBoxFrame.cpp in line with nsTitledBoxFrame.cpp. r=FrodoB.
2001-10-21 07:03:02 +00:00
hewitt%netscape.com
7e10018204
102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt
2001-10-21 03:59:20 +00:00
pavlov%netscape.com
b64aaa2689
fix for bug 105257 r=dbaron sr=mscott
2001-10-21 00:12:53 +00:00
dbaron%fas.harvard.edu
2fe76cd2ac
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
2001-10-20 23:19:07 +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
267e6553c4
missed a few changes in my nsIObserver landing
2001-10-19 22:30:02 +00:00
dougt%netscape.com
d161575ba4
Remove extra exports. patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com
2001-10-19 21:02:39 +00:00
dougt%netscape.com
942988df26
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-19 20:59:33 +00:00
ftang%netscape.com
bb57b75649
fix bug 93025. delay the checking of access key pref
...
so we will use the user's pref instead of the default vaule in the pref.
r=jbetak sr=kin
2001-10-19 20:56:29 +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
evaughan%netscape.com
0ae5c59884
More grid stuff: NOT IN BUILD
2001-10-19 20:47:36 +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
bzbarsky%mit.edu
21be92cac9
Last checkin was r=pierre, sr=jst
2001-10-19 14:02:36 +00:00
bzbarsky%mit.edu
c13153fb53
Clean up handling of quirk doctypes and case-sensitivity in the CSSOM.
...
Mostly just uses the nodeinfo more and combines some redundant code into
helpers. Bug 95336, bug 10622, bug 102815
2001-10-19 13:50:30 +00:00
bryner%netscape.com
f57c683658
Bug 104141 - context menu doesn't appear on the first attempt. r=evaughan, sr=hyatt.
2001-10-19 06:27:07 +00:00
hewitt%netscape.com
3ea70cc110
84602 - when a button has focus, enter key doesn't fire oncommand (from blake), r=hyatt, sr=hewitt
2001-10-19 05:02:56 +00:00
sspitzer%netscape.com
b05b31f948
bulletproofing fix for topcrasher #104878 .
...
r/sr=hyatt,sfraser.
2001-10-19 01:32:46 +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
pierre%netscape.com
2e03c268a6
91665 "Dump Style Contexts doesn't work anymore". Fixed nsStyleContext::List(). r=attinasi/sr=hyatt
2001-10-17 00:25:26 +00:00
pierre%netscape.com
e032fbb506
97052 "getComputedStyle returns default value for border width when there is no border". GetBorderWidthFor() now returns 0 if NS_STYLE_BORDER_STYLE_NONE. r=bzbarsky / sr=jst
2001-10-17 00:05:05 +00:00
pierre%netscape.com
bc48aefa5a
97534 "classic: after changing text color, text [labels] in dialogs/chrome also changed in color". Added GetDocumentColorPreferences() and call it when we set the container (chrome/content) on the presContext. r=dbaron / sr=hyatt
2001-10-16 23:59:25 +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
evaughan%netscape.com
5dc6ceaac2
Grid fixes. NOT IN BUILD
2001-10-15 22:37:25 +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
alecf%netscape.com
bd048504df
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
sspitzer%netscape.com
8d587ce55b
fix for #79217 , scrollbar position need to be invalidated when switching folders.
...
r=hwaara,sspitzer sr=hyatt. fix by Jan Varga (varga@utcru.sk )
2001-10-12 21:02:17 +00:00
evaughan%netscape.com
b38c8a5490
Fix for bug # 104225
...
-r bryner -sr attinasi
2001-10-12 01:33:41 +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
roc+%cs.cmu.edu
c02d27a295
Make nsMenuFrame respond to dynamic changes in the 'key' attribute in a menuitem. Bug 99853. sr=hyatt,r=jag
2001-10-11 03:03:42 +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
bienvenu%netscape.com
6e51481377
fix leak of boxes r=waterson, sr=sspitzer 103846
2001-10-10 14:49:59 +00:00
evaughan%netscape.com
91ff15d489
Grid changes. NOT IN BUILD
2001-10-10 01:07:45 +00:00
bzbarsky%mit.edu
cca316e69b
Make changes to clip property trigger a reflow change, not just a visual
...
change. Bug 88653, r=pierre, sr=roc+moz
2001-10-10 00:21:02 +00:00
darin%netscape.com
bf76e0615d
fixes build bustage on HP-UX (requires a newline at the end of a source file)
2001-10-09 23:06:03 +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
evaughan%netscape.com
3ad6a737b0
Adding new grid code to cvs. NOT IN BUILD.
2001-10-08 20:37:56 +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
80ff494561
Fix for 78344. r=blake, sr=ben
2001-10-07 06:32:36 +00:00
hyatt%netscape.com
d033717456
fix for 101746. r=dbaron, sr=waterson
2001-10-07 00:19:01 +00:00
bzbarsky%mit.edu
4ec7dfc9b4
Fix parsing of negative (illegal) values of border-spacing, padding, and
...
others. Bug 102344, r=dbaron, sr=attinasi
2001-10-06 15:13:23 +00:00
bernd.mielke%snafu.de
da6f0e24d3
Don't start printing when regression test are executed bug 99633 r=rods sr=attinasi
2001-10-06 14:07:28 +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
rods%netscape.com
3a714be743
Check for failure after printing the next page. If it fails then pass back PR_TRUE
...
to indicate we are done printing this document.
Bug 101597 r=kmcclusk sr=attinasi a=pdt
2001-10-03 23:28:38 +00:00
bernd.mielke%snafu.de
0171603939
adding the renamed files again bug 102894 r=karnaze a=asa
2001-10-03 20:33:58 +00:00
bernd.mielke%snafu.de
82a36b0dfc
renaming xml testfiles in order to avois name clashes with html files
...
bug 102894 r=karnaze a=asa not part of the build
2001-10-03 20:29:53 +00:00
attinasi%netscape.com
66bda7bfb1
Outline for links are now 'invert' instead of 'WindowText' color. b=73884 r=kmcclusk sr=kin
2001-10-03 00:10:00 +00:00
attinasi%netscape.com
2046bd1c34
Improvements for invert outline colors (Mac and Linux work now). b=73884 r=kmcclusk sr=kin
2001-10-03 00:08:25 +00:00
attinasi%netscape.com
065e93e80e
Protection against null param for topcrash bug 100298. r=kmcclusk sr=kin
2001-10-03 00:01:04 +00:00
waterson%netscape.com
dece5d01cc
Alternative test case for bug 97383.
2001-10-02 23:23:30 +00:00
alexsavulov%netscape.com
a402bb144c
fix or bug 101883 - completes fix for bug 92143, adding NS_MAX check
...
sr= attinasi, r= karnaze
2001-10-02 21:29:26 +00:00
varga%utcru.sk
82cbda88c4
Fix for bug 75572. Separator support in outliner.
...
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu
9a4acbab7a
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
dbaron%fas.harvard.edu
30b6e6587c
Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson
2001-10-02 03:10:56 +00:00
mstoltz%netscape.com
9dcfafdfd4
Bug 18553, better fix which should cause fewer problems. Clear event listeners
...
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
2001-10-02 00:54:44 +00:00
hewitt%netscape.com
284a2f6355
101677 - popups should use css margins to affect positioning, r=pinkerton, sr=waterson
2001-10-02 00:38:34 +00:00
bzbarsky%mit.edu
105be47c10
Move the zero-check to before we divide by the number. Fixes crash when
...
all 3 header or all 3 footer print prefs are empty strings. Bug 102257,
r=rods, sr=shaver
2001-10-01 23:57:57 +00:00
bzbarsky%mit.edu
843266f249
fixing bustage -- nos such thing as NS_FORM_BUTTON_IMAGE
2001-10-01 23:08:47 +00:00
rods%netscape.com
8b4a4656af
Allow for image submitters also
...
Bug 99920 r=rods, sr=attinasi a=pdt
2001-10-01 21:49:43 +00:00
jst%netscape.com
2df8ab675f
Adding new files for John Keiser <jkeiser@iname.com>, not part of the build yet.
2001-10-01 17:51:28 +00:00
karnaze%netscape.com
c22cc74118
new regression tests not affecting the build.
2001-10-01 16:34:35 +00:00
mkaply%us.ibm.com
3c7580a23b
#80167
...
r=ftang, r=mikek, sr=blizzard
Code from simon@softel.co.il - code from original Bidi landing can be turned on now that converson is finalized
Also fixed two warnings that were in the code that could have also broke some unixes
2001-10-01 13:57:47 +00:00
rods%netscape.com
505d1e1ebd
adding frameset printing tests
2001-10-01 11:57:30 +00:00
rods%netscape.com
978d5afca7
Adding frameset navigation tests
2001-10-01 11:50:32 +00:00
mkaply%us.ibm.com
6dabd5cfda
#81664
...
r=simon@softel.co.il , sr=attinasi for nsTextFrame, sr=blizzard for nsBidiPresUtils
Cleanup of bidi reordering code
2001-10-01 03:43:42 +00:00
bzbarsky%mit.edu
ceba997a92
Final removal of VIEW_SOURCE_HTML define. Bug 81132,
...
r=rbs@maths.uq.edu.au , sr=jst
2001-09-30 23:48:07 +00:00
mkaply%us.ibm.com
72816bd6d4
#79798
...
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
bryner%netscape.com
1d9f9872da
Fixing REQUIRES bustage. r=bbaetz.
2001-09-29 21:41:30 +00:00
vidur%netscape.com
4966d85f91
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
karnaze%netscape.com
e370f08f7b
bug 94341 keep a separate pseudo frame list for a new pseudo block or inline frame. sr=attinasi, r=alexsavulov
2001-09-29 02:20:52 +00:00
waterson%netscape.com
b173c37b0d
Bug 58384, 86279. Be sure to trim letter spacing as well as word spacing in TrimTrailingWhiteSpace(). Also, explicitly add letter spacing where appropriate, instead of including it in word spacing. r=shanjian, sr=attinasi.
2001-09-28 22:39:10 +00:00
attinasi%netscape.com
477a8538fe
Added new testcase for 101674, and also removed reference to bug86708.html since it does not exist. Not part of build.
2001-09-28 22:09:58 +00:00
attinasi%netscape.com
2d1f86a273
Testcase for bug 101674 - not part of build
2001-09-28 22:00:20 +00:00
attinasi%netscape.com
4d5175753d
Fixed image wrapping in tables problems. b=101674 sr=hyatt r=waterson
2001-09-28 21:42:03 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
glazman%netscape.com
30ae8ab03f
fixing erroneous DOM 2 name for bug 101925; rs=jst
2001-09-28 14:11:05 +00:00
kin%netscape.com
e3bd36cd90
Fix for bug 89236: printing is producing crash
...
Modified nsBlockFrame::DrainOverflowLines() so
that it reparents any floater out-of-flow frames
and their views.
r=dbaron@fas.harvard.edu sr=waterson@netscape.com a=pdt
2001-09-28 13:59:23 +00:00
glazman%netscape.com
7a79a87dce
implements getComputedStyle() for float property + bad next-line argument indentation cleanup ; b=101925, r=bzbarsky, sr=jst
2001-09-28 07:39:41 +00:00
peterlubczynski%netscape.com
f249aa3c5d
Fix for crash when object frame goes away but stream is still going bug 99569 r=av sr=attinasi
2001-09-28 03:34:53 +00:00
peterlubczynski%netscape.com
7487a1bcc1
Ignore leading and trailing whitespace for src and data attributes bug 96362 r=av sr=attinasi
2001-09-28 03:29:24 +00:00
bzbarsky%mit.edu
7a6cc28476
Make setting element.style.foo just parse the value instead of creating
...
a property:value pair and parsing that. Speeds up setting of
element.style.top by about 5%. Bug 99797, r=attinasi, sr=jst
2001-09-28 01:38:36 +00:00
rods%netscape.com
11ec02ccf2
Make so hitting return in text field submits form when there is a single text field and no submit
...
or there is a submit and the submit btn is to be included in the post data
Bug 99920 r=attinasi sr=kin a=pdt
2001-09-28 00:37:27 +00:00
alexsavulov%netscape.com
4acf6b2c72
fix for bug 99948 - added rounding to pixel in CalculateSizeStandard
...
r= rods sr= attinasi
2001-09-27 21:45:14 +00:00
dbaron%fas.harvard.edu
7330576960
Fix leak of widget. b=101679 r=jag sr=hyatt
2001-09-27 21:41:33 +00:00
alexsavulov%netscape.com
ca9d69ecb3
regression testing for tables file (bug 99948) - not affecting the build
2001-09-27 21:40:02 +00:00
alexsavulov%netscape.com
88bdee262a
regression test files for tables (bugzilla bug 99948) - not affecting the build
2001-09-27 21:37:46 +00:00
hyatt%netscape.com
7713e7865b
Fix for 101510, crash when clicking on font dropdown in prefs. r/sr=dbaron,waterson
2001-09-27 21:32:44 +00:00
waterson%netscape.com
bac705737b
Bug 73235. Don't add scrollbar's width to MES. r=attinasi, sr=hyatt
2001-09-27 20:52:45 +00:00
rbs%maths.uq.edu.au
5b02d7ca8a
bug 99010 - font changes. r=attinasi@netscape.com, sr=waterson@netscape.com
2001-09-27 18:34:30 +00:00
rbs%maths.uq.edu.au
7f1638d039
bug 99010 - font changes. r=attinasi@netscape.com, sr=hyatt@netscape.com
2001-09-27 18:33:58 +00:00
karnaze%netscape.com
0cfe1b4b73
new regression tests, not affecting the build.
2001-09-27 16:15:46 +00:00
dbaron%fas.harvard.edu
a7e1f13de7
Add list of good regression test pages on the net. Not part of the build
2001-09-27 00:13:52 +00:00
dbaron%fas.harvard.edu
f64e6ca2dc
Add list of good regression test pages on the net. Not part of the build
2001-09-27 00:04:07 +00:00
dbaron%fas.harvard.edu
94becbac47
Ignore all regression test output. Not part of build.
2001-09-26 23:57:07 +00:00
rods%netscape.com
f90b35f264
Enables the configuration of headers and footers, via 6 string in the nsIPrintOptions
...
3 for the header and 3 for the footer.
The new codes are &T,&U,&D,&P,&PT (see bug for explanation)
Bug 99415 r=kmcclusk, sr=attinasi a=pdt
2001-09-26 14:01:26 +00:00
karnaze%netscape.com
a1eb90ee96
Fix bug "IFrames repositioned by whitespace in HTML" (no number yet) - give cols with no content 0 width unless they have style width, sr=kin, r=alexsavulov
2001-09-26 13:49:26 +00:00
peterlubczynski%netscape.com
421eef1dcc
Clean up code in part for fix for doing GET rather than POST when NPN_PostURL is called bug 77603 r=av sr=attinasi
2001-09-26 02:45:20 +00:00
alecf%netscape.com
3c04d06ce2
other file I missed - use NS_LITERAL_STRING instead of char* because API changed
2001-09-26 01:14:37 +00:00
alecf%netscape.com
ef91a55dd7
oops missed this file - use NS_LITERAL_STRING now that API has changed
2001-09-26 01:10:14 +00:00
alecf%netscape.com
68c098cad5
bug 101562 - dont' use necko to unnecessarily create URIs just to load a string bundle. r=harishd, sr=attinasi
2001-09-26 00:36:45 +00:00
hewitt%netscape.com
8c19fc069c
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
2001-09-25 23:35:36 +00:00
hewitt%netscape.com
989692bdd6
9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt
2001-09-25 22:17:47 +00:00
hewitt%netscape.com
433ff11b78
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
2001-09-25 22:17:00 +00:00
av%netscape.com
2e25246c6d
Fix for bug 91095 -- Default Plugin bypassed if 'code' attribute is missing in 'applet' tag, r=peterl, sr=attinasi
2001-09-25 22:04:24 +00:00
rods%netscape.com
4d11ab38a1
Removed setting page height to 5 pages when printing a document "AsIs"
...
Also, added special case code for sizing of "AsIs" documents when they
are positioned 0,0
Bug 100797 r=kmcclusk sr=attinasi
2001-09-25 13:00:04 +00:00
attinasi%netscape.com
c4b5ba5576
Don't allow consecutive images to wrap in table cells with percentage width. r=kmcclusk sr=waterson b=100568
2001-09-25 06:31:46 +00:00
gerv%gerv.net
1968b7dad2
License changes, take 2. Bug 98089. mozilla/content/.
2001-09-25 01:32:19 +00:00
bzbarsky%mit.edu
ad1dbdf870
making the "Enabling quirk stylesheet" message only show up for some
...
people who care (even in debug builds). bug 100983, r=dmose, sr=attinasi
2001-09-24 22:36:43 +00:00
rjesup%wgate.com
74a56c0ca5
Backout of commits for bug 97299. This causes assertions, which means we
...
missed some spots where name was getting set.
2001-09-24 15:26:39 +00:00
karnaze%netscape.com
66046cb3f7
bug 82401 - remove cell from correct parent when cell spans into split row; work around bug 101264 by doing initial reflow with unconstrained height. sr=kin, r=attinasi.
2001-09-24 14:48:38 +00:00
rjesup%wgate.com
a230194a5b
Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi
2001-09-24 07:35:04 +00:00
waterson%netscape.com
a2d1d248a7
Remove old unused files. r=rods, sr=attinasi
2001-09-22 23:29:03 +00:00
bernd.mielke%snafu.de
9e26d34f52
bug 97905 add -B 1 to the rtest.bat in order to avoid the complete regression tree dump
...
on every error. With this option only the differing nodes will be printed out.
This is not part of the build.
2001-09-22 17:30:21 +00:00
cls%seawood.org
18739e6a1d
Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.
...
Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls
2001-09-22 13:34:38 +00:00
varga%utcru.sk
5550bb3bda
Fix for 97110. nsOutlinerBodyFrame::GetLastVisibleRow returns incorrect value.
...
r=varga, sr=hyatt, patch by mike@vee.net
2001-09-22 05:57:11 +00:00
hyatt%netscape.com
41a81f9245
Fix for 96291, leaking popups in tree widget, causing reply-all in mailcompose to fail autocompletion. r/sr=waterson,danm
2001-09-22 00:32:23 +00:00
pchen%netscape.com
e711f7fa3e
Fix for smoketest blocker 100702, remove extra lines caused by misapplied
...
patch for bug 98107
2001-09-21 20:19:39 +00:00
mkaply%us.ibm.com
a80c7ca184
#97907
...
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2001-09-21 13:52:39 +00:00
karnaze%netscape.com
d3060e6bb0
new regression tests developed by alexsavulov not affecting the build.
2001-09-21 13:49:00 +00:00
karnaze%netscape.com
0565fc7391
bug 92143 - alexsavulov's patch for special handling of nowrap on <td> when there is a width. sr=attinasi, r=karnaze.
2001-09-21 13:43:18 +00:00
kin%netscape.com
df98e67e74
Fix for bug #92215 : [Table Printing] Mozilla crashes when printing the front page of slashdot
...
Modified nsBlockFrame::ReflowDirtyLines() so that it
removes any floaters on it's continuing frames list,
if they are on lines that are being pulled up.
r=dbaron@fas.harvard.edu sr=waterson@netscape.com
2001-09-21 13:41:52 +00:00
waterson%netscape.com
7241191f29
Bug 96228. Make nsContainerFrame::PositionFrameView position _only_ the frame's view (don't recur). Explicitly call nsContainerFrame::PositionChildViews as appropriate when moving a frame post-Reflow. Consolidate view positioning logic duplicated between PositionFrameView and SyncFrameViewAfterReflow, which now correctly computes offset for anonymous view in nsScrollFrame and accounts for scrolled views. r=kmcclusk,karnaze sr=attinasi
2001-09-21 00:53:29 +00:00
rods%netscape.com
d5c3ae49ab
Should set PrintObject to print "AsIs" if it doesn't have children
...
Bug 83683 r=kmcclusk r=attinasi
2001-09-20 12:13:48 +00:00
hyatt%netscape.com
d6d909e72a
Make XUL boxes check maxheight/maxwidth attrs as well as minwidth. r/sr=hewitt,jst
2001-09-20 07:46:13 +00:00
mkaply%us.ibm.com
ef9e88c813
OS/2 bustage
...
PR_STATIC_CALLBACK is not needed here
2001-09-20 02:38:56 +00:00
bzbarsky%mit.edu
47b3292676
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
...
sr=jst
2001-09-19 14:16:34 +00:00
rods%netscape.com
07983f1cca
Make the default "submit"
...
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 13:00:23 +00:00
karnaze%netscape.com
e908dd0313
bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov.
2001-09-19 12:35:19 +00:00
jst%netscape.com
1a88564de0
Fixing bug 100270. Crash when evaluating 'window.close();' in the JavaScript console. r=waterson@netscape.com, sr=hyatt@netscape.com
2001-09-19 07:08:15 +00:00
edburns%acm.org
0032f800c7
bug=98107
...
r=peterl
sr=rpotts
/* According to the HTML 4.01 spec, at
* http://www.w3.org/TR/html4/types.html#type-cdata
* ''User agents may ignore leading and trailing
* white space in CDATA attribute values (e.g., "
* myval " may be interpreted as "myval"). Authors
* should not declare attribute values with
* leading or trailing white space.''
*/
2001-09-19 03:34:17 +00:00
hyatt%netscape.com
dd3977cf55
Fix for 99198, ensure that stack doesn't stretch children explicitly position at left/top of (0,0), r=bryner, sr=waterson
2001-09-19 02:05:57 +00:00
hyatt%netscape.com
521aa37f9d
Fix for 99476, setting the pack attribute on boxes should cause a reflow. r=bryner, sr=waterson
2001-09-19 01:56:03 +00:00
hyatt%netscape.com
18ad83890a
Fix for 49874 and 98109, make iframes build their docshells and kick off their content load from frame construction, also enabling the primary content area to be dynamically shiftable. r=jag, sr=waterson
2001-09-19 01:53:00 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
bryner%netscape.com
3a64c9e985
Bug 99192 - don't tab into popups. r=jag, sr=hyatt.
2001-09-18 02:25:07 +00:00
peterlubczynski%netscape.com
8727eab1d0
Implement plugin printing bug 27478 r=av,beard sr=attinasi
2001-09-18 02:11:09 +00:00
dbaron%fas.harvard.edu
e5670937de
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
2001-09-17 23:59:30 +00:00
dbaron%fas.harvard.edu
3c55d5d6f3
Make fixed positioning code check for NS_AUTOOFFSET to fix positioning of auto-sized fixed positioned elements relative to bottom or right. b=98579 r=waterson sr=attinasi
2001-09-17 23:55:58 +00:00
attinasi%netscape.com
6787cc3c9b
Fixing erroneous addition to previously reviewed and approved patch: b=97619 r=bernd sr=waterson
2001-09-17 23:13:57 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
dbaron%fas.harvard.edu
e12dc421f6
Add all extension properties to nsIDOMNSCSS2Properties, rather than just a few. Clean up nsDOMCSSDeclaration implementation of nsIDOM{,NS}CSS2Properties and implement new attributes in nsIDOMNSCSS2Properties. r=hixie sr=jst b=98500
2001-09-17 00:57:46 +00:00
bernd.mielke%snafu.de
0084f1a429
bug 97905, adding a link from block regression tests to table regression tests,
...
this has already been done for linux. Creating a virtual drive s: if necessary.
r=karnaze not part of the build
2001-09-16 18:35:07 +00:00
bzbarsky%mit.edu
39e131f2a5
Make insertRule() calls on a media rule which initially had no children
...
not fail. Bug 98931, r=sicking, sr=jst
2001-09-15 01:27:49 +00:00
waterson%netscape.com
332dd600c2
Bug 99538. Improve debug output for XUL frames. r=evaughan, sr=hyatt
2001-09-15 00:45:54 +00:00
mkaply%us.ibm.com
051c211df1
#83698
...
r=beard, sr=jband
This code was previously r/sr for XP_UNIX. Because the OS/2 Java plugin is based on the Unix Java plugin, we need this fix too.
2001-09-14 21:16:19 +00:00
harishd%netscape.com
c5efdc8321
98261 - reconcile the difference between the ContentSink's notion of depth and Layout's notion of depth. r=heikki, sr=attinasi.
2001-09-14 20:44:41 +00:00
waterson%netscape.com
0db1809647
Bug 99293. Clean up regression tests that throw dialogs on Unix. r=karnaze, sr=attinasi
2001-09-14 20:32:29 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
waterson%netscape.com
bb3e3f27b3
Bug 99443. Use filtered insertion point of first appended child instead of unfiltered insertion point when appending. r=dbaron, sr=hyatt
2001-09-13 22:56:55 +00:00
darin%netscape.com
5a2d9f0d2d
checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
...
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
heikki%netscape.com
358817a443
Bug 78021, Copy Link Address context menu does not work for image maps (<area> elements), <link> elements or simple XLinks. r=harishd, sr=vidur.
2001-09-12 23:31:37 +00:00
waterson%netscape.com
312e030d45
Fix missing return value on ChildIterator::operator=().
2001-09-12 22:41:49 +00:00
waterson%netscape.com
113f8f2a68
Use C-style cast to make gcc-2.7.2.3 happy.
2001-09-12 21:37:20 +00:00
peterlubczynski%netscape.com
3943a56f95
Fix for crash when checking for a sub document bug 96579 r=av sr=attinasi
2001-09-12 20:43:40 +00:00
waterson%netscape.com
b858f247ce
Bug 84645. Move XBL insertion point stuff in frame constructor so it can get along with continuing frames. r=dbaron, sr=hyatt
2001-09-12 20:22:21 +00:00
waterson%netscape.com
d76d3fdf0d
Bug 84645. Move XBL insertion point logic into nsCSSFrameConstructor, where it can interact nicely with continuing frames. r=dbaron, sr=hyatt
2001-09-12 20:19:41 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
peterlubczynski%netscape.com
f94929cc86
Correct ussages of data= for object tags embedding documents bug 97799 r=dcone sr=attinasi
2001-09-12 04:00:52 +00:00
waterson%netscape.com
560f091a60
Bug 97383. Add regression test.
2001-09-11 22:49:15 +00:00
waterson%netscape.com
1688e3949f
Bug 72152. Be sure to update the pres context's visible area after doing a resize reflow. r=dbaron, sr=attinasi
2001-09-11 22:21:21 +00:00
waterson%netscape.com
e73674359b
Bug 97383. Include the float's max-element-width in computation of the line's max-element-width so that we're guaranteed to place content next to a left floater. Revert some of the NOWRAP changes that should no longer be necessary. r=dbaron, sr=attinasi
2001-09-11 22:17:21 +00:00
attinasi%netscape.com
c039da0012
Fixed a typo that was causing an assertion in one of my testcases: b=99229, r=karnaze sr=waterson
2001-09-11 21:28:38 +00:00
mkaply%us.ibm.com
4ca3cf959e
#76856
...
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:50:35 +00:00
jst%netscape.com
31c9d83acb
Fixing bug 98828. Cache a few nsSpaceManager objects to avoid spending 43%cvs ci -m ! of the time spent in PresShell::ProcessReflowCommand() in new and delete. r=dbaron@fas.harvard.edu, sr=waterson@netscape.com
2001-09-11 00:55:05 +00:00
attinasi%netscape.com
2ddbc70494
Fixed performance issue by restricting the cases in which we traverse up the frame tree looking for a containing block with a real computed height. b=85016 r=karnaze sr=waterson
2001-09-11 00:12:28 +00:00
alecf%netscape.com
298c713fa2
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
dbaron%fas.harvard.edu
dcd9a0a54f
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +00:00
dbaron%fas.harvard.edu
9904d904df
Change NS_SUCCEEDED check to null-check since GetDocument may return a null document. r=jag sr=waterson b=99056
2001-09-10 19:39:25 +00:00
dbaron%fas.harvard.edu
917fff3b3e
Null check to fix topcrash bug 97226. r=hixie sr=waterson
2001-09-10 19:36:59 +00:00
ben%netscape.com
e1da7c732e
Add implementation for MoveTo method to nsMenuPopupFrame (exposed through nsIPopupBoxObject), etc.
...
Also change static mDismissalListener to sDismissalListener.
Part of fix for 95401
r=jag, sr=hyatt
2001-09-10 07:34:54 +00:00
ben%netscape.com
4f7c7d15fd
Add |sizeTo| and |moveTo| methods to nsIPopupBoxObject, allow popups to have their automatic rollup, keyboard navigator and auto positioning functionality disabled.
...
Part of fix for 95401.
r=jag, sr=hyatt
2001-09-10 07:33:33 +00:00
bernd.mielke%snafu.de
9d44bea1f1
Adding xhtml table testfiles to the regression tests not part of the build
2001-09-09 14:27:52 +00:00
jaggernaut%netscape.com
b26394e3be
Bug 73353: clean up REQUIRES. r=cls
2001-09-09 13:36:07 +00:00
dp%netscape.com
6ec83539f3
Fixing build bustage.
2001-09-08 22:01:22 +00:00
bzbarsky%mit.edu
77cf845808
Bug 98663. Make Presshell not call InsertRule() on strings that contain
...
multiple rules. r=dbaron, sr=attinasi
2001-09-08 21:42:02 +00:00
dp%netscape.com
006dc421cd
bug# 98786 Eliminating url cloning r=gagan,sr=jst
2001-09-08 21:13:20 +00:00
attinasi%netscape.com
f69167707b
Tweaked the existing CalcQuirkContainingBlockHeight method to allows for percentage based elements in deeply nested blocks, instead of just elements that are directly in the BODY. b=85016 r=karnaze sr=waterson
2001-09-08 20:09:08 +00:00
attinasi%netscape.com
6507d5d128
Fix for image wrapping problems in table cells. b=97619 r=bernd sr=waterson
2001-09-08 19:26:34 +00:00
jaggernaut%netscape.com
5b93c1d9fc
Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt
2001-09-07 14:23:21 +00:00
pavlov%netscape.com
2cdf944fd0
fix for table 64bit lameness. bug 98686. r=gisburnd sr=jst
2001-09-07 09:58:16 +00:00
cls%seawood.org
b67ae69035
The AIX compiler cannot handle string literals inside of a triconditional statement so use named literals instead.
...
Thanks to David Baron <dbaron@fas.harvard.edu> for the patch.
Fixing tinderbox bustage.
2001-09-07 07:33:15 +00:00
rjesup%wgate.com
f0b7d458d4
Bug 96710: (try 2). Right() takes number-of-chars-to-return, not position.
...
r=jag, sr=jst
2001-09-07 03:44:33 +00:00
dbaron%fas.harvard.edu
06944cc30e
Make getComputedStyle remove the extra default font that we add to the end of the font-family list so it returns the original computed value. b=94078 r=hyatt sr=jst
2001-09-07 02:28:10 +00:00
pierre%netscape.com
c164042a1e
Bug 93371 (WRMB: Treat classes case insensitively in quirks mode). Back out ianh's patch in nsCSSParser.cpp and nsHTMLAttributes.cpp. Treat classes and IDs case insensitively as described in Bug 35522. r=glazman (+dbaron/jst) sr=hyatt
2001-09-07 00:23:37 +00:00
rjesup%wgate.com
3098b524ca
bug 92573: VoidArray->AutoVoidArray changes for layout/*. r=kin, sr=attinasi
2001-09-06 21:11:44 +00:00
rjesup%wgate.com
f8b915228e
Bug 96710: Misuse of string.Mid() - uses should be string.Right().
...
r=kin, sr=jst
2001-09-06 19:38:20 +00:00
rjesup%wgate.com
9192f1e9a5
Bug 92575: voidarray->autovoidarray changes in content/*, minus mChildren
...
changes in nsXULContentSink.cpp and nsGenericElement.cpp as per jst.
r=hyatt r=pierre sr=jst
2001-09-06 19:16:03 +00:00
attinasi%netscape.com
306e8a9552
New testcase added. Not part of build
2001-09-06 18:18:48 +00:00
attinasi%netscape.com
3042f9eca2
New table layout regression test. Not part of build
2001-09-06 18:18:10 +00:00
attinasi%netscape.com
b5b5c0f142
Added table layout regression test for bug 97619. Not part of build
2001-09-06 17:49:46 +00:00