aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/cdv_html_wx.erl
AgeCommit message (Collapse)Author
2019-08-09Merge remote-tracking branch 'upstream/pr/2201' into maintDan Gudmundsson
* upstream/pr/2201: Handle clicking links more than once in Observer's "Expanded term" OTP-15980
2019-06-25observer: Fixes for html viewersDan Gudmundsson
2019-04-05Handle clicking links more than once in Observer's "Expanded term"Magnus Henoch
When looking at an "expanded term" in Observer, such as the state term of a supervisor process, all pids are turned into clickable links. However, without this change, you could only follow one such link; any further clicks would be ignored. Fix that by ensuring that the cdv_html_wx process holds on to its state.
2018-12-19Observer: fix crash bug when expanding termkjnilsson
Observer makes use of cdv_html_wx but does not start cdv_wx first which made it crash when trying to send a message to cdv_wx. This fix avoids updating the status when the application using cdv_html_wx is cdv.
2018-11-06Implement a tab for persistent terms in crashdump viewerBjörn Gustavsson
Co-authored-by: Siri Hansen <[email protected]>
2018-06-18Update copyright yearHenrik Nord
2018-02-13observer: Use uri_stringPéter Dimitrov
- Remove dependency to inets Change-Id: I63eaa69573e5b7fb7d12b0553026a89d16f3fd22
2017-09-18cdv: Show progress bar while reading big dataSiri Hansen
2017-09-05observer: Improve handling of UnicodeSiri Hansen
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-05observer: cdv add more ets informationDan Gudmundsson
Info available from erl-18 nodes.
2014-02-03observer: Fix crash when clicking on pid inside a html-termDan Gudmundsson
2014-01-27observer: renamed crashdump_viewer files and fixed makefilesSiri Hansen