Commit Graph

2540 Commits

Author SHA1 Message Date
Michael Layzell
d09810392d Bug 1208217 - Enable paste event listener in documents with no editor component, r=enndeakin 2016-05-16 18:09:41 -04:00
Michael Layzell
a0e9525087 Bug 1270299 - Modify browser_ConsoleAPITests.js to run in e10s, r=baku 2016-05-16 13:54:55 -04:00
Jeff Gilbert
80f726ea0b Bug 1271478 - Implement WebGLContextCreationError. - r=jrmuizel,smaug,mtseng 2016-05-11 16:45:43 -07:00
Gabor Krizsanits
2585c3f697 Bug 1255138 - Window resize support from JS for e10s. r=mconley 2016-05-11 11:44:57 +02:00
Robert Longson
4236a89dfc Bug 1260032 - drop support for altGlyph as a tspan. r=cam r=peterv (DOM Peer) 2016-05-10 10:02:20 +01:00
Eugen Sawin
5733830c06 Bug 1243431 - [6.1] Enable test_vibrator on Android. r=gbrown 2016-05-09 14:38:22 +02:00
Eugen Sawin
b209b679de Bug 1243431 - [5.2] Enable vibration permission for tests. r=bz 2016-05-09 14:38:22 +02:00
Michael Layzell
5d45419a2c Backout Bug 1270115 - Rewrite browser_ConsoleStorageAPITests.js to run in e10s for bustage 2016-05-06 15:33:19 -04:00
Michael Layzell
94ab961f05 Bug 1270142 - Update test_localStorageBase.html to run on e10s, r=bz 2016-05-06 13:52:52 -04:00
Michael Layzell
295b6efb5a Bug 1270509 - Enable browser_ConsoleStoragePBTest_perwindowpb.js on e10s, r=enndeakin 2016-05-06 13:52:48 -04:00
Michael Layzell
2696694ada Bug 1270115 - Rewrite browser_ConsoleStorageAPITests.js to run in e10s. r=bz 2016-05-06 13:52:47 -04:00
Michael Layzell
1a54e3cc12 Bug 1270121 - Rewrite test_bug1004814 to work in e10s, r=baku 2016-05-06 13:52:45 -04:00
Michael Layzell
78593ea848 Bug 1270509 - Enable browser_xhr_sandbox.js on e10s, r=enndeakin 2016-05-06 13:52:43 -04:00
Michael Layzell
3082b353b8 Bug 1270117 - Modify browser_focus_steal_from_chrome_during_mousedown to run on e10s, r=enndeakin 2016-05-06 13:52:42 -04:00
Michael Layzell
7ed351b002 Bug 1270118 - Modify browser_focus_steal_from_chrome to run on e10s, r=enndeakin 2016-05-06 13:52:40 -04:00
Michael Layzell
fe89e56dfa Bug 1270119 - Rewrite browser_localStorage_privatestoragevent.js to run on e10s, r=jdm 2016-05-06 13:52:38 -04:00
Xidorn Quan
80715b9c70 Bug 1268749 part 1 - Add pref to disable unprefixed fullscreen api. r=smaug
MozReview-Commit-ID: 4NjbHgDfvBM

--HG--
extra : rebase_source : b2da0b2063a5e2a2af3bdda5dbe26e3fb6aa1935
2016-05-02 14:14:36 +10:00
Hiroyuki Ikezoe
54478052c5 Bug 1267017 - Animation interface is exposed on release channel. r=bz
MozReview-Commit-ID: JCuLySnuCzN
2016-04-23 19:54:00 -04:00
Andrea Marchesini
3df261e948 Bug 1269303 - Remove RequestSync API, r=fabrice 2016-05-03 11:13:03 +02:00
Ting-Yu Lin
807dd10097 Bug 1226455 - Enable <details> and <summary> on all channels. r=bz
MozReview-Commit-ID: Hp08CfgzgO3

--HG--
extra : rebase_source : b2351ae700eeb571fe8c19d48083adc8e1f25a04
2016-04-18 11:24:52 +08:00
Ehsan Akhgari
6826f6d89b Bug 1255121 - Fix test_bug260264.html to run in e10s mode; r=mrbkap 2016-05-02 15:10:41 -04:00
Kyle Machulis
85146b9ee1 Bug 1263696 - Block embed content loading when ancestor of object element with content; r=bz 2016-05-02 09:54:16 -07:00
Andrea Marchesini
1c0c183890 Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
Tracy Walker
c660026541 Bug 1265436 - modernize dom/tests/browser/browser_bug396843.js to work in e10s, also re-enable dom/tests/browser/browser_bug1238427.js as it works as is. r=jimm 2016-04-21 16:12:40 -05:00
Kit Cambridge
b7fd7b1ede Bug 1247685 - Expose PushSubscriptionOptions in interface tests. r=baku
MozReview-Commit-ID: A6x2K8Phmr7

--HG--
extra : rebase_source : 986c597a59d652a220a8950c052a34a474b1192d
2016-04-14 10:26:53 -07:00
Neil Deakin
a030ec3ce6 Bug 860857, support custom datatransfer types using a special type, r=smaug,jmathies,mstange 2016-04-21 14:11:14 -04:00
Neil Deakin
d614e66d46 Bug 1226977, non-string types are only needed for chrome contexts, r=smaug 2016-04-21 14:11:13 -04:00
Luca Greco
7cf178484c Bug 1264106 - Fix browser_ConsoleAPI_originAttributes.js permafail on DevEdition. r=baku
- the test case was failing because of an additional error message which is logged only on DevEdition.
- this patch makes the assertions on the cached messages more resilient to this kind of changes in the logged messages, by filtering the cached messages and then making assertions on the length of the messages found.

