Closed
Bug 693371
Opened 13 years ago
Closed 13 years ago
Merge fx-team into remote-debug to get the Firefox 10 updates
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: past, Assigned: past)
References
Details
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
We need another merge from fx-team to get the latest changes as well as the version bump to 10.
Assignee | ||
Comment 1•13 years ago
|
||
Did the merge, fixed the induced bustage, but there is still a failing unit test I'm investigating.
Assignee | ||
Comment 2•13 years ago
|
||
The test_breakpoint-01.js test hangs as can be seen in this console output. The reason is that the eval source script is received with the live property undefined, instead of true (or even false). I'm still trying to figure out which recent change broke this.
Assignee | ||
Comment 3•13 years ago
|
||
The problem was that Debugger.Script no longer exposes a "live" property, because all scripts are live by default. With this patch the merge works fine.
Attachment #566206 -
Flags: review?(dcamp)
Updated•13 years ago
|
Attachment #566206 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•