gecko-dev/browser
Marco Bonardo f8239567d1 Bug 1336944 - Change Sqlite.jsm to bind TypedArrays as Blobs, not common Arrays. r=Gijs
Currently an Array is bound as a blob. Unfortunately this occupies the best javascript
code path to bind an array to an IN clause in the future.
We would like Arrays to bind to IN lists, while still keeping a nice interface to bind blobs.
This patch makes Uint8Array bind to blob, while Array is left available for future use.

MozReview-Commit-ID: 7xzumBs8JTe

--HG--
extra : rebase_source : e9f63f06892d9db801951243648eddd148646426
2017-02-06 19:30:19 +01:00
..
app Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2017-02-01 22:10:06 -08:00
base Merge inbound to central, a=merge 2017-02-06 17:45:21 -08:00
branding
components Bug 1336944 - Change Sqlite.jsm to bind TypedArrays as Blobs, not common Arrays. r=Gijs 2017-02-06 19:30:19 +01:00
config Backed out 3 changesets (bug 1197325) for adding a burning Cc(hfsplus) job 2017-02-06 20:04:55 -08:00
docs
experiments Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
extensions Backed out 9 changesets (bug 1330111) for bc bustage in various tests a=backout 2017-02-06 17:54:14 -08:00
fonts Bug 1319020 - Update built-in EmojiOneMozilla font to v0.2.2, r=Dolske,jfkthame 2016-11-21 17:54:08 +08:00
installer Bug 1259348 part 1: Remove CSSUnprefixingService.js and associated code (since it's been supplanted by built-in webkit-prefixed-CSS support). r=mats 2017-02-03 14:56:13 -08:00
locales Backed out changeset 2ccbbb9aabf6 (bug 1336869) for breaking browser_audioTabIcon.js's expectations 2017-02-06 20:08:48 -08:00
modules Merge inbound to central, a=merge 2017-02-06 17:45:21 -08:00
themes Bug 1334085 Pick up missing css rules for addon update menu entries r=mossop 2017-02-02 15:27:27 -08:00
tools/mozscreenshots Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
.eslintrc.js Backed out changeset fc7f502a43a1 (bug 1336070) 2017-02-03 13:26:41 +01:00
app-rules.mk
app.mozbuild
build.mk Bug 1333826 - Remove the make-sdk build target, the INSTALL_SDK variable, and all the supporting packager/upload machinery, r=mshal 2017-01-25 12:37:19 -05:00
confvars.sh Bug 1330875 - Remove MOZ_APP_STATIC_INI. r=mshal 2017-01-13 14:51:07 +09:00
defs.mk
LICENSE
Makefile.in
moz.build
moz.configure