MozReview-Commit-ID: GIPOkWzM9Bo

--HG--
extra : rebase_source : ba0b92859105afcc6f2101a95e74b99b5a3f9aae
2016-04-13 00:48:01 +02:00
Gijs Kruitbosch
30a0ac0ed8 Bug 1253673, r=bz
MozReview-Commit-ID: eyZ0XvZkfM

--HG--
rename : browser/base/content/test/general/dummy_page.html => dom/tests/browser/dummy.html
extra : amend_source : 0ceb77aae62ed163362e794b9aed8f92849e3e6d
extra : histedit_source : 60dbd015a6909a0023dc26613530c89a16de6ea7%2Ca5ea96457b370e57e3a73c19bea08e157f16ac4f
2016-04-19 09:56:19 +01:00
Ryan VanderMeulen
e22a2d1d81 No bug - Re-enable various tests on Windows debug e10s that no longer fail.
--HG--
extra : histedit_source : 37d53b3f1958a608e96d34799e3ff123e901aed1
2016-04-15 13:26:01 -04:00
Tracy Walker
52c3feb502 Bug 1262831 - Enable browser_frame_elements.js, browser_test_content.js and browser_test_new_window_from_content.js in dom/tests/browser/browser.ini. r=jimm
--HG--
extra : rebase_source : a4a457014e2b4024537328d50f1ba8bc69878d43
2016-04-11 15:41:50 -05:00
Doug Turner
5839d0d55d Bug 1253804 - Enable e10s geolocation tests. r=dougt 2016-03-05 00:09:00 +01:00
Aryeh Gregor
c1a60c58b4 Bug 1055776 - Move namespaceURI, prefix, localName from Node to Element; r=bz 2016-04-13 15:21:12 +03:00
Valentin Gosu
ed0ecbfd55 Bug 1263790 - Resource timing initiatorType should be "iframe" instead of "subdocument" r=bz 2016-04-13 04:56:47 +02:00
Ryan VanderMeulen
3efda0214f Bug 471139 - Re-enable test_HTMLDocument12.html. r=sicking 2016-04-09 09:54:12 -04:00
Ryan VanderMeulen
ff69545e25 Bug 932350 - Re-enable the dom-level* mochitests across all platforms. 2016-04-09 09:32:20 -04:00
William Chen
303bd1fd42 Bug 1259590 - Remove B2G ACL code. r=khuey 2016-04-07 09:50:01 -07:00
Peter Van der Beken
f781f02ccd Bug 1245650 - remove JavaScript-navigator-property category support. r=bz.
Generate normal properties with getters for things marked as NavigatorProperty,
instead of defining these from a resolve hook.
2016-02-05 20:20:08 +01:00
Chris Manchester
f7a1b3fb60 Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.

MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Luca Greco
2a28dabb62 Bug 1211665 - Save originAttributes in the console event messages. r=baku
Save the originAttributes of the current principal into the console events,
so that we can filter the console messages by originAttributes (e.g.
WebExtensions console events can be filtered using the addonId that the
ExtensionPages' originAttributes contain.

MozReview-Commit-ID: 5v9BWLbgskd

--HG--
extra : transplant_source : %2C%A1%D4%8AEp%E6G%8A%2C%DA%A8%EE%B3%EA%0E%84xk%FF
2016-04-01 13:55:40 +02:00
Martijn Wargers
6cf6655ddf Bug 1249061 - Improve property/attribute handling for marquees. r=smaug 2016-04-01 14:24:48 +02:00
Matthew Wein
2f6a139e35 Bug 1251042: Enable mochitests for extensions to run on Android. r=nalexander
MozReview-Commit-ID: FeI5bexmPg4
2016-03-25 19:52:19 -07:00
Ehsan Akhgari
3482a3267c Bug 1229220 - Update the scrollbar visibility prefs when initializing a TabChild; r=smaug
This will make sure that window.scrollbars correctly reflects the respective
chrome flags in e10s mode.

We also update nsXULWindow::SetContentScrollbarVisibility() to the new
nsContentUtils helper.  That code is responsible for doing this work in the
single process case.
2016-03-18 11:13:20 -04:00
Andrea Marchesini
fa194bc4cd Bug 1257105 - test_resize_move_windows.html should use Promise, r=ehsan 2016-03-16 17:51:46 +01:00
Ting-Yu Lin
b7df7500e3 Bug 1241750 - Enable <details> and <summary> on Nightly and Aurora. r=bz
MozReview-Commit-ID: 4pG7nso6bEd

--HG--
extra : rebase_source : 7c6b21fc32f09a65ce3dc1b7bef0b876074e0e94
2016-03-16 15:56:05 +08:00
Ehsan Akhgari
a36acab5c8 Bug 1256178 - Drop the moz prefix from the MozCSSKeyframeRule and MozCSSKeyframesRule interfaces; r=bzbarsky 2016-03-15 10:23:01 -04:00
Ryan VanderMeulen
035a81d617 Merge m-c to inbound. a=merge 2016-03-14 22:10:42 -04:00
Ryan VanderMeulen
046e8897a9 Bug 931445 - Disable test_pointerlock-api.html on Linux and Windows for frequent timeouts. 2016-03-14 20:55:56 -04:00
Sebastian Hengst
9526b58457 Backed out changeset 66fdeb1acce5 (bug 1229220) for M-e10s failure in test_fullscreen-api.html. r=backout on a CLOSED TREE 2016-03-14 23:03:37 +01:00
Ehsan Akhgari
047fa9319b Bug 1256046 - Hide MozPowerManager from the Web; r=khuey,bzbarsky
navigator.mozPower is already hidden behind the power permission,
so there is no need to be exposing this interface unconditionally.
2016-03-13 15:17:54 -04:00