jkeiser%netscape.com
60da39d7ff
Make frameborder=0 work again (bug 147883), patch by mats.palmgren@bredband.net, r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu
2002-08-22 02:11:05 +00:00
sspitzer%netscape.com
eb537e0075
fix for #163404 . when the height of a tree shrinks, we should ensure that the selected row is still visible. this really comes into play in the mailnews thread pane.
...
when I show the message pane (after it has been collapsed), the selected message can go out of view.
if the size of the thread pane shrinks because I move the splitter or make the whole window smaller, it can happen as well.
Note Outlook Express does the same thing.
r=varga, sr=bryner. thanks to martinl for the bug report.
2002-08-22 00:21:20 +00:00
dbaron%fas.harvard.edu
8580076d1f
Fix XUL style attribute change regression by making |#ifdef MOZ_SVG| code the default, but moved elsewhere. b=163481 r=bbaetz sr=bryner
2002-08-22 00:01:30 +00:00
mkaply%us.ibm.com
b6193d64e3
Back we go since glazman backed out 117730
2002-08-21 13:12:30 +00:00
rods%netscape.com
fa04fb294e
Move printing code out of the DocumentViewer
...
add in #defines to turn on and off printing and print preview
Bug 139905 r=dcone sr=jst
2002-08-21 12:01:05 +00:00
pete.zha%sun.com
aa33d31a25
Browser crash when close print preview in a page has fixed DIV
...
bug=163800 r=rods sr=jst
2002-08-21 08:56:58 +00:00
mjudge%netscape.com
4f5986ffdc
163631 fixing regression caused by last checkin. just undoing to what was there allready. no need to check height on frames. this messed up table row group frames.
2002-08-20 22:42:26 +00:00
mjudge%netscape.com
8c2c53f116
163483 backing out poor change that didnt take into account the translation of coordinates by the container frame. this is just a backout.
2002-08-20 22:08:44 +00:00
rbs%maths.uq.edu.au
c12c2a8399
One-liner forgotten in the mass merge of bug 162412
2002-08-20 21:56:51 +00:00
dbaron%fas.harvard.edu
9ced6ae565
Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin
2002-08-20 19:40:23 +00:00
dbaron%fas.harvard.edu
3628be818c
Make marquee 'display: block' so that styling it works correctly. (The XBL binding already forces block-like display.) b=163031 r=doron sr=kin
2002-08-19 18:43:17 +00:00
dbaron%fas.harvard.edu
878be4835f
Correctly process a framechange hint on the root element to prevent crashes. Prevent selects from triggering style reresolution before they're added to the document, and prevent a little bit more reresolution that's a performance hit. b=143862 r=bzbarsky, jkeiser sr=jst, waterson
2002-08-19 18:35:09 +00:00
dbaron%fas.harvard.edu
8c3542b0dd
Ensure that the event state manager doesn't send content state changed notifications for content that's been removed from the document. b=157322 r=bryner sr=kin
2002-08-19 18:31:59 +00:00
dbaron%fas.harvard.edu
d765859c85
Make PopupSet registration on the root box frame done by the popupset and add unregistration when the popupset goes away to fix crashes from dangling pointers. b=156719 (and 136513) r=bryner sr=kin
2002-08-19 18:29:29 +00:00
kin%netscape.com
50e1a69237
Fix for bug #96736 : [FLOATER]The "Top 1000 Reviewer" is overwritten by text
...
mozilla/layout/base/src/nsSpaceManager.cpp
mozilla/layout/base/src/nsSpaceManager.h
- Implemented nsSpaceManager methods PushState()
and PopState().
mozilla/layout/html/base/src/nsBlockReflowContext.cpp
- Modified nsBlockReflowContext::DoReflowBlock() to
call PushState() and PopState() to remove any
floaters that may have been added to the SpaceManager
during the intermediate "unconstrained" Reflow()
call, used to calculate the max block width. This
allows the Reflow() call that immediately follows
it to properly place the floaters.
r=waterson@netscape.com sr=dbaron@fas.harvard.edu
2002-08-19 04:41:57 +00:00
henry.jia%sun.com
227be5af9c
Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
...
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
bryner%netscape.com
025fb3a058
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
dcone%netscape.com
53276bf5e0
b=148598 r=mcclusky,sr=kin Speed up scrolling
2002-08-18 00:46:00 +00:00
aaronl%netscape.com
4bb787ada2
Complete fix for last night's bustage when checking in bug 132158 - forgot to check in MANIFEST.
2002-08-17 18:49:30 +00:00
dbaron%fas.harvard.edu
f363c6f0ae
Convert mapped attribute table from nsHashtable to pldhash. b=148368 sr=bzbarsky r=sicking
2002-08-17 12:17:03 +00:00
bryner%netscape.com
4271439830
Speed up intrinsic sizing of trees by not creating a new rendering context for each cell width measurement (bug 163186). r=varga, sr=hewitt.
2002-08-17 05:36:24 +00:00
varga%netscape.com
0597130087
Fix for bug 114989. Expand / collapse thread ("+" and "-") icons are drawn
...
incorrectly. r=bryner, sr=bz
2002-08-17 03:58:18 +00:00
aaronl%netscape.com
5229183e82
Bug 132158. Active Accessibility: expose correct bounds information and accessible value for HTML areas. r=saari, sr=alecf.
2002-08-17 01:46:58 +00:00
rbs%maths.uq.edu.au
a7e1410a39
Merge mi/ms/mtext in a single token class and make mo inherit from the token class. The merge allows centralizing the special treatment needed for their child text frames that are non-MathML, b=162412, r=roc+moz, sr=kin
2002-08-16 21:36:31 +00:00
dbaron%fas.harvard.edu
a7f0385127
Clean up unneeded includes of nsStyleUtil.h, and some other include cleanup in MathML. r=rbs b=71257 (|#include| changes only)
2002-08-16 11:52:20 +00:00
dbaron%fas.harvard.edu
d4cc4f7061
Handle style attribute changes in XUL through the normal style change mechanism rather than forcing a reframe. Change nsIStyledContent::WalkInlineStyleRules to nsIStyledContent::GetInlineStyleRule to simplify nsCSSFrameConstructor::AttributeChanged. b=156971 sr=hyatt r=bzbarsky
2002-08-16 11:29:20 +00:00
bzbarsky%mit.edu
355f48a3e9
Fix placement of positioned elements with auto "top". Bug 44508, patch
...
by Mats Palmgren (mats.palmgren@bredband.net ), r=dbaron, sr=bzbarsky.
2002-08-15 23:00:23 +00:00
mkaply%us.ibm.com
0613780eca
#162387
...
r=pedemont, no sr.
OK, I need this in. OS/2 menus are unusable without this.
Basically, when 117730 went in, it regressed this because
the fix for 101771 was no longer needed.
This is backing out the 101771 fix.
I have verified this doesn't break Windows.
The only other platform that could be an issue is Mac, but
it shouldn't be because Mac uses native menus. No other
platform handles clipSiblings.
If this does break something, you would see it as menus
appearing behind other menus.
2002-08-15 14:49:44 +00:00
gerv%gerv.net
5d6f3fde41
Bug 53764 - Netscape Confidential and Proprietary source code in the mozilla source tree. Patch by moz@compsoc.man.ac.uk; r=gerv, auto-sr=brendan (comment changes only.)
2002-08-15 07:20:50 +00:00
seawood%netscape.com
55ec62b72d
Removing unused _NS_IMPL_LAYOUT define.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162308 r=cls
2002-08-15 05:39:40 +00:00
varga%netscape.com
c13cc92b0f
Fix for bug 142642 - Tree should not scroll on dragover immediately after that mouse enters the drag scroll.
...
r=bryner, sr=bz
Thanks to Pierre Chanial for initial patch.
2002-08-15 05:06:19 +00:00
bzbarsky%mit.edu
b12dd3ebe7
Fix crash; we may have a #text node. Bug 159359, r=sicking, sr=jst
2002-08-15 02:28:54 +00:00
bzbarsky%mit.edu
cff9eae530
Clean up the mLanguage string. Bug 35768 add-on, rs=dbaron, r=sicking
2002-08-14 22:37:33 +00:00
shanjian%netscape.com
13973c7248
Back out my previous change because it cause regression 162670.
2002-08-14 19:18:27 +00:00
dbaron%fas.harvard.edu
f9fe875d87
Remove extraneous line pointed out by peterv. b=35768
2002-08-14 14:23:56 +00:00
dbaron%fas.harvard.edu
768c965b07
Attempt to fix page load regression. b=35768
2002-08-14 14:01:39 +00:00
dbaron%fas.harvard.edu
48e2161f68
Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky
2002-08-14 13:16:35 +00:00
dbaron%fas.harvard.edu
815f207e63
Back out most of patch for bug 154910 to fix crash, since nsLineLayout need not do all its allocation without other things lower on the stack. b=162516
2002-08-14 13:00:16 +00:00
dbaron%fas.harvard.edu
22351decd5
Mark freed memory in stack arena with 0xdd. b=161283 sr=bzbarsky r=kin
2002-08-14 12:49:24 +00:00
dbaron%fas.harvard.edu
9b467a5c57
Don't repeatedly reapply the carried out bottom margin when clearing long words past floats. Fixes infinite loop in the case where the margin is negative. b=153429 sr=bzbarsky r=roc+moz
2002-08-14 12:44:40 +00:00
dbaron%fas.harvard.edu
cb597e3031
Make the declarations of colors for radio buttons and check boxes important, so they are unstylable (and styles in web pages don't cause them to disappear). b=58755 r=jkeiser sr=bzbarsky
2002-08-14 12:42:03 +00:00
antonio.xu%sun.com
d9f555d2f5
replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
...
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
dbaron%fas.harvard.edu
79638e5f49
Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768
2002-08-14 12:34:39 +00:00
bzbarsky%mit.edu
d3f12571aa
Fieldset should look at its computed width even when there is no
...
legend. Bug 162502, r=jkeiser, sr=dbaron
2002-08-14 02:28:23 +00:00
shanjian%netscape.com
04cb8910cc
#161328 , CJK string is not breakable before joined frames
...
CJK character is marked as breakable after first word.
For joined piece, check if it is breakable in between.
r=rbs, sr=boris zbarsky
2002-08-13 23:50:42 +00:00
bzbarsky%mit.edu
bc6cc23c42
Fix crash bug 159359, patch by leon.zhang@sun.com, r=jkeiser, sr=bzbarsky
2002-08-13 23:33:58 +00:00
jkeiser%netscape.com
6bae0f9512
Rearrange how layout history keys are created (bug 162409), r=sicking@bigfoot.com, sr=bzbarsky@mit.edu
2002-08-13 17:14:18 +00:00
rbs%maths.uq.edu.au
71f98e20b6
bug 133761 - substitute leading _ with trailing _ for pure C/C++ compliance (uber-nit of brendan)
2002-08-13 00:52:38 +00:00
rbs%maths.uq.edu.au
12db0ac0aa
Improve the handling of the inter-space around invisible MathML characters, b=133761, r=roc+moz, sr=bzbarsky
2002-08-12 23:30:35 +00:00
seawood%netscape.com
67c2c5b3c0
Removing unused defines:
...
_IMPL_NS_BASE (bug #162142 )
_IMPL_NS_GFXONXP (bug #162145 )
_IMPL_NS_UI (bug #162183 )
B_ONE_M (bug #162196 )
XP_NEW_SELECTION (bug #162230 )
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
bernd.mielke%snafu.de
669b85879f
improved lookup of cellmap for the repeated thead and tfoot sections during printing bug 159358 patch by karnaze r=bernd sr=dbaron
2002-08-12 04:55:29 +00:00
dbaron%fas.harvard.edu
6a85bf516a
Make BR-related parts of the quirky inline box model also quirky in almost-standards mode, to match the rest of the inline box model quirks. b=161691 sr=bzbarsky r=caillon
2002-08-11 18:00:07 +00:00
dbaron%fas.harvard.edu
839c83ca5d
Move FindNonTransparentBackground from nsStyleUtil to nsCSSRendering so that nsStyleUtil doesn't need to be in content/shared. b=71257 r=heikki sr=bzbarsky
2002-08-11 17:56:15 +00:00
gerv%gerv.net
13abf76938
Bug 53764 - change tests to remove NSCP Confidential notices (and <cr> characters.) Patch by moz@compsoc.man.ac.uk; r=gerv, auto-sr=brendan.
2002-08-10 16:49:00 +00:00
jerry.tan%sun.com
655ebc2dca
bug 120226, can't show system hint when browser maximize
...
patch by jerry.tan@sun.com r=bryner, sr=hewitt
2002-08-10 10:16:39 +00:00
gerv%gerv.net
a6d4accdea
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
aaronl%netscape.com
85507cff5c
Bug 158754 - rest of checkin (correct code formatting this time)
2002-08-10 08:22:52 +00:00
aaronl%netscape.com
fac59ec279
Bug 158754. Allow type ahead find to change selection color, and show caret with selection. r=akkana, sr=jst
2002-08-10 08:15:30 +00:00
aaronl%netscape.com
c8215a38ee
Bug 160793. Active Accessibility: support broken images. r=kyle, sr=hewitt
2002-08-10 07:59:44 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
dveditz%netscape.com
b3139448f9
activate button on keyup only if already depressed (bug 161721) r=saari,sr=blake
2002-08-10 01:23:01 +00:00
bernd.mielke%snafu.de
4655d242cc
bug 155652 build warning fix r=karnaze sr=bz
2002-08-09 09:30:41 +00:00
rbs%maths.uq.edu.au
bd53bdea35
Perl scripts to process the MathFont Properties Files - not part of build
2002-08-09 06:13:29 +00:00
rbs%maths.uq.edu.au
3de094d822
remove perl scripts that are not used anymore - not part of build
2002-08-09 06:11:15 +00:00
rbs%maths.uq.edu.au
cdecf1d409
Update the DOCTYPE in the examples - not part of build
2002-08-09 01:05:00 +00:00
smontagu%netscape.com
52121ade9f
GetWidth optimizations for Unix. Bug 36146. Authors Tomi.Leppikangas@oulu.fi, Roland.Mainz@informatik.med.uni-giessen.de; r=shanjian,smontagu; sr=rbs, darin
2002-08-09 00:13:11 +00:00
bzbarsky%mit.edu
bd00f336c3
Fix crash when clicking empty space in <select>. Bug 161499, r=jkeiser, sr=jst
2002-08-08 22:27:57 +00:00
jkeiser%netscape.com
5cd6207734
Make form controls in fieldsets work (bug 121127), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-08-08 20:38:40 +00:00
alecf%netscape.com
98fb638c96
bug 161716 - stop exporting nsStr from xpcom.dll
...
r=dougt, sr=jag
2002-08-08 18:59:54 +00:00
glazman%netscape.com
7a9b3dcd9e
fixing regression in !important handling introduced by fix for bug 157913; b=161685, r=rods, r=timeless, sr=dbaron, sr=bzbarsky
2002-08-08 17:40:20 +00:00
mjudge%netscape.com
02f5885a2d
127321. r=brade sr=sfrasier. bug that skips getting stuck on word jumping on macs. This feature now may want to be turned on in the windows and unix builds as well.
2002-08-08 06:37:01 +00:00
bzbarsky%mit.edu
a197ab7ca6
Fixing link to raptor image. Doc change only, not part of build.
2002-08-08 06:12:35 +00:00
bzbarsky%mit.edu
26c2aac3b6
That last checkin was r=philipl@mail.utexas.edu,sr=blizzard
2002-08-07 23:54:11 +00:00
bzbarsky%mit.edu
19312d5000
Re-fix bug 139294 by backing out the fix for 152429, since bug 159268
...
fixed the crash that 152429 was on.
2002-08-07 23:52:26 +00:00
mjudge%netscape.com
36f7dde2e4
backing out checked into closed tree
2002-08-07 19:52:18 +00:00
mjudge%netscape.com
32db6e0260
fix for 127321. r=brade sr=smfr. Fix for word jumping getting stuck on punctuation.
2002-08-07 19:48:42 +00:00
mjudge%netscape.com
ceb56bec79
crasher fix: forgot {} around an indented block of code. this will fix 161444 and 161512. r=brade sr= smfr
2002-08-07 17:47:28 +00:00
caillon%returnzero.com
0fbcecb364
Bug 161184. Shrink nsIPresContexts by moving some default value settings out of it and into StyleStructs where they belong.
...
r=bzbarsky sr=dbaron
2002-08-07 07:39:34 +00:00
seawood%netscape.com
301b1a4ca8
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
mkaply%us.ibm.com
2f1ff8bde0
Better fix for OS/2 bustage earlier
2002-08-07 04:06:57 +00:00
rbs%maths.uq.edu.au
05077396a4
Cleanup CSS errors, b=157376, r=dbaron, sr=bzbarski
2002-08-07 02:15:28 +00:00
bzbarsky%mit.edu
14956082f7
back out accidental part of last checkin; fixing bustage
2002-08-07 00:37:04 +00:00
mjudge%netscape.com
c49686d37b
141888 sr=kin r=brade patch to fix too agressive caret disabling from readonly textareas/input areas.
2002-08-07 00:01:11 +00:00
mjudge%netscape.com
d8a501e4c9
159207. HR is now selectable and navigatable. r=cmanske sr=kin
2002-08-06 23:56:50 +00:00
bzbarsky%mit.edu
d2f2e31d44
comment-only add-on to bug 161243 (which is what that previous checkin was)
2002-08-06 23:53:36 +00:00
alecf%netscape.com
9d46c7a238
fix for bug 12493 - layout should canonicalize urls before asking global history for visited status
...
r=radha, sr=darin
2002-08-06 23:51:42 +00:00
bzbarsky%mit.edu
5d1c18865d
clean up some form control stuff (use common helpers and superclasses
...
for shared functionality where possible). r=jkeiser, sr=jst
2002-08-06 23:50:08 +00:00
smontagu%netscape.com
8b17163212
Bug 140609: navigating menu bar with arrows is reversed when UI aligned to the right. r=dean_tessman@hotmail.com, sr=jst.
2002-08-06 23:47:01 +00:00
mkaply%us.ibm.com
e64a838884
OS/2 bustage
2002-08-06 15:22:34 +00:00
glazman%netscape.com
b9599b1617
Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky
2002-08-06 14:39:55 +00:00
dbaron%fas.harvard.edu
558562bfd2
Mark freed memory with 0xdd in DEBUG builds so that we don't free things to the pres shell's arena and then continue using them. b=114219 r=hixie sr=bzbarsky
2002-08-06 13:57:16 +00:00
dbaron%fas.harvard.edu
5e339bca9e
Allocate PerFrameData and PerSpanData in pres shell's stack arena. b=154910 r=bzbarsky sr=waterson
2002-08-06 13:51:07 +00:00
dbaron%fas.harvard.edu
886e6f1527
Add comments explaining lookups in nsCachedStyleData. b=156902 sr=bzbarsky
2002-08-06 13:46:35 +00:00
dbaron%fas.harvard.edu
012105b216
Hacky fix to make HR's ALIGN attribute work again. b=158197 r=mjudge sr=bzbarsky
2002-08-06 12:59:48 +00:00
dbaron%fas.harvard.edu
e2d870b917
Fix regression causing scrollbars not to be extended by absolutely positioned elements in some cases. Also removed unused |FixParentAndView|. b=154230 r=bzbarsky sr=jst
2002-08-06 12:54:52 +00:00
dbaron%fas.harvard.edu
03857773db
Stop using |nsCOMPtr|s on nsIBox and nsIMenuParent, which are always implemented on frames, to prevent calling of |Release| after frame destruction and freeing to the pres shell arena. b=114235 r=bryner sr=bzbarsky
2002-08-06 12:48:28 +00:00
bzbarsky%mit.edu
f060ebb468
Fix bustage....
2002-08-06 06:48:31 +00:00
henry.jia%sun.com
566036896f
5th patch for bug 158080
...
Description: replace the hardcode of @mozilla.org/embedcomp/window-watcher;1 with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 06:20:45 +00:00
henry.jia%sun.com
8954de8e78
4th patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
bzbarsky%mit.edu
3d9601368a
Fix serialization of clip in .cssText. Bug 104321, r=glazman, sr=dbaron
2002-08-06 05:42:44 +00:00
bzbarsky%mit.edu
affd9fbf49
Expose @charset rules in the CSSOM. Bug 160834. r=glazman, sr=dbaron.
2002-08-06 05:26:41 +00:00
bzbarsky%mit.edu
e74e38ec29
Make .style and computed style format rgb() values the same way. Bug
...
160247, r=peterv, sr=jst
2002-08-06 05:18:21 +00:00
bzbarsky%mit.edu
485200387c
dynamically adding @import rules does not trigger all the updates it
...
should. Bug 160065, r=peterv, sr=dbaron
2002-08-06 05:08:47 +00:00
jkeiser%netscape.com
faf019ce38
Get rid of dirt and sludge from the select interface, and add comments (bug 159242), r=rods@netscape.com, sr=jst@netscape.com
2002-08-06 04:59:15 +00:00
bzbarsky%mit.edu
e0bc31b94a
Remove mis-implementation of the "ua-dependent" min-width stuff from
...
CSS1/2. Bug 159059, sr=dbaron, r=hyatt
2002-08-06 04:50:40 +00:00
jkeiser%netscape.com
7789475218
Output a JS warning when a web developer does the wrong form sub attributes (bug 158927), r=rods, sr=bryner
2002-08-06 04:26:35 +00:00
seawood%netscape.com
bdbbad71ef
Fix win32 gmake static builds.
...
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
bzbarsky%mit.edu
7437096b69
Bug 157913. Priority is "important", not "!important". r=glazman,
...
sr=dbaron
2002-08-06 03:21:14 +00:00
caillon%returnzero.com
0a66989320
Bug 160573. Fix a CSS parser warning. Patched by Olivier Cahagne <cahagn_o@epita.fr> r=caillon sr=bzbarsky
2002-08-06 01:22:43 +00:00
bzbarsky%mit.edu
c4caf1665b
Setting rows/cols on a frameset should try to reflow, not reframe. Bug
...
48422, r=jkeiser, sr=jst
2002-08-06 01:06:50 +00:00
smontagu%netscape.com
2a4fb9e6d8
Bug 140557: location bar history is offset when UI aligned to the right. r=dean_tessman@hotmail.com, sr=bz
2002-08-06 01:03:27 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
karnaze%netscape.com
3470593036
doc changes, not affecting the build.
2002-08-05 17:37:49 +00:00
karnaze%netscape.com
427dffcdd5
doc changes, not affecting the build.
2002-08-05 00:26:59 +00:00
karnaze%netscape.com
8f2a63ae19
doc changes, not affecting the build.
2002-08-04 06:05:25 +00:00
sfraser%netscape.com
d374059ce2
Committing simpler patch for bug 157123 (just a Mac-only timer interval change), after the more extensive patch was backed out due to bug 160824. a=asa
2002-08-04 05:09:36 +00:00
karnaze%netscape.com
8aefbc5ab0
new doc file, not affecting the build.
2002-08-04 01:37:25 +00:00
cbiesinger%web.de
b5c07224a5
backout bug 157123, it caused crasher bug 160824
...
a=asa
2002-08-03 19:51:51 +00:00
kyle.yuan%sun.com
2a763823a2
Bug 137033 Chrome buttons remain highlighted after dropdown item selected
...
r=ben, sr=bryner, a=asa
Manually clear hover state when menupopup closes
2002-08-03 01:20:08 +00:00
sfraser%netscape.com
0923d081a1
Fix for bug 157123 -- fix laggy scrolling on Mac by backing off the timer interval from 10ms to 25ms. Also changed the timer to be a repeating timer, and removed some unused #defines. r=bness/pinkerton, sr=scc, a=scc
2002-08-02 22:15:27 +00:00
dcone%netscape.com
a0cbe2a500
Backing out changes for the background speedup.. it broke some hoovering code.. on a web page.
...
I want to investigate this before I leave the patch in.
2002-08-02 18:21:33 +00:00
aaronl%netscape.com
0f4ba024e4
Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt
2002-08-01 23:12:38 +00:00
aaronl%netscape.com
0f8d4f1827
Bug 160153. Accessibility: Report fully expanded URL's. r=jgaunt, sr=jst
2002-08-01 21:36:02 +00:00
dcone%netscape.com
218c5049d8
b=148598 r=peterl sr=kin a=asa. This speeds up scrolling with very large backgrounds.
2002-07-31 17:13:25 +00:00
bzbarsky%mit.edu
9664a11660
new regression test. not part of build.
2002-07-30 06:41:37 +00:00
bzbarsky%mit.edu
cc45de4f05
More documentation checkins. r=jkeiser/sicking, sr=jst, a=asa
2002-07-30 05:34:55 +00:00
bzbarsky%mit.edu
a06f3fd860
Fix allocation of whitespace in table-layout:fixed to handle rounding
...
errors better. Bug 157890, r=karnaze, sr=dbaron, a=asa
2002-07-30 02:29:03 +00:00
hwaara%chello.se
f2bb8b1a0a
#159065 , comment-only change
...
r=jkeiser/sicking, sr=bz/jst, a=asa
2002-07-29 23:44:18 +00:00
cbiesinger%web.de
069f69ec74
bug 50633 patch by riceman+bmo@mail.rit.edu r=jkeiser sr=kin a=asa
...
textarea always does a soft wrap, even with wrap="off" or white-space:nowrap or white-space:pre
2002-07-29 20:13:09 +00:00
dcone%netscape.com
a064c6edca
Backing out changes. Something is interacting wrong with scroll bars.. so I will investigate.
2002-07-29 17:48:22 +00:00
dcone%netscape.com
2aed7eb5c6
b=148598 Very Slow scrolling. r=rods sr=kin a=asa. Fixed the update area for the background images. Improves scrolling 100%
2002-07-29 13:28:32 +00:00
kin%netscape.com
ed80044910
Fix for bug 157055 (Text doesn't show up on Lycos mail front page (layout broken by focus))
...
Removed |!aReflowState.path->mReflowCommand| check from |if| condition for the first block that attempts to incrementally reflow the block's absolute children.
This was preventing us from properly reflowing an absolute positioned child or one its children when the current reflow path tree contained both a reflow command targeted at the block and one targeted at the aboslutely positioned child or one of its children. This check shouldn't be necessary since nsAbsoluteContainingBlock::IncrementalReflow() does the necessary checks to see if it really should reflow any of the absolute children.
r=karnaze@netscape.com ,waterson@netscape.com sr=dbaron@fas.harvard.edu a=asa@mozilla.org
2002-07-29 04:19:15 +00:00
serge%netscape.com
de23207907
fix 152429, flash in an iframe crashes with Gdk-ERROR **: BadDrawable; r=bzbarsky, sr=jst, a=asa
2002-07-26 23:30:27 +00:00
bzbarsky%mit.edu
ab93e54757
Fix bug 159268 (hiding and reshowing an iframe regression). r=sicking,
...
sr=jst, a=asa
2002-07-26 23:11:19 +00:00
jkeiser%netscape.com
78b069a372
Change ns(I)GfxTextControlFrame(2) -> ns(I)TextControlFrame (bug 129909), r=rods
...
@netscape.com, sr=bzbarsky@mit.edu , a=asa
2002-07-26 20:57:24 +00:00
jkeiser%netscape.com
c3faec0fa4
Move nsIHTMLContent.h into content/html/content/public (bug 77069), r=heikki, sr=jst, a=asa
2002-07-26 20:44:02 +00:00
yokoyama%netscape.com
8d6be5d98d
Bug 156979
...
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
leaf%mozilla.org
cc188fe903
adding new files from nsGfxTextControlFrame2.*; part of renaming in bug 129909
2002-07-26 17:17:00 +00:00
peterlubczynski%netscape.com
0a41f4603d
Fixing bug 152927: can't script any plugin in nested EMBED tag inside an OBJECT tag from onLoad handler -- CNET radio does not play with Real because SetSource is called from onLoad r=kmcclusk sr=dveditz a=asa
2002-07-26 03:48:24 +00:00
rginda%netscape.com
8bdc4f430a
bug 155328, "nsViewManager and nsPresShell are unaware of stacked event queues"
...
sr=rpotts, r=jst, a=asa
make sure we always post new reflow events to the topmost queue, and don't skip creating new reflow events just because we happen to have one an elder queue.
2002-07-26 03:29:07 +00:00
smontagu%netscape.com
abce8c0186
Fix crasher bug 158796, r=jkeiser, sr=jst, a=asa
2002-07-25 20:40:51 +00:00
alecf%netscape.com
e9e1a39573
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
...
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
bryner%netscape.com
c101b71840
fixing css syntax error (bug 158981). r=jkeiser, sr=bzbarsky, a=asa.
2002-07-25 00:12:04 +00:00
cbiesinger%web.de
3497972462
bug 158937 r=timeless sr=bz a=asa
...
comment wrong
2002-07-24 20:53:50 +00:00
bzbarsky%mit.edu
b05829e57c
Bug 158230. Clear out all the relevant style data when inline style
...
causes reframes. r=dbaron, sr=hyatt, a=asa
2002-07-23 23:18:26 +00:00
bzbarsky%mit.edu
0b57e2e387
Fix tab switching in embedding apps. Bug 139294,
...
r=philipl@mail.utexas.edu , sr=jst, a=asa
2002-07-23 03:45:06 +00:00
rods%netscape.com
5a1daf5a2a
fixing up test for more variants
2002-07-22 14:43:17 +00:00
rods%netscape.com
c7f42486a8
adding hidden iframe test
2002-07-22 14:02:27 +00:00
rods%netscape.com
45b2693413
Added additional tests cases for printing
2002-07-22 10:58:21 +00:00
rods%netscape.com
d1ba61dd4b
When a FrameSet Frame's contains a FrameSet the mFrameType for the PrintObject
...
is always set to an eFrame. Which is fine when printing "AsIs"
but is incorrect when when printing "Each Frame Separately".
When printing "Each Frame Separately" the Frame really acts like a frameset.
So we need to set it to an eFrame
Bug 157918 r=dcone sr=kin a=scc
2002-07-22 10:55:07 +00:00
pete.zha%sun.com
efe33e8b2b
Summary: print to file overwrites file without asking
...
bug=107484 r=rods sr=bzbarsky a=scc
2002-07-21 10:59:57 +00:00
bzbarsky%mit.edu
783a32db62
fix startup assertions, bug 154503, r=sicking, sr=dbaron, a=asa
2002-07-19 23:58:10 +00:00
varga%netscape.com
ebce2fe56c
Fix for bug 128809 - Mail layout goes into infinite loop when "view headers all" is activated
...
r=kin, sr=bryner, a=scc
2002-07-19 22:36:46 +00:00
leaf%mozilla.org
a3ac15471b
backout dataloss-causing fixes for 143862 and 156719, a=asa
2002-07-19 21:58:09 +00:00
rods%netscape.com
cfc2ea8421
need to check BUSY_FLAGS_PAGE_LOADING before printing
...
Bug 157632 r=dcone sr=jst a=scc
2002-07-18 09:09:54 +00:00
kyle.yuan%sun.com
55abaa2cb6
Bug 131883 All filenames of attachment disappeared by resizing attachment area;
...
r=hewitt, sr=scc, a=scc
Force listitem's rect to be recalculated when its parent was going wider.
2002-07-18 02:19:12 +00:00
bzbarsky%mit.edu
dca89da4d5
Make sure that painting is properly unsuppressed in XML docs. Bugs
...
156985, 81546, 157487, r=dbaron, sr=rbs, a=scc
2002-07-18 01:49:47 +00:00
jkeiser%netscape.com
dca7f18492
Make select clear when last option is removed from it (bug 154410), r=bzbarsky@mit.edu, sr=dbaron@fas.harvard.edu, a=asa
2002-07-18 00:58:31 +00:00
leaf%mozilla.org
8860985e79
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
karnaze%netscape.com
d4170a31fb
new regression tests, not affecting the build.
2002-07-17 16:51:52 +00:00
rods%netscape.com
5fb31c3e15
Add additional test to printing test files
2002-07-17 13:37:59 +00:00
peterv%netscape.com
be908653fb
Fixing MathML packaging bustage on Mac.
2002-07-17 07:17:05 +00:00
karnaze%netscape.com
b342f8f732
bug 153785 - Added function to undo splitting floaters when the line they are on gets moved to the next page. Cached the break type of the last floater that gets split in the block reflow state so that the frame afterh the floater's continuation can combine that break type with its own. a=asa, sr=kin, r=alexsavulov
2002-07-17 01:48:56 +00:00
jkeiser%netscape.com
c5b0a4280a
Make save/restore work for all forms, not just the first (bug 138892), r=rods@netscape.com, sr=attinasi@netscape.com, a=asa
2002-07-16 22:38:51 +00:00
dbaron%fas.harvard.edu
020c118cfd
Work around crashes at ChildIterator::get using bounds check on ChildIterator::seek. sr=waterson r=kin a=asa b=133219
2002-07-16 14:53:43 +00:00
kyle.yuan%sun.com
30148562cb
Sorry, my previous checkin is not the final one. Fixed!
2002-07-16 01:45:38 +00:00
kyle.yuan%sun.com
1feb7f868a
Bug 154929 Wrong behavior when dragging splitter in mail thread pane
...
r=varga, sr=bryner, a=asa
omitted hidden columns when dragging
2002-07-16 01:23:43 +00:00
karnaze%netscape.com
7f034a3166
new regression tests not affecting the build.
2002-07-15 15:18:28 +00:00
karnaze%netscape.com
669f9885af
bug 154741 - use macros instead of NS_FRAME_COMPLETE, a=asa, sr=kin, r=alexsavulov.
2002-07-15 14:46:01 +00:00
ccarlen%netscape.com
04b6fab64b
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
2002-07-13 00:18:46 +00:00
rbs%maths.uq.edu.au
964b8b6a4a
Align the bar of the radical on pixel boundaries to get a nicer & uniform spacing on stacked radicals, b=130282, r=roc+moz, sr=waterson, a=asa
2002-07-12 21:14:32 +00:00
bzbarsky%mit.edu
8bcb659f61
Add some more Ethiopic list styles. Bug 154503, patch by yacob@geez.org
...
(Daniel Yacob), r=dbaron, rs=brendan, a=asa
2002-07-12 20:46:19 +00:00
dbaron%fas.harvard.edu
725f1e7cab
Fix crash when we do a ReconstructDocElementHierarchy on a XUL document, which destroys the nsDocElementBoxFrame (which constructs the popupset) but not the nsRootBoxFrame. b=156719 r=waterson sr=ben a=asa
2002-07-12 01:46:20 +00:00
serge%netscape.com
74c6f3e741
fix #156936 , regression: crash using OBJECT tag with any plugin, r=peterl, sr=jag
2002-07-11 19:32:44 +00:00
ducarroz%netscape.com
1bb98ce41b
Fix for bug 156772: Replace the pair NS_ADDREF_THIS/NS_RELEASE_THIS by nsCOMPtr<nsIDocumentViewer>
...
kungFuDeathGrip(this). R=rods, SR=jst
2002-07-11 18:11:12 +00:00
mkaply%us.ibm.com
b8bed56fb0
Fix OS/2 runtime bustage - appears to be a compiler bug - working on getting a testcase together
2002-07-10 22:20:36 +00:00
dbaron%fas.harvard.edu
6572cde9f7
Correctly process a framechange hint on the root element to prevent crashes. Prevent selects from triggering style reresolution before they're added to the document, and prevent a little bit more reresolution that's a performance hit. b=143862 r=bzbarsky, jkeiser sr=jst, waterson
2002-07-10 02:24:18 +00:00
dbaron%fas.harvard.edu
9376629e94
Make scrollbars be reflow roots so that moving the scrollbar in an element with 'overflow' that leads to scrollability doesn't cause a reflow from the top of a document. b=156522 r=waterson sr=kin
2002-07-10 02:17:54 +00:00
smontagu%netscape.com
d63551e2ff
Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin
2002-07-10 00:52:17 +00:00
rods%netscape.com
1ba1fcde85
Implement progress dialog for printing and PP that show before reflow
...
Bug 154136 r=dcone/sgehani sr=alecf
2002-07-09 12:39:02 +00:00
dbaron%fas.harvard.edu
d35e32612b
Ensure that scroll position listeners are properly unregistered. b=114221 sr=waterson r=attinasi
2002-07-09 04:30:28 +00:00
dbaron%fas.harvard.edu
834581869f
Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben
2002-07-09 04:28:58 +00:00
dbaron%fas.harvard.edu
27b9d4524f
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
2002-07-09 04:10:10 +00:00
jst%netscape.com
f2ccfa37c0
Fixing security bug 134315. Make sure we clear the JS scope in cases where it's needed. r=mstoltz@netscape.com, sr=brendan@mozilla.org
2002-07-09 02:49:58 +00:00
rods%netscape.com
9ad7dc90a0
use the title unless empty then use URL instead. And change
...
the progress dialog to display title intead of url
Bug 156305 r=dcone sr=waterson
2002-07-09 02:33:29 +00:00
rbs%maths.uq.edu.au
a6dc0bdbde
support <msqrt> and <mroot> with Mathematica fonts in addition to TeX fonts, b=121493, r=roc+moz, sr=waterson
2002-07-09 01:41:52 +00:00
rbs%maths.uq.edu.au
f166816b3d
crash if position: absolute applied to <math>, b=151054, r=roc+moz, sr=waterson
2002-07-09 01:34:12 +00:00
bryner%netscape.com
90a2f7dfb7
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
caillon%returnzero.com
9df8f33a00
* Implement CSSValueLists and computed -moz-border-{side}-colors
...
* Get the computed -moz-binding directly from the style context which is faster than getComputedStyle
* Speed up computed style by not QI'ing so much
* Cache the computed style object so we don't keep re-alloc'ing memory for it.
* Shrink ROCSSPrimitiveValue.
* Don't get computed style of non-existant properties.
* Use nsSize instead of nsRect when we only care about height and width
* Other random code cleanup of computed style
Bug 155525
r=bzbarsky
sr=jst
2002-07-08 07:11:59 +00:00
peterlubczynski%netscape.com
64fd02fac7
Fixing regression: Default plugin shows for ActiveX controls and hides Netscape plugin (users sent to PFS to fetch plugin for application/x-oleobject), bug 151074 r=bryner sr=jst
2002-07-08 06:26:44 +00:00
smontagu%netscape.com
7dc1cf7ceb
Bug 140608 ("Bookmarks menu goes offscreen with 3rd level menu when UI aligned to the right"), r=dean_tessman@hotmail.com, sr=jst
2002-07-05 23:12:51 +00:00
cbiesinger%web.de
b8aa101e51
bug 146974 r=hwaara sr=tor
...
js strict warnings
2002-07-03 19:16:45 +00:00
seawood%netscape.com
0597412383
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
...
commercial compiler fixes for bug #149032
2002-07-03 17:14:41 +00:00
aaronl%netscape.com
480ebf281a
Bug 132489. Caret still blinking when entering menus. r=bryner, sr=hewitt. Bug 154704. No accessibility events fired as menus exit. r=jgaunt, sr=jag. Bug 154721. Active accessibility: No accessible focus events fired for documents. r=kyle, sr=jst
2002-07-03 16:38:15 +00:00
bernd.mielke%snafu.de
647fc6fa97
bug153718 remove nsTableBorderCollapse.cpp from build r=karnaze sr=waterson
2002-07-03 04:59:55 +00:00
shanjian%netscape.com
db6d418deb
#152056 Uninitialized memory read in nsTextFrame::GetPosition
...
relocate a line to prevent i from reaching contentLength.
r=mjudge, sr=dveditz
2002-07-03 03:47:53 +00:00
karnaze%netscape.com
ab4deb43a5
bug 154924 - use NS_FRAME_COMPLETE rather than macro as it was before bug 145305 was checked in. sr=kin
2002-07-03 01:44:51 +00:00
bzbarsky%mit.edu
5a0969e2e5
Minor cleanup of the fix for bug 122557. r=dbaron, sr=jst.
2002-07-03 00:18:33 +00:00
smontagu%netscape.com
471b7e7738
Fix crash on adding images to right-to-left mail messages. Bug 155096, r=mjudge, sr=kin
2002-07-02 21:53:18 +00:00
seawood%netscape.com
03ace271f0
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
...
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
bernd.mielke%snafu.de
f76a85174c
bug153718 remove nsTableBorderCollapse.cpp from build r=karnaze sr=waterson
2002-07-02 17:35:37 +00:00
karnaze%netscape.com
6064b6abc2
bug 150652 - find correct containing block in nsBlockFrame::DoRemoveOutOfFlowFrame. sr=kin, r=alexsavulov.
2002-07-02 14:56:18 +00:00
peterlubczynski%netscape.com
19b6fb6034
Fixing bug 152978, problem on Mac platforms where Flash "drags" like an image would, r=bnesse, sr=sfraser
2002-07-02 13:52:05 +00:00
kmcclusk%netscape.com
b87a141e21
Place position:absolute, fixed, relative elements above non positioned elements. b=137853 r=roc+moz sr=kin
2002-07-02 12:50:14 +00:00
bernd.mielke%snafu.de
aee2600aa3
bug 131687 Take into acount MIN_adj width as it has been included in totals before r=karnaze sr=waterson
2002-07-02 04:39:16 +00:00
kmcclusk%netscape.com
681db8a644
backing out change to see if pageload times go back to normal (Don't place position:absolute, fixed, relative elements above non positioned elements) b=137853
2002-07-02 04:38:35 +00:00
dbaron%fas.harvard.edu
811cf710ba
Guess at fixing orange builds. b=148046
2002-07-02 03:56:08 +00:00
dbaron%fas.harvard.edu
4aba7cc14e
For stylesheet loads with text/css or empty advisory type, end error message to error console when we don't load a stylesheet (standards mode) or warning message when we do load it (quirks mode). b=154942 r=bzbarsky sr=waterson
2002-07-02 03:11:57 +00:00
kmcclusk%netscape.com
539f09beff
Place position:absolute, fixed, relative elements above non positioned elements. b=137853 r=roc+moz sr=kin
2002-07-02 02:53:35 +00:00
dbaron%fas.harvard.edu
8fc5d9db8c
Allow page to display when @import-ing a malformed URL by incrementing mPendingChildren only if LoadSheet succeeds. b=148046 r=bzbarsky sr=waterson
2002-07-02 02:34:57 +00:00
bzbarsky%mit.edu
5a892e5796
Make the scriptloader check the HTTP status and not load 404 pages and
...
such as scripts. Bug 139040, r=jst, sr=rpotts
2002-07-01 23:12:13 +00:00
taka%netscape.com
b89e4636c2
Remove unexpected space inserted between Chinese and Japanese characters as a result of unfolding lines. These scripts don't use space as a word boundary. b=135323 r=shanjian sr=waterson
2002-07-01 20:43:16 +00:00
cbiesinger%web.de
284b56bf25
bug 147938 patch by paper r=dbaron sr=waterson
...
Don't Invalidate nsImageFrame area if it's hidden
2002-07-01 18:17:35 +00:00
bernd.mielke%snafu.de
7054f14c18
bug 154979 - use gNoisyMaxElementSize instead of NOISY_MAX_ELEMENTSIZE r=karnaze sr=waterson
2002-07-01 17:43:02 +00:00
rods%netscape.com
4bb20f5f7a
Set style in media print to turn off blinking
...
Bug 153092 r=rods sr=kin
2002-07-01 14:45:50 +00:00
ian%hixie.ch
049b606a00
Hide embedded semantic MathML content (as opposed to presentational content, which we render). b=154931, p=rbs, moa=dbaron, r=hixie, sr=roc+moz
2002-07-01 09:51:32 +00:00
bzbarsky%mit.edu
fc4c589320
Bug 144479 (crash changing display prefs on pages with position:fixed
...
stuff), r=dbaron, sr=jst
2002-06-28 23:25:57 +00:00
rods%netscape.com
c23a2a8368
If the user or JS requests to print while the document is still loading the DV
...
will print it in the LoadComplete
Bug 137739 r=dcone sr=jst
2002-06-28 13:39:44 +00:00
blakeross%telocity.com
bbe207a207
106092 - trunk m1br m100 n70pr1 topcrash @nsMenuFrame::OpenMenu. r=brade sr=ben
2002-06-28 03:10:08 +00:00
bryner%netscape.com
b2750b78bc
Bug 151607 - fix an uninitialized variable in DocumentViewerImpl::PrintDocContent that was causing a later crash. r=rods, sr=sspitzer.
2002-06-27 22:20:59 +00:00
pete%alphanumerica.com
9b33dcc62e
b=88049 r=bzbarsky sr=jst
...
[RFE] Support .selectionStart & friends for textareas
Enjoy
--pete
2002-06-27 20:22:28 +00:00
peterlubczynski%netscape.com
4cf346e06f
Fixing some plugins don't understand the DATA attribute on the OBJECT tag so in those cases copy that value to an appened "SRC" entry to the array of attributes/parameters plugins are passed. Bug 152334 r=av sr=waterson
2002-06-27 01:51:34 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
kyle.yuan%sun.com
177ebed004
Bug 149856 [XBLFC] Active Accessibility: support XBL-based HTML button
...
r=aaronl, sr=jst
2002-06-26 01:53:11 +00:00
aaronl%netscape.com
2d5ce67f73
Bug 153196. Active Accessibility: support MSAA caret object and events. r=kyle, sr=kin
2002-06-25 22:54:23 +00:00
rods%netscape.com
545f2640f9
We do not want to skip page ejects when printing the selection
...
BUg 153964 r=dcone sr=kin
2002-06-25 22:11:56 +00:00
dbaron%fas.harvard.edu
ff0f07e45b
Set up preference style rules before any frame creation happens. b=148414 r=bryner sr=waterson
2002-06-25 21:21:48 +00:00
dbaron%fas.harvard.edu
e63a11c0e8
Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson
2002-06-25 21:16:17 +00:00
bernd.mielke%snafu.de
ba45f0a1ca
bug 151888 - use SafeElementAt as we use it in all other places r=karnaze sr=kin
2002-06-25 06:58:49 +00:00
timeless%mac.com
a527d91fe6
Bug 138019 radio form control images should have flex="1"
...
r=andreww sr=jst
2002-06-24 07:44:04 +00:00
bryner%netscape.com
3debe8d735
Fixing a crash resulting from my checkin for bug 138237. Instead of causing an initial reflow so that we can dispatch the focus event, just update the focus controller's state. r=alexsavulov, sr=blake.
2002-06-24 04:16:49 +00:00
bzbarsky%mit.edu
750ed97f3f
Fix dynamic changes to generated content. Bug 57226, r=dbaron, sr=kin
2002-06-21 22:31:19 +00:00
heikki%netscape.com
e1ed4e08e3
Bug 133654, param attribute not recognized in XHTML. Patch from jst, r=peterv, sr=heikki.
2002-06-21 18:28:46 +00:00
cmanske%netscape.com
73802b9d82
Fixed retaining text attributes when using 'end' key. b=113613, fix=mjudge, r=blythe, sr=kin
2002-06-21 14:22:30 +00:00
varga%utcru.sk
6671a0756a
Fix for bug 127842 - Reload the Bookmark and History tab context menu in
...
sidebar crashes mozilla
r=bryner, sr=shaver
2002-06-21 12:18:48 +00:00
caillon%returnzero.com
340d2757fc
Bug 153044. Computed style implementation for some -moz-border-radius properties.
...
r=bzbarsky
sr=jst
2002-06-21 06:42:21 +00:00
timeless%mac.com
296945c4b1
Bug 143903 crash if I close the mail window while a save as dialog is open for a message attachment
...
patch by antonio.xu@sun.com r=dbaron sr=waterson
2002-06-21 01:55:14 +00:00
radha%netscape.com
f39992a397
Fix for bug # 35011. r=jst sr=kin. window.onscroll and element.onscroll don't fire.
2002-06-20 21:47:59 +00:00
dbaron%fas.harvard.edu
41a51a0938
Fix accesskey regression for text inputs and textareas. b=148249 r=aaronl sr=jst
2002-06-20 20:44:27 +00:00
bzbarsky%mit.edu
879a291e42
Bug 152979, r=dbaron,chak, sr=waterson
2002-06-20 20:34:37 +00:00
jst%netscape.com
f794a72a60
Fixing bug 143782. Don't double release the content pointers in mCurrentEventContentStack when a presshell is destroyed from within an event handler called through the presshell. r=dbaron@fas.harvard.edu, sr=protts@netscape.com
2002-06-20 20:14:59 +00:00
varga%utcru.sk
2c978e477c
Fix for bug 123719 - Default account is not placed at the top of the folder pane
...
r=bryner, sr=blake
2002-06-20 20:06:25 +00:00
peterv%netscape.com
d5b273bc97
Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst.
2002-06-20 12:04:22 +00:00
timeless%mac.com
8a4270d80b
Bug 125689 Mozinvaders crashes Mozilla! [@ nsGrid::FindRowsAndColumns]
...
r=varga sr=kin
<grid></grid> with no rows or collumns
2002-06-20 00:14:29 +00:00
karnaze%netscape.com
fcf58cc094
bug 127022 - make sure the desired width is at least as big as the max element width. sr=kin, r=alexsavulov
2002-06-19 23:16:33 +00:00
karnaze%netscape.com
4df112e093
new regression tests, not affecting the build.
2002-06-19 23:07:11 +00:00
karnaze%netscape.com
694c4c654a
bug 114706 - only use last height as desired size if a special reflow occurred during an incremental reflow. sr=kin
2002-06-19 22:42:41 +00:00
karnaze%netscape.com
4e2ffcaab4
bug 127544 - fixed asserts when there are no cells in a row group and there is a column. sr=kin, r=alexsavulov.
2002-06-19 22:35:59 +00:00
karnaze%netscape.com
8458aad931
bug 151620 - always use quirk line-height inside a td. sr=waterson, r=dbaron.
2002-06-19 22:28:47 +00:00
rods%netscape.com
944a302a29
Need to call EndObservingDocument before destroy of PresShell
...
Bug 152536 r=dcone sr=jst
2002-06-19 22:18:43 +00:00