Ehsan Akhgari
798c4c302c
Bug 1168802 - Update the en-US dictionary to SCOWL 2015.05.18
2015-05-27 08:12:59 -04:00
Ting-Yu Lin
cfc981d002
Bug 1161389 - Skip AccessibleCaret frame if nsDisplayListBuilder doesn't build caret. r=roc
...
When nsDisplayListBuilder doesn't build caret, we need to skip building
AccessibleCaret frames. We check that the content of the frame has
"moz-accessiblecaret" class.
2015-05-27 16:37:44 +08:00
Ting-Yu Lin
c46c44369d
Bug 1161392 - Enlarge touch area for AccessibleCaret. r=roc
...
Porting the patch for Touch/SelectionCarets in bug 1021499 to
AccessibleCaret.
2015-05-27 16:37:28 +08:00
Blake Wu
3ff0bbca0d
Bug 1168309 - Add the define, MOZ_GONK_MEDIACODEC, to dom/media. r=cpearce.
2015-05-26 17:33:29 +08:00
Ekanan Ketunuti
c2f4c4abb6
Bug 1167912 - Add eldritch to the en-US dictionary. r=ehsan
2015-05-26 10:33:53 +07:00
Steve Singer
2adddbca0a
Bug 1167815 - Switch toMoveOperand to pass by value. r=bhackett
2015-05-22 19:48:00 +02:00
Michael Layzell
f5f4d8083f
Bug 1167588 - Mark Rule::mParentRule as MOZ_NON_OWNING_REF. r=dbaron
2015-05-22 07:00:00 +02:00
Julian Seward
f1a43804b3
Bug 1167531 - Uninitialised value uses relating to GonkDisplayJB::GonkDisplayJB. r=mwu.
2015-05-27 09:41:53 +02:00
John Daggett
61adb0755f
Bug 1167281 - sort scalable fonts first when resolving generic families under Linux. r=karlt
2015-05-27 16:19:27 +09:00
John Daggett
45ea58ee57
Bug 1163491 - map local fontnames to fontconfig patterns. r=karlt
2015-05-27 16:19:19 +09:00
Kan-Ru Chen
39e7e3af06
Bug 772750 - Get mobile connection technology from MobileConnectionService. r=garvank,echen
2015-05-27 14:41:23 +08:00
Kan-Ru Chen
ba756dbfca
Bug 1168068 - GonkGPSGeolocationProvider should use mRilDataServiceId in SetReferenceLocation. r=garvank
2015-05-27 14:40:48 +08:00
Shu-yu Guo
63b8eb752c
Bug 1168265 - Clean up ChunkedJSONWriteFunc. (r=mstange)
2015-05-26 22:58:40 -07:00
Shu-yu Guo
fdc81032ef
Bug 1167230 - Use nsCString instead of std::string in FrameKey in the profiler. (r=mstange)
2015-05-26 22:58:40 -07:00
Shu-yu Guo
9bb39f0511
Bug 1166492 - Return UniquePtr<char[]> from profiler_get_profile to avoid double copying. (r=mstange)
2015-05-26 22:58:40 -07:00
Shu-yu Guo
1592c386e9
Bug 1166492 - Remove dead code in the ProfileBuffer and ThreadProfile. (r=mstange)
2015-05-26 22:58:40 -07:00
Shu-yu Guo
330a2c9062
Bug 1166492 - Handle huge strings in the profile JSON writer. (r=mstange)
2015-05-26 22:58:40 -07:00
Daniel Holbert
409ae858e5
Bug 1166741 followup: Guard GTK file-picker member-var decl/init statements with same #ifdef that its usages are guarded with, to avoid -Wunused-private-field warning. r=karlt
2015-05-26 22:40:28 -07:00
Dave Townsend
69f8511757
Backing out 82a7ea7ce995 as it hasn't had the appropriate reviews for landing.
2015-05-26 21:57:05 -07:00
Chris Peterson
377aa8a02f
Bug 1167834 - Fix -Wwritable-strings warnings in widget/cocoa/. r=smichaud
2015-05-20 23:02:59 -07:00
Ehsan Akhgari
6157587344
List test_bug336682.js as a support-file, not a test file, no bug
2015-05-26 23:23:30 -04:00
Mike Hommey
91f38690b4
Bug 1168231 - Normalize file mode in jars. r=gps
2015-05-27 11:33:25 +09:00
Mike Hommey
9bf7b6e99e
Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal
2015-05-27 11:33:23 +09:00
Mike Hommey
02207840b8
Bug 1168316 - Remove build machine name from about:buildconfig. r=ted
2015-05-27 11:33:22 +09:00
Mike Hommey
cb68126814
Bug 1168251 - Do a partial recursion when doing make -C some/path compile. r=gps
2015-05-27 11:33:22 +09:00
David Major
78f25cd720
Bug 1168480 - Fix potential leaks in qcms_transform_create. r=seth
2015-05-26 22:18:55 -04:00
Matt Woodrow
c1f2a14b75
Bug 1156135 - Add a distribution addon to sanity test hardware accelerated video decoding. r=mossop,glandium
2015-05-27 14:07:45 +12:00
Matt Woodrow
9aac7505c7
Bug 1156135 - Add live pref for disabling DXVA when it fails to render correctly. r=ajones
2015-05-27 14:05:18 +12:00
Matt Woodrow
af18295672
Bug 1156135 - Add telemetry histogram for recording gfx sanity test failures. r=vladan
2015-05-27 14:05:11 +12:00
Cameron McCormack
b904d1b615
Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn
2015-05-27 12:08:42 +10:00
Jonathan Watt
9a09ffdd3e
Bug 1168664 - Stop mistakenly using the transform reference box's width to calculate the Z component in ProcessMatrix3D. r=mattwoodrow
2015-05-25 11:13:42 +01:00
Cameron McCormack
a7517b7941
Bug 1167418 - Check fallible AppendElements call in FontFaceSet. r=poiru
2015-05-27 10:41:11 +10:00
Seth Fowler
91ffec4c63
Bug 1163740 - Paper over qcms crashes due to NaN values in qcms_transform::matrix. r=dmajor
2015-05-26 17:34:21 -07:00
Jonathan Watt
1217259d2e
Bug 923193, part 5 - Tests for the 'transform-origin' and 'transform-box' properties in SVG. r=heycam
2015-05-24 22:53:16 +01:00
Jonathan Watt
e218dd339f
Bug 923193, part 4 - Implement support for the 'transform-origin' property in SVG. r=heycam
2015-05-24 22:40:37 +01:00
Maire Reavy
ef7f0a9bfe
bug 1151351: struktur AG added to screensharing whitelist r=jesup
2015-05-26 11:26:13 -04:00
Maire Reavy
263d606be1
bug 1137057: Interactive Intelligence added to screensharing whitelist r=jesup
2015-05-26 11:21:00 -04:00
Daniel Holbert
8cd5c92176
Bug 1167782: Null-check pseudo element in nsHTMLCSSStyleSheet::RulesMatching(). r=dbaron
2015-05-26 16:44:52 -07:00
Wes Kocher
4cb22f4274
Merge m-c to inbound, a=merge CLOSED TREE
2015-05-26 16:25:11 -07:00
Wes Kocher
2bf6c2b004
Merge inbound to central, a=merge
2015-05-26 16:16:26 -07:00
Wes Kocher
8b17a20ea4
Backed out changeset 93943a21b457 (bug 1148582) for android r6 orange CLOSED TREE
2015-05-26 16:12:17 -07:00
Wes Kocher
d003edaf8c
Merge fx-team to central, a=merge
2015-05-26 15:59:43 -07:00
Mike Shal
0daa4db932
No bug - bump mozharness.json to aa543babe6b7
2015-05-26 18:43:33 -04:00
David Major
544bbe764d
Bug 1167189: Remove unnecessary checks after infallible allocations. r=bholley
2015-05-26 17:04:24 -04:00
David Major
5926b4c617
Bug 1167189: Use a size annotation on the OOM abort. r=bholley
2015-05-26 17:04:24 -04:00
David Major
6a7f967d66
Bug 1167189: Cleanup NS_RUNTIMEABORT("OOM") in layout/. r=dbaron
2015-05-26 17:04:24 -04:00
Brian Hackett
c6e41638c6
Bug 1165392, Bug 1165463 - Various unboxed array fixes and optimizations, r=jandem.
2015-05-26 16:29:19 -06:00
Brian Hackett
3ce99ceded
Bug 1166678 - Inline first ObjectGroup::maybeSweep test, r=jandem.
2015-05-26 15:42:07 -06:00
B2G Bumper Bot
09084c35b9
Bumping manifests a=b2g-bump
2015-05-26 13:12:55 -07:00
B2G Bumper Bot
eb8e8035aa
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ce5b9f84c7e2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1102183 - merge pull request #30154 from gmarty:Bug-1102183-Signal-strength-and-Data-signal-is-not-changing-while-checking-in-after-opening-any-app to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/3e026ca2ef27
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1102183 - Signal strength and Data signal (3G/H/E) is not changing while checking in after opening any app
2015-05-26 13:10:33 -07:00