Commit Graph

1093 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
0b281a2ef6 Reduce construction of (expensive) nsAutoString objects at performance hotspots. r=jag sr=waterson b=102756 2001-10-10 05:00:36 +00:00
radha%netscape.com
8299010da4 fix for bug # 99305. 'Back is overjumping pages'. Expired subframes cause
error in behavior of back/forward buttons. r=valeski sr=darin
2001-10-09 20:51:38 +00:00
locka%iol.ie
fdfe0b65f7 Fix removes const keyword from the out param of nsIWebShell::GetURL and fixes a memory leak in viewer when it calls this method. b=102413 r=jaggernaut@netscape.com sr=rpotts@netscape.com 2001-10-08 20:08:30 +00:00
sfraser%netscape.com
aebb4423a9 Fix for blocker bug 103036 -- crash when opening prefs dialog in Mac classic skin. Bullet-proof nsDocShell::FocusAvailable() against recursion, and fix the XBL to set focus later on. r=adamlock, sr=hyatt 2001-10-05 00:05:15 +00:00
radha%netscape.com
55322c6772 Fix for bug # 100993. Freeze nsIHistoryEntry.idl and nsISHistory.idl according to the
embedding freezing guidelines. r=chak sr=alec
2001-10-01 20:15:06 +00:00
radha%netscape.com
966d323ac2 Fix for bug # 96163. Bypass history load causes disorientation with page titles. r=valeski. sr=alecf 2001-10-01 19:47:50 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
darin%netscape.com
be046a6ff8 fixes bug 101832 "back/forward buttons should use LOAD_NORMAL + VALIDATE_NEVER"
r=gagan, sr=rpotts
2001-09-27 00:03:26 +00:00
radha%netscape.com
6187a9e859 Fix for bug 89309. Reload on a post resut simply rerenders the page without taking user's permission to repost the data to the server. r=darin sr=rpotts 2001-09-26 19:33:14 +00:00
ccarlen%netscape.com
0041b4581a Bug 96543 - Make nsWebBrowserFind default to searching in all frames. r=valeski/sr=sfraser 2001-09-26 14:07:35 +00:00
radha%netscape.com
3d1c5456ef Fix for bug 92824. Update index in SH after onStartLoad() is called for the page. r=adamlock sr=rpotts 2001-09-22 00:12:41 +00:00
radha%netscape.com
b6b4d7d1c6 Fix for bug 92824. Update index in SH after onStartLoad() gets called for the page 2001-09-22 00:10:58 +00:00
shanjian%netscape.com
15155bec60 #99666 page is displayed as blank in certain situation
r=harishd, sr=rpotts
2001-09-21 02:38:37 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
rpotts%netscape.com
91df4b9c17 bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused. 2001-09-17 23:22:00 +00:00
alecf%netscape.com
62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
darin%netscape.com
5a2d9f0d2d checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
mkaply%us.ibm.com
b5a07aa4fe #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:22:16 +00:00
radha%netscape.com
25f6374edd Removing a printf statement that I mistakenly included in the previous checkin. Got permission
from leaf to checkin this fix  with out  r and sr comments.
2001-09-10 22:47:17 +00:00
cls%seawood.org
67ce4374e2 Updating module dependencies 2001-09-08 07:40:14 +00:00
radha%netscape.com
1034cb6c92 Fix for bug 79063 r=rpotts sr=darin 2001-09-07 22:06:08 +00:00
rpotts%netscape.com
80d4f413a0 bug #98469 (r=pavlov, sr=jst). Using the _content window target sometimes fails... 2001-09-06 05:31:14 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
dougt%netscape.com
d5f58776bc Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
radha%netscape.com
086f84cd3c Fix for bug # 94926. assert in nsDocShell::SetTitle() r=adamlock sr=rpotts a=asa 2001-08-24 20:03:24 +00:00
rpotts%netscape.com
1da1ff6b05 bug #96418 (r=valeski, sr=mscott). SaveAs dialog not shown when saving file... 2001-08-24 18:45:11 +00:00
radha%netscape.com
29aa2102b0 Fox for bug # 90098 and 83684 r=valeski sr=rpotts a=asa 2001-08-23 21:56:38 +00:00
shanjian%netscape.com
108f61c127 #45187 Inherit character coding does not work in <a href= xxxx target="new">
r = rpotts, sr=waterson, a=tor
2001-08-23 04:24:25 +00:00
bryner%netscape.com
d1b47d9b27 Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt. 2001-08-21 21:18:45 +00:00
locka%iol.ie
f8d27dba10 Fix for anchors that try and load content into a docshell that has already been destroyed. b=94229 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-08-21 00:50:26 +00:00
sfraser%netscape.com
4d87b83d18 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
radha%netscape.com
cd2004720f Fix for bug # 86752. LOAD_FLAGS_BYPASS_HISTORY does not work. r=adamlock sr=rpotts 2001-08-16 23:49:50 +00:00
sfraser%netscape.com
da2eead239 Project cleanup, rs=scc. Use NSComponentStartup.o, since this is a component. 2001-08-16 00:42:02 +00:00
shanjian%netscape.com
cd26ab6678 #92473 Overwrite character set does not work inside Text and Textarea.
r = radha, sr=blizzard
2001-08-16 00:33:58 +00:00
kin%netscape.com
d1f0da0f52 Fix for blocker bugs 95243 (Crash when typing in body of mail compose window)
and 95297 (session history doesn't restore scroll position and form controls).
Fix backs out bryner@netscape.com's patch for bug 92210.

a=jj@netscape.com
2001-08-15 20:41:20 +00:00
rpotts%netscape.com
33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
bryner%netscape.com
5842490a14 Bug 92210 - Browser window steals focus if you switch to another window during "Transferring data from..." state. r=saari, sr=hyatt. 2001-08-13 23:48:16 +00:00
radha%netscape.com
ef1b15b65b Fix for topEmbed bug 93027 r=pollmann sr=darin 2001-08-10 14:43:03 +00:00
rpotts%netscape.com
934fa34926 bug #91165. Better patch (trunk only) for fixing selectAll within framesets for embedding 2001-08-09 09:24:26 +00:00
rpotts%netscape.com
ab99a7c95c bug #91165 - selectAll does not work for frames (embedding only). (r=nisheeth, r=valeski). 2001-08-08 04:28:11 +00:00
dbaron%fas.harvard.edu
5c0b6349e6 Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into new Destroy method so it happens at the end of paint suppression. Also clean up nsDocumentViewer.cpp a bit. b=80203,89626 r=hyatt sr=waterson 2001-08-01 03:15:50 +00:00
dbaron%fas.harvard.edu
0ab924e19b Backing out changes for 80203 and 89626 to fix blocker 92325 and probably also blocker 92443. 2001-07-26 20:53:21 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00