shanjian%netscape.com
f76c0c6f15
#112793 fine tune frame charset mechanism
...
Besides charset, document now records charset source as well.
nsCharsetSource was replaced by PRInt32.
Some code relocation in nsHTMLDocument.cpp
r=yokoyama sr=waterson
2001-12-26 03:17:59 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
av%netscape.com
e4523a60a3
Bug 114921 -- passing dirty rectangle with paint message to windowless plugin, r=peterl, sr=attinasi
2001-12-22 00:25:25 +00:00
av%netscape.com
3fd2fbbe1f
Bug 116108, passing coordinates to windowless plugin when in a table, r=peterl, sr=attinasi
2001-12-22 00:21:12 +00:00
av%netscape.com
bc61c17560
Bug 116108, correcting calculations for windowless plugin coordinates, r=peterl, sr=attinasi
2001-12-22 00:00:44 +00:00
rbs%maths.uq.edu.au
d617be402a
Whitespace to correct the bug number in my earlier checkin comments: should be 105297 (instead of 105219)
2001-12-21 22:42:46 +00:00
rbs%maths.uq.edu.au
48a51599a4
Make unchecking `Allow documents to use other fonts' to work in a simpler way, b=105219, r=dbaron, sr=attinasi
2001-12-21 22:25:58 +00:00
bnesse%netscape.com
6aa8de06e7
Fix for smoketest blocker bug 116410. Fix loop so it increments when deleting objects. r=rbs, sr=sfraser.
2001-12-21 22:15:16 +00:00
jaggernaut%netscape.com
add5f9a97b
Bug 116347: Remove dead skin switching support code from nsFrameFrame and navigator.js. r=bryner, sr=hewitt
2001-12-21 05:36:28 +00:00
hewitt%netscape.com
a75c629279
116198 - remove progressbar tag to simplify progressmeter, r=ben, sr=hyatt
2001-12-21 01:41:32 +00:00
smontagu%netscape.com
08c4e835c3
Add regression test case for bug 9100. Not part of the build.
2001-12-21 01:22:15 +00:00
rjesup%wgate.com
2212861db9
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
waterson%netscape.com
4c19e1d9ec
Bug 105927. Add #define to turn off the PresShell's arena for trace-malloc debugging. sr=attinasi
2001-12-21 00:16:26 +00:00
pinkerton%netscape.com
653ebd16c4
Fix infinite loop when |shrinkage| goes below zero. Blocker for mach-o
...
build. r=dbaron/sr=blake. bug#116240
2001-12-20 18:02:43 +00:00
glazman%netscape.com
4840531c8c
oops, forgot to remove variable in previous check-in; b=95062, r=peterv, sr=jst
2001-12-20 11:21:01 +00:00
glazman%netscape.com
c82636292e
computed style for text-decoration was always answering ""; b=95062, r=peterv, sr=jst
2001-12-20 11:15:32 +00:00
peterlubczynski%netscape.com
761151ffe1
Fix for bad vertical alignment on replaced object frames, bug 36997 r=dbaron sr=attinasi
2001-12-20 06:49:16 +00:00
bryner%netscape.com
d9f555a44a
Make sure we don't reserve space for the column picker. Not part of the build.
2001-12-20 05:56:23 +00:00
heikki%netscape.com
1ad96d6103
Bug 74800, implemented FIXptr. r=harishd, sr=vidur.
2001-12-20 05:15:52 +00:00
shanjian%netscape.com
1371d8cdce
#110243 trailing whitespaece removed twice
...
r=rbs sr=attinasi
2001-12-20 02:25:55 +00:00
waterson%netscape.com
9ede33c690
Bug 91423. When recomputing the max width during an inline incremental reflow, we may have to fix-up reflow command chain. Specifically, we may have to replace a continuing frame in the chain with its primary frame, because the continuing frame will be destroyed during the unconstrained reflow used to compute the max width. r=dbaron, sr=attinasi
2001-12-20 01:56:17 +00:00
varga%utcru.sk
346a1582cc
Fix for 94813. dotted lines in outliner draw over twisty. r=bryner sr=hyatt
2001-12-20 01:14:28 +00:00
hewitt%netscape.com
94d4bdff1e
113719 - Crash on sending mail, r=jag, sr=hyatt
2001-12-19 12:26:45 +00:00
hewitt%netscape.com
b1697eb669
115403 - check for sizetopopup in nsMenuPopupFrame, not msMenuFrame, r=ben, sr=hyatt
2001-12-19 12:11:12 +00:00
hewitt%netscape.com
af7305af17
115804 - nsStyleBorder::CalcDifference not accounting for mBorderColors, r=ben, sr=hyatt
2001-12-19 11:59:31 +00:00
bryner%netscape.com
776f955576
<outlinercol> elements now need to be grouped within an <outlinercols> element. Not part of the build.
2001-12-19 04:32:24 +00:00
hyatt%netscape.com
243d724659
missed a file in my checkin for 115787.
2001-12-19 02:49:14 +00:00
hyatt%netscape.com
2d12a994ab
fix for 115787, better handling of <style> blocks (avoid reframing) and alternate stylesheets, r=jag, sr=waterson
2001-12-19 01:06:27 +00:00
hyatt%netscape.com
013fee3d52
Fix scrollbar thumb visibility issues (flex isn't reported for collapsed widgets). r=ben, sr=hewitt
2001-12-19 01:05:43 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
mjudge%netscape.com
91a17ffff2
smoketest fix 115791
2001-12-18 21:05:55 +00:00
mjudge%netscape.com
4656d08520
smoketest fix 115791
2001-12-18 20:52:54 +00:00
varga%utcru.sk
76f554000a
Fix for 113477. Group outlinercols. r=bryner sr=hyatt
2001-12-18 13:42:28 +00:00
timeless%mac.com
09b1c66214
Bug 115594 Support .CUR files patch by cbiesinger@web.de r=pavlov sr=tor
2001-12-18 13:40:06 +00:00
seawood%netscape.com
0e66cc0a33
Order matters.
...
Fixing irix tinderbox bustage
2001-12-18 11:58:12 +00:00
rbs%maths.uq.edu.au
9555f45596
Fix MathML bug 112874 - dynamic change of background color MathML element change layout
2001-12-18 10:11:42 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
hyatt%netscape.com
9cf3319767
back out the portion of my patch that is guilty of causing the orange (bug 115787
2001-12-18 08:10:49 +00:00
seawood%netscape.com
805e826a50
More de-COMifying nsHTMLReflow uses. Be nice to SVG now.
...
Bug #115113
2001-12-18 07:25:59 +00:00
seawood%netscape.com
ed7179fb30
Can't call getter_AddRefs on a non-nsCOMPtr object. This should fix it. No, really!
2001-12-18 06:48:32 +00:00
seawood%netscape.com
c6d7a1ca1d
Fixing more 115113 mathml bustage.
2001-12-18 06:36:17 +00:00
mkaply%us.ibm.com
2c2354dc9b
OS/2 bustage
2001-12-18 06:15:46 +00:00
seawood%netscape.com
2947fe4b0e
Fixing mathml bustage caused by checkin for bug 115113.
...
Bug 115738 r=shrike,cement,monkeypox,nebiros,otaku
2001-12-18 04:56:50 +00:00
bryner%netscape.com
0e639612f8
Fixing shutdown crash on non-Windows platforms caused by hyatt's theme checkin. Should fix one cause of the tinderbox orange. r=mjudge.
2001-12-18 04:33:28 +00:00
mjudge%netscape.com
d41f10649d
wrong name for module name. needed webbrwsr not webBrowser_core
2001-12-18 02:06:04 +00:00
mjudge%netscape.com
9b25533dc1
bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not
2001-12-18 01:29:49 +00:00
heikki%netscape.com
9db85a0370
Fixing build bustage.
2001-12-18 00:15:15 +00:00
waterson%netscape.com
49e24620c2
Fix NS_IMETHODIMP bustage.
2001-12-17 23:57:59 +00:00
waterson%netscape.com
ef61346c99
Bug 115113, redux. Fix some whitespace botches.
2001-12-17 22:54:28 +00:00
hyatt%netscape.com
d4065d8e54
Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson
2001-12-17 22:51:39 +00:00