Commit Graph

165278 Commits

Author SHA1 Message Date
Nikhil Marathe
6a771ba40f Bug 957926 - Add JS::CreateTypeError. r=jorendorff
--HG--
extra : rebase_source : d621273cbff342f10864c2843a53eb55421fe582
2014-01-28 09:19:48 -08:00
Asaf Romano
a0f6c64de5 Bug 896193 - Adopt Promises in mozIAsyncLivemarks. r=mak. sr=gavin. 2013-11-20 12:00:02 +02:00
Eitan Isaacson
952168d4ad Bug 963829 - Include CSS/SVG transformations when calculating OFFSCREEN state. r=roc 2014-01-28 09:10:28 -08:00
Paul Adenot
9002ff9c6c Bug 961787 - Buffer more data when using MediaElementAudioSourceNode / mozCaptureStream from a media decoder. r=roc 2014-01-27 19:10:48 +01:00
Ali Akhtarzada
95480d503e Bug 964745 - GetAsSourceSurface in SharedTextureImage and DeprecatedSharedRGBImage. r=nical 2014-01-28 10:27:36 -05:00
David Bolter
9d07d17af2 Bug 964546 - Add test for ignored roles. r=surkov 2014-01-28 10:27:36 -05:00
Douglas Crosher
e9caae16f8 Bug 964005 - Odinmonkey (ARM): Include d15 in the callee saved registers. r=mjrosenb 2014-01-26 19:42:53 +11:00
Nathan Froyd
1340322156 Bug 957593 - part 2 - implement txXSLTNumber::isAlphaNumeric with binary search for a codesize win; r=peterv 2014-01-06 13:38:53 -05:00
Nathan Froyd
83feb48aed Bug 957593 - part 1 - eliminate TX_MATCH_CHAR; r=peterv 2014-01-06 13:24:31 -05:00
Jan de Mooij
d78ff7f593 Bug 959597 part 2 - Use JS_CODEGEN_* instead of JS_CPU_* for JIT backend code. r=nbp 2014-01-28 15:33:56 +01:00
Jan de Mooij
f2e8aa5690 Bug 959597 part 1 - ARM simulator build changes. r=glandium 2014-01-28 15:33:53 +01:00
Mats Palmgren
a2056036ca Bug 964078. r=roc 2014-01-28 09:15:24 -05:00
Ali Akhtarzada
d571d6ea36 Bug 961715 - Implement D3D9SurfaceImage::GetAsSourceSurface. r=nical 2014-01-28 09:14:10 -05:00
Ali Akhtarzada
638ef75fa6 Bug 961713 - Implement GrallocImage::GetAsSourceSurface. r=nical 2014-01-28 09:13:58 -05:00
Dan Glastonbury
560b4a58d8 Bug 953221 - GLenum to C string helper. r=bjacob 2014-01-22 19:21:19 +10:00
Dan Glastonbury
b0fd3de97e Bug 953221 - Split out DRAW_BUFFER/READ_BUFFER state setup. r=bjacob 2014-01-24 14:02:07 +10:00
Dan Glastonbury
e291e9fb5f Bug 953221 - Disable glDrawBuffer/glReadBuffer when no color attachment. r=bjacob
This is mainly for OSX where the OGL version requires this so that the
framebuffer complete checks pass.
2014-01-24 14:01:10 +10:00
Dan Glastonbury
1966c22b51 Bug 953221 - Minor erroneous complete check fails. r=bjacob 2014-01-24 13:59:33 +10:00
Haitao Feng
c1d127772e Bug 947711 - Introduce MIRType_Float32x4, MIRType_Int32x4 and MIRType_Doublex2. r=nbp 2014-01-28 09:12:20 -05:00
Ali Akhtarzada
c34462e5f5 Bug 961714 - Implement RemoteDXGITextureImage::GetAsSourceSurface. r=nical 2014-01-28 09:00:10 -05:00
Ted Clancy
64a7be3a28 Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent 2014-01-27 19:37:05 -05:00
Dan Glastonbury
f1d0bcf182 Bug 948002 - Add extra comments of meaning of GLenum to IsValidFBOXXX calls. r=jgilbert 2014-01-24 16:28:47 +10:00
Dan Glastonbury
2b561084d6 Bug 948002 - Fix WebGL framebuffer completeness checks. r=bjacob
When changing WebGLTexture::ImageInfo to consistently store GL internal format
instead of format, code that checked for depth textures broke because general
depth component format type was being checked instead of the sized formats.

