-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.8.2
head repository: emscripten-core/emscripten
compare: 1.8.3
- 19 commits
- 13 files changed
- 4 contributors
Commits on Dec 23, 2013
-
Added workaround for window.scrollX compat.
window.scrollX/Y is not available in IE11. As far as specifications go, is currently only specified in draft (http://dev.w3.org/csswg/cssom-view/#refsCSSOM). Falling back to window.pageXOffset seems like a good workaround. On a related note; my Emscriptified project runs on IE11 although performance is very poor (mostly due to Internet Explorer itself, I think). It's pretty finicky about the shaders, as they introduced an extra set of requirements. (inout/in/out keywords not supported, can't construct mat3 from mat4, etc).
Configuration menu - View commit details
-
Copy full SHA for a0e9770 - Browse repository at this point
Copy the full SHA a0e9770View commit details
Commits on Jan 2, 2014
-
Added comments & assert to scrollX fix.
Added comments to fix as per @kripken's request. Added an assert too (guarded by ASSERTIONS define)
Configuration menu - View commit details
-
Copy full SHA for e132e7a - Browse repository at this point
Copy the full SHA e132e7aView commit details -
Forgot I had to explicitly check the type of variable type to see if it's undefined.
Configuration menu - View commit details
-
Copy full SHA for 76ba593 - Browse repository at this point
Copy the full SHA 76ba593View commit details
Commits on Jan 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 902926d - Browse repository at this point
Copy the full SHA 902926dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe66c89 - Browse repository at this point
Copy the full SHA fe66c89View commit details -
[SDL] Fixing SDL_UnlockSurface in IE10/IE11.
Previously, just calling SDL_UnlockSurface in IE10/IE11 would throw an exception, since Emscripten assumed that the ImageData's `data` property was Uint8ClampedArray, which has a backing buffer. IE10/IE11 still uses the deprecated CanvasPixelArray, which does not have a backing buffer property: https://developer.mozilla.org/en-US/docs/Web/API/CanvasPixelArray I've added an additional path to SDL_UnlockSurface for these browsers.
John Vilk committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 2268e7b - Browse repository at this point
Copy the full SHA 2268e7bView commit details -
Merge pull request #1971 from jvilk/sdl_fixes
[SDL] Fixing SDL_UnlockSurface in IE10/IE11
Configuration menu - View commit details
-
Copy full SHA for c00a68f - Browse repository at this point
Copy the full SHA c00a68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ccd83 - Browse repository at this point
Copy the full SHA c7ccd83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b22f4 - Browse repository at this point
Copy the full SHA c9b22f4View commit details
Commits on Jan 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0529968 - Browse repository at this point
Copy the full SHA 0529968View commit details -
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
The previous revision did not copy over pixel data properly. This time, I have reverted the IE path to the code used in this method prior to the breaking change, and have tested it with JSMESS.
John Vilk committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 5f21294 - Browse repository at this point
Copy the full SHA 5f21294View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67e7e8 - Browse repository at this point
Copy the full SHA c67e7e8View commit details -
Merge pull request #1973 from jvilk/sdl_fix
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
Configuration menu - View commit details
-
Copy full SHA for 15253e6 - Browse repository at this point
Copy the full SHA 15253e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0beb1c - Browse repository at this point
Copy the full SHA c0beb1cView commit details -
Merge pull request #1941 from onnoj/incoming
Added workaround for window.scrollX compat.
Configuration menu - View commit details
-
Copy full SHA for 1946621 - Browse repository at this point
Copy the full SHA 1946621View commit details -
Merge pull request #1967 from coolwanglu/pr_clean
clean extra arg of JSify
Configuration menu - View commit details
-
Copy full SHA for bd33305 - Browse repository at this point
Copy the full SHA bd33305View commit details -
specify (void) as the arguments in webgl_context_attributes test, to …
…avoid confusion with varargs by clang
Configuration menu - View commit details
-
Copy full SHA for ddaac5f - Browse repository at this point
Copy the full SHA ddaac5fView commit details
Commits on Jan 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0895a98 - Browse repository at this point
Copy the full SHA 0895a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354b32d - Browse repository at this point
Copy the full SHA 354b32dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.8.2...1.8.3