dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
dbaron%fas.harvard.edu
bbb8b219af
Remove obsolete references to nsImageManager to fix build bustage after imglib1 removal.
2001-08-18 16:51:20 +00:00
dbaron%fas.harvard.edu
2b431343cd
Remove obsolete references to nsImageManager to fix build bustage after imglib1 removal.
2001-08-18 16:43:50 +00:00
dcone%netscape.com
6c20fd47b1
b=91290 fix for printing regression test. r=karnaze sr=waterson
2001-08-17 22:14:22 +00:00
bryner%netscape.com
422834eff1
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
2001-08-17 08:14:14 +00:00
bryner%netscape.com
402dcc4409
@#@#%@# (fixing mac bustage)
2001-08-16 10:11:14 +00:00
bryner%netscape.com
1d3e6ec608
Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard.
2001-08-16 06:58:03 +00:00
sfraser%netscape.com
03e0988c1b
Project cleanup, rs=scc. Don't link with docShell, which is a component.
2001-08-15 23:18:20 +00:00
dbaron%fas.harvard.edu
b566e03467
Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES.
2001-08-15 04:34:46 +00:00
cls%seawood.org
a3c1dd1b09
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
bryner%netscape.com
39f0e0f79e
Bug 66036 - Make viewer use nsIFilePicker instead of nsIFileWidget.
...
This required several fixes to make viewer able to display Linux's XUL
filepicker correctly, including making modal dialogs work, delaying the
showing of chrome windows until the document has fully loaded, and fixing
the problem on gtk where space was reserved for a menubar even if the
window doesn't have one.
r=jag, sr=shaver.
2001-08-14 05:21:54 +00:00
cls%seawood.org
3b2a130327
More libimg1 removal cleanup
2001-08-10 21:55:48 +00:00
pavlov%netscape.com
7d26ae3367
remove the #include "nsIImageManager" which is no longer used
2001-08-09 22:38:47 +00:00
pavlov%netscape.com
1e20984ef0
fixing bug 78690. removing old imagelib. r=jst sr=waterson
2001-08-09 20:22:39 +00:00
bzbarsky%mit.edu
9ebbfa4e95
getting rid of the old align= syntax in some tests. Bug 89999, patch
...
from Mark Anderson <andersma@luther.edu>, r=hewitt, sr=hyatt
2001-08-06 23:41:24 +00:00
cls%seawood.org
599e248dcc
Add signal handlers for BeOS so tinderbox scripts can run tests.
...
Add use of BApplication to viewer.
Bug 92381 r=timeless a=blizzard
2001-07-27 22:16:33 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
valeski%netscape.com
ea661eedd1
91365. r=dougt, sr=hyatt. nsIScriptGlobalObject->GetContext() can legitimately return NS_OK *and* a nsnull outparam. Various callsites were not respecting the nsnull out param and this patch gracefully handles those cases.
2001-07-19 05:48:49 +00:00
rpotts%netscape.com
c111544a91
bug #84749 . (r=nisheeth, sr=jst). Document unload() events fired *after* the current URI had been changed - this allowed JS to track where the user was going next...
2001-07-17 20:17:38 +00:00
mkaply%us.ibm.com
b6e0a61b45
#90492
...
r=cls
Get tests building on OS/2 again by using special names for OS/2
2001-07-17 18:33:11 +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
waterson%netscape.com
87b0bf4c5c
Bug 78341. Make text fields accept focus in viewer. sr=attinasi
2001-07-10 00:26:37 +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
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
dbaron%fas.harvard.edu
9cfe266dc4
Fix gcc 2.7.2.3 bustage by changing |EqualsWithConversion| to |Equals|.
2001-06-29 18:28:39 +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
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
radha%netscape.com
a175f5f11f
Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
...
new semantics. r=valeski sr=alecf a=blizzard(drivers@mozilla.org )
2001-05-29 22:48:39 +00:00
dr%netscape.com
debacb9efa
fix for 80059 (copy link location, etc. broken on mac & windows -- missing nsIClipboardHelper in nsSetupRegistry). r=pinkerton, sr=jst
2001-05-22 01:41:08 +00:00
ccarlen%netscape.com
2dcd262cff
Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
2001-05-19 18:31:20 +00:00
bstell%netscape.com
e654438dc3
bug 78273, r=ftang/jbetak, sr=blizzard
...
For the embedding API add "get font list". Used to fill the font pref panel
2001-05-18 23:35:16 +00:00
cls%seawood.org
d0b42c2fd5
Use $(wildcard) to construct XP_DIST_DEP_LIBS as we do not know if we are building statically or not. Bug #46775
2001-05-17 02:54:31 +00:00
waterson%netscape.com
37b090af98
Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi
2001-05-11 02:17:35 +00:00
sdagley%netscape.com
5db7f2f30a
#79500 - Only put a 'carb' resource in the Viewer app when building for Carbon. r=attinasi, sr=sfraser
2001-05-10 14:42:48 +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
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
dbaron%fas.harvard.edu
709300e29c
Add REQUIRES (and MODULE) lines so that the qt port builds with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org
2001-05-07 23:20:43 +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
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
dcone%netscape.com
c5d5aa37a5
sr=waterson r=karnaze. Fixed printing regression tests.
2001-05-03 22:12:35 +00:00
valeski%netscape.com
df118b54a0
r=waterson, sr=rpotts. part of 15345. removing unused nsIDocLoaderObserver from nsBrowserWindow and making the webcrawler use nsIWebProgressListener instead of nsIDocLoaderObserver which is depricated.
2001-05-02 23:58:42 +00:00
mkaply%us.ibm.com
5417b175fa
#58617
...
r=cls
Don't copy unix shell scripts into the dist on OS/2
2001-05-01 23:53:59 +00:00
cls%seawood.org
d62bacf705
Remove unneeded LOST_SYM_LIBS defines.
2001-04-30 01:13:22 +00:00
cls%seawood.org
1be204edc0
Tweaks to let qt port compile with mathml & gcc 2.95.2.
2001-04-29 00:28:56 +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
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
bnesse%netscape.com
000d1011d5
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +00:00