dbaron%dbaron.org
6ed727cbe8
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@136028 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-08 23:19:20 +00:00
arougthopher%lizardland.net
fa2cdaed7d
Bug#92793
...
BeOS classes are not threadsafe
In BeOS, each window runs in its own thread. Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod(). However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.
r=rpotts
sr=blizzard
a=asa
git-svn-id: svn://10.0.0.236/trunk@132888 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-02 02:12:00 +00:00
dougt%netscape.com
e289284076
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
...
git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-07 17:13:19 +00:00
mkaply%us.ibm.com
df76a8981d
I know nothing about this stuff, but I think this will at least get BeOS building
...
git-svn-id: svn://10.0.0.236/trunk@110609 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-17 05:10:38 +00:00
gerv%gerv.net
13afb6d0f9
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
...
git-svn-id: svn://10.0.0.236/trunk@104119 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-28 20:14:13 +00:00
cls%seawood.org
fb7750bb00
Delete the semaphore used to sync timer callbacks when shutting down the appshell. This should prevent the timer thread from hanging on exit.
...
Bug #99564 sr=alecf
git-svn-id: svn://10.0.0.236/trunk@103126 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-18 23:25:30 +00:00
dbaron%fas.harvard.edu
3485888237
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
...
git-svn-id: svn://10.0.0.236/trunk@101462 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 01:48:11 +00:00
cls%seawood.org
76f8a596b0
Adding startup splash screen support for BeOS.
...
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org > for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com >
git-svn-id: svn://10.0.0.236/trunk@99862 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 02:22:54 +00:00
cls%seawood.org
3ec8c45423
Fix for ProcessPendingEvents crash. Add event priority for BeOS
...
Thanks to Makoto Hamanaka <VYA04230@nifty.com > for the patch.
Bug #87337
git-svn-id: svn://10.0.0.236/trunk@98402 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-01 14:37:02 +00:00
koehler%mythrium.com
b620988e3b
Removing unused files under BeOS. Part of Bug 9863.
...
BeOS only code.
git-svn-id: svn://10.0.0.236/trunk@84942 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-14 18:22:18 +00:00
cls%seawood.org
3def6cda68
Implement nsAppShell::DispatchNativeEvent() for BeOS.
...
Thanks to Makoto Hamanaka <VYA04320@nifty.com > for the patch.
Bug #63649 . r=cls
git-svn-id: svn://10.0.0.236/trunk@84524 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-07 08:41:49 +00:00
cls%seawood.org
1a8a90b822
Fixing timers on BeOS and making a component out of them.
...
Thanks to Yannick Koehler <ykoehler@mythrium.com > for the patch and for having patience while we hashed out the fix for the fix.
Bug #55674 . r=cls@seawood.org sr=scc@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@83780 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-17 08:45:23 +00:00
warren%netscape.com
a8b9664a8c
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
...
git-svn-id: svn://10.0.0.236/trunk@81967 18797224-902f-48f8-a5cc-f745e15eee43
2000-10-28 22:17:53 +00:00
warren%netscape.com
4966ad1519
Removing more extra 0 params from NS_IMPL_LOG macro
...
git-svn-id: svn://10.0.0.236/trunk@81922 18797224-902f-48f8-a5cc-f745e15eee43
2000-10-28 02:24:24 +00:00
warren%netscape.com
c6b67eceeb
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
...
git-svn-id: svn://10.0.0.236/trunk@81885 18797224-902f-48f8-a5cc-f745e15eee43
2000-10-27 22:43:51 +00:00
duncan%be.com
8e3d684f96
BeOS only fixes to keep Mozilla building on BeOS. Still doesn't really run.
...
git-svn-id: svn://10.0.0.236/trunk@53772 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-17 15:18:02 +00:00
danm%netscape.com
5dc1a4f316
moved nsAppShell::EventIsForModalWindow to nsWidget::ModalEventFilter. part of fix for bug 14131. r:rods@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@53371 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-12 23:45:59 +00:00
dmose%mozilla.org
92d791b7b0
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
danm%netscape.com
c4ec5e4d7e
moving Push/PopThreadEventQueue to nsIEventQueueService. r:hyatt@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@50991 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:08:45 +00:00
danm%netscape.com
9c5d3aacc7
modal dialogs from C off the UI thread. a bit premature: works on Win and Mac. Issue addressed on gtk, but not there yet.
...
git-svn-id: svn://10.0.0.236/trunk@41955 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 07:06:32 +00:00
duncan%be.com
f3b5165529
Clean up BeOS timers. Among other things there now is a single thread to do
...
the job. Also I now cache the references to the native GUI queue, burning
fewer CPU cycles. Thanks to Attila Lendvai <101@inf.bme.hu > for contributions
and ideas.
git-svn-id: svn://10.0.0.236/trunk@39535 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-15 15:32:44 +00:00
mcafee%netscape.com
579c928cf0
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
...
git-svn-id: svn://10.0.0.236/trunk@36877 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 11:18:13 +00:00