Bevis Tseng
b17713a4cb
Bug 1271500 - Binary Key Support. r=janv
...
--HG--
extra : rebase_source : 3762fa91b4c068d7d0158a55911bc3f13b47a93f
2016-08-12 15:03:59 +08:00
Andreas Tolfsen
010a199980
Bug 1255955 - Add support for interacting with <select> elements; r=automatedtester
...
This patch introduces support for clicking on <select> and <select
multiple> elements to Marionette. As <select> elements, especially
<select multiple>, are operating system level concepts usually implemented
with native widget sets, this patch takes the approach of dispatching
generated events.
MozReview-Commit-ID: 9kwOva43AOL
--HG--
extra : rebase_source : dde090ed9487e593bc16f8a7e12365b97ada9735
2016-08-05 18:08:31 +01:00
Andreas Tolfsen
cf92f63f85
Bug 1255955 - Add shorthands for generating common DOM events; r=automatedtester
...
MozReview-Commit-ID: K5p1SyYMofQ
--HG--
extra : rebase_source : 687d4a15858a6934343c368a8de498afb6be98fc
2016-08-05 18:07:12 +01:00
Andreas Tolfsen
11e8e8c6c2
Bug 1255955 - Add function to dispatch events to event library; r=automatedtester
...
MozReview-Commit-ID: GBvXy8svoY2
--HG--
extra : rebase_source : a0d4db22becb70f8097198d300bff6f198e9ede4
2016-08-05 18:06:38 +01:00
Andreas Tolfsen
55a23f732e
Bug 1255955 - Use correct argument in event.synthesizeMouse; r=automatedtester
...
MozReview-Commit-ID: AHh99sePoYj
--HG--
extra : rebase_source : 960a54f609e525cab41df5b98d0189648bd490d3
2016-08-05 18:05:45 +01:00
Andreas Tolfsen
6ac6b51209
Bug 1255955 - Fix event.sendMouseEvent to work in privileged space; r=automatedtester
...
Also fixes assumptions about permitted mouse events.
MozReview-Commit-ID: 33MKL60cKXi
--HG--
extra : rebase_source : 59f838c42a19b3bbedc42fa5a78d84c15ab176a2
2016-08-05 18:05:14 +01:00
Andreas Tolfsen
6cf2139f2d
Bug 1255955 - Fix event.parseModifiers_ to not use module argument name; r=automatedtester
...
MozReview-Commit-ID: v79foxRjUV
--HG--
extra : rebase_source : eeb62400f1e4c1bec69d0b9bfcb5673003e940cc
2016-08-05 18:03:43 +01:00
Tom Tromey
6c3ffd2acd
Bug 1278625 - remove some lazy loading from devtools; r=jlongster
...
MozReview-Commit-ID: HwV7DFVJhAF
--HG--
extra : rebase_source : 6631df9fdd4ac8537ff08562b5184345c8c42736
2016-08-05 08:46:37 -06:00
Tom Tromey
e57ee07dd5
Bug 1278625 - move XPCOMUtils use out of Tooltip.js; r=jdescottes
...
MozReview-Commit-ID: 77xkkxl4mqN
--HG--
extra : rebase_source : c516921b7792ae7b80a3c9523d0580accb5375d1
2016-08-05 11:15:38 -06:00
Tom Tromey
0ab85c799c
Bug 1290233 - remove uses of nsIXULChromeRegistry from inspector; r=gregtatum
...
MozReview-Commit-ID: 4MtmQ2Z4fmm
--HG--
extra : rebase_source : c9fbdf24abc5ed4a8a51fbc0e4e8bfe09013f425
2016-08-17 09:09:40 -06:00
Andreas Tolfsen
a6a86c1771
Bug 1255955 - Rename a11y functions check* to assert*; r=automatedtester
...
"Check" is a fine word but with functions which primary purpose is to
throw an error internally we should use "assert" to make the reprecussions
of using them crystal clear.
MozReview-Commit-ID: Kef4R8y8fiV
--HG--
extra : rebase_source : eb22beb7a33e593f34b3d24ecdaaa7f99d8e5f87
2016-08-05 11:43:40 +01:00
Andreas Tolfsen
a0e56a4788
Bug 1255955 - Perform click checks as part of promise; r=automatedtester
...
Some of the element interactability- and visibility checks were previously
done when interaction.clickElement was called, and not as part of the
resolution of the returned promise. This could have caused a potential
race condition.
MozReview-Commit-ID: 691V86B4k5w
--HG--
extra : rebase_source : 7a6951d9c29aa5fa3eb3852d3d6d33e65f7d72c4
2016-08-05 11:38:23 +01:00
Andreas Tolfsen
1eec7ff342
Bug 1255955 - Recalculate visibility after scrolling; r=automatedtester
...
We want to redo the element interactability calculation after scrolling.
Determining if an element is not visible by the old location would
be wrong.
MozReview-Commit-ID: KGaPVmgcqSX
--HG--
extra : rebase_source : 12ac51e5c9947da1082351c4e382cfc95ea8f843
2016-08-05 11:00:19 +01:00
Andreas Tolfsen
26c6e26783
Bug 1255955 - Scroll element into view when not visible; r=automatedtester
...
The if-condition in the specification compatible interactability check
for interaction.clickElement is wrong. It should scroll an element into
view when it is _not_ visible. If it is visible it does not matter.
MozReview-Commit-ID: 2n34QddDkQv
--HG--
extra : rebase_source : efe079de9a1fa930ea2f3d9d8fff59fc9a4e269b
2016-08-05 10:53:06 +01:00
Andreas Tolfsen
38a5c89fb8
Bug 1255955 - Rename checkbox test to not conflict with select tests; r=automatedtester
...
MozReview-Commit-ID: 3SIFP3mUPhT
--HG--
rename : testing/marionette/harness/marionette/tests/unit/test_selected_chrome.py => testing/marionette/harness/marionette/tests/unit/test_checkbox_chrome.py
extra : rebase_source : 1db1e6816b9bf8efeffa64e77771d1f102b1a234
2016-08-05 10:52:07 +01:00
John Lin
d7cf8502c8
Bug 1257777
- Part 6: Implement remote data decoders and enable/disable them with pref. r=snorp
...
MozReview-Commit-ID: 54ZEckQHsBI
--HG--
extra : rebase_source : e655067a487aafeccb866877157616036044ba4b
2016-08-05 15:24:46 +08:00
John Lin
d8af0bb89e
Bug 1257777
- Part 5: Seperate PDM and data decoders into different files. r=snorp
...
MozReview-Commit-ID: KP4hAZXLPAU
--HG--
extra : rebase_source : 64f4c8c086d10ce1268945c74c813177b2401d58
2016-08-05 15:24:06 +08:00
John Lin
f5e84e8425
Bug 1257777
- Part 4: Implement remote codec proxy. r=snorp
...
MozReview-Commit-ID: 3YEfXXkg2Xi
--HG--
extra : rebase_source : b860ff64bd37a76b8a58edfab39dbe4951c21ba7
2016-08-05 15:23:47 +08:00
John Lin
935e9d2aba
Bug 1257777
- Part 3: Implement remote codec, manager service, and parcelables. r=jchen
...
MozReview-Commit-ID: L0bc0wUaQKQ
--HG--
extra : rebase_source : ef1dd9f5db00c3a3c44fd9fd04ae7df80aa29201
2016-08-05 15:18:52 +08:00
John Lin
59e6544bc3
Bug 1257777
- Part 2: Implement async codec using API level 16 MediaCodec. r=esawin
...
Asynchronous mode was not available until API level 21. To make it transparent to the caller, introduce a wrapper interface that mimics the new API.
MozReview-Commit-ID: 7idq2lQo35I
--HG--
extra : rebase_source : 304c4267547096450712c05ab65163955fcc1f4f
2016-08-05 15:32:55 +08:00
John Lin
5c078510e7
Bug 1257777
- Part 1: AIDL interfaces for remote codec and manager service binders. r=nalexander
...
MozReview-Commit-ID: DAaJyWcyC0c
--HG--
extra : rebase_source : 95b82faa20a98801f6aaba424b263e8515f425fc
2016-08-05 15:28:04 +08:00
Andrew McCreight
5f12e5d1fd
Bug 1292218 - Run collectors more in reftests. r=jmaher
...
MozReview-Commit-ID: E7TQpBMeiVB
--HG--
extra : rebase_source : cd1dffff886567ad74c621d27a9628c7ff6eccb1
2016-08-04 08:03:25 -07:00
Tom Klein
0ebf8f996e
Bug 1128561 - Do a PRAGMA shrink_memory when we get a TrimMemory notification. r=Grisha
...
MozReview-Commit-ID: KoNcRuPvgE8
--HG--
extra : rebase_source : 9af36593addd09b0f5ca3c78a663c305c53ccd1e
2016-07-28 10:09:18 -05:00
Evan Tseng
c87392581e
Bug 1284838 - Return Grip in Events render method. r=Honza
2016-07-26 12:04:07 +08:00
Evan Tseng
7ecd9a566a
Bug 1282465 - Hardcode tiny mode for array and object reps. r=Honza
2016-08-15 16:27:00 +08:00
Florian Quèze
b3b059f868
Bug 1206233 - Avoid flickering of the panel when removing permission items, r=jaws
...
MozReview-Commit-ID: L5LKDawDyCg
2016-08-16 14:30:42 +03:00
Mike de Boer
010418133a
Bug 1282070 - repaint the modal highlight mask when the page resizes or changes size due to added/ removed content. r=jaws
...
MozReview-Commit-ID: JKzUehP4pyP
2016-08-16 12:16:29 +02:00
Johann Hofmann
f4f68e2da3
Bug 1290927 - Remove hash link from technical info on certerror pages. r=Gijs
...
MozReview-Commit-ID: 8XKbST09Zrc
--HG--
extra : rebase_source : 0a4802161fb08b57e8cc4a8293bb69f0f9825cca
2016-08-11 14:28:13 +02:00
Mike de Boer
e557b7eff0
Bug 1294644 - prevent drawing the rectangles all too often when modal highlighting is off and make sure to restore the outline of found links and the highlight color of the currentle highlighted occurrence. r=jaws
...
Many thanks to Tooru Fujisawa [:arai] for helping write this patch and testing it.
MozReview-Commit-ID: BxAd3WdqUXU
2016-08-16 11:25:56 +02:00
Sebastian Hengst
da55fffdc5
Backed out changeset c289e719ca5d (bug 1285566) for timing out in devtools test browser_toolbox_computed_view.js. r=backout
2016-08-16 09:57:27 +02:00
Fred Lin
fe6e35996e
Bug 1286259 - Reps: grip-array rep should support limited preview, add extra space; r=Honza
...
MozReview-Commit-ID: IiATBSqv4Wz
2016-08-15 22:44:00 -07:00
Benoit Chabod
dc4c04d63b
Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans
...
MozReview-Commit-ID: F5s8Fd265Qe
2016-08-12 12:45:00 -07:00
Fred Lin
e42ead4263
Bug 1294929 - remove no-match class when tap clear button; r=gl
...
MozReview-Commit-ID: 8OSFZ1T6B5U
2016-08-15 10:59:37 +08:00
Fred Lin
c7f7dfffbb
Bug 1294486 - Fix inspector textbox-search-clear position in RTL locales; r=gl
...
MozReview-Commit-ID: d6Sg6UINP4
2016-08-12 10:40:04 +08:00
Wes Kocher
fee75658b6
Merge m-c to fx-team a=merge CLOSED TREE
2016-08-15 15:04:43 -07:00
Wes Kocher
03b3c20a6e
Merge fx-team to central, a=merge
2016-08-15 14:49:11 -07:00
Wes Kocher
257350ce3a
Backed out changeset a11a0035c85e (bug 1281884) for Windows VM xpcshell failures a=backout
2016-08-15 14:43:13 -07:00
Wes Kocher
d602abb016
Merge inbound to central, a=merge
2016-08-15 14:20:38 -07:00
Jarda Snajdr
f806b3f7de
Bug 1290680 - Add test coverage for TooltipToggle on HTMLTooltip r=jdescottes
...
MozReview-Commit-ID: 8j3fbJ2xhml
2016-08-15 16:03:16 +02:00
Jarda Snajdr
f4a5dac37a
Bug 1290680 - Test the mouse leaving the widget in browser_net_image-tooltip.js r=jdescottes
...
MozReview-Commit-ID: 68rFsHHHTHZ
2016-08-15 16:03:10 +02:00
Jarda Snajdr
f567f08c4d
Bug 1290680 - Netmonitor mousemove throws TypeError: this._baseNode.contains is not a function r=jdescottes
...
MozReview-Commit-ID: GHJl6nfdEyO
2016-08-15 16:02:57 +02:00
Yoshi Huang
9895a88a2a
Bug 1292450 - Check mPrivateBrowsingId is correct in LoadInfo and LoadContext. r=smaug, ehsan
...
Make sure the mPrivateBrowsingId of Origin Attributes is consistent
between LoadInfo and LoadContext.
For chrome docshell, its mPrivateBrowsingId remains 0 even if its
UserPrivateBrowsing() is true (bug 1278664). So we sync the
mPrivateBrowsingId field in LoadInfo in the same way.
2016-08-15 19:03:24 +08:00
Jon Coppeard
c4a2d108b8
Bug 1294241 - Fix compartment mismatch tracking promise rejections in the shell r=till
2016-08-15 11:17:34 +01:00
Steve Chung
52e7ee52a5
Bug 1294464 - Don't overlap inspector-search and eyedropper, pane-toggle. r=ntim
...
MozReview-Commit-ID: EZQEzJdxOO2
2016-08-15 17:19:39 +08:00
vincentliu
e73e0cf5da
Bug 1286458 - Add crashtest. r=lsalzman
...
---
dom/canvas/crashtests/1286458-1.html | 20 ++++++++++++++++++++
dom/canvas/crashtests/crashtests.list | 1 +
2 files changed, 21 insertions(+)
create mode 100644 dom/canvas/crashtests/1286458-1.html
2016-08-15 16:01:34 +08:00
vincentliu
6b56ae4268
Bug 1286458 - Check SkScalarIsFinite for SkVector::DotProduct(). r=lsalzman
...
---
gfx/skia/skia/src/core/SkGeometry.cpp | 3 +++
1 file changed, 3 insertions(+)
2016-08-15 16:00:31 +08:00
vincentliu
1000cd88ac
Bug 1283113 - Add crashtest. r=milan
...
---
dom/canvas/crashtests/1283113-1.html | 25 +++++++++++++++++++++++++
dom/canvas/crashtests/crashtests.list | 1 +
2 files changed, 26 insertions(+)
create mode 100644 dom/canvas/crashtests/1283113-1.html
2016-08-15 15:07:42 +08:00
Igor
175543fda8
Bug 1293384 - Part 2: Rename Snprintf.h header to Sprintf.h. r=froydnj
2016-08-14 23:43:21 -07:00
Igor
a57972337d
Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj
2016-08-14 23:44:00 -07:00
Kris Maglione
9462ff7027
Bug 1225215: Follow-up: ESLint fix. r=me
...
MozReview-Commit-ID: WP5idmrVE6
2016-08-14 20:05:07 -07:00