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

125 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mscott%netscape.com 7dd8f08a94 Bug #89414 --> mis-spelled a JS variable name. It should be choseApp.
r/sr=sspitzer
2001-07-13 05:45:59 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cls%seawood.org cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
cls%seawood.org 66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
mscott%netscape.com 70d2b0e8d9 Bug #88320 --> wrap the choose button in a autostretch="never" box.
r/sr=hewitt,sspitzer
2001-06-29 04:19:00 +00:00
mscott%netscape.com 4a2e26f09d Bug #88066 --> add an advanced button to the helper app dialog. Remove some obsolete DTD strings.
r=hewitt
sr=sspitzer
2001-06-28 04:18:57 +00:00
chak%netscape.com efc3872feb Fix for #80778 - ASSERTION on startup: nsAppStartupNotifier.cpp
r/sr=alecf
2001-06-28 02:32:12 +00:00
mscott%netscape.com 190b061f3f Bug #80866 --> new helper app dialog design.
r=hewitt
sr=sspitzer
2001-06-28 02:19:28 +00:00
dougt%netscape.com 758f79ff72 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +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
blakeross%telocity.com 0c5ce30bd4 Not filling in default action with name of helper app (79231, law's patch). r=pchen sr=mscott a=asa 2001-06-20 06:21:46 +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
danm%netscape.com b4e242be8f remove compiler warning 2001-06-20 01:29:21 +00:00
danm%netscape.com cc6234cba2 URL loading security check moved from WindowWatcher to GlobalWindow. base URL calculation also reset to preferentially use the caller's context over the parent window's. bug 59748 r=hyatt,jst a=asa 2001-06-20 01:25:09 +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
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
law%netscape.com 5ae9162ddd Bug 79862; fix keyset id attribute so esc/enter keys work on helper app dialog; r=sfraser/sr=alecf/a=asa 2001-06-13 23:34:13 +00:00
danm%netscape.com 3de03a6a86 OpenWindow 'gracefully' handles disconnected parent windows. bug 78504 r=dr,hyatt a=asa 2001-06-12 23:05:17 +00:00
blizzard%redhat.com 674d52777b Fix bug #82601. "mozilla will continue trying to create http auth dialogs until the cows come home." Make sure to detect errors creating new windows and pass those errors along to callers. r=ccarlen, sr=tor, a=asa 2001-05-25 20:25:49 +00:00
law%netscape.com 303e7c45c4 Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott 2001-05-23 06:03:59 +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
mstoltz%netscape.com 5a6896b2a7 Re-checking-in workaround fix for 79775 - don't call GetSubjectPrincipal for chrome URLs, as this sometimes causes a failure and is not necessary for chrome URLs anyway. Fixed a crasher by moving the initialization of LoadInfo out of the if block. r=vidur, sr=jst. 2001-05-19 01:40:52 +00:00
blizzard%redhat.com 678b80f10b Back out mstoltz because of blocker bug #81629. Original bugs were 47905 79775. 2001-05-18 17:41:23 +00:00
mstoltz%netscape.com 11f7b8f900 Bug 47905 - adding security check for XMLHttpRequest.open.
Added nsIScriptSecurityManager::CheckConnect for this purpose.
Also cleaned up the security check API by removing some unnecessary
parameters. r=vidur@netscape.com, sr=jst@netscape.com

Bug 79775 - Forward button broken in main mail window. Making
WindowWatcher not call GetSubjectPrincipal if the URL to be loaded is
chrome, since the calling principal is superfluous in this case.
No one has been able to find the root cause of this problem, but
this checkin works around it, which is the best we can do for now.
r=ducarroz@netscape.com, sr=jst@netscape.com
2001-05-18 06:56:29 +00:00
ccarlen%netscape.com b304e46e61 Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf 2001-05-17 21:13:35 +00:00
kandrot%netscape.com 44e66f0ae1 Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775 2001-05-14 06:30:56 +00:00
mkaply%us.ibm.com 6939408334 senna REQUIRES bustage - a lot of these components in this REQUIRES can probably be removed 2001-05-11 18:10:07 +00:00
waterson%netscape.com 959508eba7 Fix build bustage. 2001-05-11 04:08:24 +00:00
mcafee%netscape.com a52a4563fb fixing build bustage, build dir needs to be at end of DIRS list to link. r=pinkerton 2001-05-11 03:12:51 +00:00
pinkerton%netscape.com 9b346cb163 build foo to fix bustage 2001-05-11 03:07:54 +00:00
pinkerton%netscape.com b4c75043a6 separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127 2001-05-11 01:52:11 +00:00
pinkerton%netscape.com 8bcd5a8be5 separating jsconsole into its own component. r=damn/sr=hyatt bug#73127. 2001-05-10 03:12:59 +00:00
jst%netscape.com ea706038cf 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 17:42:36 +00:00
ccarlen%netscape.com ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +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
cls%seawood.org 9a6566397d No need to explicitly set $(srcdir) as we let VPATH take care of that. 2001-05-04 08:24:57 +00:00
law%netscape.com a8f272185f Bug 52454; build new helper app dialog component on Mac; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-04 08:01:21 +00:00
law%netscape.com d66e13bfb3 Bug 52454; building new helper app dlg component on win/unix; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-04 06:35:43 +00:00
ccarlen%netscape.com 2638c46ad6 Bug 75996 - nsIPromptService::ConfirmCheck set check value result even when canceled. r=danm,sr=alecf 2001-05-04 01:57:09 +00:00
law%netscape.com 2295557b9c Bug 52454; switch to new .properties file; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-03 23:34:41 +00:00
law%netscape.com d27c1ee3a6 Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:50:02 +00:00
law%netscape.com a4870c1eba Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-02 22:44:14 +00:00
law%netscape.com f2dd24c0fe Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:31:12 +00:00
danm%netscape.com 1afd8a0bef just changing the name of internal classes nsWindowEnumerator (and WindowInfo). the old name was causing problems with the static build and noisy leak logs. bug 46775 r=hyatt,jband 2001-05-02 22:16:10 +00:00
ccarlen%netscape.com 4b073109ac Bug 75993 - Make the checkvalue param on alertCheck,confirmCheck be in/out. r=valeski,sr=alecf 2001-05-02 14:47:09 +00:00
blizzard%redhat.com c0dfafd625 Part of bug #75745. Get modal dialogs from the window watcher service working on linux. r=ccarlen, sr=tor 2001-05-02 02:49:07 +00:00
cls%seawood.org 00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00