rods%netscape.com
8f92ed8519
Fix AIX bustage
2002-01-01 15:56:36 +00:00
rods%netscape.com
7929b953f5
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
hwaara%chello.se
99af556ca2
#117050 , fix bustage for embeddors who turn XUL off.
...
r=dbaron, sr=blake
2001-12-29 22:07:54 +00:00
bryner%netscape.com
2a1819d615
Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag.
2001-12-29 22:05:16 +00:00
mcafee%netscape.com
e47b64c3d3
Ignore generated files.
2001-12-29 04:19:36 +00:00
jaggernaut%netscape.com
bf769d81aa
Attempt to fix Mac and HP-UX bustage
2001-12-26 05:07:53 +00:00
shanjian%netscape.com
bf85c86c6a
#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
hwaara%chello.se
b84b98bedf
#116829 , "Attaching a file to form submission w/o read permission hangs file upload"
...
#116210 , "File upload stalls when file name is invalid"
r=bzbarsky, sr=jst
2001-12-25 17:16:43 +00:00
timeless%mac.com
61a97fd94a
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
bernd.mielke%snafu.de
daed176f87
bug 114593, enable exceptions for table.insertCell r=me sr=jst patch by bz
2001-12-23 16:21:10 +00:00
sicking%bigfoot.com
4c02c1d0fa
Bug 17003. Give textareas a childnode and connect that childnode to .defaultValue. Also make textareas work properly for display: none;
...
r=jkeiser sr=jst
2001-12-23 16:06:13 +00:00
rbs%maths.uq.edu.au
2b509887f6
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
75c5e158b8
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
seawood%netscape.com
0fc2bb23f2
s/nsCheapVoidArray/nsSmallVoidArray/
...
Fixing tinderbox bustage caused by bug 96108
2001-12-21 05:00:29 +00:00
hewitt%netscape.com
7f6ba9a292
116198 - remove progressbar tag to simplify progressmeter, r=ben, sr=hyatt
2001-12-21 01:41:32 +00:00
rods%netscape.com
8c3c03fd7e
enabling print progress
...
Bug 113917 r=dcone sr=attinasi
2001-12-21 01:25:16 +00:00
rjesup%wgate.com
2e680f1b17
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
1320c4cd3f
Bug 106443. Noisy notify when changing sort order. r=bryner, sr=blake
2001-12-21 00:03:57 +00:00
dcone%netscape.com
4295fc9840
bug 113917 r=dcone sr=attinasi. Incremental checkin for the print settings change. This gets the files rods added into the build.
2001-12-20 21:25:35 +00:00
glazman%netscape.com
c83cc0fa11
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
be01b45922
computed style for text-decoration was always answering ""; b=95062, r=peterv, sr=jst
2001-12-20 11:15:32 +00:00
heikki%netscape.com
ead03602d1
Fixing bad whitespace.
2001-12-20 06:12:52 +00:00
heikki%netscape.com
db89a9ce21
Bug 74800, implemented FIXptr. r=harishd, sr=vidur.
2001-12-20 05:15:52 +00:00
sfraser%netscape.com
1de0f49669
Undo inadvertent change checked in with the fix for 114943 which caused lots of printfs in debug builds.
2001-12-20 01:12:52 +00:00
hewitt%netscape.com
6e97fb640d
115804 - nsStyleBorder::CalcDifference not accounting for mBorderColors, r=ben, sr=hyatt
2001-12-19 11:59:31 +00:00
sfraser%netscape.com
dec7ea9f5b
Fix buy 114943; prevent attribute changes of screenX, screenY, and sizemode on windows, dialogs and wizards from causing reflows. r=hyatt, sr=waterson
2001-12-19 00:28:40 +00:00
dougt%netscape.com
849d297364
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
varga%utcru.sk
949278c0fe
Fix for 113477. Group outlinercols. r=bryner sr=hyatt
2001-12-18 13:42:28 +00:00
seawood%netscape.com
45bfbf0658
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
mjudge%netscape.com
e1f0641ef9
moved file to fix bustage. nsISelectionDisplay is now in content not in webbrowser. build order issues
2001-12-18 02:43:54 +00:00
mjudge%netscape.com
453a8f9235
moved file here from embedding for the build order issue. fixing bustage.
2001-12-18 02:40:08 +00:00
mjudge%netscape.com
d7c892374e
wrong name for module name. needed webbrwsr not webBrowser_core
2001-12-18 02:06:04 +00:00
mjudge%netscape.com
2ecc969e5b
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
mjudge%netscape.com
50bfd9ef58
7868 api change for selection SetDisplayFlags in nsISelectionDisplay idl. r=saari bug bs=7868
2001-12-18 01:12:02 +00:00
hyatt%netscape.com
0ec3f045d8
Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson
2001-12-17 22:51:39 +00:00
hwaara%chello.se
1d2ac8f02c
#112973 , we leak the whole file on upload (of, for example a patch in bugzilla).
...
r=bzbarsky, sr=attinasi
2001-12-17 22:21:38 +00:00
tor%cs.brown.edu
073a7c9d91
Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
...
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
06fe480469
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 13:18:45 +00:00
jaggernaut%netscape.com
bbe387ce7f
NS_ENSURE_TRUE(rv, rv) -> NS_ENSURE_SUCCESS(rv, rv). sr=jst
2001-12-16 12:31:07 +00:00
jaggernaut%netscape.com
c6d6a59ecb
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 12:04:47 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
jst%netscape.com
8edc8ebe85
Make that NS_ENSURE_SUCCESS() so we know if this fails...
2001-12-16 11:38:31 +00:00
jaggernaut%netscape.com
862699e4fe
Fix small bug: NS_ENSURE_TRUE(rv, rv) -> if (NS_FAILED(rv)) return rv;
2001-12-16 11:22:34 +00:00
jst%netscape.com
af550fa083
Removing dead code, r=sicking@bigfoot.com, sr=me, no bug #.
2001-12-16 08:16:29 +00:00
jst%netscape.com
1450f9c0ad
Remving unnecessary nsCOMPtr. r=sicking@bigfoot.com, sr=me, no bug #
2001-12-16 07:10:49 +00:00
jst%netscape.com
591abcc892
Fixing bug 114539. Getting rid of mInner in all our 'data' nodes and making those classes inherit nsGenericDOMDataNode in stead. Also remove mContentID from nsTextNode and push mRangeList and mListenerManager into hashtables since they are used so rarely. This results in a size reduction of nsTextNode from 44 bytes to 28 bytes (~36%). r=peterv@netscape.com, sr=hyatt@netscape.com.
2001-12-16 07:04:44 +00:00
jst%netscape.com
362692e337
Fixing bug 114539. Getting rid of mInner in all our 'data' nodes and making those classes inherit nsGenericDOMDataNode in stead. Also remove mContentID from nsTextNode and push mRangeList and mListenerManager into hashtables since they are used so rarely. This results in a size reduction of nsTextNode from 44 bytes to 28 bytes (~36%). r=peterv@netscape.com, sr=hyatt@netscape.com.
2001-12-16 06:59:31 +00:00