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

1218 Коммитов

Автор SHA1 Сообщение Дата
radha%netscape.com 88c476c398 Additional changes related to previous checkin for bug 151061. More error checking per discussion in the bug. 2002-09-20 00:03:03 +00:00
radha%netscape.com aa45d396af Fix for bug # 151061. Mozilla loses base uri for wyciwyg documents. r=caillon sr=jst. 2002-09-19 21:59:34 +00:00
kmcclusk%netscape.com 0db2c6960a Change PLEvent notification on WIN32 to use a native timer instead of a posted WM_APP message when documents are not loading. This fixes some DHTML paint starvation issues and lowers overall CPU usage on many pages with DHTML. bug=164931 r=rpotts@netscape.com sr=kin@netscape.com 2002-09-19 02:53:05 +00:00
peterlubczynski%netscape.com 84402a889d Fixing bug 165368: Download dialog appears for Shockwave Flash content r=av sr=heikki 2002-09-17 22:56:06 +00:00
nhotta%netscape.com 6c6138a192 Changed to call util function to unescape URI for status bar,
bug 81024, r=ftang, sr=darin.
2002-09-16 17:41:48 +00:00
darin%netscape.com 6eeda732ff fixing "oops" following my checkin for bug 45421 (thanks to cbiesinger) 2002-09-16 06:51:28 +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
akkana%netscape.com ea487d3ccc 130337: Fix Get New Themes when browser.block.target_new_window is set. r=jfrancis sr=kin 2002-09-12 19:35:55 +00:00
caillon%returnzero.com a5cd43f732 Add a method on the fixup object to strip off wyciwyg from nsIURIs
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2002-09-11 01:44:13 +00:00
cbiesinger%web.de 21274805ed bug 167203 crash in nsDefaultURIFixup.cpp r=adamlock sr=bzbarsky a=jesup 2002-09-09 17:22:19 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
rjesup%wgate.com a6da2110b6 Bug 126346: make iframes inherit text zoom values. Re-commiting after mods
to deal with 1.5% Tp regression in last commit.  r=dbaron, sr=jst, a=roc+moz
2002-09-06 18:46:19 +00:00
bryner%netscape.com 11659c8e1c Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst. 2002-09-06 00:19:58 +00:00
radha%netscape.com 4e1540d846 Fix for bug # 160869. Tweak load Types of subframes according to the parent's loadtype. r=adamlock sr=rpotts 2002-09-03 23:37:19 +00:00
rjesup%wgate.com d96d8aedff Backout of 126346 because of a 1.5% Tp regression on btek and a 0.9%
regression on luna.  I don't understand how this could cause that;
SetTextZoom/GetTextZoom are cheap, and this isn't called often.
2002-08-30 21:19:13 +00:00
alecf%netscape.com 1cfdc22502 fix for bug 97470 - don't display frame/iframe urls in the global history window
r=radha, sr=darin
2002-08-30 17:51:48 +00:00
rjesup%wgate.com 24e1fab20d Bug 126346: textzoom is not inherited by iframes. r=jag, sr=blizzard/dbaron 2002-08-30 15:44:48 +00:00
shanjian%netscape.com fd1c7b2e6c #162239 POST document could not inherit charset from previous page if the previous charset is from autodetection.
r=ftang, darin, sr=jst
added PrevDocCharset to markupViewer, and pass around previous document charset.
This charset is later used to load POST document.
2002-08-26 20:13:31 +00:00
alecf%netscape.com 22cd1629d5 ok, hopefully the last attempt to fix bug 12493, normalizing URLs for global history
this time cache the most common URI objects for links that appear on a webpage - http, https, ftp
r=radha, sr=darin
2002-08-15 22:21:40 +00:00
alecf%netscape.com ad843a06ab oops, this wasn't part of my backout 2002-08-15 01:45:39 +00:00
alecf%netscape.com 5d7a8da091 back myself out to see if I caused the pageload times to go up
I'm sure its me :(
2002-08-15 01:44:51 +00:00
alecf%netscape.com 2026def530 really fix bug 12493 - sr=darin, r=radha
move the check for mIOService into its own check
2002-08-14 22:43:05 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
timeless%mac.com 8a4ba78033 Bug 135811 Crash after infinite recursion:
nsContentTreeOwner::FindItemWithName -> nsDocShell::FindItemWithName ->
nsDocShell::FindItemWithName (loop back to nsContentTreeOwner) - Trunk M1BR [@ ntdll.dll -
nsDocShell::FindItemWithName] [@ MSVCRT.DLL - nsWritingIterator<unsigned short>::write]
patch by adamlock r=mjudge sr=jst
2002-08-07 08:23:46 +00:00
alecf%netscape.com 9d46c7a238 fix for bug 12493 - layout should canonicalize urls before asking global history for visited status
r=radha, sr=darin
2002-08-06 23:51:42 +00:00
aaronl%netscape.com 0f4ba024e4 Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt 2002-08-01 23:12:38 +00:00
nhotta%netscape.com 9b5c55ed77 Change nsJSProtocolHandler to listen to originCharset to apply conversion if necessary,
also changed the callers to set originCharset,
bug 137182, r=caillon, sr=jst, a=asa.
2002-07-23 23:28:28 +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
mjudge%netscape.com 47e8fbc7bf r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled. 2002-07-15 22:04:13 +00:00
locka%iol.ie 98b6eb2389 Ensure load error pages don't end up in the session history. b=157004 r=radha sr=rpotts a=asa 2002-07-15 19:10:13 +00:00
radha%netscape.com ae5783c055 Fix for bug # 124245. javascript onload redirect breaks back button. r= rpotts sr=alecf, a=roc+moz 2002-07-12 21:15:51 +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
locka%iol.ie 8287d3dffd Use proper weak refs over raw pointers to hold parent URI listeners. b=144887 r=radha@netscape.com sr=alecf@netscape.com 2002-07-09 21:30:13 +00:00
locka%iol.ie cbef215aeb Use proper weak refs over raw pointers to hold parent URI content listeners. b=144887 r=radha@netscape.com sr=alecf@netscape.com 2002-07-09 21:25:12 +00:00
locka%iol.ie 2107b1eb2b Display error message for unregistered protocols instead of fixing them up. b=100176 sr=darin@netscape.com r=brade@netscape.com 2002-06-28 18:47:20 +00:00
harishd%netscape.com d764d0b911 Putting back the idl change that was backed out in my previous checkin 2002-06-28 00:57:03 +00:00
harishd%netscape.com 0031d01a28 Backing out my checkin to see if it fixes the Txul breakage 2002-06-27 23:32:51 +00:00
harishd%netscape.com 5ce8f55dd0 ** checking in for mstoltz **
Disable scripts on the requested docshell and containing docshells. Also, made setCurrentURI() scriptable ( approved by Adam Lock ). b=154647, r=harishd, sr=jst
2002-06-27 20:58:42 +00:00
rpotts%netscape.com 424c54035e bug #147741 (r=jst, sr=darin) Call nsIContentPolicy for toplevel and subdocuments. 2002-06-21 22:47:42 +00:00
radha%netscape.com 7d80c58dae Fix for bug # 144301. shift-reload on a frameset page causes misbehavior of back and forward on future subframe navigations on the same page. a=adamlock sr=rpotts. 2002-06-11 21:12:27 +00:00
serge%netscape.com 92f5cb89d5 fix for 147256, Crash in nsDocShell::GetRootScrollableView, r=av, sr=alecf 2002-05-30 00:46:12 +00:00
bryner%netscape.com 415ee0507d Getting rid of a useless printf that I forgot to remove before checking in. 2002-05-28 00:16:13 +00:00
locka%iol.ie 944c13b5aa Reinstate keyword fixup code to fix regression. b=143080 r=valeski@netscape.com sr=rpotts@netscape.com 2002-05-17 01:58:45 +00:00
rpotts%netscape.com 73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
av%netscape.com c405585a95 Fixing 143178 -- refreshing plugins before going to the plugin finder sevice, r=peterl, sr=beard 2002-05-16 20:41:26 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
radha%netscape.com a89a95f087 Fix for bug # 135289. META http-equiv="cache-control" directives are ignored by back forward buttons. r=rpotts sr=darin. 2002-05-09 20:32:35 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
radha%netscape.com af170fb3a8 Fix for bug # 125372. Forward arrow not active when it should be. r=adamlock sr=alecf. 2002-05-06 21:01:59 +00:00