locka%iol.ie
58bbd1086d
Prevent persist object giving out duplicated file names. b=115991 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@116071 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:34:57 +00:00
brade%netscape.com
742c126b71
don't clone node if flag is set to operate on original dom, add error checking (bug 125069); r=adamlock, sr=kin, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@116069 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:14:19 +00:00
rods%netscape.com
3f19270582
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
git-svn-id: svn://10.0.0.236/trunk@116053 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 12:57:33 +00:00
bryner%netscape.com
1b4802b26f
#include cleanup from my last checkin. Not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@116033 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 04:09:12 +00:00
bryner%netscape.com
ab70a05e62
Fixing NSBrowserView bustage from the nsIURI API change. Not part of the build, a=shaver.
...
git-svn-id: svn://10.0.0.236/trunk@116031 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 03:53:50 +00:00
darin%netscape.com
04849998e1
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@115936 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 07:48:55 +00:00
dsirnapalli%netscape.com
23078fbff6
Test case to test HTML Element <fieldset> without <legend>
...
git-svn-id: svn://10.0.0.236/trunk@115914 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 02:12:02 +00:00
dsirnapalli%netscape.com
343767e274
Test case to test HTML Element <fieldset> with <legend>
...
git-svn-id: svn://10.0.0.236/trunk@115913 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 02:11:20 +00:00
dsirnapalli%netscape.com
ac1356834f
Library file.Contains methods useful for all the testcases.
...
git-svn-id: svn://10.0.0.236/trunk@115912 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 02:07:40 +00:00
dsirnapalli%netscape.com
cbc75c453c
This file will be replace by accesslib.js
...
git-svn-id: svn://10.0.0.236/trunk@115911 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 02:03:38 +00:00
pinkerton%netscape.com
3a85aaa3ab
first pass at basebrowser for macCFM. r=ccarlen/sr=sfraser/a=asa. bug 127341.
...
git-svn-id: svn://10.0.0.236/trunk@115865 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-05 23:12:45 +00:00
bzbarsky%mit.edu
c164f1d423
Fix compiler warnings. Bug 127592, r=hwaara, sr=shaver, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@115851 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-05 22:33:54 +00:00
bzbarsky%mit.edu
2eb36945dd
Make sure we send start and stop notification so progress dialogs get
...
taken down. Bug 127375, r=brade, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@115791 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-05 03:23:20 +00:00
bryner%netscape.com
15f5739ec9
Bug 128687 - include XBL form control files in embed.jar. This looks like a bigger change than it is because I'm also removing extra ^M's in embed-jar.mn. r=pinkerton, sr=shaver, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@115756 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-04 23:33:23 +00:00
alecf%netscape.com
8755908f04
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
git-svn-id: svn://10.0.0.236/trunk@115750 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-04 23:18:21 +00:00
locka%iol.ie
529085615c
NOT PART OF BUILD. ActiveX plugin. Treat PARAMs with "True"/"False" values as VT_BOOL properties.
...
git-svn-id: svn://10.0.0.236/trunk@115717 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-04 13:55:55 +00:00
morse%netscape.com
1bd627dc7c
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
...
git-svn-id: svn://10.0.0.236/trunk@115629 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-02 01:49:30 +00:00
bzbarsky%mit.edu
2a1cd564be
Don't throw an uncaught exception on cancel. Bug 91056, patch by
...
law@netscape.com , r=bzbarsky, sr=jag, a=asa
git-svn-id: svn://10.0.0.236/trunk@115616 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-02 01:02:16 +00:00
danm%netscape.com
a4ebf6625d
implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa
...
git-svn-id: svn://10.0.0.236/trunk@115519 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-28 23:22:55 +00:00
pinkerton%netscape.com
ddc4e56e6d
api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069
...
git-svn-id: svn://10.0.0.236/trunk@115506 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-28 22:19:04 +00:00
brade%netscape.com
6eec4a407f
Calculate file extension based on existing extension (if it matches content type) before defaulting to primary extension (bug 125070). Don't do base tag modifications if flag is set (bug 127765). r=adamlock, sr=sfraser, r=roc
...
git-svn-id: svn://10.0.0.236/trunk@115490 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-28 14:12:57 +00:00
brade%netscape.com
0f6124893c
add new flags; bug 125070, r=adamlock, sr=sfraser, a=roc
...
git-svn-id: svn://10.0.0.236/trunk@115489 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-28 14:09:07 +00:00
brade%netscape.com
03fed263e0
force stream closure when for uploading (bug 121314; r=adamlock; sr=darin; a=shaver)
...
git-svn-id: svn://10.0.0.236/trunk@115312 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-25 18:47:47 +00:00
akkana%netscape.com
25812279fc
126651,126909: Fix some glitches in the find algorithm. r=cmanske sr=kin a=asa
...
git-svn-id: svn://10.0.0.236/trunk@115259 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-23 01:12:26 +00:00
locka%iol.ie
c34b666ccc
NOT PART OF BUILD. Allow plugin to read name/value PARAMs when embedded by an OBJECT tag. b=126492
...
git-svn-id: svn://10.0.0.236/trunk@115221 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-22 11:08:55 +00:00
blythe%netscape.com
2ad120d98c
Fix bug 127069.
...
Reclaim .75 MB of VM on Win32.
r=dp sr=brendan a=shaver
git-svn-id: svn://10.0.0.236/trunk@115198 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-22 02:55:08 +00:00
law%netscape.com
23f94daf82
Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115100 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:57:33 +00:00
law%netscape.com
fe6b53739a
Bug 27609; final changes for new progress dialog, r=ben, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115099 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:54:37 +00:00
jst%netscape.com
0604f64bed
Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@115098 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:50:52 +00:00
law%netscape.com
99cfff7b38
Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115095 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:48:15 +00:00
law%netscape.com
2175432b2c
Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115093 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:31:09 +00:00
rods%netscape.com
d45c6e25f1
1) Makes sure that when a PrintSettings is created it is initialized from the
...
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@115015 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:18:33 +00:00
timeless%mac.com
29beedeb0d
Bug 114166 rewrite nsDeque
...
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
git-svn-id: svn://10.0.0.236/trunk@115007 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:08:32 +00:00
alecf%netscape.com
f85a67075e
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
git-svn-id: svn://10.0.0.236/trunk@114971 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-19 22:49:12 +00:00
akkana%netscape.com
27123eb55d
97157: turn off debug messages
...
git-svn-id: svn://10.0.0.236/trunk@114960 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-19 22:18:34 +00:00
brade%netscape.com
e401944c63
check if src/dest are equals and don't rewrite file; fix NS_LITERAL_STRING; bug 124625 (r=adamlock; sr=darin)
...
git-svn-id: svn://10.0.0.236/trunk@114958 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-19 22:11:59 +00:00
seawood%netscape.com
e4d434e2ba
Move build logic for static builds into separate .mk so that it doesn't have to be duplicated across Makefiles. Use slightly more generic name for _getModuleInfo function so that it can be used for multiple binaries.
...
Bug #88038 r=bryner
git-svn-id: svn://10.0.0.236/trunk@114916 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-19 10:01:05 +00:00
cathleen%netscape.com
c93312040a
eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@114904 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-19 07:36:56 +00:00
akkana%netscape.com
1748e30579
126232: Fix some problems in new find. r=brade sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@114837 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-18 23:28:32 +00:00
law%netscape.com
cd9d637fde
Bug 27609; changes to progress window title; NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@114833 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-18 23:19:20 +00:00
mjudge%netscape.com
a19cfe5c57
new editor funcionality in embedding only. mfc test embed only
...
git-svn-id: svn://10.0.0.236/trunk@114784 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-18 09:57:08 +00:00
pinkerton%netscape.com
89decb1f37
pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605
...
git-svn-id: svn://10.0.0.236/trunk@114745 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-17 19:32:08 +00:00
akkana%netscape.com
3c79d47137
more 123087 -- find API rewrite, r=brade, sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@114665 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-16 04:26:49 +00:00
akkana%netscape.com
c4d91d0aeb
123087: Redesign Find API, rewrite new find algorithm.
...
Not yet enabled by default; needs testing. r=brade sr=kin.
git-svn-id: svn://10.0.0.236/trunk@114664 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-16 04:17:07 +00:00
law%netscape.com
a799fbf226
Bug 27609; new unix makefile stuff (from bryner); NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@114628 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-16 01:31:41 +00:00
law%netscape.com
1ba4423e5c
Bug 27609; new nsIProgressDialog implementation; NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@114621 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-16 01:22:44 +00:00
locka%iol.ie
04856595c2
Fix for real and potential crashes in prompt impl when out params are nsnull. b=124025 r=chak
...
git-svn-id: svn://10.0.0.236/trunk@114579 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-15 10:21:39 +00:00
rods%netscape.com
1d1f95e7c0
1) Enables the PageSeq frame to specify the "gap" of gray space around
...
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
git-svn-id: svn://10.0.0.236/trunk@114536 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 23:18:09 +00:00
locka%iol.ie
048dee9aab
Add readme.html to embedding dist b=125356 r=chak sr=rpotts
...
git-svn-id: svn://10.0.0.236/trunk@114506 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 13:38:01 +00:00
locka%iol.ie
15beb1d045
Calculate document content type rather than assume text/html. b=118251 r=brade sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@114433 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 21:45:02 +00:00