Alexander Surkov
a04727e373
Backout changeset 16516bf9614b, because of wrong bug reference
2016-02-29 10:04:49 -05:00
Ting-Yu Lin
d1a7279479
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
2016-02-29 15:51:44 +08:00
Ting-Yu Lin
bf5c47a427
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
2016-02-29 15:51:44 +08:00
Henrik Skupin
28bc277fc0
Bug 1252037 - Adjust safe_browsing_notification test for property changes. r=automatedtester
...
MozReview-Commit-ID: QwHNGdT70Q
2016-02-29 14:58:22 +01:00
Nathan Froyd
dd95bd1212
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
325747932e
Bug 1251210 - In configure.py, take AUTOCONF from mozconfig (mk_add_options) as well. r=ted
2016-02-26 02:49:03 +09:00
Mike Hommey
66228d8227
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).
2016-02-26 02:08:29 +09:00
Jonathan Kew
670be3a9fa
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
d0f89df44d
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
79a169b193
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
66e37b54ff
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
a6f4648369
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
c8a7d28297
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
5a5e2ebadc
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
a5689d1f34
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
4b8903ef2e
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
c3c68a2d4d
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
e60f9fa6e5
bug 1250486 - make the ComponentsSH ctor constexpr r=bz
2016-02-29 08:35:07 -05:00
Trevor Saunders
0098eba359
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
b5f5805e0a
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
20bf99206c
Bug 1248412 - Prevent immediate bailout from innermost for-of loops. r=h4writer
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
43e4911d21
Bug 1242462 - IonSpewer: Write one log file per process. r=h4writer
2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
5ecc5023f2
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
5010bc6f5f
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
56d3c8e8f0
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
55b85aaf23
bug 1249923 - use PogoSafeMode for MSVC PGO. r=gps
...
MozReview-Commit-ID: 4CMiqba5NZd
2016-02-24 13:04:54 -08:00
Ted Mielczarek
a6eff3e8d2
bug 1250971 - pass cgthreads with number of cores for Windows PGO builds. r=gps
...
MozReview-Commit-ID: Hf5QoDHXPUz
2016-02-24 10:27:27 -08:00
Bogdan Postelnicu
0ce4d93325
Bug 1252039 - corrected MOZ_ASSERT expression in SeparatorRequiredBetweenTokens. r=dbaron
...
MozReview-Commit-ID: 89XUK8hKSSE
2016-02-29 14:26:22 +02:00
Mason Chang
9840b03fa1
Bug 1249036 Check that DWMFlush executes correctly. r=kats
2016-02-29 13:52:26 +01:00
Henrik Skupin
280b569aa9
Bug 1239808 - Fix mozharness mach command for test_packages.json retrieval. r=jlund
...
MozReview-Commit-ID: 7jxV7VuI9rS
2016-02-25 21:45:25 +01:00
Henrik Skupin
cb4f63d4a3
Bug 1239808 - Fix B2G build script and configs for test_packages.json renaming. r=chmanchester
...
MozReview-Commit-ID: 7tJS7LTPiLt
2016-02-25 21:44:21 +01:00
Henrik Skupin
8cb1fc6e04
Bug 1239808 - Update taskcluster configs for test_package.json renaming. r=garndt
...
MozReview-Commit-ID: GxqQH94Isgg
2016-02-25 21:39:26 +01:00
Henrik Skupin
d9ac9efdcb
Bug 1239808 - Rename test_packages.json to include package basename as prefix. r=chmanchester,jlund
...
MozReview-Commit-ID: 6JiHIbSjhoR
2016-02-25 21:37:47 +01:00
Thomas Zimmermann
c242589952
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
3880c4cdd5
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
2d896d7717
Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth managers, r=shuang
2016-02-29 12:15:08 +01:00
Carsten "Tomcat" Book
b9bfa35950
Merge mozilla-central to mozilla-inbound
2016-02-29 11:44:03 +01:00
Carsten "Tomcat" Book
c8d269cfd6
merge mozilla-inbound to mozilla-central a=merge
2016-02-29 11:35:30 +01:00
Ryan VanderMeulen
de34fa4ce3
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
ab2e49fe75
Backed out changesets 3a116d8cb42f and b61ca87b91e1 (bug 1251659) for making test_bug967796.html permafail.
2016-02-29 00:03:01 -05:00
Jonathan Kew
1d9ce4ba08
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
6294792d5c
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
623daa58e7
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
d36ccebcb0
Bug 1249595 - Enable 11 more ESLint rules for PSM. r=keeler
...
MozReview-Commit-ID: FxS9SPRMMxf
2016-02-26 12:35:34 -08:00
Andy McKay
b3be7b1717
Bug 1250667 - Sign the devtools addons and bug687194.xpi. r=ahal
...
MozReview-Commit-ID: DBUgeyKRLYJ
2016-02-25 15:39:16 -08:00
Sebastian Hengst
a501bc99c2
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: enable eslint. r=MattN
...
MozReview-Commit-ID: F8nvRExCbff
2016-02-28 14:12:00 -08:00
Sebastian Hengst
fbac16698b
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: ignore statements which eslint regards as native reassignments. r=MattN
...
It treats Assert, is and ok as natives. eslint rule: http://eslint.org/docs/rules/no-native-reassign
MozReview-Commit-ID: JzwQ37Y97jJ
2016-02-28 14:11:46 -08:00
Sebastian Hengst
39edb4d96a
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: replace conditional catch statements. r=MattN
...
While it doesn't seem like this SpiderMonkey feature will go away soon, replacing it makes tooling easier and is suitable here because the unconditional catch js already used.
MozReview-Commit-ID: 3G3LxrW24HF
2016-02-28 14:11:30 -08:00
Sebastian Hengst
1b5b08cf61
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: replace legacy generators with ES6 generators. r=MattN
...
MozReview-Commit-ID: KxMSovx0mfl
2016-02-28 14:11:17 -08:00
Sebastian Hengst
565bd3a395
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: general, simple changes. r=MattN
...
MozReview-Commit-ID: IdecwypP6on
2016-02-28 14:10:55 -08:00