createImageBitmap

createImageBitmap

歴史

[1] Web Applications 1.0 r7589 Add a way to prepare sprites so you don't have to keep extracting the pixels from the original image, while still allowing the UA to do this cheaply on the backend. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7588&to=7589>

[2] [whatwg] Proposal: createImageBitmap should return a "Promise" instead of using a callback ( ( 版)) <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-July/040116.html>

[3] Add image manipulation features to createImageBitmap() · whatwg/html@49f9e04 ( 版) <https://github.com/whatwg/html/commit/49f9e0489bd69fe022e1d3597021f2af9964c9b1>

[4] Clarify that createImageBitmap fails with an SVG blob · whatwg/html@0b88bf3 ( 版) <https://github.com/whatwg/html/commit/0b88bf3d79e44382ae264664b15e5b12893b025c>

[5] Fix #864: don't reject createImageBitmap's promise with null · whatwg/html@d09b045 ( 版) <https://github.com/whatwg/html/commit/d09b0457aec355d7fbe88f9401fe3f2f0eab566f>

[6] Make createImageBitmap support SVG, but not RenderingContexts · whatwg/html@43ad288 ( 版) <https://github.com/whatwg/html/commit/43ad288bc5dfc567c232afb292d16be1929a51e2>

[7] Editorial: put properties shared across globals on mixin · whatwg/html@cdd48e1 ( 版) <https://github.com/whatwg/html/commit/cdd48e1f570c817402bf62108847c4a9f4b00b1e>

[8] Fix #1057: make createImageBitmap throw when img has 0 size · whatwg/html@2749fa5 ( 版) <https://github.com/whatwg/html/commit/2749fa5eddea79586e58cb5387b713f44b3b035e>

[9] Change ImageBitmap construction to use RangeError (grorg著, ) <https://github.com/whatwg/html/commit/e40797b9c311b0974d5bc3b022ca88b8955d9e52>

[10] ImageBitmap construction should use RangeError not IndexSizeError by grorg · Pull Request #2942 · whatwg/html () <https://github.com/whatwg/html/pull/2942>

[11] Be explicit about image request state (annevk著, ) <https://github.com/whatwg/html/commit/12b4187feaa98e67886074ff1bd29d865fe56178>

[12] Be explicit about image request state by annevk · Pull Request #3227 · whatwg/html () <https://github.com/whatwg/html/pull/3227>

[13] Editorial: rewrite createImageBitmap() (annevk著, ) <https://github.com/whatwg/html/commit/5b40420b83dad83e5e566de9581dc51e4e4ee6cd>

[14] Editorial: rewrite createImageBitmap() by annevk · Pull Request #3389 · whatwg/html () <https://github.com/whatwg/html/pull/3389>

[15] Correct putImageData() throwing condition (annevk著, ) <https://github.com/whatwg/html/commit/d720617937cdab16988c974ef721c8fb786e77ff>

[16] Move exception up in createImageBitmap() (annevk著, ) <https://github.com/whatwg/html/commit/200ac131c9a14392aa133e77d417886b7f93ebb8>

[17] Move exception up in createImageBitmap() by annevk · Pull Request #3405 · whatwg/html () <https://github.com/whatwg/html/pull/3405>

[18] Make createImageBitmap() share more logic (annevk著, ) <https://github.com/whatwg/html/commit/7458477e47ef2f1187fc64bbd87142e491e95094>

[19] Combine createImageBitmap() / createPattern() / drawImage() checks · Issue #3399 · whatwg/html () <https://github.com/whatwg/html/issues/3399>

[20] Make createImageBitmap() share more logic by annevk · Pull Request #3408 · whatwg/html () <https://github.com/whatwg/html/pull/3408>