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

4921 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com a07d06f6f7 Allow multiple toolkits to be installed in a build by marking the non-default toolkits as "inactive" and placing them in a separate components dir.
Bug #91829 r=jag
2001-11-06 09:45:23 +00:00
seawood%netscape.com a6e983b03e Attempt to fix OS/2 bustage by declaring callback function appropriate 2001-11-06 08:23:51 +00:00
dbaron%fas.harvard.edu 65a4025f4e Take address before casting to avoid confusing the gcc optimizer with what perhaps shouldn't compile anyway. r=pinkerton sr=sfraser b=108585 2001-11-06 06:15:40 +00:00
bryner%netscape.com ca08e0594c Clarifying log message. Not part of the build. 2001-11-06 04:23:16 +00:00
bryner%netscape.com 20dc6f1290 Fixing mac bustage. r=cls. 2001-11-06 04:15:05 +00:00
bryner%netscape.com 6cc6311790 Reorganize nsLookAndFeel so that all of the platform implementations
derive from nsXPLookAndFeel.  Implement a color cache for
nsXPLookAndFeel::GetColor calls.  bug 77941, r=akkana, rs=waterson.
2001-11-06 02:41:04 +00:00
dinglis%qnx.com aca3d1b210 NOT PART OF BUILD
small resize opt to use start/end flux when aRepaint not set
2001-11-06 01:27:50 +00:00
dinglis%qnx.com a1fe6ed500 NOT PART OF BUILD
fixed damage rect translation and clipping
2001-11-05 18:51:56 +00:00
mkaply%us.ibm.com a87b303cb3 #107688
r=mkaply, sr=blizzard
Special focus handling for combobox scrollbar
2001-11-05 14:53:04 +00:00
bryner%netscape.com 50e16344bd Removing obsolete native menu code. Not part of the build, r=jag. 2001-11-03 05:50:32 +00:00
bryner%netscape.com 36cd4f3d2c Removing obsolete native menu code. Not part of the build. 2001-11-03 05:38:52 +00:00
seawood%netscape.com be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
bryner%netscape.com 42ac6d1413 Removing obsolete/unused native menu code. Not part of the build. 2001-11-03 02:22:33 +00:00
bryner%netscape.com 48a71d9872 Removing unused native menu code. Not part of the build. 2001-11-03 01:11:22 +00:00
dinglis%qnx.com e289858691 Not part of build
fixed lib deps.
change repeating precise timers to repeating slack for debug builds - make debuging easier
2001-11-02 19:12:36 +00:00
bryner%netscape.com c08946375f Removing some native widget cruft. rs=blizzard. Not part of the build. 2001-11-02 18:21:50 +00:00
jaggernaut%netscape.com 9bcc72064d Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-02 06:39:49 +00:00
jst%netscape.com cacd57b2ae Fixing bug 52120. Make mozilla pass the expected arguments to window.onerror. r=jkeiser@iname.com, sr=jband@netscape.com 2001-11-02 04:49:07 +00:00
jaggernaut%netscape.com 2546ff75ba Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
seawood%netscape.com d91476e1b0 Removing obsolete MOZ_MONOLITHIC_TOOLKIT code. 2001-11-01 07:31:42 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
bryner%netscape.com e6b4535db9 When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt. 2001-10-31 05:06:31 +00:00
bryner%netscape.com f5bcb43880 Bug 107500 -- clean up cruft in nsGtkEventHandler. r=jag,pavlov, sr=blizzard. 2001-10-31 05:00:17 +00:00
dbaron%fas.harvard.edu 0d7378ab62 Fix BeOS bustage by doing what bryner meant to. b=106208. 2001-10-30 08:36:21 +00:00
bryner%netscape.com b1494c8444 Bug 106208 - don't build nsBaseFilePicker on platforms where we don't have a native filepicker implementation. Also, don't build the XUL filepicker on platforms where we _do_ use a native filepicker implementation. r=cls. 2001-10-30 06:10:01 +00:00
bryner%netscape.com b0af214b90 Removing dead native filepicker implementation. r=pavlov, not part of the build. 2001-10-30 05:49:23 +00:00
dinglis%qnx.com 69c6678b6b fixed lib deps. 2001-10-29 15:17:44 +00:00
bryner%netscape.com c9c78e694b Removing dead/obsolete file. r=pavlov, not part of the build. 2001-10-29 04:43:12 +00:00
beard%netscape.com ea71d3cf87 Fixing Carbon bustage: peterv's fix wasn't correct, seawood's checkin shouldn't have turned off opening the resource fork on TARGET_CARBON, only on XP_MACOSX. 2001-10-28 15:15:32 +00:00
peterv%netscape.com 9b4a127ffd Trying to fix OS X bustage by setting the entry points for Carbon targets to __NSInitialize and __NSTerminate as __initializeResources and __terminateResources were made #if !TARGET_CARBON. 2001-10-28 00:45:00 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
seawood%netscape.com 3e1cbb069d Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +00:00
aaronl%netscape.com d21aea8332 Bug 106710. Expose anonymous content via accessibility API's. r=jgaunt, sr=waterson 2001-10-26 23:47:52 +00:00
jaggernaut%netscape.com 24505a61c3 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-26 04:24:06 +00:00
alecf%netscape.com 8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
pinkerton%netscape.com cbad003486 adding nsIMenuCommandDispatcher.idl 2001-10-25 15:00:45 +00:00
pinkerton%netscape.com 3714be02c7 new file 2001-10-25 14:29:14 +00:00
pinkerton%netscape.com 96d12a2ec0 rewrite osx menus to use carbon command events to work around all MenuSelect problems on carbon on 9. r=beard/sr=sfraser, bug#58227 2001-10-25 13:58:13 +00:00
seawood%netscape.com 0f535e7061 Land the simple OSX Mach-O build changes.
Bug #75653 r=cls
2001-10-25 08:55:53 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
bzbarsky%mit.edu 12d546bff9 Make pasting from remote apps on X time out independently of processor
speed.  Bug 87207, patch by Rickard Westman <riw@swipnet.se>, r=pavlov,
sr=blizzard CVS:
----------------------------------------------------------------------
nsClipboard.cpp CVS:
----------------------------------------------------------------------
2001-10-25 00:30:30 +00:00
bryner%netscape.com 03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
danm%netscape.com 8151ac9885 rework zoomed window size to use structure region bounds; looks beter on OS X. bug 105657 code=lordpixel r=pinkerton,sfraser,me 2001-10-22 22:07:14 +00:00
mkaply%us.ibm.com 57f031a91e No bug
r=mkaply, sr=blizzard
OS/2 only - removing lots of cruft, general cleanup of widget
2001-10-22 20:49:50 +00:00
pavlov%netscape.com 627f2ad197 fix FMW in gtk timer code. bug 83163 r=dbaron sr=mscott 2001-10-21 00:44:46 +00:00
dbaron%fas.harvard.edu 2fe76cd2ac Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
mkaply%us.ibm.com 08519cd109 No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:57:02 +00:00
mkaply%us.ibm.com 994572ed35 No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:45:34 +00:00
ftang%netscape.com a64c2c46c0 fix bug 23363. Implement TSM1.5
r=brade
sr=sfraser
2001-10-19 20:51:26 +00:00
ftang%netscape.com 63ff296384 fix 23363. add nsTSMStrategy.cpp to the build
This is part of implement TSM1.5
r=brade
sr=sfraser
2001-10-19 20:50:48 +00:00
nhotta%netscape.com 8e66def5e6 Added a call SetOutputErrorBehavior to replace unmapped character by '?' for a window title string,
bug 96875, r=ftang, sr=blizzard.
2001-10-19 20:49:08 +00:00
pinkerton%netscape.com 6630d79543 remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
dinglis%qnx.com 92e5a57fa1 Not part of build
convert text to UTF8 instead of ascii
2001-10-18 14:19:00 +00:00
dinglis%qnx.com ae5904ae09 Not part of build
update of photon port
2001-10-17 14:11:53 +00:00
dinglis%qnx.com c7dcf80ce0 Not part of build
fixed up requires
2001-10-17 14:09:52 +00:00
hyatt%netscape.com 47ad649f65 Fix for 97805, r=sfraser, sr=waterson, also fixing event prioritization problems on Win32, r=jag, sr=brendan 2001-10-17 02:14:43 +00:00
ftang%netscape.com 865da56c12 add new files to the build. Not part of the build yet. Won't impact the tree.
fix bug 23363 r=brade sr=sfraser
2001-10-16 22:32:39 +00:00
pinkerton%netscape.com 26446d9b36 for carbon, use the simple defproc to avoid window borders by the OS. also, remove invisible windows from the OS window lists (hidden window is one example). bugs 76990 and 102525. r=sdagley/sr=sfraser. 2001-10-16 21:10:51 +00:00
bryner%netscape.com aa953f4f2b Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build. 2001-10-16 07:52:56 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
pavlov%netscape.com 121a512eeb fix it so that we don't load winmm.dll until it is needed.. should help startup a bit. bug 104885. r=timeless sr=sspitzer 2001-10-16 01:10:29 +00:00
blakeross%telocity.com 8acecc8399 Checking in correct patch (from before) 2001-10-16 00:27:26 +00:00
blakeross%telocity.com 36a9a8f646 Mozilla-generated shortcuts use unix-style eol (103466). patch by Daniel Mario Vega <dv5a@dc.uba.ar>. r=pink sr=blake 2001-10-15 22:26:20 +00:00
blizzard%redhat.com 73c1351049 Incremental changes to get this building again. Stub out appshell. 2001-10-14 19:02:05 +00:00
jaggernaut%netscape.com b9f4fd8c36 Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc. 2001-10-14 04:57:59 +00:00
seawood%netscape.com 2ae055c744 Fix scrollbar leaks by making sure that we decrement the refcnt when Destroy() is called.
bug #101814 r=pavlov
2001-10-13 05:50:16 +00:00
seawood%netscape.com 1d7513d8fb Removing ifdef surrounding #include after being cited for portability violation.
Bug #103579
2001-10-13 04:21:41 +00:00
seawood%netscape.com 566cf2aa54 Removing motif port from the tree.
Bug #89330 r=bryner sr=pavlov
2001-10-13 02:59:09 +00:00
law%netscape.com 3958a80acd Fix for bug 100381; use OFN_NOCHANGEDIR to prevent saved-to directory from
being in-use (i.e., preventing rmdir); r=morse, sr=blake
2001-10-13 00:32:37 +00:00
law%netscape.com ed9573e1e9 Fix for bug 91904, submitted by neil@parkwaycc.co.uk; add call to FlashWindow( .., FALSE )
when turning flashing off; r=law, sr=blake
2001-10-13 00:07:20 +00:00
sfraser%netscape.com 42afcf130e Fix bugscape 10444. Fix crash when playing a sound a second time; I was casting from the wrong slice, so crashed calling a virtual method. r=sdagley, sr=dveditz 2001-10-12 21:05:15 +00:00
cls%seawood.org 7cf2052dc9 Remove Motif port from build. Pull using MOTIF_LAST_RITES tag to resurrect (but why would you want to do a silly thing like that?)
Bug #89330 r=bryner sr=pavlov
2001-10-12 20:21:31 +00:00
seawood%netscape.com 8304fcb5c7 nsILookAndFeel.h forward declares nsSize so include nsSize.h to actually get the class info.
Bug #103579 r=pavlov
2001-10-12 06:23:17 +00:00
dbaron%fas.harvard.edu a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
katakai%japan.sun.com 3f85fb74a5 bug 103611
Autocomplete popup comes up unexpectedly (regression by checkin for bug 81360)
NS_TEXT_EVENT=null seems to invoke the popup window, so
we need to avoid the event when no composed text by clicking on fields.
r=bryner sr=blizzard
2001-10-12 00:48:02 +00:00
sspitzer%netscape.com 94abe5f5b3 fix for #104226. instead of using "Mailbeep" (the windows system sound for new mail notification)
use "_moz_mailbeep".  on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config.  (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser

also, fix #104252.  selectively notify folder listeners.  when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
nhotta%netscape.com 7f295b08de Added nsIUnicodeEncoder::SetOutputErrorBehavior to avoid the truncation of charse conversion, bug 92864, r=ftang, sr=sfraser. 2001-10-11 18:36:39 +00:00
sfraser%netscape.com 8e585cab88 Fix bug 104140. Add support for playing system sounds, or the mail sound specified in Internet Config. Sound play is async. r=pinkerton, sr=sspitzer. 2001-10-11 18:33:47 +00:00
sfraser%netscape.com 36c079c27b Fix bug 100472 -- play sounds asynchronously on Mac, cache sounds using necko, and deal with lots of different sound formats. r=pinkerton, sr=sspitzer. 2001-10-11 00:34:34 +00:00
pinkerton%netscape.com 055a04e54c unregister event handler when menu goes away. that way, if the menu is still in a visible menubar, we don't crash trying to build content off a dead listener. r=sdagley/sr=sfraser/a=jaime. bug#103935 2001-10-10 14:19:22 +00:00
sspitzer%netscape.com a305479ba0 fix for #64462. play OS specified sound when new mail arrives.
r=pavlov, sr=bienvenu.  right now, this only works on windows.
mac is next.  for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
danm%netscape.com 9c47134da4 SetSizeMode() no longer makes the faulty assumption that the window is being maximized. bug 101332 r=hyatt,pinkerton 2001-10-09 18:37:37 +00:00
pinkerton%netscape.com cc8496680c rewrite to use IC service, not direct calls to IC. r=ccarlen/sr=sfraser. bug#97333. 2001-10-09 14:26:18 +00:00
sfraser%netscape.com 55db9535c4 Fix bug 103031 -- don't put the top-left of the structure region into event.where before passing it off to raptor, because this might actually be outside of that window (like on X when windows have rounded corners). Instead, offset event.where by the amount that the window was moved. r=sdagley, sr=hyatt. 2001-10-09 05:59:24 +00:00
pinkerton%netscape.com 26c96c4fe7 r=sdagley/sr=sfraser/a=asa bug#102204 2001-10-05 14:16:51 +00:00
pinkerton%netscape.com 5f3500e49e bug 102204, r=sdagley sr=sfraser a=asa. 2001-10-05 14:16:20 +00:00
pinkerton%netscape.com 4f70b20af4 Truncate menu items to 300px. r=sdagley/sr=sfraser/a=asa. bug# 98455 2001-10-05 14:12:35 +00:00
pinkerton%netscape.com 07b649d931 prevent zooming windows from covering the dock. r=danm/sr=sfraser/a=asa. bug# 79974. 2001-10-05 14:11:38 +00:00
mkaply%us.ibm.com 2f57b304a5 #101470
r=mkaply, sr=blizzard, a=asa
OS/2 only - add nullcheck for mOS2Toolkit to catch occasional trapping - waiting for correct fix
2001-10-05 03:53:28 +00:00
mkaply%us.ibm.com d3b0f97480 No bug
r=pedemont, sr=blizzard, a=asa
OS/2 only - better implementation of timer IDs that prevents duplicates
2001-10-05 03:44:21 +00:00
yokoyama%netscape.com c9832ae7f4 Bug 88425
Ending IME Composition when we receive OnChar()
/r=yokoyama/ftang, /sr=shaver, /pdt=jaime
2001-10-03 00:00:15 +00:00
yokoyama%netscape.com 7ab4da0764 Bug 101885
Use WideCharToMultiByte() to convert the titleStr
/r=shanjian; /sr=brendan
2001-10-02 23:56:47 +00:00
seawood%netscape.com 957bc65b63 More NS_IMPLE_THREADSAFE_ISUPPORTS cleanup.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #102446 r=cls
2001-10-02 21:42:31 +00:00
seawood%netscape.com 69c1896233 Check for library version defines before using them.
Bug #100782 r=blizzard
2001-10-02 21:39:52 +00:00
mkaply%us.ibm.com a8babf40c3 OS/2 debug only bustage - need nsSize.h 2001-10-02 21:24:16 +00:00
dbaron%fas.harvard.edu c5ce82b2f5 Fix DEBUG bustage. b=96971 2001-10-02 03:52:52 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
dbaron%fas.harvard.edu 30b6e6587c Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson 2001-10-02 03:10:56 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
law%netscape.com 988646fda2 Fix for bug 57443; use PL_strncpyz instead of PL_strcpy to avoid buffer overrun when the default file name is really long; r=sgehani, sr=mscott 2001-09-29 00:20:39 +00:00