Граф коммитов

439431 Коммитов

Автор SHA1 Сообщение Дата
Tim Chien 97fd8227ab Bug 1197700 - Correct mistakes in InputMethod.webidl. r=kanru, r=janjongboom, sr=smaug 2015-09-10 22:27:00 +02:00
Daniel Stenberg e360e7619b Bug 1179568 - remove dbusservice from more installation manifests. r=roc 2015-09-09 02:29:00 +02:00
Heiher 67b54962cf Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in Assembler-mips32. r=nbp
--HG--
rename : js/src/jit/mips32/Assembler-mips32.cpp => js/src/jit/mips-shared/Assembler-mips-shared.cpp
rename : js/src/jit/mips32/Assembler-mips32.h => js/src/jit/mips-shared/Assembler-mips-shared.h
2015-09-10 19:27:00 +02:00
Jorg K 7149e81129 Bug 772796 - Handle newlines correctly when joining <div> and <pre>. r=roc
--HG--
extra : rebase_source : 29f2a761c9f84977bbbfc5e8974d0f11abd461ae
2015-09-10 07:50:00 +02:00
Henri Sivonen f66e97def8 Bug 912470 addendum - Pass override static analysis. r=emk. 2015-09-11 09:35:52 +03:00
Henri Sivonen b00ce35888 Bug 912470 part 2 - Implement Encoding Standard-compliant big5 encoder. r=emk.
--HG--
rename : intl/uconv/ucvtw/nsBIG5DecoderData.h => intl/uconv/ucvtw/nsBIG5Data.cpp
rename : testing/web-platform/tests/encoding/gbk-encoder.html => testing/web-platform/tests/encoding/big5-encoder.html
2015-09-03 15:21:57 +03:00
Henri Sivonen a5644ff815 Bug 912470 part 1 - Implement Encoding Standard-compliant big5 decoder. r=emk. 2015-06-16 15:26:10 +03:00
Makoto Kato 1ea93fa558 Bug 1202988 - Don't use GetTempPath for flash's mms.cfg hack for low integrity. r=aklotz 2015-09-09 17:30:57 +09:00
Chris Peterson a037228e4f Bug 1202568 - Cherry-pick warning fixes from upstream double-conversion. r=Ms2ger
--HG--
extra : rebase_source : 732eec4f5748b54e42a23267b2023b303f213983
2015-09-05 00:38:04 -07:00
John Daggett 06366cd453 Bug 1203809 - pass textperf obj into gfxFontGroup constructor. r=m_kato
--HG--
extra : rebase_source : c9e9f4765b710937b046941a15e82eaf83c86b03
2015-09-11 13:24:33 +09:00
Nicholas Nethercote a919a2d114 Bug 1203811 - Clarify two error messages in tools/power/rapl. r=heycam. 2015-09-10 23:12:31 -07:00
Nicholas Nethercote c93125fd60 Bug 1203834 - Fix's rapl's handling of unsupported power domains. r=glandium.
The "gpu" and "ram" domains aren't supported by all platforms. rapl has a
special constant |kUnsupported_j| to represent this on Linux, but I
accidentally have a minus sign in front of it in several places, which means
that instead of printing "n/a" for unsupported planes we always print "1.0".

I think this happened because I used to hardwire -1 in there and then I later
changed it to a constant but forgot to remove the minus signs.

