locka%iol.ie
556ab654c6
Build bustage - XP_MAC section contained unamed variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 13:44:08 +00:00
locka%iol.ie
441d3f853d
Removed an unused variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 13:38:21 +00:00
locka%iol.ie
a988ed2884
Updated documentation slightly to reflect reality. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 13:32:31 +00:00
locka%iol.ie
a1ae2cd318
New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 12:41:27 +00:00
rods%netscape.com
56d6393a84
Removing an uneeded line of code when this got accidently checked in
2002-01-10 15:23:57 +00:00
alecf%netscape.com
3d9e878c34
Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin
2002-01-09 02:08:01 +00:00
alecf%netscape.com
72507557e8
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
rods%netscape.com
1fde5f13f3
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
mcafee%netscape.com
96a5a1b3cb
Ignore generated files
2001-12-29 03:09:11 +00:00
seawood%netscape.com
c6dfd9f7d8
Add $(LIBS_DIR) to fix hpux bustage
2001-12-19 08:43:57 +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
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
ben%netscape.com
77d9e3c317
115451, 115154 - Can't close save file progress dialog, directory created with wrong permissions
...
Ensure correct permissions are used when creating a directory for attached files when saving a document, and that we don't try to create a new directory when one exists.
Also, null check webBrowserPersist in case it does not exist.
r=bz for 115154, sr=hyatt/blake
2001-12-17 22:52:40 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ben%netscape.com
2451f6c4f4
Fix for smoketest blocker 114874 - save page does not work.
...
This code was checked in last night into a file that had recently become obsolete. Simply moving the code that was checked in last night into the file that is currently in use.
2001-12-12 22:21:53 +00:00
ccarlen%netscape.com
742f7d9a11
Bug 99613 - Freeze nsIWebBrowserFind iface. r=chak/sr=sfraser
2001-12-11 15:25:30 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
law%netscape.com
4d139eeda1
Bug 92508; switch over to moved/renamed progress dialog; r=ccarlen, sr=mscott
2001-12-07 01:29:14 +00:00
law%netscape.com
4c2aefbb93
Bug 92508; change this renamed .xul to use the renamed .js; r=ccarlen, sr=mscott
2001-12-07 01:20:22 +00:00
law%netscape.com
088d85000e
Bug 92508; adding entries for moved/renamed progress dlg files; r=ccarlen, sr=mscott
2001-12-07 01:17:37 +00:00
law%netscape.com
d4120b4f48
Bug 92508; moving these files (and renaming) from obsolete mozilla/xpfe/components/ucth project; r=ccarlen, sr=mscott
2001-12-07 00:36:33 +00:00
law%netscape.com
7d72c6fcb3
Bug 88287; use the new GetDataSourceBlocking method to ensure we get the same data source as prefs is using; r=sgehani, sr=mscott
2001-12-06 04:07:26 +00:00
jst%netscape.com
460f2ccd6f
Fixing bug 93513. Make window.open() use the base uri of the caller as the base, and not the document uri of the caller. r=danm@netscape.com, sr=rpotts@netscape.com
2001-11-30 07:49:32 +00:00
law%netscape.com
ae081b807c
Bug 108567; put icon <image>s in vbox so they don't stretch; r=hwaara/bzbarsky, sr=blake
2001-11-30 04:17:05 +00:00
rjc%netscape.com
0aec2416cf
Fix bug # 112176. r=danm sr=hyatt
2001-11-29 07:02:24 +00:00
bhart00%yahoo.com
359201cef9
fix for bug 102349, r=ben/sr=brendan
2001-11-22 04:03:36 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
rpotts%netscape.com
f841b6befe
bug #110179 (r=danm@netscape.com, sr=jst@netscape.com) The domwindowopened notification should *not* be fired while the window watcher is holding onto its internal lock.
2001-11-20 20:05:52 +00:00
danm%netscape.com
a606bb32e6
get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary) and get rid of alternate docshell about:blank initialization path which fired off an actual URL load. bug 88229 r=jst,rpotts
2001-11-16 02:12:07 +00:00
danm%netscape.com
764295d8ce
get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary). bug 88229 r=jst,rpotts
2001-11-16 02:10:57 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
darin%netscape.com
98a39fa92e
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
law%netscape.com
41894e82a4
Bug 102350; it's just a little disk; r=jag, sr=hewitt
2001-11-07 02:54:28 +00:00
law%netscape.com
0352d62a28
Bug 100406 (patch submitted by Mike Kaply); size to content before centering; this is necessary because we change the content; r=law, sr=hyatt
2001-11-07 02:50:43 +00:00
locka%iol.ie
d0f8c99f93
Add flag to prevent saveURI from decompressing gzipped data as it is arriving b=108268 r=bryner@netscape.com sr=blizzard@mozilla.org
2001-11-06 23:43:39 +00:00
blizzard%redhat.com
798f3859c5
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
darin%netscape.com
803d882528
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
danm%netscape.com
3779efd362
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +00:00
blakeross%telocity.com
b06d00a2bf
stupid whitespace changes.
2001-11-05 02:29:54 +00:00
blakeross%telocity.com
3bd372dfa1
These changes never made it in with original xul landing (/embedding). r=hewitt sr=ben
2001-11-05 01:50:50 +00:00
locka%iol.ie
ac5d543433
Missing backslash causing build bustage on some ports platforms. r=brade@netscape.com
2001-11-01 17:23:22 +00:00
brade%netscape.com
e4f2f14083
nsIFile->nsIURI in nsIDiskDocument r=adamlock (bug #104883 )
2001-11-01 15:25:53 +00:00
locka%iol.ie
350313c527
Mac changes to move webbrowserpersist object to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:41:02 +00:00
locka%iol.ie
91e485f39a
Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:53 +00:00
locka%iol.ie
2bafd807d9
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:26 +00:00