Граф коммитов

1072 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 9d5587b92f Fix for assertions happening on every new docshell. b=110685 r=brade@netscape.com sr=darin@netscape.com 2001-11-19 21:39:40 +00:00
alecf%netscape.com e404891446 fix for bug 102043 - hide redirected URLs after adding them to global history
r=radha, sr=rpotts
2001-11-19 20:22:14 +00:00
timeless%mac.com 060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
pchen%netscape.com b83f77d1c0 bug 110081, patch=adamlock, r=pchen, sr=ben, harden docshell against empty URLs 2001-11-18 07:45:14 +00:00
danm%netscape.com 9ec0e84cdd plug leak of docshell. bug 110410 code=dbaron r=jst,me 2001-11-17 05:19:10 +00:00
danm%netscape.com 66ce4b43e0 hook up CreateAboutBlankContentViewer. bug 88229 r=jst,rpotts 2001-11-16 02:15:31 +00:00
alecf%netscape.com d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
locka%iol.ie ce78ef8589 Add error message when user tries to load a malformed url instead of silently ignoring it. b=89118 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-11-14 13:26:43 +00:00
darin%netscape.com f6a4f1885b patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
bzbarsky%mit.edu f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
locka%iol.ie 0c64fcd0aa Workaround for problem in PromiseFlatString class. b=108880 r=adamlock@netscape.com sr=scc@mozilla.org 2001-11-07 19:03:39 +00:00
radha%netscape.com 75ecea3381 Fix for bug # 108041. Session history misbehaves when _top is replaced after a series of subframe navigations. r=adamlock sr=rpotts. 2001-11-06 23:56:45 +00:00
locka%iol.ie e460f31d71 Fix duff indentation (tab instead of space). b=78810 2001-11-06 23:06:36 +00:00
locka%iol.ie 26f0e8f362 Add fixup for view-source: URLs. b=78810 r=bzbarsky@mit.edu sr=blizzard@mozilla.org 2001-11-06 22:55:30 +00:00
blizzard%redhat.com 2b59cc6379 back out darin's fix for bug #107789 since it caused blocker #108637. 2001-11-06 16:32:52 +00:00
darin%netscape.com 481e50ee9a fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
danm%netscape.com 7aef9b6746 initial (disabled) cut at creating about:blank documents synchronously. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:24:39 +00:00
danm%netscape.com 09750f9a69 consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:19:39 +00:00
seawood%netscape.com be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
radha%netscape.com 5ac1e9da9a Fix for bug # 103850. DocShell sets wrong cache key while loading pages with postdata. r=adamlock sr=darin
CVS: ----------------------------------------------------------------------
2001-11-01 22:21:31 +00:00
mkaply%us.ibm.com 7517a0149b #88100
r=simon@softel.co.il, sr=blizzard
Hookup Bidi preferences
2001-11-01 05:40:35 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
alecf%netscape.com 61716661d2 bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx 2001-10-31 23:43:27 +00:00
bryner%netscape.com e6b4535db9 When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt. 2001-10-31 05:06:31 +00:00
rpotts%netscape.com 32fc0ff6ef bug #107097 - back/foward do not work! 2001-10-29 06:03:27 +00:00
jaggernaut%netscape.com 718057d1d5 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 07:43:56 +00:00
rpotts%netscape.com ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
radha%netscape.com 80e12b9a8c Fix for bug # 103978. Problems with back/forward at cnn.com, mainly due to expired subframes and clicking back/forward fast. r=adamlock sr=rpotts 2001-10-26 19:04:11 +00:00
bryner%netscape.com 03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
locka%iol.ie 49c4cc4076 New NameEquals method on nsIDocShellTreeItem to reduce unnecessary strdup'ing as FindChildWithName walks through its children looking for a matching item. b=102576 r=radha@netscape.com sr=rpotts@netscape.com 2001-10-20 11:42:35 +00:00
radha%netscape.com 105e4e1635 Fix for bug #101682. history.back() history.go(-1) misbehave on repeated usage and does notrestore scrollbar position. r=mcafee, sr=alecf 2001-10-19 21:28:57 +00:00
alecf%netscape.com ce1eec0457 bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls 2001-10-16 20:56:51 +00:00
darin%netscape.com 27e43f3dd8 fixes bug 104181 "SH should not store layout state if server sends Cache-control: no-cache"
r=radha, sr=rpotts
2001-10-13 01:03:59 +00:00
radha%netscape.com 4578cb2d5a Fox for bug 96230. Back button does not preserve scroll bar positions on local files and ftp directory listings. r=adamlock sr=darin. 2001-10-11 18:50:05 +00:00
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