Commit Graph

4934 Commits

Author SHA1 Message Date
Andrew Swan
7ee9799adb bug 1335697 Display permissions and post-install notifications from about:addons search r=mossop
MozReview-Commit-ID: IqBoudbO7Vd
2017-02-07 20:22:26 -08:00
Jared Wein
99590058d8 Bug 1339966 - Add a pref to disable content styling for <select> and <option>. r=mconley
MozReview-Commit-ID: FMSbuHUKLY
2017-02-15 18:25:31 -05:00
Jared Wein
d0cabaaa49 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
2017-02-15 13:30:50 -05:00
Panos Astithas
d98b8076fb Don't autofocus buttons when about:certerror is embedded in an iframe (bug 1336352). r=nhnt11
MozReview-Commit-ID: BT8oCmX9stf
2017-02-08 16:43:39 +02:00
Andrew Swan
da3139a3b1 Bug 1337976 Force synchronous xml bindings to avoid intermittent failure r=kmag
MozReview-Commit-ID: Ha2cUszauD9
2017-02-10 14:08:45 -08:00
Paolo Amadini
087c72f6f9 Bug 1333741 - Add tests for temporary permissions when reloading all the pages using the tab context menu. r=johannh
MozReview-Commit-ID: CNjj57WCTc1
2017-02-10 14:13:20 +00:00
Florian Quèze
d976b822af 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
87fbd6dc30 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 4z9MXOzghI7
2017-02-10 15:40:01 -08:00
Wes Kocher
5d79be4e4d Merge inbound to central, a=merge
MozReview-Commit-ID: FNYBhhHr4dg
2017-02-10 15:23:33 -08:00
Andrew Swan
dc8826b9ec 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
2017-02-10 14:57:58 -08:00
Jared Wein
bcfb85b065 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
2017-02-10 11:11:57 -05:00
Neil Deakin
7e25693319 Bug 1334155, close popup when select element is blurred, r=jaws 2017-02-09 11:28:22 -05:00
Karl Tomlinson
3bce6290f7 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
2017-02-01 16:13:43 +13:00
Wes Kocher
07fc678a1f Merge m-c to autoland, a=merge
MozReview-Commit-ID: HXFQTGJASw4
2017-02-08 16:21:53 -08:00
Wes Kocher
a64f15cdaf Merge inbound to central, a=merge
MozReview-Commit-ID: 4mN7daXzULJ
2017-02-08 16:08:42 -08:00
Andrew Swan
e6692499d7 Bug 1333713 Split up browser_extension_update.js r=mossop
MozReview-Commit-ID: Cu2MjfBqmZW
2017-02-08 12:35:33 -08:00
Andrew Swan
ebb83a0fe1 Bug 1336085 Apply updates with only non-promptable permissions automatically r=mossop
MozReview-Commit-ID: 8Sc4WhstrCg
2017-02-08 12:09:49 -08:00
Jared Wein
2fcc19157c Bug 1336301 - Move duplicated test code to a shared function. r=mconley
MozReview-Commit-ID: Cq7IK5GtulF
2017-02-04 00:45:32 -05:00
Jared Wein
43e67c7c8c Bug 1336301 - Styles that are applied directly to the select element should be forwarded to the popup. r=mconley
MozReview-Commit-ID: 29DjcUUqEkx
2017-02-04 00:33:13 -05:00
Jared Wein
1f5534bff9 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
2017-02-03 12:46:45 -05:00
Jared Wein
4bc69d8856 Bug 1334909 - Wait for BookmarkingUI to have all pending statements complete before continuing with test. r=mak
MozReview-Commit-ID: 1xMUm8aolOy
2017-02-03 15:03:06 -05:00
Johann Hofmann
f44b657e4b Bug 1324497 - Wait for popupshow to fix intermittent in browser_popupNotification_checkbox.js. r=past
MozReview-Commit-ID: 3EvJ5Sr7vTM
2017-02-07 20:27:53 +01:00
Wes Kocher
ebb0c2f598 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
0c88cf0b57 Bug 1321778 - Remove vestigial RC4 fallback frontend. r=Dolske
MozReview-Commit-ID: G0KF4j2OtyY
2016-11-19 13:45:46 +09:00
Jared Wein
d6db6fc431 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
2017-02-03 12:46:45 -05:00
Gijs Kruitbosch
16412d548a Bug 1335272 - prep: factor out registering about: pages into BTU, r=jaws
MozReview-Commit-ID: 2B2j5xcbSWt
2017-02-02 14:34:40 +00:00
Alastor Wu
b79ba57f2b 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
2017-02-07 14:49:36 +08:00
Edouard Oger
668cf49190 Bug 1337026 - Cache the FxA profile in the UI. r=markh
MozReview-Commit-ID: 9qZ81phzd3a
2017-02-06 12:13:06 -05:00
Andrew Swan
fc7640e2ba Bug 1335333 Fix icon handling for updates r=mossop
MozReview-Commit-ID: JWyK54Gphf8
2017-02-03 17:11:49 -08:00
Florian Quèze
dc573c5bd5 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
c71362eb6f bug 1317000 Test for permission prompts on local file installs r=mossop
MozReview-Commit-ID: FHakjocnDmn
2017-01-27 20:13:43 -08:00
Jared Wein
e12169bf6e 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
2017-01-31 15:58:27 -05:00
Wes Kocher
8973294639 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
1d335e9426 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
2017-01-31 15:58:27 -05:00
Andrew Swan
4944e63334 Bug 1330823 Part 2 permission prompts for interactive extension updates r=florian,mossop
MozReview-Commit-ID: HI41MbwkqW6
2017-02-01 19:51:10 -08:00
Wes Kocher
0b30c5ef89 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 8vGne2PAweU
2017-02-02 16:45:43 -08:00
Wes Kocher
5a055d83d9 Merge inbound to central, a=merge
MozReview-Commit-ID: 9bhCPrArK3P
2017-02-02 16:39:24 -08:00
Gerald Squelart
381c653253 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
2017-02-02 16:50:29 +11:00
Sebastian Hengst
a0c41270db 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
602b885c09 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
24f5f84020 Merge m-c to inbound, a=merge
MozReview-Commit-ID: Am6M5iHxmAr
2017-02-01 16:31:23 -08:00
Wes Kocher
04c5814593 Bug 1315042 - redisable browser_referrer_middle_click_in_container.js for failures a=me
MozReview-Commit-ID: KAGz2fYru9Y
2017-02-01 15:14:08 -08:00
Wes Kocher
4fd14b75a1 Merge inbound to m-c a=merge
MozReview-Commit-ID: EZrwvZH5DsY
2017-02-01 16:22:11 -08:00
Sebastian Hengst
f36f0f59a1 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
d602638479 Bug 1315042 - Re-enable some tests part2. r=me 2017-02-01 13:38:59 +01:00
Phil Ringnalda
7f417b9e48 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
ee93541e24 Bug 1307689 - Regression tests. r=mossop
MozReview-Commit-ID: 7SFqRNtMZVs
2017-01-26 17:55:35 -05:00
Wes Kocher
d447e1364d Merge m-c to autoland, a=merge CLOSED TREE
MozReview-Commit-ID: JmIDejK1JMt
2017-01-31 15:14:56 -08:00
Carsten "Tomcat" Book
b4cba8b24d Merge mozilla-central to mozilla-inbound 2017-01-31 15:57:48 +01:00
Carsten "Tomcat" Book
8af3a32a18 merge mozilla-inbound to mozilla-central a=merge 2017-01-31 15:54:35 +01:00