Commit Graph

497837 Commits

Author SHA1 Message Date
Jared Wein
5040f17e00 Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
MozReview-Commit-ID: 7Gx90a5y8t6

--HG--
extra : rebase_source : 9c8a6b15c19982d720b0163fbbf19d465da786fe
2016-10-24 13:14:19 -04:00
David Malaschonok
30c99b8a19 Bug 1313876 - Fixed _undoCloseMiddleClick function call in event listener. r=jaws
MozReview-Commit-ID: 3hkpkldzxRW

--HG--
extra : rebase_source : 7ae0bcf4772702cef6007fb47419fdc815e25036
2016-10-30 11:29:24 +01:00
Jared Wein
f7a632972b Bug 1312436 - Enable browser_tab_dragdrop.js on e10s in debug mode. r=Felipe
MozReview-Commit-ID: 8oqY8EysxfO

--HG--
extra : rebase_source : 02501f62e9171f4b9b47d931bdb8d12626ec0248
2016-10-24 10:46:27 -04:00
Kartikaya Gupta
1320e96e69 Bug 1313170 - Ensure that the touchend events in helper_bug1162771 are sent with the correct coordinates. r=dvander
The test in helper_bug1162771 dispatches a touchstart on an element, and then
inside the touchstart handler makes that element display:none. It then sends a
touchend at what should be the same position. However, since the position of the
touch is calculated from the position of the element, the touchend position can
be wrong because the element is set to display:none in between. This patch
saves the position before sending the touchstart, and makes sure to use the
same position for the touchend.

MozReview-Commit-ID: GoyQvNJ1wRZ

--HG--
extra : rebase_source : 10fbd5d306aa36b46196758d672fce72347ca638
2016-10-31 10:05:18 -04:00
Kartikaya Gupta
cb026d2536 Bug 1313170 - Use the widget-level touch injection instead of the OS-level touch injection for some tests. r=dvander
When using the InjectTouchInput API on Windows, the API requires that the caller
keep providing input frames (by calling the API function) at least every 100ms.
If the caller fails to do so, Windows can return an ERROR_TIMEOUT and throw
away the touch sequence. In some tests, it is hard for us to make this guarantee,
because we need to wait for other events between the touchdown and touchup. For
these tests, we can use the widget-level touch injection code that we have as
a fallback for the OS-level touch injection code. The widget-level touch
injection is less representative of real-world usage but allows us to bypass
the timeout problem.

MozReview-Commit-ID: EoVUSZmERUw

--HG--
extra : rebase_source : 4f7ca1a1e6da4479d51526e8f132f5cb23fceb49
2016-10-31 10:05:15 -04:00
Sebastian Hengst
57194150d3 Backed out 2 changesets (bug 552434) for failing browser_privacypane_3.js. r=backout
Backed out changeset 5d7db5bac978 (bug 552434)
Backed out changeset 86529c84da06 (bug 552434)
2016-10-31 20:06:05 +01:00
Sebastian Hengst
afc25e5e01 Merge m-c to autoland. r=merge a=merge 2016-10-31 19:58:15 +01:00
Sebastian Hengst
bd00edae92 Backed out changeset fc6a63bedaec (bug 1298027) for timing out in test_eme_stream_capture_blocked_case3.html on Windows 7 opt and pgo. r=backout a=backout
MozReview-Commit-ID: DR4bw1NuCga
2016-10-31 19:56:09 +01:00
Sebastian Hengst
297d2f06e8 Bug 552434 - Avoided history mode being reset by adding privacy.history.custom preference: add linebreak at end to make eslint happy. r=eslint-fix 2016-10-31 19:29:55 +01:00
Carsten "Tomcat" Book
a581a8b8cf merge mozilla-inbound to mozilla-central a=merge 2016-10-31 16:46:52 +01:00
Carsten "Tomcat" Book
71aac2e8b7 merge fx-team to mozilla-central a=merge 2016-10-31 16:35:47 +01:00
Carsten "Tomcat" Book
aade345d28 merge autoland to mozilla-central a=merge 2016-10-31 16:33:33 +01:00
ffxbld
3d28d5a974 No bug, Automated blocklist update from host bld-linux64-spot-1051 - a=blocklist-update 2016-10-31 06:17:04 -07:00
ffxbld
af354e2cd2 No bug, Automated HPKP preload list update from host bld-linux64-spot-1051 - a=hpkp-update 2016-10-31 06:17:02 -07:00
ffxbld
cd6a7d7a59 No bug, Automated HSTS preload list update from host bld-linux64-spot-1051 - a=hsts-update 2016-10-31 06:17:00 -07:00
Sebastian Hengst
fc603eada8 Backed out changeset 9b5b04d1a15a (bug 1313518) for failing gl tests test_conformance__textures__misc__texture-npot-video.html and test_2_conformance__textures__video__tex-2d-rgb-rgb-unsigned_byte.html, and dom/media/test/test_bug879717.html. r=backout 2016-10-31 10:18:56 +01:00
Jan de Mooij
31df59e394 Bug 1311996 - Fix code using pkix::Result to not conflict with the new mozilla::Result type. r=keeler 2016-10-31 10:05:13 +01:00
David Anderson
df46d270bd Add GPU process histograms to Telemetry pings. (bug 1304494 part 4, r=gfritzsche) 2016-10-30 22:35:57 -07:00
David Anderson
ec2b48ff8b Send accumulated GPU process telemetry to the UI process. (bug 1304494 part 3, r=gfritzsche) 2016-10-30 22:35:57 -07:00
David Anderson
fb068517da Refactor TelemetryHistogram to support multiple child process types. (bug 1304494 part 2, r=gfritzsche) 2016-10-30 22:35:57 -07:00
David Anderson
ea1b39856a Ensure we start the Telemetry singleton in the GPU process. (bug 1304494 part 1, r=gfritzsche) 2016-10-30 22:35:56 -07:00
David Anderson
d96f74dfa6 Add GPU process support to the crash reporting service. (bug 1278717 part 1, r?=gfritzsche) 2016-10-30 22:31:33 -07:00
Bill McCloskey
50e4d05346 Bug 1312960 - Associate each message in IPC queue with the runnable that will run it (r=dvander) 2016-10-30 22:04:03 -07:00
Bill McCloskey
a054d4a461 Bug 1312960 - Remove FlushPendingInterruptQueue (r=dvander) 2016-10-30 22:04:02 -07:00
Bill McCloskey
9244a5787d Bug 1312960 - Use CancelableRunnable for mOnChannelConnectedTask (r=dvander) 2016-10-30 22:04:02 -07:00
Bill McCloskey
4c8471eb15 Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj) 2016-10-30 22:04:01 -07:00
Bill McCloskey
c0d229e060 Bug 1310547 - Allow LinkedList to hold RefPtr elements (r=froydnj) 2016-10-30 22:04:00 -07:00
James Long
e69fc25743 Bug 1313961 - Update new debugger frontend r=me
--HG--
rename : devtools/client/debugger/new/test/mochitest/.eslintrc.js => devtools/client/debugger/new/test/mochitest/.eslintrc
2016-10-30 23:07:28 -04:00
Sotaro Ikeda
13f68529db Bug 1313518- Handle width alignment of 32 r=nical 2016-10-30 19:40:35 -07:00
Kris Maglione
3a59c31923 Backed out changeset 425c0602ccb4 (bug 1313716) for breaking mach mochitest. r=backout
MozReview-Commit-ID: pTW1acQYLV
2016-10-30 19:17:13 -07:00
Phil Ringnalda
021e8e0cee Merge m-i to m-c, a=merge 2016-10-30 10:55:00 -07:00
Phil Ringnalda
3db0ee3365 Merge autoland to m-c, a=merge 2016-10-30 10:53:33 -07:00
ffxbld
5a06eae266 No bug, Automated blocklist update from host bld-linux64-spot-1055 - a=blocklist-update 2016-10-30 06:08:23 -07:00
ffxbld
93d39ecc5c No bug, Automated HPKP preload list update from host bld-linux64-spot-1055 - a=hpkp-update 2016-10-30 06:08:21 -07:00
ffxbld
d2d7721e09 No bug, Automated HSTS preload list update from host bld-linux64-spot-1055 - a=hsts-update 2016-10-30 06:08:18 -07:00
David Malaschonok
84b7e58919 Bug 552434 - Avoided history mode being reset by adding privacy.history.custom preference. r=jaws
MozReview-Commit-ID: BU0S0crJ0Qz

