mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
35448d94ad
- Bug 1225821 - Add type write barrier to SetPropertyIC dense element stub. r=bhackett (09c2b77da6) - Bug 1222917 - Fix register allocation in GenerateCallSetter. r=bhackett (a6e0ecd82c) - Bug 1219883 - Fix Ion typed array stub to handle constant string index. r=efaust (b568a7729c) - Bug 1215688 - Remove unused path in Ion's BindNameIC. r=jandem (b63444a595) - Bug 1224883: Only lazy linking from jit code expects to have valid jit code afterwards, r=jandem (327a96a3ef) - Bug 1108290 - remove machine-specific definitions of sub32. r=nbp (07b788b0c9) - Bug 1226277 - fix MSVC warning with a cast. r=bbouvier (23e7499d43) - Bug 1224710 - Fix OOM handling bugs revealed by new testcase r=bbouvier (8e3912dcfd) - Bug 1210554 - Add testAssemblerBuffer to jsapi-tests. r=sstangl (6aa5a5e95c) - Bug 1210554 - Implement BranchDeadlineSet. r=nbp (510ca413ca) - Bug 1210554 - Implement constant pool test. r=nbp (e67a359337) - Bug 1210554 - Add PatchShortRangeBranchToVeneer(). r=nbp (2611009dd2) - Bug 1210554 - Fix unified build breakage. r=sfink (b418fe43e5) - Bug 1210554 - Wire up branchDeadlines_ partially. No Asm callbacks yet. r=nbp (cb613e7b58) - Bug 1210554 - Handle toggled calls in CodeFromJump(). r=sstangl (d55a5e89ef) - Bug 1210554 - Add enum ImmBranchRangeType. r=sstangl (bcadf88269) - Bug 1210554 - Dynamically track short-range branches. r=sstangl (c8cca36e65) - Bug 1225859 - IonMonkey: MIPS64: Fix branchTestBoolean(Address) missing. r=jandem (5498faee06) - Bug 1222640 - Fix truncated Simulator return values. r=jandem (97721fa467) - Bug 1090957 - IonMonkey: MIPS32: Implement atomics in MacroAssembler. r=lth (150529e06b) - Bug 1090957 - IonMonkey: MIPS: Implement atomics in Lowering. r=lth (22ae53fd14) - Bug 1090957 - IonMonkey: MIPS: Implement atomics in CodeGenerator. r=lth (8083eccc07) - Bug 1213743 - IonMonkey: MIPS: Import MIPS64 support into CodeGenerator-mips-shared. r=arai (548fe7f3ee) - Bug 1209553 - IonMonkey: MIPS: Add suffix 'f' for constant float32. r=arai (9902d4652a) - Bug 1209962 - IonMonkey: MIPS: Memory barrier optimization. r=lth (96c39a94e9) - Bug 1215999 - ARM64: Remove unnecessary float registers definitions. r=jolesen (199a27685c) - Bug 1207827 - Remove ARM64 temporary offset buffers. r=nbp (66d20a6c55) - Bug 1217606 - Handle OOM in Assembler::emitExtendedJumpTable(). r=sstangl (7e67cbd4f2) - Bug 1207827 - Fix ARM64 OOM bugs in Assembler::bind(). r=nbp (b3aa93f7db) - Bug 1155473 - Make arm-sim-osx SpiderMonkey shell build work on automation. r=sfink (85421372e7) - Bug 1225605: Make the dependency between SimdTypeDescr::Type and the SimdTypes/SimdLanes arrays clearer; r=jolesen (9d96ba8b8e) - Bug 1225605: Simplify SimdTypeDescr::size()/alignment() and remove a macro; r=jolesen (bea72c1836) - Bug 1224974 - fix GTK shaped window drawing. r=bas (8fd0aa180d) - Bug 1226152 - IonMonkey: MIPS64: Make sure the frame pushed are set correctly for ion vmcalls. r=h4writer (9ff4f3fcbb) - Bug 1148235. Cleanup the state that we maintain in SimplifyOutwardByArea. r=ehsan (fc2472f0fa) - Bug 1185840 - Make nsRegion::ToString() print string literal. r=roc (f82daa9b6e) - Bug 1136557 - pt 1 - Ignore bogus ascent/descent values in 'vhea' table. r=smontagu (e0f17faff8) - Bug 1136557 - pt 2 - Round maxDescent similarly to maxAscent in nsFontMetrics. r=smontagu (b1effc999b) - Bug 1196355: WriteAppNote should use function parameter. r=benwa (0ce7d33286) - Bug 1195152. Pass correct YUV type when converting shared YUV image to RGB. r=nical (133dc40c35) - Bug 852814 - Move the last remaining EXTRA_DSO_LDOPTS to moz.build. r=gps (5ca3d2b687) - Bug 319030: remove fossil support for RACE encoding and multilingual test bed from IDN code, r=jfkthame (3d76161522) - Bug 321491: Refactor error handling in nsIDNService, r=mcmanus (32aae2327f) - Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame (0a41d31c03) - Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. (4697b86b73) - Bug 1221453 - Use AbsolutePaths with LOCAL_INCLUDES instead of manual -I in CXXFLAGS. r=gps (e714580566) - Bug 1201468: Map UErrorCode to nsresult, r=jfkthame (9d6cf0fe20) - Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. (179ba01cbc) - Bug 1218179: move from transitional to non-transitional IDNA2008 processing, r=jfkthame (d76a053f00) - Bug 1197923 - Use channel->Open2() in intl/strres/nsStringBundle.cpp (r=sicking) (bc34312da8) - Bug 1205153 - Use channel->Open2() in intl/strres/nsStringBundleTextOverride.cpp (r=sicking) (2ac5e3b920)