summaryrefslogtreecommitdiff
path: root/xpcom/threads
Commit message (Collapse)AuthorAge
* Remove timer adjustments previously done when sleeping.Pale Moon2016-12-07
| | | | | | This means that all expired timers will fire at once to catch up but prevents timer issues due to incorrect adjustments. This resolves #756.
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
|
* Tidy up nsITimer IDL interface file.Pale Moon2015-10-24
|
* Remove nsITimer.TYPE_REPEATING_PRECISE because its non-skipping nature can ↵Pale Moon2015-10-23
| | | | | | cause issues after hibernating. Make it a synonym for TYPE_REPEATING_PRECISE_CAN_SKIP which is more useful.
* Remove timer adjustments previously done when sleeping.Pale Moon2015-09-15
| | | | This means that all expired timers will fire at once to catch up but prevents timer issues due to incorrect adjustments.
* killed telemetry, healthreports, datareportsKetmar Dark2015-08-30
|
* DiD & crashfix: Update timer arrays after sleep to account for time sleeping.Pale Moon2015-08-19
|
* Wholesale switch remaining code to GoannaPale Moon2015-05-27
|
* Remove telemetry includes (except where still required)Pale Moon2015-04-14
|
* Remove Telemetry part 15: Clean up various timers and stubs/dead codePale Moon2015-04-14
|
* Merge branch 'master' into Code_CleanupPale Moon2015-04-09
|\
| * Minimize code inside the timer thread scope in which mMonitor is unlocked.Pale Moon2015-04-07
| |
* | Remove Telemetry part2: Conditionals, config, preferencesPale Moon2015-03-21
| |
* | Remove Telemetry part1: Autotimers, accumulator callsPale Moon2015-03-21
|/
* Remove conditional SPS Profiler codePale Moon2015-02-01
|
* Remove conditional crash reporter codePale Moon2015-02-01
|
* Release XPCOM timer immediately after firing to prevent a race condition.JW Wang2014-08-15
|
* Bug 1024765 - Make refcounting logic around PostTimerEvent more explicit.Byron Campen2014-06-25
|
* Recommit working copy to repo with proper line endings.wolfbeast2014-05-21