-
- Downloads
Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case...
Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case resume; r=jdescottes,jlast The resume case is much more complex than the other events, because we do an unsafeSynchronize to send an unsolicited pause. In the old system, the resume response would have been ignored, but that is no longer the case. With the new system, we do not want to send a response to a resume action if it did not come from the UI. This also update the debugger panel code to accept a resume. Differential Revision: https://phabricator.services.mozilla.com/D32697 --HG-- extra : moz-landing-system : lando
Showing
- devtools/client/debugger/src/actions/pause/resumed.js 2 additions, 3 deletionsdevtools/client/debugger/src/actions/pause/resumed.js
- devtools/client/debugger/src/actions/pause/tests/pause.spec.js 3 additions, 5 deletions...ols/client/debugger/src/actions/pause/tests/pause.spec.js
- devtools/client/debugger/src/client/firefox/events.js 2 additions, 3 deletionsdevtools/client/debugger/src/client/firefox/events.js
- devtools/client/debugger/src/client/firefox/types.js 2 additions, 6 deletionsdevtools/client/debugger/src/client/firefox/types.js
- devtools/server/actors/targets/browsing-context.js 1 addition, 2 deletionsdevtools/server/actors/targets/browsing-context.js
- devtools/server/actors/thread.js 47 additions, 45 deletionsdevtools/server/actors/thread.js
- devtools/server/tests/unit/test_attach.js 1 addition, 1 deletiondevtools/server/tests/unit/test_attach.js
- devtools/server/tests/unit/test_nesting-03.js 8 additions, 8 deletionsdevtools/server/tests/unit/test_nesting-03.js
- devtools/server/tests/unit/test_stepping-06.js 0 additions, 1 deletiondevtools/server/tests/unit/test_stepping-06.js
- devtools/shared/client/thread-client.js 1 addition, 1 deletiondevtools/shared/client/thread-client.js
- package-lock.json 5 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 1 deletionpackage.json
Loading
Please register or sign in to comment