Commit Graph

26241 Commits

Author SHA1 Message Date
Benoit Jacob
2ff4bedf68 Bug 1072680 - Untangle the mixup of formats vs internalformats in the WebGL implementation - r=jgilbert 2014-10-04 22:24:24 -04:00
Dan Glastonbury
e7d15d322a Bug 1075305 - WebGL2 - convert BaseTexFormat() to use strong GL types.; r=bjacob
--HG--
extra : rebase_source : dc805b06ca0758aea3ec0a3727816011aac83186
extra : source : 8a155fbe61b62b4be3f4e82bf6e9c39446d910c3
2014-09-30 14:03:29 +10:00
Dan Glastonbury
187ebea461 Bug 1075305 - Sort strong GL type TexFormat.; r=:bjacob
--HG--
extra : rebase_source : b2429b3a5ca0257541d0de35863c7279eed5061f
extra : source : dcbe7e7b4728325e68a133bfc4a9e61f2e7d6b3c
2014-10-02 17:23:37 +10:00
Dan Glastonbury
f2c0adac45 Bug 1075305 - WebGL2 - remove WebGL prefix from WebGLTexture::ImageInfo.; r=bjacob
--HG--
extra : rebase_source : f724d3f293f83f8e905175e1be6e9f6987e58454
extra : source : dc6fbe00f4d764b7f02818667addf12f038b72f3
2014-09-30 13:50:00 +10:00
Dan Glastonbury
84300074d3 Bug 1705305 - Rename WebGLTexture::ImageInfo::WebGLFormat to WebGLTexture::ImageInfo::WebGLInternalFormat.; r=bjacob
--HG--
extra : rebase_source : 72cb9f5d79b6c349697f107ff1689a421cefbe66
extra : source : ccc10059a97fe9a9fd684cbdb553c75c6403808c
2014-07-15 09:55:33 +10:00
zhoubcfan@163.com
3f8deea4e9 Bug 1076926 - Add windows 10 support to exe manifest. r=jimm 2014-10-04 14:43:01 +09:00
Ryan VanderMeulen
9b7cb69f1b Merge m-c to inbound. a=merge 2014-10-03 16:26:37 -04:00
Ryan VanderMeulen
f3ad95c4ce Merge inbound to m-c. a=merge 2014-10-03 16:00:09 -04:00
Blake Kaplan
8917309372 Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).

It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).

Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
Wayne Chen
8a58f62824 Bug 1072021: Fix bluetooth address is empty to set Audio HAL when A2DP is disconnected. r=echou 2014-10-02 17:22:44 +08:00
Ed Morley
ff43ca3cc3 Merge mozilla-central and b2g-inbound 2014-10-03 15:20:08 +01:00
Ed Morley
c933f54bad Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-10-03 14:29:24 +01:00
Ed Morley
f34acba2a8 Backed out changeset a2192165100c (bug 1041180) for xpcshell failures; CLOSED TREE 2014-10-03 10:12:53 +01:00
Jon Coppeard
4d40e8b9e6 Bug 650161 - Allow for the possibility that the wrapper cache hasn't been initialized yet when updating it r=bz 2014-10-03 10:04:19 +01:00
Szu-Yu Chen [:aknow]
1fc7399d39 Bug 1074377 - Should hold the already_AddRefed return value. r=khuey 2014-10-02 23:39:00 -04:00
Andrew Osmond
290c9d9b2b Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz 2014-10-03 04:19:00 -04:00
Andrew Osmond
758e28dde4 Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz 2014-10-03 04:18:00 -04:00
Ryan VanderMeulen
d9731b439b Backed out changeset 12ec3e08ee67 (bug 1042291) for crashtest-ipc hangs.
--HG--
extra : rebase_source : 9ad5ef45860595b2eb3ca72e33461762c53034a2
2014-10-02 15:31:13 -04:00
Alexandre Lissy
f93a807d31 Bug 1075405 - Use numItems to iterate mobile connection providers. r=echen
Using .length attribute does not work anymore, probably after bug
1063304 landed. The GonkVoicemail code makes a similar use of the
MobileConnectionService and uses numItems to iterate over the providers.

--HG--
extra : rebase_source : 28b44f69883e20ae270e7c09e2db90d97b0c7f3d
2014-10-01 07:07:00 -04:00
Alexandre Lissy
3f29a8b281 Bug 1010284 - Add radio tech mapping for MLS. r=garvank, sr=hannosch
Having this mapping is needed in order to properly identify the radio
technology family being used by the connected network.

