yokoyama%netscape.com
1eace18e91
Bug : 58866
...
Remove AssignWithConversion() which corrupts non-ASCII filename
and replace with FS charset converter.
r=ftang. sr=mscott ask a=chofmann
2001-06-22 01:28:18 +00:00
ftang%netscape.com
6e691349fd
check in for rpotts bug#82244
...
when we do meta charset reload, load it from cache by using the same load flag history using.
author=rpotts r=radha/adamlock sr=vidur a=chofmann
2001-06-22 00:54:27 +00:00
peterlubczynski%netscape.com
e951282fd6
More ^M bustage
2001-06-21 02:07:25 +00:00
peterlubczynski%netscape.com
8bdfa059a9
Fix for title bar not updating for full page plugins bug 59749 r=av sr=attinasi a=choffman
2001-06-21 01:04:29 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu
9d35ed31a4
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
bryner%uiuc.edu
f6f70d2ed8
Bug 70484 - browser window would go keydead when clicking a link inside a FRAME which loaded a new document into the top-level content area. r=saari, sr=hyatt, a=asa.
2001-06-19 23:31:25 +00:00
bryner%uiuc.edu
b31514c245
Bug 77913 - tab focus not cycling around in dialogs. r=jag, sr=jst, a=blizzard.
2001-06-19 05:35:24 +00:00
danm%netscape.com
668fd620fc
place clicked-link events on the current active queue, rather than the one that was active at the time of the webshell's creation. bug 71222 r=hyatt,rpotts a=asa
2001-06-19 00:28:10 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
blizzard%redhat.com
9fcc01a00a
Fix blocker bug #85703 . Crashes on popup windows. r=adamlock,sr=tor,a=asa
2001-06-14 17:42:16 +00:00
saari%netscape.com
5e97e47284
fix for 84560, intially focused url bar key bindings are broken. a=blizzard, r=jag, sr=hyatt
2001-06-14 03:49:07 +00:00
jaggernaut%netscape.com
a2ef1b7f0d
Bug 77307: ``%27 codes after url redirection'', r=rpotts, sr=shaver, a=asa@mozilla.org
...
Bug 79582: ``content refresh with non-digit chars before ; not parsed "correctly"'', r=rpotts, sr=ben, a=asa@mozilla.org
2001-06-11 22:05:59 +00:00
dougt%netscape.com
e0c4831d10
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
2001-06-06 00:10:09 +00:00
mstoltz%netscape.com
d6e2839371
bug 77485 - exploit inserting a function into another window using targeted
...
javascript URL links. Two-part fix: moving the call to GetCurrentDocumentOwner
in nsDocShell::LoadInternal to before the target docshell is called, and
changing nsScriptSecurityManager::GetFunctionObjectPrincipal to only get
the principal from the function object's scope chain if the function object's
principal is the system principal. r=jst, sr=vidur, a=asa.
2001-05-30 02:22:22 +00:00
saari%netscape.com
0b11af5980
fix for 82710, r=me, sr=hyatt, a=mcafee (blocker)
make sure we set the focused element to null after the viewer is totoally torn down, and after we've suppressed focus
2001-05-29 23:26:50 +00:00
radha%netscape.com
553a99a133
Fix for bug # 82236. r=valeski sr=alecf a=blizzard(drivers@mozilla.org)
2001-05-29 22:45:57 +00:00
rpotts%netscape.com
5b394a26a3
bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly...
2001-05-29 22:10:50 +00:00
danm%netscape.com
5389a6bb30
reorganize SetFocus to be less likely to bail early on errors; more likely to default to focusing the whole window. and strip the extraneous braces rods added to my previous fix for this bug :) bug 50881 gets slapped down one more time. r=bryner,hyatt a=asa
2001-05-25 21:15:46 +00:00
roc+%cs.cmu.edu
8865fc53de
Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard
2001-05-25 15:00:51 +00:00
nisheeth%netscape.com
73edd4ea66
Fix for bug 57636. r=rpotts, sr=jst, a=asa. Onload handlers now fire on document.written content.
2001-05-25 08:49:03 +00:00
hwaara%chello.se
c0eb6ccbfc
Fix smoketest blocker. bug 82141. r=saari, sr=hyatt
2001-05-25 00:53:47 +00:00
rods%netscape.com
2945ee5e62
adding pane/frameset/frame/iframe navigation
...
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
waterson%netscape.com
495d1e941d
Bug 82073. Wallpaper over the crash until bryner can look at this.
2001-05-22 17:29:47 +00:00
simon%softel.co.il
f6ff04ed3b
Remove superfluous include from nsDocShell.cpp. Bug #81179 r=fabian sr=jst
2001-05-22 08:15:37 +00:00
valeski%netscape.com
7f26ff6952
r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made.
2001-05-21 22:42:46 +00:00
bryner%uiuc.edu
58e8da390f
Part of bug 31809 -- Don't allow the user to tab into the sidebar if it's collapsed. r=saari, sr=hyatt.
2001-05-21 22:27:49 +00:00
rpotts%netscape.com
44626befc1
another patch for bug #65777 . This one removes the intermediate window that is created for mailto:// URLs that are explicitly target to a new window...
2001-05-21 06:50:51 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
radha%netscape.com
30aeca6a33
Fix for bug 81229 r=valeski sr=rpotts
2001-05-18 21:43:29 +00:00
saari%netscape.com
37c7727d4e
fix for bug 78427, r=dr, sr=hyatt. Fix for focus getting lost when clicking on a link from a page with an iframe, like cnn or washingtonpost.com. When the new page loads, it will now have correct focus, it won't be lost.
2001-05-18 08:58:17 +00:00
jst%netscape.com
96763b46ae
Checking in serge@netscape.com's fix for bug 65777, this was a regression from the window targetting changes that caused a crash in some cases when an invalid url was typed into the URL bar. r=pollmann@netscape.com, jst@netscape.com, sr=rpotts@netscape.com
2001-05-17 21:38:27 +00:00
jst%netscape.com
e2adb42a19
Fixing problem with email deletion in mailnews throwing NS_ERROR_NOT_AVAILABLE exceptions. No bug, r=pollmann@netscape.com, sr=rpotts@netscape.com
2001-05-17 21:33:16 +00:00
locka%iol.ie
22b6419144
Fix for faulty file:// URI fixup which fixed anything containing a backslash. b=75063 r=valeski@netscape.com sr=rpotts@netscape.com
2001-05-17 19:24:42 +00:00
shanjian%netscape.com
a002d52f8d
#78229 meta charset does not work when autodection find first
...
r=ftang, sr=attinasi
2001-05-17 18:28:53 +00:00
bstell%netscape.com
58699035e6
bug 79608, r=ftang, sr=vidur
...
for the embedding API: add get/set charset
2001-05-17 02:12:51 +00:00
chak%netscape.com
4382b1506b
Fix for 64270 - crash on window.close when another window is referenced
...
r=jst,rpotts, sr=rpotts
2001-05-14 14:53:03 +00:00
rpotts%netscape.com
f02e84c4bb
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
peterv%netscape.com
bca11b5ad0
Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst.
2001-05-12 12:47:41 +00:00
darin%netscape.com
921fa67a8d
removing debug printfs
2001-05-12 01:42:31 +00:00
darin%netscape.com
b26d5adb54
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
mkaply%us.ibm.com
431fa5a72b
senna requires bustage
2001-05-11 16:43:24 +00:00
chak%netscape.com
4173daa74c
Fix #28784 - cannot type non ASCII name in url bar to access file
...
r=nhotta, sr=blizzard
2001-05-10 02:40:18 +00:00
dr%netscape.com
2d2e67c3fa
fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt
2001-05-10 02:35:00 +00:00
dbaron%fas.harvard.edu
32c43cb5ef
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
jst%netscape.com
f7460d0269
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
radha%netscape.com
a0868f7527
fix for bug # 78756. shift-reload on a post result page causes repost. r=ccarlen sr=blizzard
2001-05-06 18:43:07 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
valeski%netscape.com
b491d5e2f5
fixing build bustage. forgot a nsIDocumentLoaderObserver ref
2001-05-04 21:01:34 +00:00
valeski%netscape.com
939312c7fa
sr=rpotts. cookie/wallet r=morse, xmlTerm r=saravn@mozdev.org, mailnews r=mscott, activeX r=adamlock, everything else covered by the sr from rpotts. 15345. These changes remove nsIDocumentLoaderObserver.idl from the build, and all of it's implementations and registrations have been moved over to nsIWebProgressListener.idl and nsIWebProgress.idl respectively. there are two (78762, 78760) mailnews printing bugs that I overturned *before* landing this. I've run this code through the mail-news and browser smoketests among other tests outlined in the patch description attatched to the bug.
2001-05-04 20:15:38 +00:00