Commit Graph

1197 Commits

Author SHA1 Message Date
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
locka%iol.ie
427ba2425c Properly fixup URLs containing http:// string in as form submit values. b=126181 r=bzbarsky@mit.edu sr=mscott@netscape.com a=asa@mozilla.org 2002-03-05 23:17:47 +00:00
morse%netscape.com
662e2a6a2e bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz 2002-03-02 01:26:49 +00:00
radha%netscape.com
ea7d9216d2 Fix for bug # 124427. Make sure subframes get the proper loadType when it is loaded
from a onLoadHandler. r=adamlock sr=alecf a=asa
2002-03-01 23:56:48 +00:00
bzbarsky%mit.edu
01441240a3 target="_new" blocking should not block "_self", "_content", etc. Bug
126003, r=akkana, sr=rpotts, a=shaver
2002-03-01 00:02:46 +00:00
danm%netscape.com
4050702da3 implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:22:55 +00:00
bzbarsky%mit.edu
0ca37a0405 Add UI for browser.block.target_new_window (used to be named
browser.target_new_blocked).  Bug 78037, patch by  Jonas Jorgensen
<jonasj@jonasj.dk>, r=bzbarsky, sr=alecf, a=asa
2002-02-25 23:38:02 +00:00
mscott%netscape.com
ac6d07afca Bug #126981 --> make HTML anchors work again by reversing the logic on an if clause.
r=sspitzer
sr=alecf
a=shaver
2002-02-21 23:16:57 +00:00
bbaetz%student.usyd.edu.au
03a55cf172 Bug 110760 - directory listings shouldn't reuly on libappcomps.
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2002-02-20 02:14:17 +00:00
alecf%netscape.com
66e767c7b8 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
2002-02-19 22:49:12 +00:00
cathleen%netscape.com
124339899e eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan 2002-02-19 07:36:56 +00:00
blakeross%telocity.com
ef07a47c08 This was part of my earlier patch. I forgot to check it in. 2002-02-12 23:43:41 +00:00
jst%netscape.com
f8e111bab0 Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com 2002-02-09 03:36:55 +00:00
radha%netscape.com
8563362d73 Fox for bug # 109485. Meta refresh works differently than otehr browsers. r=valeski. sr=jaggernaut. 2002-02-08 22:46:09 +00:00
radha%netscape.com
0ee86542b2 Fix for bug 90224. Send nsISHistoryListener notifications for Reload. r=mcafee, sr=rpotts. 2002-02-08 00:20:26 +00:00
radha%netscape.com
ac83611671 Fix for bug 119914. nsDocShell::LoadURi() does not properly map certain load flags in nsIWebNavigation. r= adamlock. sr=rpotts. 2002-02-06 22:16:31 +00:00
mkaply%us.ibm.com
9a552ecebc Someone can yell at me later if this was a totally stupid thing to do - Fixing OS/2 bustage - I need OS/2 building so we can watch the NSS_3_4 landing 2002-02-06 14:39:42 +00:00
darin%netscape.com
2d85aed21d fixes bug 54349 "stylesheet do not load when in another HTTP auth realm
(sometimes)" patch=badami@netscape.com, r/sr=rpotts,darin
2002-02-06 07:26:26 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
mjudge%netscape.com
726b5e82c1 115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work. 2002-02-02 05:13:56 +00:00
rods%netscape.com
d7c4d9025d fix ref count bloat
Bug 123011 sr=hyatt
2002-02-01 20:12:35 +00:00
rods%netscape.com
bf85c2dc3a fix build breakage 2002-02-01 16:17:40 +00:00
rods%netscape.com
ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
jaggernaut%netscape.com
97d54fdb2f Just fixing some indents/whitespace, rs=mozbot 2002-02-01 00:45:58 +00:00
radha%netscape.com
fcf39d4ccf Changes related to wyciwyg protocol implementation. r=35340 r/sr by jst, nisheeth, darin 2002-01-31 19:45:01 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
mjudge%netscape.com
ca4de4f1e9 BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely 2002-01-30 04:46:54 +00:00
mjudge%netscape.com
83bd95cb47 files not in build yet. BUG 115922. embedding work for editor. checking in files not in build yet to make tree landing more smooth. 2002-01-30 04:44:14 +00:00
jst%netscape.com
74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
danm%netscape.com
bb256723c2 set docshell current URI after creating a synchronous about:blank Frankendocument. bug 104361 r=brendan,jst 2002-01-24 03:38:53 +00:00
bzbarsky%mit.edu
3f1e512564 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2002-01-24 02:35:16 +00:00
bryner%netscape.com
a746d2a4d0 Part of fix for bug 91184, checked in on the 0.9.4 branch but forgot to check it in on the trunk. r=saari, sr=hyatt. 2002-01-24 01:17:04 +00:00
darin%netscape.com
3fc9948bbb fixes bug 120394 "properly" should be removed from missing psm warning
patch=bugzilla@gemal.dk, r=timeless, sr=darin, a=blizzard
2002-01-18 02:48:37 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
darin%netscape.com
ddf6b225f1 fixes bug 42898 "iDNS support"
r=nhotta, sr=brendan
2002-01-16 03:23:23 +00:00
darin%netscape.com
43687f1b48 another attempt at fixing bug 47617 "Connection to https needs to tell user
to install PSM if w/o"
patch=mpt,folk@popmail.com
r/sr=darin,blizzard
2002-01-16 03:04:53 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
darin%netscape.com
a8fec387ad fixes bug 112564 "Cache-Control: no-cache should not affect back/forward
buttons" r=dougt, sr=brendan
2002-01-09 04:18:48 +00:00
darin%netscape.com
3372480640 backing out the part of the patch for bug 54349 that caused the leak
regression bug 118726.
2002-01-08 20:52:30 +00:00
locka%iol.ie
87bfcf8f7f Removed huge chunks of dead webshell and cleaned up a few references to it elsewhere in the code. b=113970 r=valeski@netscape.com sr=rpotts@netscape.com 2002-01-08 13:01:38 +00:00
darin%netscape.com
9a8e2e4f57 fixes bug 54349 "stylesheet do not load when in another HTTP auth realm (sometimes)"
patch=badami@netscape.com
r/sr=darin,rpotts
2002-01-08 05:18:08 +00:00
alecf%netscape.com
5965318acb 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
danm%netscape.com
20ebc95fe3 implement/support nsIEmbeddingSiteWindow2 (and its blur method). bug 57841 r=bryner,rpotts 2002-01-05 02:22:45 +00:00
seawood%netscape.com
128ac41103 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +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
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
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
locka%iol.ie
6283a1fddc Moved fixup out of nsWebShell and into nsDefaultURIFixup. b=109309 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-12-19 15:58:58 +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
jaggernaut%netscape.com
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00