leaf%mozilla.org
ef72bb78ee
fix gmake static windows build
2002-03-22 00:39:50 +00:00
brade%netscape.com
3d7358bbe9
handle new flag for no link adjustments, handle empty values (bug 122227); r=adamlock, sr=kin, a=asa
2002-03-21 14:47:06 +00:00
brade%netscape.com
b3e134423b
add new flag; bug 122227, r=adamlock, sr=kin, a=Asa
2002-03-21 14:17:31 +00:00
seawood%netscape.com
bd0a8fff3f
Since the nightly automation builds in embedding/config, do not autoreg entries when building embed.jar. This should fix the various chrome problems that people have been having lately.
...
Bug #131016 (& probably 131461 & 130331 too) r=bryner
2002-03-21 09:13:22 +00:00
darin%netscape.com
6e1ab014c3
fixes pending mac bustage
2002-03-21 00:55:56 +00:00
darin%netscape.com
3b56153320
fix more pending mac bustage
2002-03-20 23:36:03 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
blakeross%telocity.com
dbac7895c6
131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa
2002-03-20 21:49:18 +00:00
jaggernaut%netscape.com
d8cf5474f8
Bug 101723: security icon only works for the first tab
...
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
locka%iol.ie
f474e147b8
Implement GUID comparison method inilne rather than rely on ATLs constantly changing method. b=127982 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-03-19 22:28:50 +00:00
locka%iol.ie
fe547600a1
Send error messages when file creation/open errors occur during persistence. b=124035 r=brade@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-03-19 22:24:06 +00:00
blakeross%telocity.com
97c4f3ce3a
131762 - can open multiple occurrences of download manager.
...
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:19:39 +00:00
pinkerton%netscape.com
59c3a687de
enable packaging of xul prefs into embed.jar and build changes to do it on mac. r=ccarlen/sr=scc/a=asa bug#128924.
2002-03-19 22:06:12 +00:00
pinkerton%netscape.com
b9102822a0
refactor packaging into perl package so that it can be called from MacPerl. add basebrowser embed packaging to mac build. r=adamlock/sr=alecf/a=asa. bug#129737
2002-03-19 22:05:19 +00:00
alecf%netscape.com
217718e056
*sigh* fix activeX bustage
2002-03-19 08:22:02 +00:00
alecf%netscape.com
337e283736
*sigh* stupid nmake build
2002-03-19 07:38:25 +00:00
alecf%netscape.com
ecdb77e394
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +00:00
pinkerton%netscape.com
640f64fb75
basebrowser embed packaing for mach-o. r=cls/sr=hyatt/a=asa. bug#131819
2002-03-19 03:27:17 +00:00
akkana%netscape.com
641c2b4ef5
80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa
2002-03-18 23:52:30 +00:00
danm%netscape.com
313cdbd7d8
removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa
2002-03-18 23:33:49 +00:00
blakeross%telocity.com
327240dd4a
117505 - save file dialog has paint inssue with pause/resume button (ftp downloads). r=timeless sr=hewitt a=dbaron
2002-03-18 05:10:24 +00:00
blakeross%telocity.com
2f0cbd6a9a
102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs
2002-03-17 21:41:01 +00:00
blakeross%telocity.com
0c7e594d12
Backing out...saving for a rainy day...
2002-03-17 07:39:08 +00:00
blakeross%telocity.com
b47bb58afe
102477 - Turning on download manager. r=law sr=ben a=dbaron
2002-03-17 04:52:34 +00:00
rods%netscape.com
923cc1538e
1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
...
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
akkana%netscape.com
5ef705184a
80805, 129971: Check endpoint correctly, don't skip too many nodes after a comment, fix some return values. r=cmanske sr=dveditz a=asa
2002-03-16 04:33:20 +00:00
depstein%netscape.com
70272d6305
a=asa for QA checkins that are not part of the default builds.
...
Removed getAdders for GetSpec() and GetPath(). use nsAutoString.
2002-03-16 02:31:53 +00:00
rods%netscape.com
347738ddff
Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway
2002-03-15 14:49:09 +00:00
rods%netscape.com
db25e50309
1) Removes most all the unneeded data from nsPrintOptions service. All data
...
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
object. The items not saved are those used during the printing process and
it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define
"back stop" prefs for picking up first. Then the printer specific prefs
can override those settings.
For example, we may define in prefs that the default paper size 8.5x11,
then if if the "save PS prefs" is turned on, for a given printer it might
save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
or written.
2002-03-15 13:55:54 +00:00
timeless%mac.com
8f26bc5288
Bug 123409 optimization for nsWindowWatcher::OpenWindowJS
...
r=adamlock sr=sfraser a=asa
2002-03-15 12:50:20 +00:00
timeless%mac.com
8a4f926278
Bug 123409 optimization for nsWindowWatcher::OpenWindowJS
...
r=adamlock sr=sfraser a=asa
2002-03-14 22:59:56 +00:00
pinkerton%netscape.com
258402af6b
handle single files in the jar manifest correctly. r=adamlock/sr=sfraser/a=shaver. bug#129492
2002-03-14 15:28:42 +00:00
pinkerton%netscape.com
0872142ecf
create embed.jar on mac, refactoring gen_mn.pl so it can be called from macPerl directly. r=ccarlen/sr=sfraser/a=shaver. bug#129492
2002-03-14 14:53:55 +00:00
brade%netscape.com
31ab992b29
send listener aStatus so listener can handle possible error conditions, remove login/pw from uri before changing url attributes, set target base uri (bug 130149/122227); r=adamlock, sr=kin, a=asa
2002-03-14 14:18:53 +00:00
brade%netscape.com
246c01a041
add member mTargetURI (bug 130159/122227); r=adamlock, sr=kin, a=asa
2002-03-14 14:16:27 +00:00
brade%netscape.com
d87bc74041
add new flag; bug 130149/122227, r=adamlock, sr=kin, a=Asa
2002-03-14 14:15:02 +00:00
locka%iol.ie
8181c6120f
Add some missing xpt files so string bundle calls work in chrome. b=125291 r=kaie@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-03-14 11:22:34 +00:00
seawood%netscape.com
1e2fdc2421
Remove now redudant REGCHROME calls.
...
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
af0cf0ee2d
Remove REGCHROME calls since we now auto-register chrome when jars are processed.
...
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
darin%netscape.com
cfe07b944b
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
aaronl%netscape.com
1bcc2ad716
Fixes bug 66597, bug 103284, bug 114440, bug 120023, bug 128741, bug 19259. Cleans up browse with caret, makes it work with XML content docs, creates keyboard toggle for it (Accel+shift+K), synchronizes focus and document selection so that users can tab navigate relative to their last find or click in text, or vice versa, makes tabbing move relative to named anchor that has been jumped to. r=bryner, sr=alecf, a=asa
2002-03-10 06:21:48 +00:00
ccarlen%netscape.com
c079c63f04
Bug 129288 - Changing font size from XUL prefs dialog crashes PPEmbed. It's because the XUL pref window's docshell is typeContent, not typeChrome. r=adamlock/sr=alecf/a=asa
2002-03-08 23:58:50 +00:00
ccarlen%netscape.com
dca953152b
Bug 129531 - Context menu handler does double delete of handle. r=pinkerton/sr=sfraser/a=asa
2002-03-08 21:57:21 +00:00
seawood%netscape.com
45abd86d38
Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
...
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
bryner%netscape.com
f3b840d0cd
Adding some missing .cvsignore files. a=leaf.
2002-03-08 00:00:05 +00:00
locka%iol.ie
dd5087b3fe
Prevent persist object giving out duplicated file names. b=115991 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org
2002-03-07 20:34:57 +00:00
brade%netscape.com
d5f199e6f2
don't clone node if flag is set to operate on original dom, add error checking (bug 125069); r=adamlock, sr=kin, a=asa
2002-03-07 20:14:19 +00:00
rods%netscape.com
dd36cb51d0
1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
...
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
bryner%netscape.com
e4ad40c455
#include cleanup from my last checkin. Not part of the build.
2002-03-07 04:09:12 +00:00
bryner%netscape.com
e00f2dc384
Fixing NSBrowserView bustage from the nsIURI API change. Not part of the build, a=shaver.
2002-03-07 03:53:50 +00:00