--HG--
extra : rebase_source : 088c1ae3b82258ff7139dc504a7ecd2f8564072f
2016-10-30 11:59:29 +01:00
Andrea Marchesini
0e290de2a9 Bug 1313907 - Remove a warning in IDB ActorParent.cpp, r=me 2016-10-30 10:02:26 +01:00
Sebastian Hengst
9f0251834f Backed out changeset 3198f930b755 (bug 1312049) for frequent timeouts in M(oth) toolkit/content/tests/chrome/test_tooltip.xul on Windows opt and pgo. r=backout a=backout
MozReview-Commit-ID: 9m1YbuXkj
2016-10-29 15:29:01 +02:00
Sebastian Hengst
119110604d Backed out changeset 686282bd2f19 (bug 1312049)
MozReview-Commit-ID: G1rcAOb4c0O
2016-10-29 15:28:01 +02:00
Ryan VanderMeulen
0cf4cd9a1b Merge fx-team to m-c. a=merge 2016-10-29 09:20:42 -04:00
ffxbld
aba07a1ad7 No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update 2016-10-29 06:17:27 -07:00
ffxbld
6c19ab9e79 No bug, Automated HPKP preload list update from host bld-linux64-spot-543 - a=hpkp-update 2016-10-29 06:17:25 -07:00
ffxbld
aa8dd034ae No bug, Automated HSTS preload list update from host bld-linux64-spot-543 - a=hsts-update 2016-10-29 06:17:23 -07:00
Ryan VanderMeulen
a41f7d1058 Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
Ryan VanderMeulen
7ffcbdc8f8 Merge inbound to m-c. a=merge 2016-10-29 09:11:45 -04:00
Ryan VanderMeulen
efaf239a96 Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE.
--HG--
extra : rebase_source : b277f667cb34253f6c76e08b4c1b56761e0eba5e
2016-10-29 09:04:53 -04:00
Sebastian Hengst
bff4ebdec8 Backed out changeset c41a71b1c24e (bug 1310547) for failing splitText-normalize.html in reftests on Windows 7 VM debug. r=backout on a CLOSED TREE 2016-10-29 13:48:56 +02:00
Sebastian Hengst
b063eb49cb Backed out changeset 721e3171510d (bug 1310547) 2016-10-29 13:45:28 +02:00
Sebastian Hengst
b1ba7fdbd7 Backed out changeset aeeb739b7ba7 (bug 1310547) 2016-10-29 13:45:24 +02:00
Sebastian Hengst
6d04a3fc06 Backed out changeset eccaf394924f (bug 1310547) 2016-10-29 13:45:21 +02:00