danm%netscape.com
3910a46d58
keep nonmodal windows out of the modal window (topmost) layer. bug 84047 r=alecf,jag
2001-07-02 21:56:59 +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
ccarlen%netscape.com
a99901d4dc
Bug 86922 - app hangs after profile migration dialog. r=danm/sr=alecf/a=chofmann
2001-06-25 11:27:56 +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
ccarlen%netscape.com
588dc07a67
Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann
2001-06-20 06:49:22 +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
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
alecf%netscape.com
87db1e9152
why didn't this get checked in the last time?
...
part of fix for bug 83366, r=blake,
sr=sspitzer, suggestions=jag - add
a new method to
nsICmdLineService to get the
handler for a given parameter
a=asa
2001-06-14 23:55:42 +00:00
alecf%netscape.com
fd8fa52c9d
remove these files from CVS (not part of the build) so people stop asking me about them :)
2001-06-14 23:54:48 +00:00
alecf%netscape.com
d7d72efbbc
part of fix for bug 83366, r=blake, sr=sspitzer, suggestions=jag - add a new method to nsICmdLineService to get the handler for a given parameter a=asa
2001-06-14 23:47:05 +00:00
pchen%netscape.com
446c2fe869
bug 79837, r=pinkerton, sr=alecf, a=asa, don't disable mime matching for Internet Config mappings if we didn't get passed in a file extension
2001-06-13 22:31:08 +00:00
law%netscape.com
2350eb1a95
Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa
2001-06-12 22:33:34 +00:00
pinkerton%netscape.com
48991000e0
create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023.
2001-06-09 00:16:13 +00:00
valeski%netscape.com
5892765fc6
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +00:00
danm%netscape.com
d2d2322472
speed up PersistPositionAndSize. bugs 70283, 79060 r=hyatt,saari a=blizzard
2001-06-04 22:22:07 +00:00
danm%netscape.com
035f8a1ada
ignore OnLocationChange if it's for another window. necessitated by change for bug 56062. this is bugs 82368, 82413 and the reason 50881 was reopened. r=hyatt,radha a=chofmann
2001-05-30 02:07:48 +00:00
law%netscape.com
7bd888ae8b
Last time didn't take...trying again. Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf
2001-05-23 07:04:37 +00:00
law%netscape.com
a47f38eac6
Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf
2001-05-23 06:06:47 +00:00
law%netscape.com
60ba6b2282
Bug 75599; enabling the infamous '-turbo' cmd line switch; makes nsINativeAppSupport scriptable, adds Win32 code to handle -turbo switch; and tweaks window close logic in navigator.js to 'cache' a browser window; r=cathleen, sr=alecf
2001-05-23 06:04:39 +00:00
ccarlen%netscape.com
de0120eb78
Bug 38626 - remove nsFileLocations. r=valeski/sr=alecf
2001-05-23 03:50:38 +00:00
ccarlen%netscape.com
5af746c81b
Bug 38626 - remove nsFileLocations. This checkin removes it from Mac projects.
2001-05-23 03:45:36 +00:00
danm%netscape.com
88dd737fa7
the check to abort the onload handler for frames now properly handles sandboxing. bug 81787 r=hyatt,pavlov
2001-05-22 02:02:08 +00:00
ccarlen%netscape.com
b7d55f3e7e
Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf
2001-05-21 22:36:18 +00:00
danm%netscape.com
1a4ac3b5cf
merely shuffling names for the static build. bug 46775. this file should now be all swimmingly staticable.
2001-05-17 19:45:32 +00:00
alecf%netscape.com
740a099cd1
update the preloader - not part of build
...
add support for services and non-services
2001-05-17 18:44:55 +00:00
law%netscape.com
80fdeac6f8
Bug 53952; replace DDE client to prevent being blocked by ill-behaved applications; r=cathleen, sr=alecf
2001-05-15 10:32:51 +00:00
dveditz%netscape.com
8688792701
fix Mac build problem for bug 7022; thanks to sgehani@netscape.com for tracking down
2001-05-14 12:38:15 +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
racham%netscape.com
51db79d745
Fixing the crash reported in bugscape bug 4922. Adding null check on domWindow to break from the HandleEvent routine. r=saari
2001-05-10 23:13:27 +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
alecf%netscape.com
1498b45526
add mozilla-based preloader to the cvs tree (not part of build yet)
2001-05-08 07:19:39 +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
rbs%maths.uq.edu.au
1d0d6c0021
Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567
2001-05-02 04:33:05 +00:00
danm%netscape.com
871cd075b6
flush persistent state in destroy method. bug 75657 r=hyatt,pavlov
2001-05-01 01:25:49 +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
dr%netscape.com
eec73874cf
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
alecf%netscape.com
6d96879bfb
add nsTimingService to the factory for bug 72002 sr=ben
2001-04-18 03:16:30 +00:00
alecf%netscape.com
284dd42377
oops, fix capitalization
2001-04-18 03:12:29 +00:00
sdagley%netscape.com
db6a52ef4c
Changes for #72002 . Checking in for alecf. sr=ben,r=alecf
2001-04-18 03:05:10 +00:00
alecf%netscape.com
baac39f6bb
add nsTimingService.cpp to the windows/unix builds, sr=ben
...
bug 72002
2001-04-18 03:04:55 +00:00
alecf%netscape.com
2c6f491109
add nsITimingService.idl to windows/mac builds
...
sr=ben
bug 72002
2001-04-18 03:03:57 +00:00
hyatt%netscape.com
174428fb65
Fix for my 0.9 focus issues. r=saari, sr=brendan
2001-04-18 01:41:20 +00:00
danm%netscape.com
12351aa372
hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari
2001-04-16 20:35:46 +00:00
pchen%netscape.com
1624c3a8ac
bug 49758, r=alecf, sr=sfraser, implement hasProtocolHandler method which calls Internet Config to look for protocol handler. Returns NS_ERROR_NOT_AVAILABLE if the app signature of the protocol handler is the same as the running application utilizing this code
2001-04-16 20:16:51 +00:00
pchen%netscape.com
5739a1c18e
bug 49758, r=alecf, sr=sfraser, fix protocal misspelling
2001-04-16 20:16:49 +00:00
pinkerton%netscape.com
2fa656fb4b
Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653
2001-04-15 01:49:46 +00:00
disttsc%bart.nl
5ad5ad4564
Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf.
2001-04-14 20:08:32 +00:00
law%netscape.com
1eb69820e2
Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt
2001-04-14 00:57:30 +00:00
yokoyama%netscape.com
926aac3073
Partial fix for 66020: /r=valeski; /sr=alecf
2001-04-14 00:31:09 +00:00
danm%netscape.com
6fb17bc311
removing files no longer used. bug 72112 continues
2001-04-13 01:53:19 +00:00