Andrew Swan
8301144fd1
Bug 1350773 Remove max_version from webextension update tests r=rhelmer
...
MozReview-Commit-ID: 1kJZou0PHlg
2017-03-28 12:20:51 -07:00
Jared Wein
61904581e9
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
2017-03-29 12:47:13 -04:00
Phil Ringnalda
5394650534
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
73c0729e22
Backed out changeset 9ef667136bbe (bug 1335907) for failing browser_datachoices_notification.js. r=backout
2017-03-28 23:43:11 +02:00
Leni Kadali
a034a97ac0
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
2017-03-28 18:14:16 +03:00
Jared Wein
cbf185c213
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
2017-03-28 17:04:32 -04:00
Jared Wein
8dee2b77a2
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
2017-03-28 15:43:33 -04:00
Jared Wein
62a7b70f59
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
2017-03-28 15:27:57 -04:00
Zack Herrick
11d8b74c55
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
2017-03-28 14:32:54 -04:00
Blake Kaplan
3e676afa77
Bug 1333428 - Wait for loads on new tabs to avoid double-counting. r=Felipe
...
MozReview-Commit-ID: 6O0L9A6qtUR
2017-03-27 15:44:52 -07:00
Johann Hofmann
da689009b0
Bug 1349513 - Move tests related to web permissions from test/general to test/permissions. r=Gijs
...
MozReview-Commit-ID: 6nkSrgOtjTp
2017-03-23 16:23:48 +01:00
Carsten "Tomcat" Book
81ea8f0b65
Merge mozilla-central to autoland
2017-03-28 13:06:52 +02:00
Zibi Braniecki
f4aa49939d
Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
...
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Iris Hsiao
bc568366eb
Backed out changeset c7174ac72d14 (bug 1347272) for build bustage
2017-03-28 18:16:33 +08:00
Zibi Braniecki
f1060ac666
Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
...
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Aditya Srivastava
cd99ab6c3b
Bug 1298937 - Fix overlap by changing search bar's margin-top attribute. r=adw
2016-12-20 23:39:47 +05:30
Wes Kocher
5366e1ca03
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: L6QuPmxL0XP
2017-03-27 17:18:39 -07:00
Florian Queze
8093378220
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
12136af88a
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
60d21db1a1
Bug 1347111 - Remove border and background fallback styling from checkbox.css. r=dao
2017-03-26 22:26:06 +05:30
Andrew Swan
222fbac858
Bug 1348532 Remove unused list.xul r=mossop
...
MozReview-Commit-ID: H411v4yLTah
2017-03-24 19:55:54 -07:00
Dão Gottwald
605cfcef26
Bug 759252 - Use CSS animations for the loading and connecting throbbers. r=jaws
...
MozReview-Commit-ID: 8X4uOrxvF4c
2017-03-27 18:56:03 +02:00
Carsten "Tomcat" Book
301a650e8d
Merge mozilla-central to autoland
2017-03-27 13:00:23 +02:00
Mark Banner
63e1ce3277
Bug 1350298 - Reduce the complexity of nsContextMenu:setTarget. r=jaws
...
MozReview-Commit-ID: 2TYNVCV4LSL
2017-03-23 16:22:24 +00:00
Mark Banner
881b22034d
Bug 1350298 - Fix most of the ESLint issues in nsContextMenu.js. r=jaws
...
MozReview-Commit-ID: 4t2paQntzBO
2017-03-23 12:34:22 +00:00
Mark Banner
5da5245edb
Bug 1350298 - Stop preprocessing nsContextMenu.js - use AppConstants instead. r=jaws
...
MozReview-Commit-ID: LLz9bRu9Xxs
2017-03-24 11:33:48 +00:00
Kris Maglione
bdb8ae3dfd
Bug 1317697: Split ExtensionContent.jsm into a stub process script. r=mixedpuppy
...
MozReview-Commit-ID: 4vn0ERZiBQd
2017-04-14 17:00:51 -07:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
aca1103c68
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
4cd95d4a02
Backed out changeset 18d45aa984d6 (bug 1355161)
2017-04-14 23:39:23 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
4189eac09e
Backed out changeset e1f191aad863 (bug 1356569)
2017-04-14 23:39:17 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
6c119a88d3
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Florian Queze
35cd8ba883
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Gerald Squelart
4c97b62f67
Bug 1343442 - decode-error/warning tests - r=Gijs
...
MozReview-Commit-ID: A0HO6RrnpMC
2017-04-11 09:35:17 +12:00
Gerald Squelart
3c2dc02750
Bug 1343442 - Handle decode-error/warning in browser-media.js - r=Gijs
...
Open webcompat.com in new tab, similar to what "Report Site Issue" button does.
MozReview-Commit-ID: 1ESOY3upHgc
2017-04-11 13:37:52 +12:00
Gerald Squelart
cd70f56045
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
2017-04-11 08:18:22 +12:00
Gerald Squelart
c7ac8e44e4
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
2017-04-10 16:31:44 +12:00
Christoph Kerschbaumer
bcf80cb593
Bug 1359545 - Update tests to pass triggeringPrincipal to loadURI. r=bz, r=gijs
2017-04-26 21:45:30 +02:00
Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Mike Conley
09ddbab049
Bug 1096013 - Show tab icons and titles as soon as possible instead of waiting for history restoration to complete. r=mikedeboer
...
MozReview-Commit-ID: EL8IcreTte2
2016-04-20 17:24:24 -04:00
Andrew Swan
def6a4de76
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
2017-03-23 21:45:25 -07:00
Federico Padua
10369ab0e2
Bug 1350063 - urlbarBindings.xml should use AppConstants from the global scope; r=dao
...
This patch makes urlbarBindings.xml use AppConstants from the global scope and
removes the related field.
MozReview-Commit-ID: E2KvOsZVX7q
2017-03-25 18:50:03 +01:00
Sebastian Hengst
0fbd57821d
Backed out changeset 680dd7916a23 (bug 1197420)
2017-03-25 17:39:43 +01:00
Andrew Swan
11daacfbe1
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
2017-03-23 21:45:25 -07:00
Phil Ringnalda
bb0cc6a131
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