With :bjacob, we audited the locations of the checks and updated the code to
accept the internal formats by utilizing helper functions that check the
GLenum.
2014-01-24 13:53:53 +10:00
Dan Glastonbury
a6209023a1 Bug 948002 - Remove trailing whitespace. r=jgilbert 2014-01-24 13:52:33 +10:00
Dan Glastonbury
8509053ecb Bug 948002 - Add functions getExtensionWithKnownPrefixes and getSupportedExtensionWithKnownPrefixes to fix tests that fail to parse. r=bjacob, r=jgilbert 2014-01-10 12:23:56 +10:00
Milan Sreckovic
856c9c79fe Bug 946860 - Move the preference evaluation to main thread. r=gwright 2014-01-24 17:19:34 -05:00
Frédéric Wang
40a12d9ec2 Bug 945254 - Take italic correction into account when positioning subscripts. r=karlt 2014-01-28 08:57:08 -05:00
Emanuel Hoogeveen
a1352a9298 Bug 841646 - Part 4: Allow parallel compilation while the SPS Profiler is active. r=jandem 2014-01-28 08:56:51 -05:00
Emanuel Hoogeveen
599ba813a7 Bug 841646 - Part 3: Move SPSProfiler::slowAssertionsEnabled checks to JitCompileOptions and remove SPSInstrumentation::slowAssertions. r=jandem 2014-01-28 08:56:27 -05:00
Emanuel Hoogeveen
0344873330 Bug 841646 - Part 2: Add locks around |strings| table access to avoid races. r=jandem 2014-01-28 08:56:05 -05:00
Emanuel Hoogeveen
a66085a6f3 Bug 841646 - Part 1: Refactor allocProfileString to not require a JSContext and remove JSContext * parameters from functions that no longer require them as a result. r=jandem 2014-01-28 08:55:40 -05:00
Masatoshi Kimura
7becc353e7 Bug 959958 - Implement ImageData constructor. r=bz 2014-01-28 22:04:40 +09:00
Dave Hunt
06e7c3aa24 Bug 963299 - Bump marionette_client version to 0.7.3. r=mdas 2014-01-28 13:02:43 +00:00
Carsten "Tomcat" Book
e3eb4696fc Merge mozilla-central to mozilla-inbound 2014-01-28 13:56:43 +01:00
Carsten "Tomcat" Book
3533aa143d merge b2g-inbound to mozilla-central 2014-01-28 13:46:41 +01:00
Carsten "Tomcat" Book
4dcf6cb1d4 merge fx-team to mozilla-central 2014-01-28 13:45:03 +01:00
Jon Coppeard
c9edbd1aee Bug 964214 - Don't recompact store buffer if there are no new entries r=terrence 2014-01-28 10:37:14 +00:00
Jon Coppeard
85d06f4fde Bug 964214 - Don't wait for background sweep to finish for minor GC r=terrence 2014-01-28 10:36:56 +00:00
Jon Coppeard
a45a3a0093 Bug 961741 - Allow shape's parent to be null in postbarrier callback r=terrence 2014-01-28 10:35:53 +00:00
Jon Coppeard
785b878733 Bug 959787 - Fix OOM crash added by previous patch r=terrence 2014-01-28 10:35:07 +00:00
B2G Bumper Bot
7e9a9f5e4c Bumping manifests a=b2g-bump 2014-01-28 01:32:42 -08:00
B2G Bumper Bot
44ab9e5df4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34769c5ab47b
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15750 from gasolin/jsdoc

Bug 950080 - add jsdoc generator to gaia, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9737112a204c
Author: gasolin <gasolin@gmail.com>
Desc: Bug 950080 - add jsdoc generator to gaia
2014-01-28 01:30:18 -08:00
B2G Bumper Bot
de6c69bd84 Bumping manifests a=b2g-bump 2014-01-28 01:22:35 -08:00
Masayuki Nakano
70143354a2 Bug 749123 Don't use GtkIMContextSimple for IME disabled editor (GTK3 build) r=karlt 2014-01-28 18:02:08 +09:00
Masayuki Nakano
443b4fe464 Bug 931378 Set input purpose to IM context r=karlt 2014-01-28 18:02:08 +09:00
Nicholas Cameron
10f1fdf1a0 Bug 944087. Missing comment change addressing reviewer comment. r=Bas DONTBUILD (comment only) 2014-01-28 21:44:15 +13:00
Masayuki Nakano
758ffbc5f3 Bug 962005 Make mozilla::TextComposition ref-countable class r=smaug 2014-01-28 17:19:29 +09:00
B2G Bumper Bot
6aacf18751 Bumping manifests a=b2g-bump 2014-01-27 23:46:03 -08:00
B2G Bumper Bot
dc518719d6 Bumping manifests a=b2g-bump 2014-01-27 23:30:56 -08:00
B2G Bumper Bot
765ef797cf Bumping manifests a=b2g-bump 2014-01-27 23:25:57 -08:00