--HG--
extra : rebase_source : b1e77cc78a4d882af5bdc65a377dcc26340c7fac
2014-09-30 07:11:00 -04:00
Ryan VanderMeulen
44415cc6ad Merge m-c to b2g-inbound. a=merge 2014-10-02 13:14:49 -04:00
Ryan VanderMeulen
9e879e02d8 Merge fx-team to m-c. a=merge 2014-10-02 13:00:31 -04:00
Ryan VanderMeulen
8eb45d35cd Merge b-i to m-c. a=merge 2014-10-02 12:51:02 -04:00
Ed Morley
1b548da245 Merge mozilla-central and inbound 2014-10-03 15:14:53 +01:00
Bob Owen
068acc2697 Bug 1067305 - Conditionally disable mochitests that won't run with the content sandbox at low integrity. r=jmaher 2014-10-01 15:01:22 +01:00
Edgar Chen
f12df79281 Bug 1007062 - Fix SpecialPower API doesn't work on Marionette test-container. r=mdas,jmaher 2014-09-28 22:43:32 +08:00
Bobby Holley
f198ed50f1 Bug 1065185 - Create content arrays rather than chrome arrays in DOM Apps. r=me 2014-10-03 10:05:51 +02:00
Bobby Holley
004ae70a97 Bug 1065185 - Do a better job of accessing privileged constants from voicemail marionette tests. r=bz 2014-10-03 10:05:51 +02:00
Bobby Holley
edc0482e21 Bug 1065185 - Create a content Array rather than a chrome Array in _convertWifiNetworks. r=chucklee 2014-10-03 10:05:51 +02:00
Bobby Holley
3a844df4cb Bug 1065185 - Create a content Array rather than a chrome array when reading Icc contacts. r=hsinyi
Right now, this array gets implicit __exposedProps__ for all of its indexed
members (and .length). Instead, we should be creating the Array directly in
the target Window.
2014-10-03 10:05:51 +02:00
Bobby Holley
06a2906a38 Bug 1065185 - Stop using Promise.jsm over SpecialPowers in marionette tests. r=bz 2014-10-03 10:05:50 +02:00
Bobby Holley
2aa842b0f2 Bug 1065185 - Fix crash IPC tests. r=bz 2014-10-03 10:05:49 +02:00
Bobby Holley
7b359f2871 Bug 1065185 - Fix permissions tests. r=bz 2014-10-03 10:05:49 +02:00
Christoph Kerschbaumer
0bacef12a1 Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-02 23:34:30 -07:00
Masayuki Nakano
b7e19da023 Bug 975383 part.8 Remove unnecesary handler of compositionupdate r=smaug 2014-10-03 15:33:49 +09:00
Masayuki Nakano
aa14aa64a1 Bug 975383 part.7 Remove compositionupdate dispatchers in forms.js of B2G r=yxl 2014-10-03 15:33:49 +09:00
Masayuki Nakano
0545660103 Bug 975383 part.1 TextComposition should dispatch compositionupdate event automatically if text event changes composition string r=smaug 2014-10-03 15:33:47 +09:00
Phil Ringnalda
2d3efb0d76 Back out 3 changesets (bug 1017613) for build bustage
CLOSED TREE

Backed out changeset 77b599edbab4 (bug 1017613)
Backed out changeset f048600cf938 (bug 1017613)
Backed out changeset 083a2fb884ed (bug 1017613)
2014-10-02 22:20:04 -07:00
Gijs Kruitbosch
44b9bce3a0 Bug 1057166 - move FHR reporting out of docshell and fix test to work in e10s, r=bz
--HG--
extra : rebase_source : d5b9122803f306ab08deb85b953bbc7129e182f0
2014-09-11 14:50:55 +01:00
Wes Kocher
c56e46ef10 Merge b-i to m-c a=merge despite the CLOSED TREE 2014-10-01 17:02:51 -07:00
Wes Kocher
e12565592e Merge inbound to m-c a=merge despite the CLOSED TREE 2014-10-01 16:26:44 -07:00
Wes Kocher
1c285a7fb0 Merge fx-team to m-c a=merge despite the CLOSED TREE 2014-10-01 16:02:06 -07:00
Ms2ger
bd7f9a08ed No bug - Add documentation about the JSPROXYSLOT_EXPANDO slot; r=bz over IRC a=KWierso to land with DONTBUILD on a CLOSED TREE. 2014-10-01 23:05:54 +02:00
Carsten "Tomcat" Book
85b45f70f2 Merge m-c to b2g-inbound 2014-10-01 15:44:37 +02:00
Carsten "Tomcat" Book
1089eb43df merge b2g-inbound to mozilla-central a=merge 2014-10-01 15:05:31 +02:00
Carsten "Tomcat" Book
da47864b8c merge mozilla-inbound to mozilla-central a=merge 2014-10-01 14:51:20 +02:00
Carsten "Tomcat" Book
8daf76f8e8 Backed out changeset a11adf1705ec (bug 982842) for causing bug 1075387 2014-10-01 14:41:56 +02:00
Jocelyn Liu
e5bba6687f Bug 1074673: Mark certified apps only APIs for new WebBluetooth API. r=btian, r=bz 2014-10-01 17:43:26 +08:00
Wes Kocher
69e56bd2f8 Merge b2g-inbound to m-c a=merge 2014-09-30 16:42:03 -07:00
Michael Wu
aa0faa6978 Backed out changeset dfbae87208dd (Bug 864327) for red 2014-09-30 13:39:43 -04:00