Bug 116710 - Update prepareConsistentTestingEnvironment to use a non-deprecated API
Summary: Update prepareConsistentTestingEnvironment to use a non-deprecated API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.8
: P2 Normal
Assignee: Steve Falkenburg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 01:26 PDT by Steve Falkenburg
Modified: 2013-05-24 01:43 PDT (History)
1 user (show)

See Also:


Attachments
Update prepareConsistentTestingEnvironment to use a non-deprecated API (1.43 KB, patch)
2013-05-24 01:28 PDT, Steve Falkenburg
sfalken: commit-queue-
Details | Formatted Diff | Diff
Updated options to match what we use in WebKit2 (1.67 KB, patch)
2013-05-24 01:37 PDT, Steve Falkenburg
mrowe: review+
sfalken: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Falkenburg 2013-05-24 01:26:11 PDT
beginSuspensionOfSystemBehaviors has been deprecated.
Use beginActivityWithOptions instead.
Comment 1 Steve Falkenburg 2013-05-24 01:28:48 PDT
Created attachment 202783 [details]
Update prepareConsistentTestingEnvironment to use a non-deprecated API
Comment 2 Steve Falkenburg 2013-05-24 01:37:13 PDT
Created attachment 202786 [details]
Updated options to match what we use in WebKit2
Comment 3 Steve Falkenburg 2013-05-24 01:43:21 PDT
http://trac.webkit.org/changeset/150636