It sure would be nice to have automated testing for this stuff, but I don't see
how to do it.
2015-09-10 23:12:20 -07:00
Nicholas Nethercote d4e1d7e764 Bug 1203837 - Fix comment about warnings in netwerk/sctp/src/moz.build. r=glandium.
netwerk/sctp/src/ is third-party code so it's ok to set ALLOW_COMPILER_WARNINGS
for it, which means this comment can be removed.
2015-09-10 22:22:55 -07:00
Nicholas Nethercote c2f5ed5ccd Bug 1203553 - Fix an MSVC warning in mozglue. r=glandium.
This lets us remove the ALLOW_COMPILER_WARNINGS=True flag.
2015-09-10 16:52:30 -07:00
Nicholas Nethercote cfcd8fbc5f Bug 1203476 - Fix an Android-only warning in mozalloc_abort.cpp. r=glandium.
And remove the corresponding and now-unnecessary ALLOW_COMPILER_WARNINGS=True.
2015-09-10 16:20:19 -07:00
Brian Birtles 28d213f8f6 Bug 1203350 - Unify arithmetic operators in TimeStamp; r=froydnj 2015-09-11 15:02:04 +09:00
Brian Birtles fa52a070ee Bug 1194037 part 6 - Add test for order of mutation observer records; r=heycam 2015-09-11 15:02:04 +09:00
Brian Birtles 19376b1e45 Bug 1203423 - Move call to AddClone outside nsMutationReceiver constructor; r=smaug
This is to avoid performing an AddRef on a potentially derived object
where the subclass constructors have yet to run.
2015-09-11 15:02:04 +09:00
Mike Hommey eef835f500 Bug 1203835 - Don't ship replace_jemalloc. r=njn 2015-09-11 15:01:13 +09:00
Mike Hommey a7c6eb8a23 Bug 1203032 - Move services/sync/Makefile.in definitions to moz.build. r=gps 2015-09-11 15:01:13 +09:00
Xidorn Quan 08d16d982c Bug 1202908 part 2 - Remove CSS_PROPERTY_ALWAYS_ENABLED_IN_CHROME_OR_CERTIFIED_APP. r=dbaron
--HG--
extra : source : df99e17db72d36a9e7b085c35818b4b4ca8a410d
2015-09-11 16:00:10 +10:00
Xidorn Quan 6c0a3ef75f Bug 1202908 part 1 - Remove pref layout.css.will-change.enabled. r=dbaron
--HG--
extra : source : 8d109efd4ab3b60644e7251900151d38cb70862c
2015-09-11 16:00:10 +10:00
Ehsan Akhgari 9f038c1bd3 Bug 1203796 - Remove the trychooser syntax commit if pushing to the try server fails; r=chmanchester 2015-09-11 00:16:05 -04:00
Ehsan Akhgari 74da17220c Bug 1203388 - Add support for building clang targeted for CentOS6 build machines; r=rail 2015-09-11 00:16:03 -04:00
Phil Ringnalda 7a4daaaf5c Back out changeset e142ec232fe1 (bug 861335) on suspicion of causing the dt2 leaks that are causing this CLOSED TREE 2015-09-10 21:14:27 -07:00
Jordan Santell 244d4f02c1 Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop 2015-09-08 15:24:03 -07:00
Ehsan Akhgari 97be810099 Bug 1196430 follow-up: Hide the usage of gCodeAddressService behind #ifdef MOZ_STACKWALKING
This is needed to fix the build bustage on B2G Desktop Windows.
Landed on a CLOSED TREE
2015-09-11 00:06:40 -04:00
Phil Ringnalda c504a1ac28 Back out changeset 619a307029d6 (bug 1171488) on suspicion of causing the leaks that are contributing to this CLOSED TREE 2015-09-10 19:20:54 -07:00
Ehsan Akhgari d28c07379c Bug 1200236 - Mute the browser when swapping a muted tab; r=jaws 2015-09-10 21:00:09 -04:00
John Daggett 71e6ecf0ad Bug 1201183 - handle font family name OOM error. r=nfroyd 2015-09-11 09:40:30 +09:00
Ted Mielczarek e939eeb1b1 bug 1203573 - add a MOZ_SIMPLE_PACKAGE_NAME variable to simplify package naming for taskcluster's benefit. r=gps
--HG--
extra : commitid : CMb2NHCjHCw
extra : rebase_source : 5f1e994da6283c43076d12b524b17c40dbd57a88
2015-09-10 15:46:18 -04:00
Ted Mielczarek 0548d71486 bug 1203566 - Add some packages to centos6-build for building cross-mac tools. r=dustin
--HG--
extra : commitid : Cd0Axh6SyaV
extra : rebase_source : b103b3ebdcf725155cfc9897891986da56048471
extra : histedit_source : f5216d3d37822d5633ff88f1b5d4709cfaa950bc
2015-09-10 06:04:43 -04:00
Ted Mielczarek ff534cda9b Tweak cctools build script (No bug, NPOTB)
--HG--
extra : commitid : EQOXbwEbNwn
extra : rebase_source : db5fe3e1b3bb26eee9add5e7398a755869524b12
extra : histedit_source : e475bb97007494745514f3264fd9edf67278d7fd
2015-09-09 11:36:28 -04:00
Ted Mielczarek 470ce2c5b0 bug 1203478 - chmod +x script in checkout-script.sh r=dustin
--HG--
extra : commitid : EIR98quFrf4
extra : rebase_source : 0f9df6d6a0b61fb26e8695ddfb49ef9a8770edf9
2015-09-09 09:11:34 -04:00
Ted Mielczarek 3132b7b611 bug 1203689 - Use tooltool gcc as host compiler for cross-mac builds. r=dustin
--HG--
extra : commitid : 2MFYONNTuoy
extra : rebase_source : c6454df99e6bda96bacc0611df130e76c1d7fa17
2015-09-10 15:21:31 -04:00
Ted Mielczarek ec3d4b5464 bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. r=dustin
--HG--
extra : commitid : u7xc9weelJ
extra : rebase_source : f30090d095c674cce9258ac16d5eb2536d62eaf6
2015-09-08 15:32:38 -04:00
Ted Mielczarek f158d4183b bug 1198190 - Support cross-debug as a build variant, copy 64_debug mac sub-config to 64_cross_debug, disable check tests on mac-cross. r=jlund
--HG--
rename : testing/mozharness/configs/builds/releng_sub_mac_configs/64_debug.py => testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_debug.py
extra : commitid : 6zTooQgHX7d
extra : rebase_source : 6665d9577a6fb4069e34c184f154097f260dc960
2015-08-24 12:38:13 -04:00
Ted Mielczarek 8ec6eceda0 bug 1197248 - Don't try to --enable-rust on cross-mac builds yet. r=gps
--HG--
extra : commitid : Ih7sMe6g288
extra : rebase_source : fe1c6600a382bab00364ea619d04b7de3065eea9
2015-08-21 11:35:13 -04:00
Ted Mielczarek b3c5ef5456 bug 1197154 - Hook up cross-mac taskcluster builds on try. r=dustin
Also tweak some things in the task definition, and rename the mozharness
config file to make mozharness happy.

