h6w

Results 23 issues of 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...

module: runtime
browser: chrome
severity: blocker

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: ![AntennaChromeIE8](https://f.cloud.github.com/assets/1045361/113280/1fd9c32c-6b4a-11e2-9bfa-0a8124959ca5.png)

module: svg
severity: minor
browser: ie (before 9)

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...

module: xul

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...

module: xul

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....

module: xul

Appear in unit tests on IE6-9, and Chrome. FF untested.

module: runtime

Appears in unit tests on IE6-8 and Chrome. FF untested.

module: runtime