<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/library_html5.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/library_html5.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/library_html5.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-21T17:51:05Z</updated>
<entry>
<title>Apply coding conventions to library_html5.js.</title>
<updated>2014-02-21T17:51:05Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T17:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=09a848a0771550c95df8b3566efdfde5e80803a9'/>
<id>urn:sha1:09a848a0771550c95df8b3566efdfde5e80803a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing semicolons at the end of statements for library_html5.js.</title>
<updated>2014-02-21T12:53:57Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T12:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=312695161498edd7db2fc00ef8a311666296425d'/>
<id>urn:sha1:312695161498edd7db2fc00ef8a311666296425d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2148 from TV4Fun/html5fixes</title>
<updated>2014-02-21T12:49:46Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T12:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3a2ab2a4255c4a09015c48c60abc7172a48b4fc6'/>
<id>urn:sha1:3a2ab2a4255c4a09015c48c60abc7172a48b4fc6</id>
<content type='text'>
Fix bugs in HTML5 events when using SAFE_HEAP</content>
</entry>
<entry>
<title>Fix bugs in HTML5 events when using SAFE_HEAP</title>
<updated>2014-02-21T12:44:19Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-21T12:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=202271e11adc88f0e6e9f1d0a92374b24af16e91'/>
<id>urn:sha1:202271e11adc88f0e6e9f1d0a92374b24af16e91</id>
<content type='text'>
This fixes a SAFE_HEAP_STORE is not a function error when using mouse events
and a segfault that occurs when the beforeunload callback returns 0.
</content>
</entry>
<entry>
<title>Squashed commit of the following:</title>
<updated>2014-02-21T09:45:04Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-21T09:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a0f9597f9192c1437552b9b94a19f47dd8124861'/>
<id>urn:sha1:a0f9597f9192c1437552b9b94a19f47dd8124861</id>
<content type='text'>
commit e2a8165560c7ec6be2d5650e0a3c6a4b520d1f56
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Fri Feb 21 01:40:50 2014 -0800

    Fix indentation in fillMouseEventData

commit a5d620164e2ab7cb7ba61803c1eedb53f888f4cb
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 23:56:01 2014 -0800

    Remove dependency on Browser.getMovementX/Y

commit 2e4f0a4c5fc9ab1857e33862c49e20c1418320c2
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 10:27:52 2014 -0800

    Fix error that was causing FillMouseEventData to fail with SAFE_HEAP enabled

    The parentheses without semicolons generated when using SAFE_HEAP
    caused the compiled code to generate SAFE_HEAP_STORE is not a function
    errors.

commit 470dbf6bcb3f88c809b3fea41e197680eda08c7e
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 07:12:02 2014 -0800

    Fix bug causing incorrect movement values in mouse events

    This adds code to correctly set the movementX and movementY members
    of EmscriptenMouseEvents sent to callback functions by the HTML5
    event library. movementX and movementY are not members of the base
    HTML5 mouse event, so we need to add extra code to retrieve them
    for our events.
</content>
</entry>
<entry>
<title>Fix indentation in the comments added in the previous commit.</title>
<updated>2014-01-31T22:57:50Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-31T22:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6fef13ad3c55c47f79d27b3f574b4262645541cc'/>
<id>urn:sha1:6fef13ad3c55c47f79d27b3f574b4262645541cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restrict touch events to not run deferred fullscreen+pointerlock requests due to security implications. Mark down related bugzilla entry.</title>
<updated>2014-01-31T22:44:26Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-31T22:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6dba7fa0d7caea54c40deac29dd73a3b30e6c8eb'/>
<id>urn:sha1:6dba7fa0d7caea54c40deac29dd73a3b30e6c8eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for detecting whether screen orientation lock succeeds or fails. Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 .</title>
<updated>2014-01-31T22:02:18Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-31T22:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=506dcd83d67ad722ba63bb31762b01898807d99c'/>
<id>urn:sha1:506dcd83d67ad722ba63bb31762b01898807d99c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename library_events to library_html5 and other suggested renamings. Add better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.</title>
<updated>2014-01-24T10:31:53Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-24T09:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9f7690fa3de0d28ed93c88f2a80537a79bfd2847'/>
<id>urn:sha1:9f7690fa3de0d28ed93c88f2a80537a79bfd2847</id>
<content type='text'>
</content>
</entry>
</feed>
