h6w
h6w
Output of `top` is highly inconsistent between versions and platforms. Parsing the output of `top` can therefore cause the application to crash. This PR removes the dependency on `top` output...
`top` output can be quite unpredictable. e.g. on Alpine Linux there is no "-i" switch. Furthermore, the output is different on each system and version so processing the output can...
My new upgrade to Chrome this morning threw a warning: "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more...
This patches the XUL Example Mail Client to demonstrate use of the XUL observes onbroadcast attribute. Also, a couple of small typos have been fixed.
Chrome displays SVG correctly, but on IE8 paths (or transforms) are calculated incorrectly. e.g. http://pastebin.com/SDpbEks2 shows up like this: 
e.g. Test case: http://pastebin.ca/2306727 It appears that during the command call, selectedItem is set and the selected item has "selected":"true" however, afterwards selectedItem is nulled and all items appear as...
As I understand it, in a XUL app in Firefox, each page or window would be a separate file. Creating a window dynamically would result in the window or page...
If you construct a window and show it, then construct another hidden window and call show() on it, then the second window does not appear in front of the first....
Appear in unit tests on IE6-9, and Chrome. FF untested.
Appears in unit tests on IE6-8 and Chrome. FF untested.