Bug 164065 - Web Inspector: clean up tracking of whether an "internal" evaluation is being performed
Summary: Web Inspector: clean up tracking of whether an "internal" evaluation is being...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-27 10:05 PDT by BJ Burg
Modified: 2016-12-13 15:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-10-27 10:05:43 PDT
Currently there is the argument 'doNotPauseOnExceptionsAndMuteConsole' to RuntimeAgent.evaluate. This should be aliased to something more straightforward like "internalEvaluation" or something. We may want to expand the behaviors we change when doing an "internal" (i.e., not-user-initiated) evaluation in Web Inspector. For example we probably don't want to pause at a breakpoint while evaluating completions, but we don't turn off breakpoints/pause on next statement when evaluating these things.
Comment 1 Radar WebKit Bug Importer 2016-11-01 17:05:25 PDT
<rdar://problem/29055626>