Commit Graph

202713 Commits

Author SHA1 Message Date
Simon Montagu
a6d74d5db4 Bug 1058021 patch 4: regenerated encoding mapfiles. r=jfkthame 2014-09-02 17:05:58 +03:00
Simon Montagu
4a74fb87f1 Bug 1058021 patch 3: change the mapfile generator to pass thru undefined codepoints from 0x80-0x9F and update the comments. r=jfkthame 2014-09-02 17:05:58 +03:00
Simon Montagu
0817f5efc9 Bug 1058021 patch 2: add more helpful output for encoding test failures. r=jfkthame 2014-09-02 17:05:58 +03:00
Simon Montagu
dc91a09eec Bug 1058021 patch 1: bring encoding/decoding tests in line with w3c tests and the Encoding Standard. r=annevk 2014-09-02 17:05:58 +03:00
Ehsan Akhgari
099393be66 Bug 1060973 - Fix more bad implicit constructors in XPCOM; r=froydnj 2014-09-02 09:50:07 -04:00
Ehsan Akhgari
3be29fea36 Bug 1061052 - Fix more bad implicit constructors in netwerk; r=mcmanus 2014-09-02 09:49:38 -04:00
Ehsan Akhgari
6a15123539 Bug 1060986 - Fix one bad implicit constructors in devtools; r=jryans 2014-09-02 09:49:03 -04:00
Ehsan Akhgari
68727749e7 Bug 1061274 - Do not pass a non-POD object to a variadic function in nsTextStore::MouseTracker::UnadviseSink; r=masayuki
clang-cl treats this as a fatal error, but MSVC seems fine with it.
2014-09-02 09:48:27 -04:00
Ehsan Akhgari
2e7a1f5631 Bug 1061250 - Fix more bad implicit constructors in graphics; r=roc 2014-09-02 09:47:43 -04:00
Ehsan Akhgari
42db02677e Bug 1061252 - Fix more bad implicit constructors in media code; r=roc 2014-09-02 09:46:56 -04:00
Ehsan Akhgari
178da73c35 Bug 1061253 - Fix more bad implicit constructors in widget; r=roc 2014-09-02 09:46:06 -04:00
Ehsan Akhgari
fc2212dc46 Bug 1061248 - Fix some bad implicit constructors in LUL; r=BenWa 2014-09-02 09:45:28 -04:00
Ehsan Akhgari
52c39a7ffc Bug 1061048 - Fix some bad impliciti constructors in profiler; r=BenWa 2014-09-02 09:44:54 -04:00
Carsten "Tomcat" Book
23e7cc396a Backed out changeset 9678f9a596d8 (bug 877072) for B2G ICS Emulator Debug m3 and m5 test failures 2014-09-02 14:54:22 +02:00
Markus Stange
d07acdd93c Bug 1055646 - Allow setting the uniforms of the blur shader on ShaderProgramOGL. r=nical 2014-09-02 14:09:26 +02:00
Markus Stange
703198fcf7 Bug 1055646 - Fix a typo in the blur shader. r=nical 2014-09-02 14:09:21 +02:00
Markus Stange
5711cc595b Bug 1055661 - Add Matrix5x4::operator*=. f=milan, r=Bas 2014-09-02 14:06:01 +02:00
Markus Stange
3cad134299 Bug 1055661 - Add Matrix5x4::operator== which does exact equality comparison. f=Milan, r=Bas 2014-09-02 14:05:49 +02:00
Nicolas Silva
f63936f7f6 Bug 1059793 - Mark the compositor's gl context destroyed before the widget is gone. r=jgilbert 2014-09-02 14:05:00 +02:00
Carsten "Tomcat" Book
acf646b3a9 Backed out changeset 6baeffddba47 (bug 1060279) for regressions 2014-09-02 13:56:44 +02:00
Randell Jesup
d11a775d41 Bug 1061475: fix crash in Loop calls on Macs due to Refresh() change r=gcp 2014-09-02 04:52:45 -04:00
Cervantes Yu
fbb99791d2 Bug 1048011 - Fix a race condition that causes PProcLoaderParent leak. r=khuey
--HG--
extra : rebase_source : d0230771da1992fab13681c9b5baa585d334d0cc
2014-08-11 15:50:20 +08:00
Benjamin Bouvier
5bba7ad647 Bug 1061229: Implement SIMD coercive calls; r=h4writer
--HG--
extra : histedit_source : 5cc3742a5277422eaf7fb4bdf13b2cb55f2987fa
2014-09-02 12:23:06 +02:00
Gabor Krizsanits
1188d14130 Bug 877072 - Script execution order for imports. r=mrbkap 2014-09-02 12:13:45 +02:00
Robert O'Callahan
293fcf9eac Bug 967844. Part 3: Setup FrameMetrics from FrameLayerBuilder based on animated geometry roots. r=mattwoodrow
--HG--
extra : rebase_source : 19593cafc17053d450905161fa7d4ce8721c58a0
2014-08-31 15:29:24 +12:00
Robert O'Callahan
08fc3b5784 Bug 967844. Part 2: Move mContentDescription from Layer to FrameMetrics. r=kats
--HG--
extra : rebase_source : b616a0ab2e5bb203a66a5f0b3644bdcbe5f17ce7
2014-08-30 00:23:25 +12:00
Robert O'Callahan
f25942deec Bug 967844. Part 1: Move mBackgroundColor from Layer to FrameMetrics. r=kats
--HG--
extra : rebase_source : d7cf8756678cc342e1d648638dd867c5479b74ba
2014-08-30 00:23:25 +12:00
Markus Stange
1fdd859371 Bug 1059498 - Use the inner dirty rect when initializing the visible rect of display items inside the SVG filter stacking context. r=roc 2014-09-02 11:13:44 +02:00
Jacek Caban
428e13ecf5 Bug 286355 - Fixed char16_t/wchar_t mismatch for mingw.
--HG--
extra : rebase_source : 285d1e36261ceab4cdf1be09024c4b7dbf907fd9
2014-09-02 11:10:12 +02:00
Jacek Caban
ebad23c206 Bug 1055655 - Fix warnings turned to errors by bug 1018288 found by mingw build. r=ted,jmathies
--HG--
extra : rebase_source : 2e1d8d0ae697515994b718634f8f8ae9b26b8d80
2014-09-02 11:07:25 +02:00
Jon Coppeard
d8d02056fe Bug 650161 - Add a class hook that's called when an object is moved r=terrence 2014-09-02 11:07:22 +02:00
Jon Coppeard
8a2d317b16 Bug 650161 - Add moving GC callback and use it to fix up ipc CPOW tables r=terrence 2014-09-02 11:07:22 +02:00
Jon Coppeard
814fc8ee71 Bug 650161 - Fix up shared object elements from copy on write arrays r=terrence 2014-09-02 11:07:22 +02:00
Jon Coppeard
248136ca22 Bug 650161 - Fix some jit-test failures when compacting GC enabled r=terrence 2014-09-02 11:07:21 +02:00
Douglas Crosher
53ea582367 Bug 1060437 - SIMD backend: Implement the select operation; r=bbouvier 2014-09-02 17:49:17 +10:00
Douglas Crosher
e3d6879f3e Bug 1060437 - SIMD: Implement float32x4.select in the interpreter; r=bbouvier 2014-09-02 01:49:20 +10:00
Jon Coppeard
d15966db69 Bug 1061214 r=terrence 2014-09-02 10:30:37 +02:00
Douglas Crosher
81a9fcef97 Bug 1060087 - OdinMonkey SIMD: add support for signMask; r=luke 2014-08-29 22:42:06 +10:00
Benjamin Bouvier
edd045a2f7 Bug 1059733: OdinMonkey SIMD: add support for bitwise operations; r=luke 2014-09-02 10:25:43 +02:00
Benjamin Bouvier
a5374b9caf Bug 1059710: OdinMonkey SIMD: add support for comparisons; r=luke 2014-09-02 10:25:38 +02:00
Theodore Kokkoris
d63623ee3a Bug 1057626 - Use ConnectivityManagerCompat instead of ConnectivityManager. r=snorp 2014-08-25 18:12:36 +03:00
Jonathan Kew
f6e68d7b18 bug 1060791 - reftest for support of Apple Symbols font. r=jdaggett 2014-09-02 09:01:08 +01:00
Jonathan Kew
d3b9a0a59f bug 1060791 - support cmap subtable format 10, for the Apple Symbols font. r=jdaggett 2014-09-02 09:01:06 +01:00
Dirk Schulze
e8b73b5ff5 Bug 1058519 - Ship mask-type CSS property. r=heycam 2014-08-28 03:09:00 +02:00
Chris Manchester
9e74981de0 Bug 1060523 - Omit extra newlines when logging exception messages in moztest. r=jgraham 2014-08-29 14:43:28 -04:00
Alexandre Poirot
f10fc56d28 Bug 1043699 - Fix command line arguments handling on desktop. r=fabrice 2014-08-28 10:10:00 +02:00
Vincent Liu
438928e59f Bug 1060811 - PlanarYCbCrData contains null for color conversion if the output format of HW decoder is YV12. r=Sotaro 2014-09-01 13:52:03 +08:00
Nathan Yee
667bcd280f Bug 1025173 - Nullable copy, move, and assignment should not transfer |mValue| if |mIsNull|. r=bz 2014-08-28 22:37:00 +02:00
Alex Bardas
d956f98bcb Bug 1042521 - Use original input when calling KeywordToURI and do not trim the input before calling urifixup in tests. r=Gijs 2014-08-29 11:13:00 +02:00
Blake Wu
4ed3b76f10 Bug 1036775 - Add one more define check to separate omx decoder mp4 decoder. r=edwin 2014-09-01 13:32:47 +08:00