--HG--
rename : testing/mozharness/configs/builds/releng_base_mac_cross_builds.py => testing/mozharness/configs/builds/releng_base_mac_64_cross_builds.py
extra : commitid : JCbwc6Wh9Oo
extra : rebase_source : 9b99fa75e225e8e2e10817155e481ba0493ee2fd
2015-08-24 13:54:03 -04:00
Ted Mielczarek f6401483cd bug 935237 - add genisoimage+dmg binaries to tooltool manifest, use them in cross-mac mozconfig. r=gps
--HG--
extra : commitid : Dp87ss6OII7
extra : rebase_source : e56e03c8c95482fec1adf1f5cce6641a3a6a88df
2015-09-10 06:44:24 -04:00
Ted Mielczarek 15800ee8cb bug 935237 - use libdmg-hfsplus to create DMG files during packaging on Linux. r=gps
--HG--
extra : commitid : 2d19BPHSECP
extra : rebase_source : 8121f9f1a929fdf2bdbf53817b7f98c26d9163ec
2015-08-21 15:33:03 -04:00
Phil Ringnalda 9565dedf7d Merge m-c to m-i
CLOSED TREE
2015-09-10 15:30:31 -07:00
Phil Ringnalda 22565071a2 Merge m-i to m-c, a=merge
CLOSED TREE
2015-09-10 15:22:15 -07:00
Phil Ringnalda 8047bfc58a Back out changeset d9a4c7d198f0 (bug 1084009) for b2g emulator chrome and debug mochitest bustage
CLOSED TREE
2015-09-10 15:17:23 -07:00
Terrence Cole 0209eab6d2 Bug 1202865 - Split out Zone selection from stats collection and malloc bytes reset; r=jonco
--HG--
extra : rebase_source : e5ae858f97dd4f7b0351849760f61f2b244b8703
2015-09-10 14:11:56 -07:00
Phil Ringnalda d14aca399e Merge b-i to m-c, a=merge 2015-09-10 13:23:13 -07:00
Phil Ringnalda 08dcf15c1d Merge f-t to m-c, a=merge 2015-09-10 13:22:31 -07:00
Phil Ringnalda a1e7532dfb Bug 1192800 etc., disable toolkit/components/passwordmgr/test/browser/browser_context_menu.js on Linux where it's pretty much permaorange, a=hugeorange 2015-09-10 13:17:52 -07:00
Wander Lairson Costa 7d6eae6c28 Bug 1201179: Use custom branch gecko objdir for emulator and phone builds. r=garndt
Messing up with shared cached object directories for different branches
often triggers build bustage. Make the object directory unique for each
branch.
2015-09-10 11:40:21 -03:00
B2G Bumper Bot 0d565d923c Bumping manifests a=b2g-bump 2015-09-10 07:35:03 -07:00