Mike Conley
b1321366a3
Bug 1349787 - Make sure browser_tabCloseProbes.js waits for tabs to be fully open before closing them. r=mossop
...
The tests in browser_tabCloseProbes.js were closing tabs without waiting for them
to be fully open, and when they're not fully open, closing occurs without animation.
This was intermittently breaking the test for the probe that checks that we add
a count to the right histogram when closing with animation.
MozReview-Commit-ID: 5Qz7mZvtbkB
--HG--
extra : rebase_source : 3533f2c43091829723463f8943cf43e722bbd70c
2017-04-07 10:45:56 -04:00
Mark Banner
92c422a2d6
Bug 1342459 - Add a rule to automatically detect ContentTask.spawn and inject the relevant globals. r=mossop
...
This reduces the amount of places where we need to specify the mozilla/frame-script environment. It does have
the side effect of allowing those globals in the whole file, but that is what specifying the environment would
do, and this is also for mochitest test files only.
MozReview-Commit-ID: 1LLFbn6fFJR
--HG--
extra : rebase_source : 82a6934d90bbbbd25f91b7b06bf4f9354e38865a
2017-04-05 10:00:25 +01:00
Mark Banner
427e3b23dc
Bug 1342459 - Fix various no-undef issues in browser/base. r=mossop
...
MozReview-Commit-ID: CRYxu7copKb
--HG--
extra : rebase_source : bc176c5e6890ffc6a4e26cb9bc9d441d9486ce7b
2017-04-04 13:42:33 +01:00
Fischer.json
c39e57fe94
Part 2: Bug 1354530 - Disable offline group in Preferences in Nightly because Storage Management v1 spec is done, r=jaws
...
MozReview-Commit-ID: A4xbomLFYlQ
--HG--
extra : rebase_source : 9b5088f65c86ea6eb78b1c020cabed8922555234
2017-04-07 21:21:32 +08:00
Carsten "Tomcat" Book
1aa7e647b7
Merge mozilla-central to autoland
2017-04-06 13:11:40 +02:00
Carsten "Tomcat" Book
207b516e89
merge mozilla-inbound to mozilla-central a=merge
2017-04-06 12:50:50 +02:00
Johann Hofmann
a1d1669ab0
Bug 1334496 - Part 2 - Test that content elements stay focused when showing a popup notification. r=Paolo
...
MozReview-Commit-ID: 2CQ1NNauJ7f
--HG--
extra : rebase_source : ccae9db2d090fd9ab967159bb5a136a9c54ad02b
2017-03-08 11:57:07 +01:00
Johann Hofmann
d9c8f7d70b
Bug 1334496 - Part 1 - Add an autofocus option to PopupNotifications.show. r=Paolo
...
MozReview-Commit-ID: DrJOjUWJJOD
--HG--
extra : rebase_source : 75f395dcadd1134fe7ca6169533ffaa4c65a1485
2017-02-17 14:56:23 +01:00
manotejmeka
d0454ad41d
Bug 1335905 - Add Preferences search feature, preffed off by default. r=jaws,mconley
...
Code written by Manotej Meka <manotejmeka@gmail.com> and Ian Ferguson <fergu272@msu.edu>
This is the initial landing of the search feature, and is preffed off behind
browser.preferences.search.
MozReview-Commit-ID: 7iaeRsIIV3Y
--HG--
extra : rebase_source : 5e875ed0777397ecc6d98731179a1dfbd1f073df
2017-04-04 16:33:34 -04:00
Carsten "Tomcat" Book
7a670cdd01
merge mozilla-inbound to mozilla-central a=merge
2017-04-05 14:33:35 +02:00
Ehsan Akhgari
929501a6eb
Bug 1351980 - Initialize and uninitialize UserAgentOverrides.jsm for Firefox; r=mconley
2017-04-04 21:18:21 -04:00
Mark Banner
1087fc1884
Bug 1352969 - Fix various ESLint no-undef issues in browser/base (no-undef is not enabled yet). r=mossop
...
MozReview-Commit-ID: BuTyJAfUoWR
--HG--
extra : rebase_source : 482bdc039362347f35aec9fd15e07a143dccb860
2017-02-22 17:02:59 +00:00
Jared Wein
8507a1dbb7
Bug 1352963 - Update the styling of the select popup after transitionend. r=mossop
...
MozReview-Commit-ID: 5WuRvMDYahZ
--HG--
extra : rebase_source : ab841ad17194a7ff9506155e13747bb9bd750833
2017-04-03 22:52:16 -04:00
Carsten "Tomcat" Book
14e0b51ace
merge mozilla-inbound to mozilla-central a=merge
2017-04-04 12:35:03 +02:00
Geoff Brown
fbf67d9039
Bug 1341337 - Split test browser_extension_update_background.js; r=kmag
2017-04-03 16:50:13 -06:00
Paul Bignier
9103ac60ef
Bug 1352808 - Typo fixes for 'browser' in comments. r=MattN
...
MozReview-Commit-ID: IA42yQO5Sb8
--HG--
extra : rebase_source : b5426724c5b740639f71e5d058742b01868085e2
2017-04-03 15:26:11 -07:00
Makoto Kato
22627259d4
Bug 1351074 - Part 4. Remove AsyncSpellCheckTestHelper.jsm from whitelist. r=masayuki
...
Since AsyncSpellCheckTestHelper.jsm is test only file, so we have to remove it from whitelist.
MozReview-Commit-ID: J9T6iaUdDgx
--HG--
extra : rebase_source : 6be252f9da67742f9caf63edce037e686a3601ed
2017-04-03 12:28:07 +09:00
Makoto Kato
cd753d1158
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : a8553684f8f106c1dfb6e2d9b51df7ebeb15275d
2017-03-29 15:34:49 +09:00
Florian Queze
77f022ac76
Bug 1351991 - use resource: URIs to test CSS files when possible, r=Gijs
...
MozReview-Commit-ID: JgEhCAhLjOM
--HG--
extra : rebase_source : f25c2f0d2df3b2d5a777cf75d0105fcd65ea24f4
2017-03-30 11:32:20 +02:00
Gijs Kruitbosch
fad6b795cc
Bug 1351991 - use a chrome-privileged frame to test our CSS files, r=florian
...
MozReview-Commit-ID: EQIs7bis5Ag
--HG--
extra : rebase_source : e964a3164b768ce65bd7e652cf73f6035555b8b3
2017-04-03 14:31:00 +01:00
Sebastian Hengst
8858633e3a
Backed out changeset ce87577c5da8 (bug 1224137) for failing xpcshell test browser/modules/test/unit/test_SitePermissions.js. r=backout
2017-04-03 19:07:39 +02:00
Prathiksha
e9f21d2948
Bug 1224137 - List the 'allow pages from <example.com> to take you to their tab' permission (for alerts/prompts) in the site identity / permission panel. r=johannh
...
MozReview-Commit-ID: LGDNUbpVEgX
--HG--
extra : rebase_source : f18d8c15ecb2aab0554d2ce8a9c59619a84b2890
2017-03-23 12:30:57 +05:30
Phil Ringnalda
7ac3bd5b7e
Backed out 3 changesets (bug 1351074) for reftest harness and browser_all_files_referenced.js bustage
...
CLOSED TREE
Backed out changeset 941e0f9ff9a7 (bug 1351074)
Backed out changeset 4fdf3b87a70b (bug 1351074)
Backed out changeset 586428f69838 (bug 1351074)
2017-04-02 19:46:49 -07:00
Makoto Kato
cd8761e0f4
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : 2143fcdf33c428c82c6b2e00b542649b958aeccc
2017-03-29 15:34:49 +09:00
Scott Wu
b57feadb2d
Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
...
MozReview-Commit-ID: KrGSPz7B108
--HG--
extra : rebase_source : b858f849c1be8856fb96a9cfbb8777813d65de08
2017-03-06 15:56:51 +08:00
Andrew Swan
c6063b3d85
Bug 1341337 Break up browser_update_background.js r=kmag
...
MozReview-Commit-ID: GUoghOXKUiS
--HG--
rename : browser/base/content/test/webextensions/browser_update_interactive.js => browser/base/content/test/webextensions/browser_update_checkForUpdates.js
rename : browser/base/content/test/webextensions/browser_update_interactive.js => browser/base/content/test/webextensions/browser_update_findUpdates.js
extra : rebase_source : 0671057ef30df32c1f6b3280c3e1c8790c8b5a80
2017-03-31 20:31:01 -07:00
David Keeler
11c347b6b7
bug 1351604 - don't ship DER.jsm and X509.jsm until they're actually used in production r=Cykesiopka
...
MozReview-Commit-ID: 2DlMrB5TfKU
--HG--
extra : rebase_source : 9944352ccc66a5fdbd843bda8e4d2b26328d1bdd
2017-03-30 11:00:54 -07:00
Wes Kocher
f48488db89
Backed out changeset e46f832ac262 (bug 1351604) for browser_all_files_referenced.js failures a=backout
...
--HG--
extra : rebase_source : a091c76e54559dafa6435c22962231249c9dbac1
2017-03-31 13:20:37 -07:00
David Keeler
093a9fef3a
bug 1351604 - don't ship DER.jsm and X509.jsm until they're actually used in production r=Cykesiopka
...
MozReview-Commit-ID: 2DlMrB5TfKU
--HG--
extra : rebase_source : eef6c21564d831feda43c85e14630b495b5b5761
2017-03-30 11:00:54 -07:00
Johann Hofmann
a01a4f8ec3
Bug 1334842 - Fix intermittent browser_temporary_permissions.js. r=Nihanth
...
This intermittent was likely occurring because we set the expiry timeout
for temporary permissions to a really low value in the previous test.
The failing test was only failing on slow machines, leading me to believe
that the time between setting and checking was larger than the 500ms timeout
defined in the previous test. Thus, the permission was reset on checking it.
The expiry pref was set using pushPrefEnv, which restores prefs only after
the entire test was run. To just eradicate this category of problems in
the future I moved the test that manipulates the expiry into its own file.
MozReview-Commit-ID: 3mc5xHY4XLn
--HG--
extra : rebase_source : 40f78258a975da9dca9a47beddcaaeea83649de3
2017-03-29 16:15:56 +02:00
Sebastian Hengst
cb6b27aed8
Backed out changeset ffbf6849c41f (bug 1019483)
2017-03-31 10:07:50 +02:00
Scott Wu
cf289cb4ce
Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
...
MozReview-Commit-ID: KrGSPz7B108
--HG--
extra : rebase_source : 29d93d82b5240420121024ec9fb7afea69d5600b
2017-03-06 15:56:51 +08:00
Doug Thayer
355ab813fb
Bug 1356001 - Set MOZ_TEST_SKIP_UPDATE_STAGE in tests r=rstrong
...
"The existing mochitest chrome tests do this since tests that
stage have periodically timed out due to having to copy the
installation directory... especially on Linux." (from bug)
MozReview-Commit-ID: 7Gqqa9hLGVl
--HG--
extra : rebase_source : 46784aebbb7cf9d7148fc80007820874f7a6f5e2
2017-04-12 14:04:18 -07:00
Gijs Kruitbosch
519b14ab26
Bug 1356030 - move HiddenFrame.jsm to toolkit, r=kmag
...
MozReview-Commit-ID: DUuYqamNMdT
--HG--
rename : browser/modules/HiddenFrame.jsm => toolkit/modules/HiddenFrame.jsm
extra : rebase_source : 7624e178fd2ba0ca9ba6d624ff2d18156e8d90fe
2017-04-13 11:42:56 +01:00
Ryan VanderMeulen
84059bb18c
Bug 1347625 - Skip browser_devices_get_user_media_multi_process.js on ASAN due to leaks.
...
--HG--
extra : rebase_source : d8a6962ae4400c9d5d765439056af26f430a04ea
2017-04-05 15:57:59 -04:00
Dan Banner
e4fe8f51e2
bug 1347677 - Use BrowserTestUtils.waitForErrorPage in browser_bug431826.js. r=johannh
...
MozReview-Commit-ID: AnDGq52UfPM
--HG--
extra : rebase_source : 169d111eeb868de4a9395e479e23e262cc7511a9
2017-04-13 13:58:00 +01:00
Edouard Oger
d09f746bfb
Bug 1345955 - Update FxA profile when push notification received. r=markh
...
MozReview-Commit-ID: 4LL6F5Qnnj4
--HG--
extra : rebase_source : 00bc6a445d22fdfb626e7af6ad62fb750f444460
2017-03-16 17:15:18 -04:00
Carsten "Tomcat" Book
74e36e1adb
Merge mozilla-central to autoland on a CLOSED TREE
...
--HG--
extra : amend_source : 5026c19958cdc458c0f0887582fd00b8038fe93e
2017-03-30 16:48:10 +02:00
Florian Queze
8bca08a425
Bug 1349005 - verify that all the resource:// files we ship are actually referenced, r=Gijs.
2017-03-30 09:18:47 +02:00
Andrew Swan
4d9840ea9f
Bug 1344665 Wait for full extension startup in permission tests r=kmag
...
I'm not sure this is necessarily going to do anything about the intermittent,
but at the least it will remove a bunch of noise from the logs hopefully
making it easier to get to the real problem.
MozReview-Commit-ID: KeGWJlHUlzh
--HG--
extra : rebase_source : f1603fe652bace143ff5e73d85181592028dbc24
2017-03-29 16:07:40 -07:00
Zack Herrick
84361e7e85
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 0266027fb3023d4cb155533193d6809d799de1e4
2017-03-29 11:52:08 -04:00
Andrew Swan
d95986248a
Bug 1350773 Remove max_version from webextension update tests r=rhelmer
...
MozReview-Commit-ID: 1kJZou0PHlg
--HG--
extra : rebase_source : 771a359c147b466049138eb10b86d14f09e6a53c
2017-03-28 12:20:51 -07:00
Jared Wein
ea4c7c16b9
Bug 1350670 - Extend the MutationObserver to cover attributes in case the page sets styles through style, class, ID or other attributes. r=mossop
...
MozReview-Commit-ID: 3tYjbqH9zYb
--HG--
extra : rebase_source : ae593c3f8ac627ebb058d5f486d5b34ea2f63c9e
2017-03-29 12:47:13 -04:00
Phil Ringnalda
8198cb8936
Backed out changeset adf939cb9b0b (bug 1350670) for Mac and Windows browser_selectpopup_colors.js failures
...
CLOSED TREE
2017-03-28 19:37:49 -07:00
Sebastian Hengst
e86c4a75af
Backed out changeset 9ef667136bbe (bug 1335907) for failing browser_datachoices_notification.js. r=backout
2017-03-28 23:43:11 +02:00
Leni Kadali
a1e32aff93
Bug 1346995 - Replace promiseErrorPageLoaded with BrowserTestUtils.waitForErrorPage in browser_ssl_error_reports.js r=johannh
...
Replaced it with BrowserTestUtils.waitForErrorPage instead.
MozReview-Commit-ID: KsVjMlaZaa6
--HG--
extra : rebase_source : 7754cd3eab18731b79afa7de0383ccb7fd39eb34
2017-03-28 18:14:16 +03:00
Jared Wein
6ac4051094
Bug 1350670 - Extend the MutationObserver to cover attributes in case the page sets styles through style, class, ID or other attributes. r=mossop
...
MozReview-Commit-ID: 3tYjbqH9zYb
--HG--
extra : rebase_source : 569a036dee7ae690ee4ef5ab8c39e1dad5a7350a
2017-03-28 17:04:32 -04:00
Jared Wein
747461066a
Bug 1350774 - Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation. r=mossop
...
MozReview-Commit-ID: D0WZU6wFctG
--HG--
extra : rebase_source : f985fa43fdcf13841e31357b736b5b472a217b36
2017-03-28 15:43:33 -04:00
Jared Wein
ddced6733e
Bug 1350662 - Don't compare the select background color with the foreground color since it may be changed by the options. r=mossop
...
The comparison being removed was only put in place because it seemed like a "good-idea" to prevent <select> from being unreadable, though it's not a fool-proof strategy and it breaks content that uses different styling approaches. This removal does not regress any of the other test cases.
MozReview-Commit-ID: 8HeXZXnjpbl
--HG--
extra : rebase_source : f4eb33de4a8b795fe5dd90c1ede510e8584bf53e
2017-03-28 15:27:57 -04:00
Zack Herrick
18ed059dcd
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 29359bb726a0ac8164d7304a2453ffeb8009e990
2017-03-28 14:32:54 -04:00
Blake Kaplan
42c38b539d
Bug 1333428 - Wait for loads on new tabs to avoid double-counting. r=Felipe
...
MozReview-Commit-ID: 6O0L9A6qtUR
--HG--
extra : rebase_source : 44951b30400ca8341367e8ddd0eaf6bf6e0313f5
2017-03-27 15:44:52 -07:00
Johann Hofmann
5207d7e153
Bug 1349513 - Move tests related to web permissions from test/general to test/permissions. r=Gijs
...
MozReview-Commit-ID: 6nkSrgOtjTp
--HG--
rename : browser/base/content/test/general/browser_permissions.js => browser/base/content/test/permissions/browser_permissions.js
rename : browser/base/content/test/general/browser_temporary_permissions.js => browser/base/content/test/permissions/browser_temporary_permissions.js
rename : browser/base/content/test/general/browser_temporary_permissions_navigation.js => browser/base/content/test/permissions/browser_temporary_permissions_navigation.js
rename : browser/base/content/test/general/browser_temporary_permissions_tabs.js => browser/base/content/test/permissions/browser_temporary_permissions_tabs.js
rename : browser/base/content/test/general/permissions.html => browser/base/content/test/permissions/permissions.html
rename : browser/base/content/test/general/temporary_permissions_subframe.html => browser/base/content/test/permissions/temporary_permissions_subframe.html
extra : rebase_source : 2002c4ad94a31aec00d36288977eedf5ef6e47cd
2017-03-23 16:23:48 +01:00
Wes Kocher
c802acc868
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: L6QuPmxL0XP
2017-03-27 17:18:39 -07:00
Florian Queze
d1ff7a8b0e
Bug 1349508 - request a longer timeout for browser_all_files_referenced.js which takes longer on asan, rs=Gijs.
2017-03-27 22:46:59 +02:00
Florian Queze
dc1431e99e
Bug 1349307 - disable browser_all_files_referenced.js on linux32 where it causes oom crashes, rs=Gijs.
2017-03-27 22:46:49 +02:00
Hrishikesh Barman
54d7c11e86
Bug 1347111 - Remove border and background fallback styling from checkbox.css. r=dao
...
--HG--
rename : toolkit/themes/windows/global/checkbox/cbox-check-dis.gif => toolkit/themes/faststripe/global/checkbox/cbox-check-dis.gif
rename : toolkit/themes/windows/global/checkbox/cbox-check.gif => toolkit/themes/faststripe/global/checkbox/cbox-check.gif
2017-03-26 22:26:06 +05:30
Andrew Swan
8df4d5ccc7
Bug 1348532 Remove unused list.xul r=mossop
...
MozReview-Commit-ID: H411v4yLTah
--HG--
extra : rebase_source : 6ca9b480b2a5ff28dd701baed664fac04c05a871
2017-03-24 19:55:54 -07:00
Andrew Swan
0672fec97c
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Sebastian Hengst
2bd09bf679
Backed out changeset 680dd7916a23 (bug 1197420)
2017-03-25 17:39:43 +01:00
Andrew Swan
28eff4523a
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Phil Ringnalda
25fd452953
Backed out 5 changesets (bug 1197420) for test_ext_permissions.js and test_chrome_ext_permissions.html timeouts on Fennec
...
CLOSED TREE
Backed out changeset 8a0125e00903 (bug 1197420)
Backed out changeset 925e3a9499ee (bug 1197420)
Backed out changeset 46e135035f10 (bug 1197420)
Backed out changeset 440bab141509 (bug 1197420)
Backed out changeset 3e690bbe8b5a (bug 1197420)
2017-03-24 20:43:24 -07:00
Andrew Swan
3656a695a2
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Gerald Squelart
445bbfd5e9
Bug 1343442 - decode-error/warning tests - r=Gijs
...
MozReview-Commit-ID: A0HO6RrnpMC
--HG--
extra : rebase_source : 41d64a38638e6c4f694b84d3ece811c4c358646f
2017-04-11 09:35:17 +12:00
Gerald Squelart
8e4cf9eeaa
Bug 1343442 - Re-enable browser_decoderDoctor.js on Mac - r=Gijs
...
Thanks to the previous patch, these tests can now be run on Mac, though they
don't do anything useful there just yet.
MozReview-Commit-ID: 3HyN7ms1EPl
--HG--
extra : rebase_source : c9487790d9c424dd8d21cfb6af927fd4121a15fa
2017-04-11 08:18:22 +12:00
Gerald Squelart
058ee32a6a
Bug 1343442 - Refactored DecDoc browser tests for extensibility - r=Gijs
...
Mostly moved things around to make future tests (using different parameter
sets) easier to write.
Also, all tests are now run on all platforms, but we're expecting nothing to
happen in those cases that were previously skipped.
It will be useful when we add tests that actually need to run on all platforms.
MozReview-Commit-ID: AZTz9lr2eIJ
--HG--
extra : rebase_source : d028ebad59f2eef5591e04f9ca583d264de6b02f
2017-04-10 16:31:44 +12:00
Sebastian Hengst
fb522e4ad5
Backed out changeset 3de2de388ac9 (bug 1197420)
2017-03-24 20:56:14 +01:00
Andrew Swan
70f7a8449c
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : 4924aa007da4b649266311138b4d240eeeade9a4
2017-03-23 21:45:25 -07:00
Gijs Kruitbosch
3b26fd9456
Bug 1325841 - fix hiding popup icon when navigating the browser, r=Felipe
...
MozReview-Commit-ID: AXBgxwb3Jt
--HG--
rename : browser/base/content/test/general/browser_popupUI.js => browser/base/content/test/popups/browser_popupUI.js
rename : browser/base/content/test/general/browser_popup_blocker.js => browser/base/content/test/popups/browser_popup_blocker.js
rename : browser/base/content/test/general/popup_blocker.html => browser/base/content/test/popups/popup_blocker.html
extra : rebase_source : d03d139710882beaaac9581eab6b323e7bc82a45
2017-03-21 15:57:42 +00:00
Mats Palmgren
2dd8c9d161
Bug 1333482 part 6 - [css-ui] Manually tweak some tests for 'appearance' changes. r=dholbert
...
MozReview-Commit-ID: 9cBAQIeS2TG
2017-03-23 22:11:25 -07:00
Mats Palmgren
00b74113a3
Bug 1333482 part 4 - [css-ui] Amend all uses of '-moz-appearance:none' in tests to also specify 'appearance:none' (automated change). r=dholbert
...
MozReview-Commit-ID: BNOR5VRpV2E
2017-03-23 22:11:22 -07:00
Jared Wein
e8d13f3103
Bug 1349701 - Update the styles of <select> popups on focus. r=mossop
...
This patch also fixes a bug in our UpdateDropDown code where we weren't computing updated styles for <select> element, as well as another bug where we weren't passing the correct number of arguments to this.populate.
MozReview-Commit-ID: 8LAeIliRXhZ
--HG--
extra : rebase_source : 19c573ffebf700de4b4a470ceb1d2706a8088574
2017-03-23 13:34:21 -04:00
Andreas Pehrson
59edf19913
Bug 1334421 - Re-enable test. r=florian
...
MozReview-Commit-ID: BgliJ7BtDh5
--HG--
extra : rebase_source : 0b965cfe6d83428313b1a582e7048b97279526c1
2017-03-21 10:09:24 +01:00
J. Ryan Stinnett
8e37e1f8f4
Bug 1348562 - Remove unreferenced DevTools images. r=pbro
...
MozReview-Commit-ID: 19etPrNlBrX
--HG--
extra : rebase_source : fefdc92d977a848dbd1ae2520330537ba2d0a946
2017-03-21 13:11:06 -05:00
Andrew Swan
42e0cf8db4
Bug 1342142 Part 2 Enable webextension permission prompts r=mossop
...
MozReview-Commit-ID: 5p4lvWXn9Hh
--HG--
extra : rebase_source : 26d0070e53b68053c497b6f5497008fe6348dec0
2017-03-10 16:05:26 -08:00
Mike Conley
fa29583b8b
Bug 1340842 - Add tests for FX_TAB_CLOSE_TIME_ANIM_MS and FX_TAB_CLOSE_TIME_NO_ANIM_MS probes. r=mossop
...
MozReview-Commit-ID: B9tLzrvBg04
--HG--
extra : rebase_source : 009f32f1a8d242c66fd1a66bf07eb47d8242f9b4
2017-03-17 09:50:00 -04:00
Mike Conley
a792e520a7
Bug 1340842 - Allow BrowserTestUtils.removeTab to pass options along to tabbrowser's removeTab method. r=mossop
...
There were options already being passed to BrowserTestUtils.removeTab, with only
a single property being observed, "dontRemove". This caused BrowserTestUtils.removeTab
to return a Promise once a tab is removed, but didn't actually remove the tab (as the
calling test would be responsible for that themselves). This patch removes that option,
and adds a method to BrowserTestUtils called tabRemoved to use for that case instead.
The options being passed to removeTab are now forwarded along directly to tabbrowser's
removeTab method.
MozReview-Commit-ID: JzfZuoZmlJ0
--HG--
extra : rebase_source : 71afc1f82ecd979b101a9f1a1ef1766185eefd75
2017-03-17 09:59:38 -04:00
Jared Wein
a54eda04ca
Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
...
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.
MozReview-Commit-ID: ANyg2qfo3Qx
--HG--
extra : rebase_source : 61d2aa91bf9474af3d72a5dea41b25dca442c1b7
2017-03-21 14:29:43 -04:00
Carsten "Tomcat" Book
c35121e343
Backed out changeset b3abd0e89699 (bug 1340842)
2017-03-22 16:40:02 +01:00
Carsten "Tomcat" Book
29fc854fd4
Backed out changeset 57ae2dd78f79 (bug 1340842)
2017-03-22 16:39:59 +01:00
Mark Banner
c4b57bd0a9
Bug 1345991 - SVG Image Elements aren't displayed in the Page Info view media list. r=florian
...
MozReview-Commit-ID: LlHwl2Kn1Vk
--HG--
extra : rebase_source : 3857ae00d7fb5a5747e3a687dcbb26c5714187f6
2017-03-20 23:40:44 +01:00
Sebastian Hengst
942fb2ec3d
Backed out changeset fd87a4b1a4b5 (bug 1345991) for bustage. r=backout
2017-03-22 15:37:27 +01:00
Mark Banner
3cc35c0b6c
Bug 1345991 - SVG Image Elements aren't displayed in the Page Info view media list. r=florian
...
MozReview-Commit-ID: LlHwl2Kn1Vk
--HG--
extra : rebase_source : 545446b6bc32749704138ee524834b5fc5b6db8b
2017-03-20 23:40:44 +01:00
Mike Conley
1fe70b428d
Bug 1340842 - Add tests for FX_TAB_CLOSE_TIME_ANIM_MS and FX_TAB_CLOSE_TIME_NO_ANIM_MS probes. r=mossop
...
MozReview-Commit-ID: B9tLzrvBg04
--HG--
extra : rebase_source : af67c58e25df841259f108cda546e35467fa3e4c
2017-03-17 09:50:00 -04:00
Mike Conley
eba3f6a314
Bug 1340842 - Allow BrowserTestUtils.removeTab to pass options along to tabbrowser's removeTab method. r=mossop
...
There were options already being passed to BrowserTestUtils.removeTab, with only
a single property being observed, "dontRemove". This caused BrowserTestUtils.removeTab
to return a Promise once a tab is removed, but didn't actually remove the tab (as the
calling test would be responsible for that themselves). This patch removes that option,
and adds a method to BrowserTestUtils called tabRemoved to use for that case instead.
The options being passed to removeTab are now forwarded along directly to tabbrowser's
removeTab method.
MozReview-Commit-ID: JzfZuoZmlJ0
--HG--
extra : rebase_source : cd9e7834f2f507b91cac8e9bb8e1dd58e2ba33d5
2017-03-17 09:59:38 -04:00
Mark Banner
bd625e4e9f
Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
...
MozReview-Commit-ID: LH0CQOPfoe6
--HG--
extra : rebase_source : 83eaf40c5cbb5e25cfb3f3b5afadf4fbf0422c92
2017-03-20 12:36:37 +01:00
Jared Wein
2905dc199f
Bug 1348617 - Use the alpha channel of custom styled select backgrounds by applying the requested color on top of the system's background. r=mossop
...
This matches parity with Google Chrome Canary Version 59.0.3046.0 (Official Build) canary (64-bit).
MozReview-Commit-ID: 3rkhiFv8ezX
--HG--
extra : rebase_source : 3cb05e6c1e048bab4c7573bd050ea7477fc128fb
2017-03-21 10:51:40 -04:00
Gijs Kruitbosch
5da7cd6312
Bug 1348918 - add stupid comments to browser/base/content/test/general/browser.ini to dissuade people from adding tests, r=mossop
...
MozReview-Commit-ID: 9pP9Vvi1hn
--HG--
extra : rebase_source : bf277577fd9e486c23a819f2e916a2d4755daa9c
2017-03-20 18:06:40 +00:00
Florian Queze
9ce8e31e44
Bug 1316187 - follow-up to fix failures on Linux x64 asan builds that have the crash reporter disabled, r=bustage-fix.
2017-03-21 02:42:27 +01:00
Wes Kocher
58b733ee2b
Bug 1316187 - Followup to fix incoming merge bustage before it happens a=bustage
2017-03-20 18:29:29 -07:00
Wes Kocher
5d7c0bee97
Merge m-c to inbound a=merge
...
MozReview-Commit-ID: 860fBgcgHiy
2017-03-20 18:28:24 -07:00
Wes Kocher
4f5262444c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 2omKclRg40c
2017-03-20 18:19:52 -07:00
Florian Quèze
91e394a62b
Bug 1316187 - verify that all the chrome files we ship are actually referenced, r=Gijs.
2017-03-18 01:13:28 +01:00
Florian Queze
25f26ab751
Bug 1348570 - Make chrome://weave/locale/ point to the correct folder, r=markh.
2017-03-21 01:31:21 +01:00
Blake Kaplan
c6610ae7fd
Bug 1333472 - Try to fix intermittent failures in browser_windowactivation.js. r=Felipe
...
MozReview-Commit-ID: E1jG1vLznvk
--HG--
extra : rebase_source : 31417c4ab76f822462e4e7367ae37bbfe7a4d411
2017-03-15 14:53:12 -07:00
Timothy Guan-tin Chien
4e61315b53
Bug 1273537. r=gijs
2017-03-20 15:57:45 -04:00
Joel Maher
8d71596a02
Bug 1332646 - Intermittent browser/base/content/test/popupNotifications/browser_popupNotification_5.js. disable for now. r=gbrown
...
MozReview-Commit-ID: JJmkqsGzCzL
2017-03-20 11:48:52 -04:00
Carsten "Tomcat" Book
3e0a5441c6
Merge mozilla-central to mozilla-inbound
2017-03-17 14:55:15 +01:00
Carsten "Tomcat" Book
d9ee923985
Backed out changeset 20537ebcebdb (bug 1303838) for eslint failure
2017-03-17 11:21:32 +01:00
Samael Wang
9e49902c09
Bug 1303838 - Switch to existing target tab when clicking links. r=smaug
...
Merge "DOMServiceWorkerFocusClient" & "DOMWebNotificationClicked"
to "DOMWindowFocus" event. Utilize the event to switch tab when
loading links to an existing target tab.
MozReview-Commit-ID: Hd1NkVkrJA1
2017-03-16 18:39:31 +08:00
Wes Kocher
c5d1991d35
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: AuQEHTgSKcO
2017-03-16 14:07:10 -07:00
Florian Quèze
9c4d40bb54
Bug 1345294 - script generated patch (+ some hand cleanup) to replace {get,set}ComplexValue for nsISupportsString by {get,set}StringPref, r=Mossop.
2017-03-16 19:26:01 +01:00
Florian Quèze
2ce3d7d34a
Bug 1347947 - Move static checking browser mochitests to their own folder, r=Gijs.
...
--HG--
rename : browser/base/content/test/general/browser_misused_characters_in_strings.js => browser/base/content/test/static/browser_misused_characters_in_strings.js
rename : browser/base/content/test/general/browser_parsable_css.js => browser/base/content/test/static/browser_parsable_css.js
rename : browser/base/content/test/general/browser_parsable_script.js => browser/base/content/test/static/browser_parsable_script.js
rename : browser/base/content/test/general/bug1262648_string_with_newlines.dtd => browser/base/content/test/static/bug1262648_string_with_newlines.dtd
rename : browser/base/content/test/general/dummy_page.html => browser/base/content/test/static/dummy_page.html
rename : browser/base/content/test/general/parsingTestHelpers.jsm => browser/base/content/test/static/head.js
2017-03-16 19:26:01 +01:00
Carsten "Tomcat" Book
468f7d8e9f
merge mozilla-inbound to mozilla-central a=merge
2017-03-16 15:35:50 +01:00
meghana
e10c319bc8
Bug 1346254 - Replaced promiseErrorPageLoaded with BrowserTestUtils.waitForErrorPage in browser_blockHPKP.js. r=johannh
...
MozReview-Commit-ID: 2JC9CHPXlow
--HG--
extra : rebase_source : 09ef4177aaf31c486d3e186d04c6f3f12d0a40f1
2017-03-15 22:52:54 +05:30
Blake Kaplan
db408c59a2
Bug 1346286 - Remove CPOWs from browser_popupNotification_3.js. r=Gijs
...
MozReview-Commit-ID: IZunjQBZeD6
--HG--
extra : rebase_source : 5f949a4f697a74f07f85764d70076f0714c4488f
2017-03-09 17:29:08 -08:00
Blake Kaplan
8a279c4708
Bug 1346286 - Remove CPOWs from browser_bug1045809.js. r=Gijs
...
MozReview-Commit-ID: HN2vih432Ou
--HG--
extra : rebase_source : 109454a2df1e206bc2e98f051414767abbfb200c
2017-03-09 17:14:00 -08:00
Blake Kaplan
055ce9bebc
Bug 1346286 - Remove CPOWs from browser_aboutNetError.js. r=Gijs
...
MozReview-Commit-ID: 8famORaY5uA
--HG--
extra : rebase_source : 12b4ee454d3e2d8c20774340279f8e901a5cbb61
2017-03-09 14:49:33 -08:00
Blake Kaplan
c5c981fc5c
Bug 1346286 - Remove CPOWs from browser_aboutCertError.js. r=Gijs
...
MozReview-Commit-ID: A7y6UfyHut0
--HG--
extra : rebase_source : 1c27e0ab935548c6315d628c1696f64299f0d509
2017-03-09 14:38:02 -08:00
Blake Kaplan
09a883b653
Bug 1346286 - Remove CPOWs from browser_bug882977.js. r=Felipe
...
MozReview-Commit-ID: L55dGxD3tZ1
--HG--
extra : rebase_source : 0ec6542a87761b5b514310b48841926357ebbd1e
2017-03-09 11:23:27 -08:00
Blake Kaplan
94b2ff4378
Bug 1346286 - Remove CPOWs from browser_bug822367.js r=Felipe
...
MozReview-Commit-ID: DHsQEyTgapN
--HG--
extra : rebase_source : efbd974122b71faeda15fb07e76a88f822dae47b
2017-03-09 11:16:17 -08:00
Blake Kaplan
65ed1c4695
Bug 1346286 - Remove CPOWs from browser_bug749738.js. r=Felipe
...
MozReview-Commit-ID: 3gKvozefXY9
--HG--
extra : rebase_source : b761ac645af959ab01bf65290f4b04ca4d756955
2017-03-09 10:33:05 -08:00
Florian Quèze
f55f3ce4a0
Bug 1325049 - Fix the global webrtc sharing indicator to work with multiple content processes, r=felipe.
2017-03-15 22:47:06 +01:00
Jared Wein
c83f42c128
Bug 1347329 - After splitting browser_selectpopup.js up, disable it on Linux per bug 1329991. r=mossop
...
MozReview-Commit-ID: 7ibIywvYsBn
--HG--
extra : rebase_source : 57f8a0def3e7520520410b566c5ff180f1180491
2017-03-15 20:51:02 -04:00
Jared Wein
925e02b6ec
Bug 1347329 - Move the select tests to a forms subdirectory and split apart the color tests to their own file since the test was getting very long. r=mossop
...
MozReview-Commit-ID: IGjS2aiL4a2
--HG--
rename : browser/base/content/test/general/browser_selectpopup.js => browser/base/content/test/forms/browser_selectpopup.js
extra : rebase_source : cf2a9bee2cbc46808c0f559baddd50cbdae90aab
2017-03-14 19:27:33 -04:00
Jared Wein
3581faf3a2
Bug 1347329 - Make sure that the nth-child index gets updated when recursing so that colors get applied correctly when optgroups are used. r=mossop
...
This problem only occurs when optgroups are involved since they introduce recursion in to the menu-building code and we weren't correctly passing state through
the recursion.
MozReview-Commit-ID: 514zcjgXbIY
--HG--
extra : rebase_source : fdb9309ec8b08f5ab8ca77d901065d5e7db1617f
2017-03-14 19:06:57 -04:00
Sebastian Hengst
8eb3901b10
Backed out changeset 899f6ba2fe55 (bug 1347329) for failing browser_selectpopup_colors.js. r=backout
2017-03-16 00:25:57 +01:00
Sebastian Hengst
410ac14947
Backed out changeset a84419a2e52d (bug 1347329)
...
--HG--
rename : browser/base/content/test/forms/browser_selectpopup.js => browser/base/content/test/general/browser_selectpopup.js
2017-03-16 00:24:47 +01:00
Jared Wein
3ec2d298ad
Bug 1347329 - Move the select tests to a forms subdirectory and split apart the color tests to their own file since the test was getting very long. r=mossop
...
MozReview-Commit-ID: IGjS2aiL4a2
--HG--
rename : browser/base/content/test/general/browser_selectpopup.js => browser/base/content/test/forms/browser_selectpopup.js
extra : rebase_source : cf2a9bee2cbc46808c0f559baddd50cbdae90aab
2017-03-14 19:27:33 -04:00
Jared Wein
4bccf8475b
Bug 1347329 - Make sure that the nth-child index gets updated when recursing so that colors get applied correctly when optgroups are used. r=mossop
...
This problem only occurs when optgroups are involved since they introduce recursion in to the menu-building code and we weren't correctly passing state through
the recursion.
MozReview-Commit-ID: 514zcjgXbIY
--HG--
extra : rebase_source : fdb9309ec8b08f5ab8ca77d901065d5e7db1617f
2017-03-14 19:06:57 -04:00
Jim Porter
5e6b22bdde
Bug 1346671 - Enable the no-useless-concat eslint rule in toolkit/ r=jaws
...
MozReview-Commit-ID: 1a422BiLEhK
--HG--
extra : rebase_source : a83b8d753e2a48593904ef0755d5517908588b93
2017-03-13 17:34:24 -05:00
Blake Kaplan
067318cce2
Bug 1346286 - Remove CPOWs from browser_bug578534.js. r=Felipe
...
MozReview-Commit-ID: FSfxudfBSC9
--HG--
extra : rebase_source : 85a7f856f4639dd66e02ecbac1e91c433d565ba6
2017-02-17 16:52:09 -08:00
Joel Maher
82b94e5135
Bug 1318389 - fix eslint issue. a=me
2017-03-20 06:45:23 -04:00
Joel Maher
de9d1c9dde
Bug 1318389 - Intermittent browser/modules/test/browser_CaptivePortalWatcher.js, requestLongerTimeout. This test does a lot of window and tab manipulation causing it to take a long time on debug. r=nhnt11
...
MozReview-Commit-ID: E8tfNzQfO96
2017-03-20 05:51:09 -04:00
Jared Wein
376eb5a539
Bug 1347089 - Consolidate some of the testing functions to remove duplication. r=mossop
...
MozReview-Commit-ID: IsBwyICdS6d
--HG--
extra : rebase_source : 5d6a7d8b556f831ab02e044acb5ab84803421a17
2017-03-14 14:56:23 -04:00
Jared Wein
954ab4d3e2
Bug 1347089 - Force translucent and transparent select backgroundColors to opaque to match parity with other browsers. r=mossop
...
Previously we were respecting the webpages request to show a translucent background on popups, though it now seems that content didn't actually
want a translucent background. After comparing with Chrome, I see that they remove the alpha channel and always show the background color as
fully opaque. This patch also fixes a related bug where the background-color may have been set to a transparent color (not rgba(0, 0, 0, 0)) and
we would show the popup as transparent. This is now fixed with this patch as well.
MozReview-Commit-ID: KqDtvI0zwqP
--HG--
extra : rebase_source : 865bbcd9890997cb0c21f20132a0f033c5c365e4
2017-03-14 14:43:00 -04:00
Jared Wein
26d9d12ace
Bug 1346440 - Force the user-agent styles to apply when sampling the colors. r=mossop
...
Styles defined by the pages were getting applied to the dummy option and select, causing the wrong colors to be reported as the user-agent defaults.
MozReview-Commit-ID: 6rQy71hwzy6
--HG--
extra : rebase_source : 0e474bc25303af7b481a559a688932aa50b1c891
2017-03-13 15:01:25 -04:00
Mike de Boer
6867449576
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: AaNrFU2DZOm
--HG--
extra : rebase_source : b18c648768efa817cf424e7d0a1f4580246006f7
2017-03-15 12:15:16 +01:00
Carsten "Tomcat" Book
7decdeb7c8
Merge mozilla-central to autoland
2017-03-15 13:19:12 +01:00
Prathiksha
54be47c289
Bug 1344713 - Replaced the waitForCertErrorLoad function in browser_aboutCertError.js with the more reliable BrowserTestUtils.waitForErrorPage function. r=johannh
...
MozReview-Commit-ID: 6Bo0w4XOjJD
--HG--
extra : rebase_source : 3b1ad6d02c7c2edd72fc47519e4caa617a1c5230
2017-03-14 22:18:09 +05:30
Joel Maher
9081ac9af8
Bug 1338038 - Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js. r=gbrown
...
MozReview-Commit-ID: GX4VNZpgIaR
2017-03-14 14:11:40 -04:00
Carsten "Tomcat" Book
dba578960e
merge mozilla-inbound to mozilla-central a=merge
2017-03-14 14:23:03 +01:00
meghana
ddfb294c2a
Bug 1344726 - Replace instances of waitForCertErrorLoad with BTU.waitForContentEvent and BTU.waitForErrorPage in browser_captivePortal_certErrorUI.js. r=johannh
...
MozReview-Commit-ID: JtdZT3v04UP
--HG--
extra : rebase_source : 42c15da5fa3ae328c35e58278681c86b6e2064c6
2017-03-13 19:17:48 +05:30
Carsten "Tomcat" Book
e078579f28
Merge mozilla-central to mozilla-inbound
2017-03-13 15:25:16 +01:00
Carsten "Tomcat" Book
c1edc7067d
merge mozilla-inbound to mozilla-central a=merge
2017-03-13 15:22:26 +01:00
Neil Deakin
61a148b36e
Bug 1342398, incorporate the popup's scroll position into the computation of where the current menuitem is, preventing misplaced popups on Mac, r=mstange
2017-03-13 09:44:02 -04:00
Sebastian Hengst
faa0ef84d0
Backed out changeset ec6261d6fe47 (bug 1343821) for failing browser_parsable_css.js | missing chrome://global/skin/arrow/arrow-lft-hov.gif referenced from chrome://global/skin/arrow.css. r=backout
2017-03-14 18:44:24 +01:00
Mike de Boer
7ea0ef11e5
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: 6KpCLiu4aUf
--HG--
extra : rebase_source : a6f178a89665480fdae7eadcffb0a1bb28ee2fa7
2017-03-14 17:00:29 +01:00
Carsten "Tomcat" Book
665079ba07
Backed out changeset 48c4281a7308 (bug 1343821) for eslint failures
2017-03-14 16:57:11 +01:00
Mike de Boer
51f74c0207
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: 5kMWOGTsD2P
--HG--
extra : rebase_source : 3ebb47fe33286d0c144114d69b76cd8ea60d57da
2017-03-14 15:51:22 +01:00
Wes Kocher
8010f266fb
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: Hikpu6ARByb
2017-03-13 16:40:18 -07:00
Wes Kocher
77632ccd1b
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: JXQqoTEXxwz
2017-03-10 17:22:54 -08:00
Mark Banner
1fdf93a46a
Bug 1345981 - Move page info tests out of browser/base/content/test/general. r=Gijs
...
MozReview-Commit-ID: E6BrxV8J6m2
--HG--
rename : browser/base/content/test/general/browser_pageInfo.js => browser/base/content/test/pageinfo/browser_pageInfo.js
rename : browser/base/content/test/general/browser_bug517902.js => browser/base/content/test/pageinfo/browser_pageinfo_image_info.js
rename : browser/base/content/test/general/browser_bug460146.js => browser/base/content/test/pageinfo/browser_pageinfo_images.js
extra : rebase_source : 89501dfbe167a8e1c86d74c34aceaf3c5d9684cc
2017-03-09 20:05:24 +00:00
Bob Owen
280b6278dc
Bug 1343184 part 3: Follow-up to fix no-shadow lint issue. r=me
2017-03-10 11:16:23 +00:00
Bob Owen
e04ecca823
Bug 1343184 Part 2: Check that related web content loads in file content process when pref flipped. r=Gijs
2017-03-10 10:53:44 +00:00
Bob Owen
be336a41e9
Bug 1345807 Part 2: Check that we can view-source on data URI loaded in file content process. r=Gijs
2017-03-10 10:53:43 +00:00
Blake Kaplan
f2fe604536
Bug 1294379 - Remove this hack. r=krizsa
...
MozReview-Commit-ID: DSS8yNyCd1e
--HG--
extra : rebase_source : e35afd3e51eb7a000b6ae1ef89f51626bb676987
2017-03-08 14:09:06 -08:00
Blake Kaplan
52e4fdfdeb
Bug 1294379 - Remove CPOWs from browser_mcb_redirect.js r=krizsa
...
MozReview-Commit-ID: BKH8cexWR4O
--HG--
extra : rebase_source : 5a70361b9949c90590f87f0b539101405cd8f2e2
2017-03-08 13:39:56 -08:00
Mike Conley
4be69cc373
Bug 1342464 - More lint for the lint gods. r=Aryx
...
MozReview-Commit-ID: 9mnGr6R9fMJ
2017-03-08 18:40:39 -05:00
Wes Kocher
ca4a468768
Bug 1342464 - Convert line endings to satisfy eslint
...
MozReview-Commit-ID: 4sliR8jjwdM
2017-03-08 14:35:05 -08:00
Mike Conley
18bae9a6f4
Bug 1342464 - Add regression tests for the FX_TAB_SWITCH_SPINNER_TYPE probe. r=mossop
...
MozReview-Commit-ID: 7w6rT8uT4I3
--HG--
extra : rebase_source : b6a9c8d411e0c31069d9e1345bce29fc9ee322ca
2017-03-06 14:10:58 -05:00
Sebastian Hengst
3bfaa978bd
Backed out changeset 5a7fca706daa (bug 1329942) for failing browser-chrome browser_bug553455.js. r=backout
2017-03-08 19:57:15 +01:00
Mark Striemer
8e358ac751
Bug 1329942 - Fix alignment of webextensions permissions doorhanger r=florian
...
MozReview-Commit-ID: K0YM26lgOY5
--HG--
extra : rebase_source : 6537a89d805fd28651911965aebd008de0530a12
2017-02-28 15:26:12 -06:00
Jared Wein
f0dc3daba8
Bug 1344574 - Compare the option foreground color to the used select background color instead of just the user-agent default select background color. r=mconley
...
MozReview-Commit-ID: A01xHyGP9ec
--HG--
extra : rebase_source : 68fcdfff07723fc4c78d7ed6e70e3f70eb1ee923
2017-03-06 12:10:14 -05:00
Wes Kocher
dac8dc0c7b
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 96co4Bbby7W
2017-03-07 16:40:44 -08:00
Florian Quèze
cd762cc83c
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
...
--HG--
extra : rebase_source : c6e20e6e79b0ca5de751c52712d96cbea9432d26
2017-03-07 15:29:48 +01:00
Blake Kaplan
c57a486e18
Bug 1335801 - Make these tests wait correctly. r=Felipe,krizsa
...
--HG--
extra : rebase_source : 11506348c56a6763ae59311e3e827410de1dcac2
2017-03-01 17:11:23 -08:00
Johann Hofmann
9445b26d32
Bug 1343210 - Only move focus into identity popup when opened via keyboard. r=Gijs
...
MozReview-Commit-ID: FZG2DKSM5Fh
--HG--
extra : rebase_source : 144b81bf94259b4755db231989822db84a7c37f2
2017-02-28 14:29:03 +01:00
Andrew Swan
97e0cc9666
Bug 1338713 Extension install telemetry r=bsmedberg,rhelmer
...
MozReview-Commit-ID: KFd7k7zaDL6
--HG--
extra : rebase_source : 3aabdbafb1c91d49b76813c2400a2e48a3909fff
extra : source : a4b9c0de633a13ce350500f5b618efbc45acf89c
2017-02-28 09:08:49 -08:00
Wes Kocher
d1b8197b88
Backed out changeset ba253783b432 (bug 1335801) for browser_referrer_simple_click.js failures a=backout CLOSED TREE
...
MozReview-Commit-ID: 5jn0Okch3jt
--HG--
extra : amend_source : 509a1aa488b347029a7aea4526380366d5f4af2d
2017-03-06 15:30:03 -08:00
Mike Conley
1f15ddb8e6
Bug 1342927 - Add a hidden pref to disable force painting of tabs so that browser_tabSpinnerProbe.js can pass. r=billm
...
MozReview-Commit-ID: 4q2dSBmvVV9
--HG--
extra : rebase_source : 26739f56723c8579cf70ae3fab55c745abeaa7a4
2017-03-01 15:36:51 -05:00
Blake Kaplan
9acea25eaf
Bug 1335801 - Make these tests wait correctly. r=Felipe,krizsa
...
--HG--
extra : rebase_source : 36d4d2378d879d92d25e4ed0439e31f3f9f068f6
2017-03-01 17:11:23 -08:00
Zibi Braniecki
100766fec4
Bug 1335877 - Remove resource://services-common/stringbundle.js from gecko. r=gandalf
...
MozReview-Commit-ID: FNoj7XH71E4
--HG--
extra : rebase_source : 294d3e425ca60e2aac6149998da7f39f62864ae5
2017-03-06 09:39:52 -08:00
Carsten "Tomcat" Book
1bc7720a43
Backed out changeset 0bd17b868a31 (bug 1335877) for causing regression bug 1344760
2017-03-06 17:03:11 +01:00
Mark Banner
561b6cfb0c
Bug 1344027 - Fix most of the remaining ESLint no-undef issues in browser/components. r=jaws
...
MozReview-Commit-ID: DUnxVITvZgh
--HG--
extra : rebase_source : abe5adf3b024a45c2804d048f078c6a59a936242
2017-03-03 09:29:14 +00:00
Sebastian Hengst
09e761d616
Backed out changeset 7d79c8090f75 (bug 1342927)
2017-03-04 11:49:32 +01:00
Andrew Swan
90597f90e1
Bug 1342896 Don't show prompts for interactive webextension updates with no new permissions r=rhelmer
...
MozReview-Commit-ID: 50SP3eL79Qm
--HG--
rename : browser/base/content/test/webextensions/browser_extension_update_interactive.js => browser/base/content/test/webextensions/browser_update_interactive.js
rename : browser/base/content/test/webextensions/browser_extension_update_interactive.js => browser/base/content/test/webextensions/browser_update_interactive_noprompt.js
extra : rebase_source : fdddf8a3ae3957bdaf63cc2a1e39c5a29550cf3a
2017-03-03 11:05:35 -08:00
Mike Conley
60a995f719
Bug 1342927 - Add a hidden pref to disable force painting of tabs so that browser_tabSpinnerProbe.js can pass. r=billm
...
MozReview-Commit-ID: 4q2dSBmvVV9
--HG--
extra : rebase_source : d0aa3ce396cb143061b66b1ec0529f19ed415d8e
2017-03-01 15:36:51 -05:00
Wes Kocher
1b29a33fce
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: K0Q4b2wzvlJ
2017-03-03 17:29:54 -08:00
Sebastian Hengst
989ceac163
Backed out changeset bba8780c5312 (bug 1342927)
2017-03-04 00:20:35 +01:00
Carsten "Tomcat" Book
06813a3df9
Merge mozilla-central to mozilla-inbound
2017-03-03 13:06:37 +01:00
Andrew Swan
17aa844cc0
Bug 1333713 Ensure last update check finished before starting a new one r=mossop
...
MozReview-Commit-ID: 61kLJMXQ56m
--HG--
extra : rebase_source : a9e9f9aa7fd1dafbf53460cc2976c8980d58331b
2017-03-01 16:44:48 -08:00
Andrew Swan
28079200f3
Bug 1340501 Fix sideloading notification with no promptable permissions r=florian
...
MozReview-Commit-ID: JduSAhhYWwR
--HG--
extra : rebase_source : cc9c0ec3050392cd4ed0919dad9eda696703ec44
2017-02-23 19:05:22 -08:00
Andrea Marchesini
4d21d3a57a
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-03-03 09:42:54 +01:00
Mike Conley
18c1bb6eaa
Bug 1342927 - Add a hidden pref to disable force painting of tabs so that browser_tabSpinnerProbe.js can pass. r=billm
...
MozReview-Commit-ID: 4q2dSBmvVV9
--HG--
extra : rebase_source : 70fcc277918498fa71046b9d57419781be55bcf8
2017-03-01 15:36:51 -05:00
Zibi Braniecki
4b7b3d4092
Bug 1335877 - Remove resource://services-common/stringbundle.js. r=rnewman
...
MozReview-Commit-ID: M7V6JS5myy
--HG--
extra : rebase_source : a47d739d3dd67ce563088aaf9fab5421de376cd7
2017-03-02 15:26:53 -08:00
Edouard Oger
a014194719
Bug 1269277 - Add Manage Device button in Synced Tabs menu/sidebar. r=markh
...
MozReview-Commit-ID: 2BMgLeI0DNF
--HG--
extra : rebase_source : d8e1bb4f52723071d395db3ac3c896096ca6df2a
2017-03-10 20:14:51 -05:00
Sebastian Hengst
960b205dca
Backed out changeset 19bf052b3949 (bug 1335475)
2017-03-10 23:27:10 +01:00
Mathieu Leplatre
0d98f89e16
Bug 1343216 - Add blocklist tags in xpcshell tests r=kmag
...
MozReview-Commit-ID: 8HDgdSSFxyU
--HG--
extra : rebase_source : 49a73ffcd60ea9f770ad7bc600512be19551fe5e
2017-03-02 11:23:24 +01:00
Benjamin Smedberg
9973e965d1
Bug 1335475 - Switch browser_tab_dragdrop.js to load a plugin from HTTP instead of a no-privilege data: URI which doesn't work any more. Also re-enable this test on Linux now that we don't have windowed-mode plugins any more, so this won't assert (undo bug 1331320). r=jaws
...
MozReview-Commit-ID: D6JzYliULPG
--HG--
extra : rebase_source : 7dc6a3fec7c071561a508c50852062ca05279e64
2017-03-07 11:11:54 -05:00
Andrew Swan
7e0188b58b
Bug 1332061 Add warning for unsigned extensions r=florian
...
MozReview-Commit-ID: JAvjmh0IgBW
--HG--
extra : rebase_source : f8dfdbc856ce1de7e82d23ce589144ac64377636
2017-03-02 11:30:41 -08:00
Carsten "Tomcat" Book
19b6ae43dc
Merge mozilla-central to autoland
2017-03-01 16:43:23 +01:00
Carsten "Tomcat" Book
3b3f4c17a2
merge mozilla-inbound to mozilla-central a=merge
2017-03-01 11:40:59 +01:00
Andrew Swan
fa71518bf6
Bug 1339952 Sort order of permission prompts r=florian
...
MozReview-Commit-ID: 6ngylPGJ5EE
--HG--
extra : rebase_source : 1aa725ab6747c73825957c84c66e199fbe324102
2017-02-23 18:27:34 -08:00
Carsten "Tomcat" Book
24bb9f3ffe
Merge mozilla-central to mozilla-inbound
2017-02-28 13:03:04 +01:00
Andrew Swan
160990e2cd
Bug 1340586 Part 3 Split up browser_extension_permissions.js r=mossop
...
MozReview-Commit-ID: A7NLR6f1VVO
--HG--
rename : browser/base/content/test/webextensions/browser_extension_permissions.js => browser/base/content/test/webextensions/browser_permissions_addons_search.js
rename : browser/base/content/test/webextensions/browser_extension_permissions.js => browser/base/content/test/webextensions/browser_permissions_installTrigger.js
rename : browser/base/content/test/webextensions/browser_extension_permissions.js => browser/base/content/test/webextensions/browser_permissions_local_file.js
rename : browser/base/content/test/webextensions/browser_extension_permissions.js => browser/base/content/test/webextensions/browser_permissions_mozAddonManager.js
extra : rebase_source : 9ace0c68ff4317a4753ac4c3c50a060fbbd8f6d9
2017-02-23 16:30:33 -08:00
Andrew Swan
7919c77536
Bug 1340586 Part 2 Move common code to head.js r=mossop
...
MozReview-Commit-ID: GhHXjx5d9q3
--HG--
extra : rebase_source : 22dab0ba2b3c676f2a32f2bcd59b6f4c50e18185
2017-02-27 15:57:09 -08:00
Andrew Swan
6487560a87
Bug 1340586 Part 1 Move webextensions tests to their own directory r=mossop
...
MozReview-Commit-ID: JaCyAVYgjL6
--HG--
rename : browser/base/content/test/general/browser_extension_permissions.js => browser/base/content/test/webextensions/browser_extension_permissions.js
rename : browser/base/content/test/general/browser_extension_sideloading.js => browser/base/content/test/webextensions/browser_extension_sideloading.js
rename : browser/base/content/test/general/browser_extension_update_background.js => browser/base/content/test/webextensions/browser_extension_update_background.js
rename : browser/base/content/test/general/browser_extension_update_interactive.js => browser/base/content/test/webextensions/browser_extension_update_interactive.js
rename : browser/base/content/test/general/browser_legacy.xpi => browser/base/content/test/webextensions/browser_legacy.xpi
rename : browser/base/content/test/general/browser_legacy_webext.xpi => browser/base/content/test/webextensions/browser_legacy_webext.xpi
rename : browser/base/content/test/general/browser_webext_nopermissions.xpi => browser/base/content/test/webextensions/browser_webext_nopermissions.xpi
rename : browser/base/content/test/general/browser_webext_permissions.xpi => browser/base/content/test/webextensions/browser_webext_permissions.xpi
rename : browser/base/content/test/general/browser_webext_search.xml => browser/base/content/test/webextensions/browser_webext_search.xml
rename : browser/base/content/test/general/browser_webext_update.json => browser/base/content/test/webextensions/browser_webext_update.json
rename : browser/base/content/test/general/browser_webext_update1.xpi => browser/base/content/test/webextensions/browser_webext_update1.xpi
rename : browser/base/content/test/general/browser_webext_update2.xpi => browser/base/content/test/webextensions/browser_webext_update2.xpi
rename : browser/base/content/test/general/browser_webext_update_icon1.xpi => browser/base/content/test/webextensions/browser_webext_update_icon1.xpi
rename : browser/base/content/test/general/browser_webext_update_icon2.xpi => browser/base/content/test/webextensions/browser_webext_update_icon2.xpi
rename : browser/base/content/test/general/browser_webext_update_perms1.xpi => browser/base/content/test/webextensions/browser_webext_update_perms1.xpi
rename : browser/base/content/test/general/browser_webext_update_perms2.xpi => browser/base/content/test/webextensions/browser_webext_update_perms2.xpi
rename : browser/base/content/test/general/file_install_extensions.html => browser/base/content/test/webextensions/file_install_extensions.html
extra : rebase_source : c9cbd1d914f0120e913ebcf0977df8a9e00744dd
2017-02-27 15:40:59 -08:00
Marco Bonardo
3078535c01
Bug 1337682 - CanonizeURL feature may override the next load of the current URL. r=adw
...
MozReview-Commit-ID: ATdFsSXstZz
--HG--
extra : rebase_source : 618777421e2acfbfe54332aa685332d96967d7c6
2017-02-15 14:30:31 +01:00
Gijs Kruitbosch
0549463201
Bug 1336335 - avoid potential focus issues by triggering the load of the error page explicitly, r=johannh
...
MozReview-Commit-ID: 6bqGUMNd4Zj
--HG--
extra : rebase_source : b83c10c63ca88bdc7415256915878ceb34f8382b
2017-02-28 13:33:36 +00:00
Bob Owen
52b76c2857
Bug 1338375 Part 2: Check that new http browser window opened from file URI page works.
2017-02-28 07:28:36 +00:00
Joel Maher
83e2a8017d
Bug 1304273 - Intermittent browser/base/content/test/general/browser_offlineQuotaNotification.js. disabled on linux opt/pgo. r=gbrown
...
MozReview-Commit-ID: FkjLhHL6dtY
2017-02-27 10:25:05 -05:00
Masatoshi Kimura
1b484b57d6
Bug 1342144 - Fix ESLint errors in browser/. r=Paolo
...
MozReview-Commit-ID: ByMEEcTQQtd
--HG--
extra : rebase_source : af62eeccdc22b63022ac18e46023c153798caa94
2017-02-24 23:25:45 +09:00
Masatoshi Kimura
7be7b11a1c
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
Wes Kocher
e84fc624ff
Merge inbound to central, a=merge
...
MozReview-Commit-ID: DpCZgRV1csS
2017-02-24 16:46:12 -08:00
Nihanth Subramanya
598a2b5765
Bug 1318389 - Move single run captive portal test cases to separate test file. r=Gijs
...
MozReview-Commit-ID: Ha3w2g17BP0
--HG--
extra : rebase_source : 2aac4544a50621648405f0d05e1fa71189c92a88
2017-02-17 01:05:38 +05:30
Nihanth Subramanya
c9bf60e444
Bug 1318389 - Move captive portal test utility functions to head.js. r=Gijs
...
MozReview-Commit-ID: Lgd3ReeHrLm
--HG--
extra : rebase_source : bae125296c33d2fa28e1eae0558f99126e1d0c5e
2017-02-17 01:03:35 +05:30
Joel Maher
70c54fb418
Bug 1339317 - Intermittent browser/base/content/test/general/browser_windowopen_reflows.js. r=mconley
...
MozReview-Commit-ID: 4bKCUvM1q5h
2017-02-24 12:33:29 -05:00
Joel Maher
90709f0a55
Bug 1334752 - Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js. r=gbrown
...
MozReview-Commit-ID: J85wyAoLcKq
2017-02-24 12:33:16 -05:00
Andrew Swan
437d869979
Bug 1334096 Show permissions prompts when a sideloaded extension is enabled r=mossop
...
MozReview-Commit-ID: 1yXgkBg6W1p
--HG--
extra : rebase_source : 0504ed9f0b361497e7d7f6a2bfd50d2b209806b5
2017-02-15 15:40:56 -08:00
Andrew Swan
a9123624b3
Bug 1340443 Fix reading from brand bundle and add a test r=florian
...
MozReview-Commit-ID: RGHXg0hMgJ
--HG--
extra : rebase_source : 9ae7f0eaa02430c1d556378c813c81ee42cda648
2017-02-23 08:41:17 -08:00
Sebastian Hengst
2fc1de554d
Bug 1336920 - Display the presence/absence of a valid Google and Mozilla API key in about:support. r=florian,francois
...
MozReview-Commit-ID: CRW3Ttb5DZm
--HG--
extra : rebase_source : 4c32f0c4a90835471c40ef53b6a1ebe2ee7109e9
2017-02-16 13:01:21 +01:00
Sebastian Hengst
5a173c7cc2
Backed out changeset ae43afe8e551 (bug 1334096) for failing browser_CTP_plugins.js tests. r=backout on a CLOSED TREE
2017-02-23 19:07:25 +01:00
Andrew Swan
50f849ca2b
Bug 1334096 Show permissions prompts when a sideloaded extension is enabled r=mossop
...
MozReview-Commit-ID: 1yXgkBg6W1p
--HG--
extra : rebase_source : 5eb54baafbf80e79c2901ff23eecfa9f017ee22f
2017-02-15 15:40:56 -08:00
Carsten "Tomcat" Book
5ccad059ee
Merge mozilla-central to autoland
...
--HG--
rename : tools/profiler/public/ProfileGatherer.h => tools/profiler/gecko/ProfileGatherer.h
extra : rebase_source : 219f3f7f5b61be4936a76f908b93b1c89b1e1701
2017-02-23 15:37:51 +01:00
Carsten "Tomcat" Book
e6b82618f4
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
Andrew Swan
893f67d3ca
Bug 1340078 Show the correct permissions list in webextensions notifications r=rhelmer
...
MozReview-Commit-ID: 5YiYG6k5MJj
--HG--
extra : rebase_source : 2389d354029bd0143a3d12e94e6fa4d113229e0b
extra : source : 0aa8bb2a9ae0ef4d9f88e97c14ab7ee380eb7e4c
2017-02-16 13:31:50 -08:00
Blake Kaplan
7b481c1193
Bug 1335801 - Actually wait for the right href to load. r=Felipe
...
MozReview-Commit-ID: GVkWzNoTSQ7
2017-02-22 15:39:18 -08:00
Wes Kocher
5295bd9f91
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: AoD5GpFatBw
2017-02-21 17:41:05 -08:00
Sebastian Hengst
6f69f1ef34
Backed out changeset 52f41ac3440d (bug 1192818)
2017-02-21 19:29:24 +01:00
Munro Mengjue Chiang
6f870f4516
Bug 1332869 - Fix Intermittent browser_devices_get_user_media_in_frame.js; r=florian
...
MozReview-Commit-ID: E968LugF7Rp
--HG--
extra : rebase_source : 286583c22238b02ecc585777e62f16acaf557e80
2017-02-03 15:44:14 +08:00
Gijs Kruitbosch
775dd962f6
Bug 1336335 - fix intermittent failure in browser_invalid_uri_back_forward_manipulation.js by using proper util to wait for an error page load, r=johannh
...
MozReview-Commit-ID: AYfyAmEGyOx
--HG--
extra : rebase_source : 1eb3a7a4904c93dc2a565d2fda95ceec3cb43a40
2017-02-20 16:33:32 +00:00
Mike Conley
09ca630dd5
Bug 1339317 - Make browser_windowopen_reflows.js more resilient to compositor races. r=Gijs
...
MozReview-Commit-ID: IsPJ4hzFQ4b
--HG--
extra : rebase_source : 0602b822f93a0c2eb4c81e38ae9ec68ecda5eeac
2017-02-17 13:52:48 -05:00
Alastor Wu
aaa6c009ca
Bug 1192818 - part3 : modify test. r=baku
...
MozReview-Commit-ID: HKzjFN7pJcJ
--HG--
extra : rebase_source : 0dab95da917cb9e59235b56ccd9c5969348c96c5
2017-02-21 18:41:16 +08:00
Florian Quèze
38a1059839
Bug 1335985 - reset timeShown on window activation so that persistent notifications get the security delay again, r=past.
2017-02-20 23:29:36 +01:00
Blake Kaplan
f2b1e8dbda
Bug 1307015 - Remove CPOWs from browser_bug623893.js r=felipe
...
It took me a little bit to understand what the test was doing. It was actually
using the default tab to navigate to three pages. Then, it duplicated it
immediatedly closed that tab. Finally, it duplicated the original tab, then
duplicated the duplicate before closing both of those tabs.
MozReview-Commit-ID: 85eY3FhZniA
2017-02-21 14:50:54 -08:00
Sebastian Hengst
346d08ea1b
Backed out changeset c32c74847eb6 (bug 1335539)
2017-02-21 17:53:45 +01:00
Andrea Marchesini
0963d18874
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-02-21 15:04:47 +01:00
Alastor Wu
ff6bcbcbb8
Bug 1192818 - part3 : modify test. r=baku
...
MozReview-Commit-ID: HNXcbFbYfor
--HG--
extra : rebase_source : 3033f7c3827acbac33d772e087bebece3487e118
2017-02-23 14:15:49 +08:00
Xidorn Quan
3e72a08b95
Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
...
MozReview-Commit-ID: 59cmaCoFJMR
--HG--
extra : rebase_source : 3b927d3c056b66e98f457de1726cf9d459eb8708
2017-02-16 10:26:13 +11:00
Sebastian Hengst
fb12f5580c
Backed out changeset c73bba5d7bea (bug 1340078) for failing browser_extension_permissions.js. r=backout
2017-02-19 09:29:48 +01:00
Andrew Swan
062cdfe8f7
Bug 1340078 Show the correct permissions list in webextensions notifications r=rhelmer
...
MozReview-Commit-ID: 5YiYG6k5MJj
--HG--
extra : rebase_source : 4e0e7162deb85f0b0bc038fdd619db7138116c53
2017-02-16 13:31:50 -08:00
Mark Banner
21ce8768db
Bug 1322747 - Show https in autofill heuristic results. r=mak
...
MozReview-Commit-ID: GlOoeQBOMIi
--HG--
extra : rebase_source : abd71c481c6246c75d6c1c09861a7619ee2ce834
2017-01-26 15:13:19 +00:00
Andrew Swan
769382e036
bug 1335697 Display permissions and post-install notifications from about:addons search r=mossop
...
MozReview-Commit-ID: IqBoudbO7Vd
--HG--
extra : rebase_source : ca975e9baeef1c6712fd60d7329ca4560caac76d
2017-02-07 20:22:26 -08:00
Carsten "Tomcat" Book
2ccec565b5
Backed out changeset 952f0a7824ad (bug 1335539)
2017-02-21 10:30:06 +01:00
Andrea Marchesini
d9d218c052
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-02-21 07:51:35 +01:00
Mark Banner
733f0b7c97
Bug 1338195 - Define a frame-script environment for eslint and use it to clear no-undef issues for known frame script globals. r=mossop
...
MozReview-Commit-ID: Fcin4InbLK2
--HG--
extra : rebase_source : f94dbb2e5af83bb4d32c51a55702e6f58cc25323
2017-02-07 10:52:06 +00:00
Johann Hofmann
c6de4ab37c
Bug 1340112 - Move focus into popupnotification panels when selected via keyboard. r=florian
...
MozReview-Commit-ID: 3DSugKa3cQ3
--HG--
extra : rebase_source : 02eb026c8d6bf40e231fda37f364f893dbcd9e8b
2017-02-16 15:39:07 +01:00
Phil Ringnalda
772c6230fa
Backed out changeset 33d14dcc5ca1 (bug 1335697) for frequently exceeding the timeout threshold in browser_extension_permissions.js on Linux32 debug
2017-02-16 21:27:10 -08:00
Fischer.json
3cf5350b8f
Bug 1323395 - Show warning when disk space available for firefox is not enough, r=jaws
...
MozReview-Commit-ID: HttJ2RFCTtS
--HG--
extra : rebase_source : 0e3fc00c0f429b0fb010827de6f33bdfe197d161
2016-12-28 16:53:38 +08:00
Andrew Swan
e37c8152ee
Bug 1339552 Don't show permissions for updates from legacy extension to webextension r=mossop
...
MozReview-Commit-ID: 9Ouep0mPIjJ
--HG--
extra : rebase_source : e9f5f155b0c1050d9b20025ea6edb20f52f8fb68
2017-02-16 09:17:52 -08:00
Andrew Swan
7d1313fec0
bug 1335697 Display permissions and post-install notifications from about:addons search r=mossop
...
MozReview-Commit-ID: IqBoudbO7Vd
--HG--
extra : rebase_source : d3fd4c63ac019c144dad1a1356ca63459684032e
2017-02-07 20:22:26 -08:00
Jared Wein
bc8f003598
Bug 1339966 - Add a pref to disable content styling for <select> and <option>. r=mconley
...
MozReview-Commit-ID: FMSbuHUKLY
--HG--
extra : rebase_source : e3e6927dc3fab6d4f71d40f8852946e9dfcd9925
2017-02-15 18:25:31 -05:00
Jared Wein
3c16c7a188
Bug 1338850 - Only set the background color and foreground color on the select element if it is not transparent or equal to each other. r=mconley
...
MozReview-Commit-ID: AjzZhoBbcFL
--HG--
extra : rebase_source : e4bcb63a8b914a571cc33f816e747db3f68f3b61
2017-02-15 13:30:50 -05:00
Panos Astithas
963e794209
Don't autofocus buttons when about:certerror is embedded in an iframe (bug 1336352). r=nhnt11
...
MozReview-Commit-ID: BT8oCmX9stf
--HG--
extra : rebase_source : 3f80e8751ba2a4b49379fae6f1f4016838dc0ca2
2017-02-08 16:43:39 +02:00
Andrew Swan
88b750d26a
Bug 1337976 Force synchronous xml bindings to avoid intermittent failure r=kmag
...
MozReview-Commit-ID: Ha2cUszauD9
--HG--
extra : rebase_source : 8a493fc9efcdca64420e1b132e39b11f681047c6
2017-02-10 14:08:45 -08:00
Paolo Amadini
279b83bca6
Bug 1333741 - Add tests for temporary permissions when reloading all the pages using the tab context menu. r=johannh
...
MozReview-Commit-ID: CNjj57WCTc1
--HG--
extra : rebase_source : 9f91766de9d0dd2c3faf6549626ecf7ab0134e79
2017-02-10 14:13:20 +00:00
Florian Quèze
c8c56e54f7
Bug 1336066 - avoid reshowing a persistent notification that has not been dismissed when clicking the anchor icon, r=johannh.
2017-02-13 13:01:34 +01:00
Wes Kocher
6a2b9f5e43
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 4z9MXOzghI7
2017-02-10 15:40:01 -08:00
Wes Kocher
4062cb56a0
Merge inbound to central, a=merge
...
MozReview-Commit-ID: FNYBhhHr4dg
--HG--
rename : netwerk/base/security-prefs.js => security/manager/ssl/security-prefs.js
2017-02-10 15:23:33 -08:00
Andrew Swan
7bf4c74cac
Bug 1338336 Make sure to cleanup after test failures r=rhelmer
...
The issue here was a previous test failing to clean up after itself.
Add an extra cleanup check to the browser webextensions permissions
tests. Given the small number of extensions used in these tests, the
manual approach seemed better than some very general solution.
MozReview-Commit-ID: 7AWx8nZK3L3
--HG--
extra : rebase_source : cce9a41bfed44017d887624b580d3ea1052077b7
2017-02-10 14:57:58 -08:00
Jared Wein
3dd99bad30
Bug 1294799 - Disable the autoclosing of the bookmark popup if there is any interaction with it such as mousedown or keypress. r=mak
...
MozReview-Commit-ID: JRo5ZVu0uFD
--HG--
extra : rebase_source : ffb0d7a8323595fe61e85fee200a2aca5bc63310
2017-02-10 11:11:57 -05:00
Neil Deakin
4fd4a887e0
Bug 1334155, close popup when select element is blurred, r=jaws
2017-02-09 11:28:22 -05:00
Karl Tomlinson
6023dab957
bug 1331320 disable e10s browser_tab_dragdrop.js in remaining linux builds r=mccr8
...
The intermittent abnormal plugin exit due to bug 1237853 was not detected by
opt builds due to the use of exit(1) and lack of leak checking (which would
have demonstrated bug 1309420 or bug 1239258).
The abnormal exit is now detected in opt builds also, and so this change
disables testing with these builds also.
MozReview-Commit-ID: FnBGNqnJrDp
--HG--
extra : rebase_source : 57643bf567893d460797b7a09da5ac3ebda528f4
2017-02-01 16:13:43 +13:00
Wes Kocher
9576aa1519
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: HXFQTGJASw4
2017-02-08 16:21:53 -08:00
Wes Kocher
6ff8201ffe
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4mN7daXzULJ
2017-02-08 16:08:42 -08:00
Andrew Swan
bc1a9d9837
Bug 1333713 Split up browser_extension_update.js r=mossop
...
MozReview-Commit-ID: Cu2MjfBqmZW
--HG--
rename : browser/base/content/test/general/browser_extension_update.js => browser/base/content/test/general/browser_extension_update_background.js
rename : browser/base/content/test/general/browser_extension_update.js => browser/base/content/test/general/browser_extension_update_interactive.js
extra : rebase_source : 046456e9c99cc7c83b71a40ea68be59f0947d81e
2017-02-08 12:35:33 -08:00
Andrew Swan
ea1fa88667
Bug 1336085 Apply updates with only non-promptable permissions automatically r=mossop
...
MozReview-Commit-ID: 8Sc4WhstrCg
--HG--
extra : rebase_source : ed07254678fab607dccd7cb0d39e44344d81da71
2017-02-08 12:09:49 -08:00
Jared Wein
263deeb277
Bug 1336301 - Move duplicated test code to a shared function. r=mconley
...
MozReview-Commit-ID: Cq7IK5GtulF
--HG--
extra : rebase_source : 59c35fc2dff7174250723954e4c0adb521e8f6c7
2017-02-04 00:45:32 -05:00
Jared Wein
7d9b3b83c6
Bug 1336301 - Styles that are applied directly to the select element should be forwarded to the popup. r=mconley
...
MozReview-Commit-ID: 29DjcUUqEkx
--HG--
extra : rebase_source : 97970d2e8f1b6527caa2767b06ddf110a2478195
2017-02-04 00:33:13 -05:00
Jared Wein
e159bb1601
Bug 1336125 - Apply option styles using a scoped stylesheet to allow for disabling custom styling on the active item. r=mconley
...
MozReview-Commit-ID: 1dZ1rbKbNY9
--HG--
extra : rebase_source : 0460988f233dde1bcaed9ec1d76fd1a388b8b1be
2017-02-03 12:46:45 -05:00
Jared Wein
7a7e2ed898
Bug 1334909 - Wait for BookmarkingUI to have all pending statements complete before continuing with test. r=mak
...
MozReview-Commit-ID: 1xMUm8aolOy
--HG--
extra : rebase_source : c61557946f805b0b9ce98d664f97b7318ec64188
2017-02-03 15:03:06 -05:00
Johann Hofmann
37697ea114
Bug 1324497 - Wait for popupshow to fix intermittent in browser_popupNotification_checkbox.js. r=past
...
MozReview-Commit-ID: 3EvJ5Sr7vTM
--HG--
extra : rebase_source : 1e84ed697da5ed4903c2191a6e71422362767028
2017-02-07 20:27:53 +01:00
Wes Kocher
8d6fa2b529
Backed out changeset 87d2810770f3 (bug 1336125) for OSX failures in browser_selectpopup.js a=backout
...
MozReview-Commit-ID: 59dxqPvMXmo
2017-02-07 15:15:48 -08:00
Masatoshi Kimura
0f8ff5260b
Bug 1321778 - Remove vestigial RC4 fallback frontend. r=Dolske
...
MozReview-Commit-ID: G0KF4j2OtyY
--HG--
extra : rebase_source : f535d51d3ae6a5d00a93b61f7cd1e476899c7efe
extra : intermediate-source : a2a4e0de90d3ef841136e2a1b8406dee67c352d1
extra : source : bfc3b47cc97a3dabdeab4cac0ed4c13f3dfd7c31
2016-11-19 13:45:46 +09:00
Jared Wein
c19057b678
Bug 1336125 - Apply option styles using a scoped stylesheet to allow for disabling custom styling on the active item. r=mconley
...
MozReview-Commit-ID: 1dZ1rbKbNY9
--HG--
extra : rebase_source : c2428b98bd9775535ec4cb138c14206c3009cbe1
2017-02-03 12:46:45 -05:00
Gijs Kruitbosch
db01372697
Bug 1335272 - prep: factor out registering about: pages into BTU, r=jaws
...
MozReview-Commit-ID: 2B2j5xcbSWt
--HG--
extra : rebase_source : 0edc732e50ea3482d0cba0fd150ac4d0a07aaa82
2017-02-02 14:34:40 +00:00
Alastor Wu
3bc43f5bf1
Bug 1336869 - modify the access key for 'unmute tab'. r=jaws
...
Fork from bug1336309 comment2, unmuteTab used "M" as access key, but we should
change to "m" because the character is lowercase in the label.
MozReview-Commit-ID: 3q2luFLbFlQ
--HG--
extra : rebase_source : ec88c660372fc41f10b3c20faa2d4d6e20f11a65
2017-02-07 14:49:36 +08:00
Edouard Oger
f668437cce
Bug 1337026 - Cache the FxA profile in the UI. r=markh
...
MozReview-Commit-ID: 9qZ81phzd3a
--HG--
extra : rebase_source : ce551573251411ba436eaa58a734103acc34c671
2017-02-06 12:13:06 -05:00
Andrew Swan
61bc2d7d16
Bug 1335333 Fix icon handling for updates r=mossop
...
MozReview-Commit-ID: JWyK54Gphf8
--HG--
extra : rebase_source : 65eb8aa8a96771d366d70c7044a9c2a3c7bae9ad
2017-02-03 17:11:49 -08:00
Florian Quèze
8bceb76f8e
Bug 1323880 - Wait for the recording-window-ended notification instead of expecting it to happen before recording-device-events when reloading the page, r=past.
2017-02-06 12:28:44 +01:00
Andrew Swan
c9fe666f10
bug 1317000 Test for permission prompts on local file installs r=mossop
...
MozReview-Commit-ID: FHakjocnDmn
--HG--
extra : rebase_source : ccd0834847571eb81ff87a31a640cc6de597428b
2017-01-27 20:13:43 -08:00
Jared Wein
3ea4fdab77
Bug 1335483 - Compare the user agent value for the select option styling to determine if content has opted-in to custom styling. r=mconley
...
MozReview-Commit-ID: 8wqclzJr2si
--HG--
extra : rebase_source : 95377b0916cd160302bfdfdbc62c9b795bfbad8f
2017-01-31 15:58:27 -05:00
Wes Kocher
9886fc0a7a
Backed out changeset 88872e0b68d2 (bug 1335483) for failures in browser_selectpopup.js a=backout
...
MozReview-Commit-ID: 39EV3LzTBiI
2017-02-03 11:54:32 -08:00
Jared Wein
3de08e5fac
Bug 1335483 - Compare the user agent value for the select option styling to determine if content has opted-in to custom styling. r=mconley
...
MozReview-Commit-ID: 8wqclzJr2si
--HG--
extra : rebase_source : 38999f77e1c39ee465f8ddb783bae58138adfce2
2017-01-31 15:58:27 -05:00
Andrew Swan
cc26f2de65
Bug 1330823 Part 2 permission prompts for interactive extension updates r=florian,mossop
...
MozReview-Commit-ID: HI41MbwkqW6
--HG--
extra : rebase_source : c65098ebaa4a1fa70c974987cea047e4081ccfbd
2017-02-01 19:51:10 -08:00
Wes Kocher
ad037c851d
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 8vGne2PAweU
2017-02-02 16:45:43 -08:00
Wes Kocher
2dcccc4332
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 9bhCPrArK3P
2017-02-02 16:39:24 -08:00
Gerald Squelart
db4ac7f957
Bug 1331484 - Removed mentions of Adobe from browser-media.js - r=Gijs
...
We do not support Adobe Primetime anymore, so there is no need to handle
related issues.
MozReview-Commit-ID: AvKarZabyDM
--HG--
extra : rebase_source : 911fb3e689add4e42e80fd94c5f155f0a7a96bd4
2017-02-02 16:50:29 +11:00
Sebastian Hengst
8349b11814
Bug 1315042 - Re-disable browser_bug719271.js on Windows debug with e10s for frequent failures. r=bustage-fix
2017-02-02 12:55:09 +01:00
Bob Owen
bd8309ab43
Bug 1335170: Fix intermittent failure in browser_allow_process_switches_despite_related_browser.js. r=Gijs
2017-02-02 09:18:55 +00:00
Wes Kocher
8d4bb91470
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: Am6M5iHxmAr
2017-02-01 16:31:23 -08:00
Wes Kocher
1121c7a402
Bug 1315042 - redisable browser_referrer_middle_click_in_container.js for failures a=me
...
MozReview-Commit-ID: KAGz2fYru9Y
--HG--
extra : source : 0c46a4a9061308f4769edacebc236e3f4d9bdbcc
2017-02-01 15:14:08 -08:00
Wes Kocher
f2cb5e7c63
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: EZrwvZH5DsY
2017-02-01 16:22:11 -08:00
Sebastian Hengst
e405dfc3bd
Bug 1315042 - Re-disable browser_referrer_middle_click.js because it fails often with e10s enabled. r=bustage-fix on a CLOSED TREE
2017-02-01 15:35:57 +01:00
Gabor Krizsanits
a7054ffd23
Bug 1315042 - Re-enable some tests part2. r=me
2017-02-01 13:38:59 +01:00
Phil Ringnalda
c1e454fb06
Backed out 2 changesets (bug 1307689) for browser-chrome complaints that tab is undefined
...
Backed out changeset 452e602b9ee9 (bug 1307689)
Backed out changeset 5deef62563d2 (bug 1307689)
2017-01-31 20:36:38 -08:00
Mike Conley
c08cddfd1f
Bug 1307689 - Regression tests. r=mossop
...
MozReview-Commit-ID: 7SFqRNtMZVs
--HG--
extra : rebase_source : a765085475ac37054b1aa1e0934f6eafb43c3c58
2017-01-26 17:55:35 -05:00
Wes Kocher
3b9ffa7593
Merge m-c to autoland, a=merge CLOSED TREE
...
MozReview-Commit-ID: JmIDejK1JMt
2017-01-31 15:14:56 -08:00
Carsten "Tomcat" Book
c8b8a3f357
Merge mozilla-central to mozilla-inbound
2017-01-31 15:57:48 +01:00
Carsten "Tomcat" Book
0745d54a39
merge mozilla-inbound to mozilla-central a=merge
2017-01-31 15:54:35 +01:00
Gabor Krizsanits
fe4a3055ff
Bug 1334052 - Fixing racy tab switching. r=mrbkap
2017-01-31 10:12:55 +01:00
Gabor Krizsanits
3d1778aa4c
Bug 1211098 - Fixing race from tab closing. r=gijs
2017-01-31 14:16:25 +01:00
Bob Owen
859f18b493
Bug 1328829 Part 2: Check that related browser is not copied when switching remote type. r=gijs
2017-01-30 10:36:37 +00:00
Florian Quèze
bdc1ffa608
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
Wes Kocher
4cf8a40463
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: J5UyPvoy89k
2017-01-27 16:39:56 -08:00
Wes Kocher
7cd28f7e5d
Merge inbound to central, a=merge
...
MozReview-Commit-ID: HvoljuLV6Gj
2017-01-27 16:37:18 -08:00
Andrew Swan
6efec698e8
Bug 1334076 Show default icon if necessary in sideloading notification r=florian
...
Also extended the sideloading test to check for icons in both
the case where the extension has an icon, and the case where it
does not.
MozReview-Commit-ID: 7GTAhumtLNx
--HG--
extra : rebase_source : d0198859dfc17cee2d888f23b50b040d50d913f8
2017-01-26 20:54:56 -08:00
Edouard Oger
7314dabc8c
Bug 1296767 part 10 - Remove FxA Migration code. r=markh
...
MozReview-Commit-ID: DamrbblcMmZ
2017-01-27 13:31:58 -05:00
Jared Wein
783e0e02cd
Bug 1255985 - Switch from using BrowserTestUtils.openNewForegroundTab to .withNewTab to make sure that we yield until the tab is fully closed. r=Paolo
...
MozReview-Commit-ID: 8PGmikTeiJ6
--HG--
extra : rebase_source : 1e6275c47f4304cd69ba4a2decff2a87e3a84ca4
2017-01-26 16:56:50 -05:00
Nihanth Subramanya
aaf554e02a
Bug 1191130 - Make sure we wait for the initial load of new tabs in browser_contentSearchUI.js. r=standard8
...
MozReview-Commit-ID: 5SAabvz0hAZ
--HG--
extra : rebase_source : 4b47074f40896c68826c71ead1dea9697537e1ee
2017-01-25 16:14:42 +05:30
Johann Hofmann
eda5a50a7f
Bug 1331579 - Explicitly update the identity block on re-requesting expired permissions. r=Paolo
...
MozReview-Commit-ID: CxvHSp1NjFg
--HG--
extra : rebase_source : 58e6f5b8020c01fad8da2b29e78a0c69bb78cb63
2017-01-23 11:44:03 +01:00
Johann Hofmann
e4748208b9
Bug 1327946 - Remove conditional moz-user-focus on identity block from urlbar. r=Gijs
...
MozReview-Commit-ID: 9F39TeDIGUf
--HG--
extra : rebase_source : 5968118ed303ed6a49163a8d81cbe5fcb59861e3
2017-01-24 11:42:09 +01:00
Florian Quèze
2cf30507bd
Bug 1334261 - script-generated patch to remove more newURI null parameters, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
be4dbae285
Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
f187782ccf
Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws.
2017-01-27 10:48:00 +01:00
Florian Quèze
15bab6d46b
Bug 1334250 - adapt the no-useless-removeEventListener rule to handle the listener being added and removed with the same variable + some hand fixes, r=jaws.
2017-01-27 10:47:57 +01:00
Wes Kocher
c3cc3b6407
Backed out 13 changesets (bug 1296767) for xpcshell failures a=backout CLOSED TREE
...
Backed out changeset 41ed77788333 (bug 1296767)
Backed out changeset 1c0c9289b532 (bug 1296767)
Backed out changeset 50294db1d871 (bug 1296767)
Backed out changeset 26c065f79c54 (bug 1296767)
Backed out changeset 0362a78d6978 (bug 1296767)
Backed out changeset 4e71cf94e4ee (bug 1296767)
Backed out changeset f6f59447d22a (bug 1296767)
Backed out changeset 6c9b792cc296 (bug 1296767)
Backed out changeset 46a52b10a868 (bug 1296767)
Backed out changeset 5d70d87d2a8f (bug 1296767)
Backed out changeset 8219686be6a2 (bug 1296767)
Backed out changeset 0a989b0cea67 (bug 1296767)
Backed out changeset 9f59a0b75c1f (bug 1296767)
MozReview-Commit-ID: 2XBNsd8JrZL
--HG--
extra : amend_source : 1afafaa8127fcebac31ce1d7743dc16872fa0522
2017-01-26 11:16:12 -08:00
Edouard Oger
775061c90e
Bug 1296767 part 10 - Remove FxA Migration code. r=markh
...
MozReview-Commit-ID: DamrbblcMmZ
--HG--
extra : rebase_source : 7356a6a99005ae702e90eb5d5e2f0cbee35ff861
2017-01-19 13:03:38 -05:00
Jared Wein
fdfcbce1e7
Bug 1335043 - Prevent the bookmark panel from closing automatically if the mouse is hovering over it. r=mak
...
MozReview-Commit-ID: 2jor6H2cQck
--HG--
extra : rebase_source : 970215308ca95d07c13179dcc5106e4e5eae14db
2017-01-30 10:34:53 -05:00
Munro Mengjue Chiang
0f5f625a1a
Bug 1332516 - Fix Intermittent browser_devices_get_user_media_unprompted_access_tear_off_tab.js; r=florian
...
MozReview-Commit-ID: LRVpMwGl6Ev
--HG--
extra : rebase_source : 635148900f05d0cb782fd2366776a3fb1b6286ff
2017-01-23 14:49:34 +08:00
Johann Hofmann
60b9c7b60e
Bug 1334201 - Ignore window.opener for insecure form warnings. r=MattN
...
MozReview-Commit-ID: BLuwIAWEYHi
--HG--
extra : rebase_source : b15dab38ae2225c5b87f8eee3d537bc339f382ce
2017-01-31 10:34:06 +01:00
Johann Hofmann
affc0c62ae
Bug 1303298 - Use BrowserTestUtils.waitForErrorPage to wait for certerror page load. r=nhnt11
...
MozReview-Commit-ID: BzT1cQAd9Qx
--HG--
extra : rebase_source : ebf5feac5a772ec143853afca08e21c74620014c
2017-01-25 16:19:04 +01:00
Phil Ringnalda
39e57631eb
Merge m-c to m-i
2017-01-25 20:48:39 -08:00
Phil Ringnalda
7da3c9dcf4
Merge autoland to m-c, a=merge
2017-01-25 20:37:29 -08:00
Geoff Brown
314ef818ef
Bug 1275447 - Skip browser_referrer_open_link_in_container_tab.js on e10s for frequent failures; r=me
2017-01-25 17:02:00 -07:00
Carsten "Tomcat" Book
ff34e66ec7
Merge mozilla-central to autoland
2017-01-25 13:52:18 +01:00
Florian Quèze
1907780e48
Bug 1331599 - tests fixed by hand after making addEventListener use the once option when possible, r=jaws.
2017-01-25 07:03:42 +01:00
Florian Quèze
0e0865f4fc
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Andrew Swan
cd4f0a4d8b
Bug 1308310 Post-install notification for mozAddonManager installs r=rhelmer
...
With this patch, the Promise returned by install() does not resolve
until after the post-install notification prompt has been displayed
and dismissed (either by an explicit click on "Ok" or by clicking
somewhere else in the browser UI). That promise is also now
rejected if the install fails or is cancelled.
MozReview-Commit-ID: ej0HmOaU7q
--HG--
extra : rebase_source : 1df2849ad4f081ab15ba59b23e0ff3ad87330734
2017-01-19 21:26:23 -08:00
Phil Ringnalda
bf98cd4315
Merge m-i to m-c, a=merge
2017-01-24 18:53:29 -08:00
Andrew Halberstadt
e9e8d3831c
Bug 1333506 - Remove inline comment in manifestparser because they are not supported, r=gbrown
...
Manifestparser currently only supports inline comments on conditional keys (skip-if, subsuite-if, etc). This
is dumb behaviour, and bug 1333564 tracks doing something about it. Until then, lets just move this comment
to its own line so the test gets filtered properly.
MozReview-Commit-ID: ITkjKgZR5aH
--HG--
extra : rebase_source : 58362143b77561aa47a7ef8678fc3a53504ba6e4
extra : amend_source : 21249dd57cef0e56c90d98230e4b6c6c5f5eed7b
2017-01-24 16:33:17 -05:00
Nihanth Subramanya
d37f4e41f6
Bug 1333075 - Ensure captive portal notification is displayed in all windows after portal is detected when none have focus. r=MattN
...
MozReview-Commit-ID: 9dvZp9Kn6kT
--HG--
extra : rebase_source : c453ef39a4b149e9b9d8474a849e9496fb3e2c03
2017-01-24 21:24:07 +05:30
Phil Ringnalda
02a56df647
Merge m-i to m-c, a=merge
2017-01-23 18:54:36 -08:00
Gabor Krizsanits
216527edfc
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Nihanth Subramanya
7e904b701f
Bug 1323420 - Add a pref to control the close button on web permission prompts. r=past
...
MozReview-Commit-ID: JHEY478q3C
--HG--
extra : rebase_source : 402b02863e95f0cae9f6aaacc5f0645f31ca02b1
2017-01-16 18:08:07 +05:30
Mike Conley
b64c4d29e7
Bug 1312091 - Regression test. r=bsmedberg
...
MozReview-Commit-ID: 2t21i4wRHzQ
--HG--
extra : rebase_source : 4588683377bc8d34d4e57334ffbe1fd065632e82
2017-01-21 12:33:36 -05:00
Munro Mengjue Chiang
e880c00d03
Bug 1332608 - Fix JavaScript error in webrtcUI.jsm: nsIMessageListenerManager.removeMessageListener: Not enough arguments; r=florian
...
MozReview-Commit-ID: LHzfrUpFGVy
--HG--
extra : rebase_source : 146b7cc5d7281a7b0c8c0531cd73ccd8e525f0a0
2017-01-23 15:22:30 +08:00
Sebastian Hengst
7314ad0176
Bug 1331686: Follow-up: Remove trailing whitespace in browser_e10s_about_page_triggeringprincipal.js. r=eslint-fix
2017-01-22 13:03:42 +01:00
Christoph Kerschbaumer
0261466c15
Bug 1331686: Test triggeringPrincipal for tabs openend through ctrl-click and open link in new tab. r=gijs
2017-01-22 11:47:16 +01:00
Johann Hofmann
35e6f00f36
Bug 1334418 - Enable full tab focus on OSX in identityBlock_focus tests. r=Gijs
...
MozReview-Commit-ID: 54ieeV15tDq
--HG--
extra : rebase_source : c48e57c6efe285163f376f54f7b6b7591b1e72bc
2017-01-31 22:44:14 +01:00
Xidorn Quan
dc5d7ffc4d
Bug 1333175 - Add :fullscreen pseudo-class in ua sheets into whitelist in browser_parsable_css.js. r=Gijs
...
MozReview-Commit-ID: DmI1B4FEUgR
--HG--
extra : rebase_source : e6de509ab396907005af9670695f974fcd0604d1
2017-01-24 11:06:24 +11:00
Gijs Kruitbosch
252f655de4
Bug 1334774 - re-introduce the hostname into ssl error messages, r=nhnt11
...
MozReview-Commit-ID: CexcCq5qo1v
--HG--
extra : rebase_source : afd9fd1178c8c72d31f8e17d66caa8bcaf8f3013
2017-01-29 17:36:01 +01:00
Phil Ringnalda
74f10163fe
Merge m-i to m-c, a=merge
2017-01-21 15:24:42 -08:00
Phil Ringnalda
63d58feb4a
Backed out 2 changesets (bug 1303113) for test_ext_cookies.html failures
...
CLOSED TREE
Backed out changeset f6c9241b40ec (bug 1303113)
Backed out changeset f4b8933f62ea (bug 1303113)
2017-01-21 12:20:41 -08:00
Gabor Krizsanits
8b31ae6749
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-21 18:24:35 +01:00
Tooru Fujisawa
82e73ed5ac
Bug 1321215 - Remove legacy generator from browser/. r=Paolo
2017-01-21 22:52:44 +09:00
Matthew Noorenberghe
d806ee7d1e
Bug 1267229 - Follow-up to bump the certerror.wrongSystemTime string ID due to a change.
...
MozReview-Commit-ID: APqtWhQRkZT
2017-01-21 00:37:14 -08:00
Phil Ringnalda
72dfd3bd3f
Merge m-c to m-i
2017-01-20 19:16:11 -08:00
Phil Ringnalda
68b37a46e8
Merge m-i to m-c, a=merge
2017-01-20 19:00:04 -08:00
Wes Kocher
ddc572ebce
Backed out changeset 529ae909938a (bug 1303113) for frequent asan failures in test_ext_cookies.html a=backout
...
MozReview-Commit-ID: 9hU3ePb8tpn
2017-01-20 12:22:08 -08:00
Johann Hofmann
66d556d319
Bug 1331921 - Hide temporary permissions on tab reload through the context menu. r=florian
...
MozReview-Commit-ID: 6CbhisP94PT
--HG--
extra : rebase_source : dbaa327bb39b1be5b28cd9dd6086d1b5341a2e99
2017-01-20 10:17:43 +01:00
Johann Hofmann
7585aacec4
Bug 1328740 - Focus popup notification panels on anchor icon keypress. r=florian
...
MozReview-Commit-ID: 1s0RzGJGVCX
--HG--
extra : rebase_source : 298f9f224ca195599ee6f4b42648821b1cc078f3
2017-01-18 23:12:35 +01:00
Andrew Swan
db65053d39
Bug 1317470 Show permission prompts for background webextension updates r=florian
...
MozReview-Commit-ID: I55ePPFPuuE
--HG--
extra : rebase_source : 0cd199712783accfc237d638336b6c70a06e9810
2017-01-19 19:28:08 -08:00
Wes Kocher
438acaa485
Backed out changeset 79d111e76fc9 (bug 1317470) for xpcshell failures a=backout
...
MozReview-Commit-ID: ATEluhMBccR
2017-01-19 18:14:55 -08:00
Andrew Swan
cafe95ca01
Bug 1317470 Show permission prompts for background webextension updates r=florian
...
MozReview-Commit-ID: I55ePPFPuuE
--HG--
extra : rebase_source : a0b6aef83b3c315be7088e990c12181a5d022b8d
2017-01-19 14:17:53 -08:00
Wes Kocher
336f27142f
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 3pEpsd3DljH
2017-01-19 16:47:25 -08:00
Wes Kocher
32faf4c617
Backed out changeset 0c891a3aff93 (bug 1303113) for test-oop-extensions failures a=backout CLOSED TREE
...
MozReview-Commit-ID: AU5hIBAmFKw
2017-01-19 11:29:42 -08:00
Gabor Krizsanits
c56ff65186
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-19 17:43:05 +01:00
Carsten "Tomcat" Book
3b3ce27e84
Merge mozilla-central to mozilla-inbound
2017-01-19 16:35:21 +01:00
Carsten "Tomcat" Book
709bd29d0a
merge mozilla-inbound to mozilla-central a=merge
2017-01-19 16:05:22 +01:00
Neil Deakin
9f8306f97f
Bug 1321472, allow drag-scrolling the select popup when the mouse is pressed on an option in the list, r=mconley
2017-01-19 10:04:11 -05:00
Neil Deakin
839f1bb76c
Bug 1311279, when the mouse is released, check if it should be retargetted at the select element in the content process, so that a click event is received, r=mconley
2017-01-19 10:03:56 -05:00
Johann Hofmann
42092fd6c2
Bug 1330609 - Hide the correct persistent popup notification on close. r=past
...
MozReview-Commit-ID: 23e8uKsz4tm
--HG--
extra : rebase_source : 778fa23fc246bce77f47a74ab7843468e35db7fa
2017-01-17 16:23:41 +01:00
Masayuki Nakano
4515205f36
Bug 1331798 Bookmark panel for new bookmark shouldn't be closed automatically during composition and after text input without keyboard events nor composition events r=jaws
...
Bookmark panel for a new bookmark shouldn't be closed automatically during composition even if mouse cursor is moved outside the panel because user may click in IME's UI.
Additionally, editor might be modified without keyboard events nor composition events. In such case, the bookmark panel shouldn't be closed automatically too.
MozReview-Commit-ID: 1FAUmkXjid
--HG--
extra : rebase_source : b4bc6eeeebfeeafe12d9cb16df7b3d31e60c5ae5
2017-01-19 15:04:56 +09:00
Andrew Swan
2931855a6f
Fix typo in test extension (no bug) r=rhelmer
...
MozReview-Commit-ID: K0TVhq3IdCI
--HG--
extra : rebase_source : 9a20cc6d891b2457e5b7fed06d0f7d1c292da2da
extra : source : 3a0be919a8df2d20e7c84088cc25b0be32a78bd6
2017-01-13 15:15:11 -08:00
Gijs Kruitbosch
1df3298b6b
Bug 1324410 - fix dnd to the location bar for plaintext, r=mak
...
MozReview-Commit-ID: 7md3hnxisDP
--HG--
extra : rebase_source : b37fc117474315a50963f682636f9ea13f53e8e2
2016-12-19 17:34:00 +00:00
Ryan VanderMeulen
4eacb032f5
Merge autoland to m-c. a=merge
2017-01-18 09:24:55 -05:00
Christoph Kerschbaumer
17b3179911
Bug 1329032 - Test privileged about page to use SystemPrincipal as TriggeringPrincipal when loading about page in child. r=gijs
2017-01-18 08:44:42 +01:00
Jared Wein
5e37a69783
Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs
...
MozReview-Commit-ID: 7iXjQtp9ftV
--HG--
extra : rebase_source : 281bc81a05c3f7105918c1eac5141915851cfbe9
2017-01-17 10:38:58 -06:00
Jared Wein
43bac26d30
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00