Jacek Caban
|
bbee5f214b
|
Bug 581036 - nsTimerImpl.cpp compilation fails on mingw.; r=bzbarsky approval2.0=benjamin
|
2010-07-22 12:00:26 -04:00 |
Boris Zbarsky
|
1051536d0b
|
Bug 558306 part 2. Switch XPCOM timers to TimeDuration/TimeStamp. r=cjones, sr=brendan
|
2010-07-15 09:59:24 -04:00 |
Boris Zbarsky
|
1d79cd4137
|
Backing out rev b567a93a5086 (bug 558306) to fix test orange
|
2010-07-15 13:49:28 -04:00 |
Boris Zbarsky
|
4c09b4504c
|
Bug 558306 part 2. Switch XPCOM timers to TimeDuration/TimeStamp. r=cjones, sr=brendan
|
2010-07-15 09:59:24 -04:00 |
Saint Wesonga
|
dca1fdaf5b
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
Dão Gottwald
|
af6bdfaeea
|
Backed out changeset 59ace8d80ce8
|
2010-07-04 22:01:13 +02:00 |
Saint Wesonga
|
b11412ff34
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-04 21:39:17 +02:00 |
Benjamin Smedberg
|
54fa052991
|
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
|
2010-06-22 12:59:57 -04:00 |
Benjamin Smedberg
|
4d7e3ff7df
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
Ehsan Akhgari
|
cb3b3e8e7b
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
Josh Matthews
|
903d7d380b
|
Bug 540665 - Make nsIRunnable a function so JS can use it as such. r=benjamin
--HG--
extra : rebase_source : cadf70d8c68810167894c069fc73df01c5046b0a
|
2010-05-07 09:52:04 +02:00 |
Mitchell Field
|
3d1b2b634a
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
Mike Hommey
|
6dfa925097
|
Bug 543441 - Avoid a race condition induced crash when trying to nsProcess::Kill() a terminated process [r=dtownsend]
--HG--
extra : rebase_source : eb04335b397772058c2c272736afb5604b09e0af
|
2010-04-29 07:24:32 +00:00 |
Ben Newman
|
a2d75cb968
|
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
|
2010-04-20 16:21:35 -07:00 |
Simon Montagu
|
ca71e3c5c6
|
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
|
2010-03-18 10:37:12 +02:00 |
Brad Lassey
|
427a95c897
|
bug 551882 - Windows Mobile should use the the WINAPI process model r=bsmedberg
|
2010-03-12 20:56:06 -05:00 |
Benjamin Smedberg
|
0c0acbc2ea
|
Followup to bug 541446 - nsIEnvironment.set will intentionally leak a string when you call it because that is required by the PR_SetEnv API. Make that string something which is not tracked by our leak detector
--HG--
extra : rebase_source : 2bdaf8d6ce3a8d093c107eeb9a4b2d4643ba0136
|
2010-02-10 12:57:46 -05:00 |
Benjamin Smedberg
|
a98af89cf4
|
Bug 526586 - XULRunner crashes on startup on Windows r=bustage fix and at least agreement on the approach from dbaron
|
2009-11-09 14:30:01 -05:00 |
Benjamin Smedberg
|
09ed4f2b79
|
Make NS_IsMainThread faster on our major platforms. (Bug 521750) r=dbaron
|
2009-10-28 10:28:57 -07:00 |
Mitchell Field
|
02e66e18b9
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
Benjamin Smedberg
|
28fb767bd1
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
Nick Thomas
|
c0e897014e
|
Bug 503469, Support packaging WinCE Firefox builds as zip, complete.mar, r=ted.mielczarek
|
2009-08-11 15:50:32 +12:00 |
ben turner
|
66d8174bb0
|
Bug 498010 - Threads should release their observers when they are shut down; r=benjamin
|
2009-06-22 15:08:04 +02:00 |
Boris Zbarsky
|
bd957c1597
|
Bug 497028. Make sure to have mRunningEvent still incremented when we call the runnable's destructor, since that can also do work. r=bsmedberg
|
2009-06-11 13:09:35 -04:00 |
Arpad Borsos
|
cb08371dfd
|
Bug 467948 - fix some deprecated conversion from string constant warnings; r=dbaron
|
2009-05-26 10:53:15 +02:00 |
Dave Townsend
|
97014cac6c
|
Bug 480427: Remove nsIProcess2 from trunk. r=bsmedberg
|
2009-04-16 16:46:10 +01:00 |
Arpad Borsos
|
7e7551d131
|
Bug 474369 - get rid of nsVoidArray, xpcom part; r=bsmedberg
|
2009-04-03 18:43:08 +02:00 |
Ginn Chen
|
9cdb2b0d5d
|
Bug 480427 Fix bustage for Solaris
|
2009-03-27 13:49:22 +08:00 |
Dave Townsend
|
a839ae272c
|
Bug 480427: Add a way to run a process in a background threadd. r=bsmedberg
|
2009-03-25 08:57:21 +00:00 |
Brad Lassey
|
26a5e74c64
|
bug 453185 - follow up, fixes wince build bustage r=bsmedberg
|
2009-03-18 12:35:48 -04:00 |
Dave Townsend
|
80cd6cdd45
|
Bug 453185: nsIProcess run fails with NS_ERROR_FILE_EXECUTION_FAILED when running an exe with a manifest that specifies requestedExecutionLevel level=requireAdministrator on Vista. r=bsmedberg
|
2009-03-18 11:00:20 +00:00 |
Dave Townsend
|
89705a8b28
|
Bug 483626: nsIProcess.isRunning doesn't fail correctly and should be boolean. r=bsmedberg
|
2009-03-18 10:59:32 +00:00 |
James Boston
|
94639989fa
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
James Boston
|
b3b91b03c4
|
Back out patch for bug 442393.
|
2009-03-06 16:42:07 -06:00 |
James Boston
|
d1581bcbba
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-06 16:19:09 -06:00 |
Nickolay_Ponomarev
|
f59c2c9f3c
|
Bug 472258 - Reinitializing one-shot timers by resetting delay (->SetDelay) doesn't work anymore - fix callers; r+sr=bzbarsky
|
2009-02-03 15:42:21 +01:00 |
Brad Lassey
|
4df65c2143
|
Bug 455381 - WinCE XPCOM Explicit Unicode API Calls, Wide Char CheckVersion Function nsCommonProcess changes. relanding after backout. r=bsmedberg
|
2008-12-11 11:50:24 -08:00 |
Gavin Sharp
|
5bea591d0a
|
backout changeset ce8fbd7d222e from bug 455381 to fix windows unit test bustage
|
2008-12-03 18:49:54 -05:00 |
Brad Lassey
|
df47c3ecc5
|
Bug 455381 - WinCE XPCOM Explicit Unicode API Calls, Wide Char CheckVersion Function nsCommonProcess changes r=bsmedberg
|
2008-12-03 08:41:12 -05:00 |
Dave Townsend
|
85b01aaa4a
|
Bug 461594: Interfaces changed without iid updates. r=josh, r=jst
|
2008-10-31 10:31:43 +00:00 |
Arpad Borsos
|
4460c617be
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
Ben Turner
|
0e1d31369e
|
Bug 449885 - "Threadpool calls shutdown on its threads twice when shutdown called on the threadpool". r=bsmedberg.
|
2008-08-14 12:04:31 -07:00 |
Ben Turner
|
30c77eeadc
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool." r=bsmedberg, jst. Test shouldn't hang now.
|
2008-08-11 17:01:47 -07:00 |
Ben Turner
|
a2573ed352
|
Bug 445828 - "Trying to re-init a TYPE_REPEATING_SLACK timer causes it to be added to timer thread twice". r=brendan.
|
2008-08-08 12:15:05 -07:00 |
Dave Townsend
|
165dc509e0
|
Backout of bug 443874: Need a hook for thread creation and destruction in thread pool
Removes the following changesets:
01e24ad20f35
ebf77231b06e
f4b859edddd2
22201dfdb1f3
f8762f56712f
2c6f51bf3bed
c8ac37904c16
|
2008-07-25 10:21:04 -04:00 |
Ben Turner
|
0ddc85cffa
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". Forgot to bump the uuid of nsIThreadPool.
|
2008-07-24 11:55:23 -07:00 |
Ben Turner
|
6008210f62
|
Bug 443877 - "Need a way to point timers at a different event target". r=bsmedberg.
|
2008-07-24 10:20:33 -07:00 |
Ben Turner
|
d250eb5576
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". r=bsmedberg.
|
2008-07-24 10:18:57 -07:00 |
mozilla.BenB@bucksch.org
|
d03f4d956d
|
Make nsITimerCallback a [function], to allow JS to pass a function object instead of this interface Bug 430305 r/sr/a=shaver
|
2008-04-23 10:42:58 -07:00 |
reed@reedloden.com
|
c412273f9d
|
Bug 422472 - "Lock re-entrance in TimerThread, deadlock" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=bsmedberg sr=brendan a1.9=damons]
|
2008-03-14 09:25:14 -07:00 |