bzbarsky%mit.edu
ed1c8df85f
try/catch around the loadURI call, since it can throw. Bug 310828, patch by Adam Guthrie <ispiked@gmail.com>, r+sr=bzbarsky, a=schrep for 1.8 branch
2006-09-09 04:58:35 +00:00
gavin%gavinsharp.com
b55069bd54
Bug 326891: content encoding error page incorrectly uses the generic error page title/text, r+sr=bzbarsky
2006-02-12 20:23:59 +00:00
jruderman%hmc.edu
34f40c0fa0
Backing out my fix for bug 301471 (XUL error pages should have 'Try Again' button focused) because it caused a regression, bug 310774 (Unable to select most menu items using keyboard when error page is shown). a=asa for backout.
2005-10-03 19:32:48 +00:00
mconnor%steelgryphon.com
c9bb7d894d
bug 229737 - add favicon to XUL error pages, r=biesi, sr=neil
2005-08-25 05:10:19 +00:00
gavin%gavinsharp.com
1b5094dc43
Bug 302729 attachment 192114, netError.dtd entities can't be formatted prettily, r=cbiesinger, sr=darin
2005-08-22 03:16:29 +00:00
jruderman%hmc.edu
18479a3e21
bug 301471 - error pages should have 'Try Again' button focused. r=biesi sr=bz
2005-08-21 05:17:26 +00:00
cbiesinger%web.de
d62314530b
bug 280190 Make netError.xhtml look better. Also makes it themable.
...
patch by Henrik Skupin <hskupin@gmail.com> a=bsmedberg/mconnor
Core part: r=biesi sr=peterv
Toolkit part: r=mconnor
SeaMonkey part: r=neil sr=darin
2005-07-28 18:00:28 +00:00
mozilla.mano%sent.com
bf547497d9
Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky
2005-07-14 22:52:11 +00:00
bsmedberg%covad.net
c70e951ba6
Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa
2005-07-14 17:46:55 +00:00
gandalf%firefox.pl
dcdddc53d6
Bug 279768: Move locales from ./docshell and ./intl to ./dom/locales ; r=bsmedberg
2005-02-20 18:10:15 +00:00
cbiesinger%web.de
d0e111d772
Bug 237244 use location.reload for "Try Again" on error pages instead of
...
assigning to location.href
r+sr=bz
2005-02-18 17:53:45 +00:00
cbiesinger%web.de
57d7cad17b
157004 don't fire onLocationChange for error pages, and don't change the
...
docshell's currentURI either. be sure to add the failed URL to session history.
r=bz sr=darin
2005-01-31 11:26:31 +00:00
cbiesinger%web.de
b84daa8a30
add a way to get an application description for a given externally-handled
...
scheme, and use it in the confirmation dialog that asks whether to launch such
links.
bug 258802
windows and cross-platform part: r=ere sr=neil,bz
linux part: r=bz sr=bryner
2004-10-16 13:46:17 +00:00
dveditz%cruzio.com
3ea4400949
bug 173010 prompt before launching external protocol handler,r=mscott,sr=darin/jst
2004-09-10 23:24:49 +00:00
kjh-5727%comcast.net
ad06103d14
Bug 257384: Clean up assignments to undeclared variables.
...
Patch by Chris Thomas (cst@andrew.cmu.edu ). r=timeless, sr=jag
2004-09-03 18:40:17 +00:00
gerv%gerv.net
ba2432c07e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
gerv%gerv.net
9d2ee4928c
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 21:52:36 +00:00
jshin%mailaps.org
5684182912
bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa
2003-12-03 21:41:37 +00:00
neil%parkwaycc.co.uk
8240c5912f
Bug 113591 Clicking on a link while offline should give instructions to go online p=gautheri@noos.fr r=me sr=brendan
2003-11-07 22:35:49 +00:00
locka%iol.ie
1ae90a3a10
Fix duplicate dnsNotFound entry, replace with netReset. Checkin on behalf of peterhenderson@usa.net, b=188975 r=adamlock@netscape.com sr=bzbarsky
2003-01-17 15:08:17 +00:00
locka%iol.ie
f6ba2fe1f0
Improve the look & feel of the error pages. b=156997 sr=bzbarsky@mit.edu r=bugmail@sicking.cc
2003-01-09 18:17:04 +00:00
darin%netscape.com
a736085beb
fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
...
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
darin%netscape.com
0db76b7e07
fixes bug 153888 "'Redirection limit' error dialog should implicate cookie blocking"
...
r=adamlock sr=rpotts
2002-11-26 07:09:27 +00:00
bzbarsky%mit.edu
59b2106966
Links with unknown protocol should report an error when clicked on. Bug 86486,
...
r=adamlock, sr=darin
2002-11-20 22:58:57 +00:00
kaie%netscape.com
67c62394a7
b=106865 Blank page instead of SSL error dialog visiting https server
...
r=rpotts sr=darin a=asa
2002-10-14 14:34:40 +00:00
rods%netscape.com
855fd85355
This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
...
This was done so navigation is as fast as possible, meaning it doesn't have to figure it out each time.
The patch:
1) Adds a method to the nsIContentViewerContainer to tell it whether we are printing or in PP.
2) Fix up the DV and PrintEngine, the DV SetIsXXXX didn't need to set any
values in the PrintEngine, but now instead makes calls and sets the values in DocShells
3) Cleaned up and add a macro to nsIDocumentViewerPrint
Bug 171161 r=dcone sr=rpotts
2002-10-08 13:17:56 +00:00
darin%netscape.com
0c2e6c2638
fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
...
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
bryner%netscape.com
b366f360b3
Ignore generated Makefiles.
2002-08-23 10:30:06 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
locka%iol.ie
3291fb895d
Move appstrings.properties into new docshell/resources dir. b=156988 r=brade@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-07-16 11:54:44 +00:00
locka%iol.ie
1f26756e18
Support for error pages. b=28586 r=radha@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-07-11 20:59:03 +00:00