aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSWorkspace+RunningTest.m
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2009-05-20
| | | | | | Add ourselves to the list of running apps even if we are a UIElement app. DELTA=18 (17 added, 0 deleted, 1 changed) R=thomasvl
* docs don't say it, but isHidden isn't always set, updating accordinglyGravatar thomasvl@gmail.com2009-02-27
|
* some updates for keys that aren't always thereGravatar thomasvl@gmail.com2009-02-26
|
* - turned off _debug framework support in tests since we now capture a lot moreGravatar thomasvl@gmail.com2009-01-09
in log validation. - Added GTM_SUPPORT_GC for controlling the inclusion of GC related code. - If you are using GTMUnitTestDevLog, it also tries to capture logs from NSAssert. - Added GTM_FOREACH_OBJECT/GTM_FOREACH_KEY that uses NSEnumerator and objectEnumerator/keyEnumerator on 10.4, but on 10.5+/iPhone uses FastEnumeration. - GTMNSWorkspace+Running gives a variety of ways of determining the attributes of running processes.