Armen Zambrano Gasparnian
a4ee5face8
Bug 1251702 - Remove loopbackAudio from TC Firefox tests. r=ahal
...
MozReview-Commit-ID: AGKAR1pDwAM
2016-02-29 10:14:27 -05:00
Armen Zambrano Gasparnian
c9a9bc6bd0
Bug 1251734 - Fix TC jetpack definition inconsistencies. r=jmaher
...
MozReview-Commit-ID: Lowo35ieTgZ
2016-02-29 10:12:36 -05:00
Alexander Surkov
bd8b96d1c0
Bug 1251712 - propagate a context flag for alerts, r=davdib
2016-02-29 10:08:40 -05:00
Alexander Surkov
84d2440496
Bug 1251680 - get container accessible computation should take into account the HTML select, r=marcoz
2016-02-29 10:05:29 -05:00
Alexander Surkov
81c03ec4e8
Backout changeset 16516bf9614b, because of wrong bug reference
2016-02-29 10:04:49 -05:00
Ting-Yu Lin
a423fc51d3
Bug 1251915 - Ignore handling eTouchCancel events. r=roc
...
In my original design, I treat eTouchCancel to be like eTouchEnd for
ending a caret dragging procedure.
However when pointer events is enabled, it sents an eTouchCancel event
after the eTouchStart event whose primary usage is to be converted to
pointer events, which then cancels the normal caret dragging procedure.
Moreover, when pointer events is disabled, we don't get eTouchCancel
during a normal caret dragging scenario, so we don't really need to
handle eTouchCancel anyway.
MozReview-Commit-ID: GKju2Tp0q3Q
--HG--
extra : rebase_source : 31da189fc5543c7df0d748df004fc67c87f4da7f
2016-02-29 15:51:44 +08:00
Ting-Yu Lin
5b6692bd2c
Bug 1251915 - Correct AccessibleCaretEventHub coding style by clang-format. r=roc
...
This patch is generatedy by applying clang-format on
AccessibleCaretEventHub.cpp.
MozReview-Commit-ID: 10qPJ47CVMH
--HG--
extra : rebase_source : ff39be696ef4cd93ffbe0b9e7c95920aa03a6893
2016-02-29 15:51:44 +08:00
Henrik Skupin
2279709be0
Bug 1252037 - Adjust safe_browsing_notification test for property changes. r=automatedtester
...
MozReview-Commit-ID: QwHNGdT70Q
--HG--
extra : rebase_source : 85358025f47cf367a54b541b2f5fdaabae954fe4
2016-02-29 14:58:22 +01:00
Nathan Froyd
97bd5781a5
Bug 1251718 - use UniquePtr instead of ScopedDeletePtr in WebGLElementArrayCache; r=baku
...
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.
2016-02-26 13:29:19 -05:00
Mike Hommey
465a32ca37
Bug 1251210 - In configure.py, take AUTOCONF from mozconfig (mk_add_options) as well. r=ted
...
--HG--
extra : rebase_source : 592c96d335325178767192041c3ad3e28b58baf5
2016-02-26 02:49:03 +09:00
Mike Hommey
b82e33004b
Bug 1251210 - In configure.py, take AUTOCONF from the environment, if set there. r=ted
...
At the same time, remove the (useless and wrong) check for AUTOCONF in
old-configure.in (wrong because it very likely is picking autoconf > 2.5).
--HG--
extra : rebase_source : 4a17c9d92c9561ef221b1a300e0e6d48ca56862f
2016-02-26 02:08:29 +09:00
Jonathan Kew
f82a78c907
Bug 1246389 - Resize window appropriately on WM_DPICHANGED messages for dynamic resolution changes. r=emk
2016-02-29 13:09:04 +00:00
Andrew McCreight
33db15a0d7
Bug 1251837, part 6 - Make cleanup() in doTestScroll take a callback, and use pushPrefEnv. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
37ec2c1c6f
Bug 1251837, part 5 - Make prepare() in doTestScroll take a callback, and use pushPrefEnv. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
112ff3a7ee
Bug 1251837, part 4 - Use pushPrefEnv in doTestActionOverride in window_wheel_default_action.html. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
47c168f53f
Bug 1251837, part 3 - Use pushPrefEnv in doTestWholeScroll in window_wheel_default_action.html. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
4ffb7332ed
Bug 1251837, part 2 - Use pushPrefEnv in doTestActionOverride in window_wheel_default_action.html. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
4d1db7462a
Bug 1251837, part 1 - Use pushPrefEnv in setDeltaMultiplierSettings in window_wheel_default_action.html. r=masayuki
2016-02-29 05:42:56 -08:00
Andrew McCreight
e226e5ac19
Bug 1251659, part 2 - Remove redundant setting of pointer events pref in test_bug822898. r=mrbkap
...
The same preference is set earlier using pushPrefEnv.
2016-02-29 05:42:56 -08:00
Andrew McCreight
2c6fb590c4
Bug 1251659, part 1 - test_bug967796.html should use SpecialPowers.pushPrefEnv. r=mrbkap
...
This should fix the intermittent e10s failure.
2016-02-29 05:42:56 -08:00
Trevor Saunders
32fdac666f
bug 1250486 - get rid of the static ctor for XPCShellImpl.cpp r=bz
...
The dtor for PersistentRooted<> removes it from a linked list, which means we
need a static ctor to register that dtor with the atexit machinary. So the
easiest thing to do is make sScriptedInterruptCallback a pointer that points to
a PersistentRootedValue we allocate on the heap.
2016-02-29 08:35:07 -05:00
Trevor Saunders
fb15614836
bug 1250486 - make the ComponentsSH ctor constexpr r=bz
2016-02-29 08:35:07 -05:00
Trevor Saunders
079ee8ff2e
bug 1250486 - make some xpconnect wrapper ctors constexpr to get rid of static constructors r=bz
2016-02-29 08:35:06 -05:00
Nicolas B. Pierron
a5c0cc524c
Bug 1248412 - inlineIsTypedArrayHelper: Check for TypedArray and Proxy classes when we allow wrapped TypedArray. r=Waldo
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
f791967bf9
Bug 1248412 - Prevent immediate bailout from innermost for-of loops. r=h4writer
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
542b5d673c
Bug 1242462 - IonSpewer: Write one log file per process. r=h4writer
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
010ddafa03
Bug 1242462 - Add a newline when calling TypeSet::print from a debugger. r=jandem
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
846f654fed
Bug 1242462 - Allow IonMonkey re-enter until we reached the frequent bailout threshold. r=jandem
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
c930346b03
Bug 1246229 - Enable DCE to remove OSR guards if their values are optimized-out. r=h4writer
2016-02-29 13:20:36 +00:00
Ted Mielczarek
c4e64b365a
bug 1249923 - use PogoSafeMode for MSVC PGO. r=gps
...
MozReview-Commit-ID: 4CMiqba5NZd
--HG--
extra : rebase_source : 0ad6a0ac3785ff45527b31ee845cd67eb7ee4021
extra : histedit_source : 05010c17bf8dc0f52f711a832f6ee037728bfedb
2016-02-24 13:04:54 -08:00
Ted Mielczarek
b862f7401a
bug 1250971 - pass cgthreads with number of cores for Windows PGO builds. r=gps
...
MozReview-Commit-ID: Hf5QoDHXPUz
--HG--
extra : commitid : 42qB3HeFqda
extra : rebase_source : 21048ea52c2e0ef60eaac79b886048016c6204c0
extra : amend_source : 11f4ec10f94338e7af283164dc1300e7cd96233b
extra : histedit_source : b0e629b9eee1bcfffb312a3a43a137c7c957e0e0
2016-02-24 10:27:27 -08:00
Bogdan Postelnicu
5a04584913
Bug 1252039 - corrected MOZ_ASSERT expression in SeparatorRequiredBetweenTokens. r=dbaron
...
MozReview-Commit-ID: 89XUK8hKSSE
--HG--
extra : rebase_source : 53a336311edc4faabf20a829f58ed95461aa6cf6
2016-02-29 14:26:22 +02:00
Mason Chang
4650fce727
Bug 1249036 Check that DWMFlush executes correctly. r=kats
2016-02-29 13:52:26 +01:00
Henrik Skupin
a6756a5e68
Bug 1239808 - Fix mozharness mach command for test_packages.json retrieval. r=jlund
...
MozReview-Commit-ID: 7jxV7VuI9rS
--HG--
extra : rebase_source : b670a2e7f73c423825440add02415120e8da34d1
2016-02-25 21:45:25 +01:00
Henrik Skupin
c5eae82e98
Bug 1239808 - Fix B2G build script and configs for test_packages.json renaming. r=chmanchester
...
MozReview-Commit-ID: 7tJS7LTPiLt
--HG--
extra : rebase_source : 3d51b9c21af95f05f1d630db9c37083717f6ff19
2016-02-25 21:44:21 +01:00
Henrik Skupin
9b0d4303cf
Bug 1239808 - Update taskcluster configs for test_package.json renaming. r=garndt
...
MozReview-Commit-ID: GxqQH94Isgg
--HG--
extra : rebase_source : 1abda68c7021bcfa6ba32670aef246a432386ea0
2016-02-25 21:39:26 +01:00
Henrik Skupin
32c7706715
Bug 1239808 - Rename test_packages.json to include package basename as prefix. r=chmanchester,jlund
...
MozReview-Commit-ID: 6JiHIbSjhoR
--HG--
extra : rebase_source : fde19a1ef1f2256104600980c12fffae391f5784
2016-02-25 21:37:47 +01:00
Thomas Zimmermann
0fc8c3e5a1
Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang
...
This patch replaces all instances of |nsAutoArrayPtr<>| in the Bluetooth
interfaces with |UniquePtr<[]>|.
In contrast to |nsAutoArrayPtr<>|, |UniquePtr<[]>| doesn't convert to the
underlying pointer type implicitly. This is a problem for the daemon-socket
runnable, which depend on this feature when calling their operations. To
solve this issue, the patch adds |ConvertArg| for each arguemnt, which does
the conversion explicitly.
2016-02-29 12:15:08 +01:00
Thomas Zimmermann
83da4d603d
Bug 1251541: Pass arguments to AVRCP passthrough command as uint8_t, r=shuang
...
The AVRCP passthough-command notification doesn't require |int| type
arguments. Using |uint8_t| is sufficient. This change is required to
prepare replacing |nsAutoArrayPtr<>| with |UniquePtr<[]>|.
2016-02-29 12:15:08 +01:00
Thomas Zimmermann
d8cb801b6f
Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth managers, r=shuang
2016-02-29 12:15:08 +01:00
Carsten "Tomcat" Book
63ee16b1e1
Merge mozilla-central to mozilla-inbound
2016-02-29 11:44:03 +01:00
Carsten "Tomcat" Book
7f956c0bfb
merge mozilla-inbound to mozilla-central a=merge
2016-02-29 11:35:30 +01:00
Ryan VanderMeulen
4daa1d1d8d
Backed out changesets 764c86198573 and 90494d4d76ab (bug 1220124) for e10s browser_ext_tabs_onHighlighted.js permafail.
2016-02-29 00:15:06 -05:00
Ryan VanderMeulen
a309d2255d
Backed out changesets 3a116d8cb42f and b61ca87b91e1 (bug 1251659) for making test_bug967796.html permafail.
2016-02-29 00:03:01 -05:00
Jonathan Kew
51b8759a25
Bug 1240749 - Fixes for DPI support in Gtk widget interface: remove incorrect Get[Avail]RectDisplayPix overrides, as desktop pixels == device pixels for the Gtk widget backend, and implement nsScreenGtk::GetDefaultCSSScaleFactor, required by nsGlobalWindow since per-monitor DPI patches in bug 890156. r=karlt
2016-02-26 22:34:11 +00:00
Heiher
60ea58c4de
Bug 1250031 - IonMonkey: MIPS: Fix ion/bug1233343.js crash. r=h4writer
...
---
js/src/jit/SharedIC.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
2016-02-29 17:20:18 +08:00
Julien Wajsberg
8832806e81
Bug 1250691 - [Devtools][Responsive mode] The "touchend" event should not have the removed touch. r=jryans
2016-02-26 09:40:00 -05:00
Cykesiopka
b9a9010687
Bug 1249595 - Enable 11 more ESLint rules for PSM. r=keeler
...
MozReview-Commit-ID: FxS9SPRMMxf
--HG--
extra : transplant_source : %18%08%F0%EB%E3%AD%3E%F7%94%80%05%C0%D0P%5Co.%940%7E
2016-02-26 12:35:34 -08:00
Andy McKay
ca41ad5fe1
Bug 1250667 - Sign the devtools addons and bug687194.xpi. r=ahal
...
MozReview-Commit-ID: DBUgeyKRLYJ
--HG--
extra : transplant_source : N%EF%3F%A6%83%91%B5%C8%F9Ep%8A%F3g%1C%5C%FA%98%89G
2016-02-25 15:39:16 -08:00
Sebastian Hengst
d34912b8e7
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: enable eslint. r=MattN
...
MozReview-Commit-ID: F8nvRExCbff
--HG--
extra : rebase_source : 07d5a9136de52a2af8f8591884f564f7c3284299
extra : amend_source : 5762ef9d2ddc1d1023a68a411a2f5584d0ee15e1
2016-02-28 14:12:00 -08:00