Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Have firefox onConnect wait for newSources#2997

Merged
jasonLaster merged 1 commit intofirefox-devtools:masterfrom
tromey:wait-for-sources
May 23, 2017
Merged

Have firefox onConnect wait for newSources#2997
jasonLaster merged 1 commit intofirefox-devtools:masterfrom
tromey:wait-for-sources

Conversation

@tromey
Copy link
Contributor

@tromey tromey commented May 23, 2017

This fixes a race where panel.js can report that the debugger has
started, but where getSources will still return null for a source that
does in fact exist.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1364526

This fixes a race where panel.js can report that the debugger has
started, but where getSources will still return null for a source that
does in fact exist.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1364526
@codecov
Copy link

codecov bot commented May 23, 2017

Codecov Report

Merging #2997 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2997      +/-   ##
==========================================
+ Coverage   63.44%   63.61%   +0.17%     
==========================================
  Files          70       72       +2     
  Lines        2473     2515      +42     
  Branches      507      514       +7     
==========================================
+ Hits         1569     1600      +31     
- Misses        904      915      +11
Impacted Files Coverage Δ
src/client/firefox.js 88.23% <100%> (ø)
src/client/firefox/events.js 44% <0%> (ø)
src/client/firefox/commands.js 21.64% <0%> (+3.09%) ⬆️
src/client/firefox/create.js 25% <0%> (+16.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 884ff3f...d30b005. Read the comment docs.

Copy link
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jasonLaster jasonLaster merged commit 959eaa5 into firefox-devtools:master May 23, 2017
@tromey tromey deleted the wait-for-sources branch May 23, 2017 22:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants