Wes Kocher
d06f1ed5bb
Backed out changeset b323faf96458 (bug 658467) for a11y failures a=backout
2016-11-23 15:37:55 -08:00
Dão Gottwald
324acce7c1
Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander
2016-11-23 23:43:54 +01:00
Tracy Walker
aea4930c04
Bug 1119906 - Temporarily skip browser_newtab_bug722273.js on OSX debug until it can be made more reliable. r=jmaher
2016-11-23 11:54:42 -06:00
Masayuki Nakano
9a2949f773
Bug 1316505 part.1 The "wheel" event handler of <scrollbox> should use |.scrollByPixels()| for respecting wheel event's scroll speed and scrolling smoother r=mstange
...
Currently, ths "wheel" event handler of <scrollbox> uses |.scrollByIndex()|. However, it scrolls too fast when "wheel" event has high resolution delta value when its deltaMode is DOM_DELTA_LINE.
For respecting the delta value, it should use |.scrollByPixels()|. Therefore, this patch implements new readonly property, |.lineScrollAmount|, which returns font size of the |.scrollbox| and makes "wheel" event handler multiplies the delta value and |.lineScrollAmount|.
MozReview-Commit-ID: KzIvJyxqrn5
2016-11-13 19:17:07 +09:00
William Chen
483b4576c4
Bug 1292128 - Don't use main window for running test in browser_bug422590.js, use a new window instead. r=Gijs
2016-11-17 10:35:37 -08:00
Carsten "Tomcat" Book
19ba40fb78
merge mozilla-inbound to mozilla-central a=merge
2016-11-21 15:44:20 +01:00
Carsten "Tomcat" Book
5e1886c405
Backed out changeset cb1e59969729 (bug 1315105)
2016-12-19 15:58:55 +01:00
Michael Layzell
67ec33e4c0
Bug 1315105 - Part 3: Update close_dependent_tabs test for new prerendering behavior, r=ehsan
...
MozReview-Commit-ID: Ic0CWUbLPuq
2016-12-19 15:06:04 +08:00
Kit Cambridge
941ae46391
Bug 1258127 - Add migration logic for old synced bookmarks. r=markh,rnewman
...
MozReview-Commit-ID: Gye30bYZejy
2016-11-18 14:00:56 -08:00
Andrea Marchesini
a0f9b83d87
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-18 09:33:33 +01:00
Phil Ringnalda
38f8e3bd4e
Bug 1304272 - disable browser_syncui.js on Linux for constant failures, a=nnoyance
2016-11-17 21:44:40 -08:00
Neil Deakin
ba9f7af93f
Bug 1311279, scroll the select popup when click+drag is used, r=mconley
2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
7bd0ed75c9
Backed out changeset 09093d38540e (bug 1311279)
2016-11-17 15:42:38 +01:00
Neil Deakin
e51adfaed8
Bug 1311279, scroll the select popup when click+drag is used, r=mconley
2016-11-17 09:28:27 -05:00
Wes Kocher
390c1f407f
Merge inbound to m-c a=merge CLOSED TREE
2016-11-16 17:07:26 -08:00
Dão Gottwald
37e035707a
Bug 1317961 - Remove the browser.tabs.dontfocusfordialogs pref. r=gijs
2016-11-16 14:36:08 +01:00
Marco Bonardo
f8cbbc39e1
Bug 1307687 - Intermittent load failure in browser_urlbarTrimURLs.js. r=Gijs
...
MozReview-Commit-ID: LMMTOkXqWI5
2016-11-15 17:15:14 +01:00
Jared Wein
ef8b1e86ca
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
2016-11-15 22:58:30 -05:00
Dave Townsend
4e295aa48d
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Dave Townsend
71040f1851
Bug 1316882: Turn on space-unary-ops eslint rule. r=MattN
...
MozReview-Commit-ID: 1xb6sWwhjvd
2016-11-10 15:25:40 -08:00
Dave Townsend
b0f59ac265
Bug 1316882: Turn on func-call-spacing eslint rule. r=bgrins
...
MozReview-Commit-ID: GIkQnRX9woD
2016-11-10 15:05:32 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Carsten "Tomcat" Book
c03117a948
merge mozilla-inbound to mozilla-central a=merge
2016-11-15 12:26:41 +01:00
catdesk
9be055cb20
Bug 1313834 - Clean up Promise usage of SpecialPowers.pushPrefEnv in browser_aboutCertError.js. r=johannh
...
MozReview-Commit-ID: 8rsjCQjbXQk
2016-10-29 11:43:03 +02:00
Mike de Boer
e7037ee6c4
Bug 935521 - fix the browser_bug537013.js mochitest to know about the default disabled buttons state and that the Highlight All state does not switch on reload anymore. r=Gijs
...
MozReview-Commit-ID: 24K6ccDqkdp
2016-11-14 14:49:01 +01:00
malayaleecoder
3f10e3523e
Bug 1317174 - Fix browser_bug719271.js to run multiple times in a single session: fix eslint failures. r=eslint-fix
2016-11-15 00:28:27 +05:30
malayaleecoder
e39137af2c
Bug 1317174 - Fix browser_bug719271.js to run multiple times in a single session r=jmaher
...
MozReview-Commit-ID: 6ekLWUV11pt
2016-11-14 23:45:14 +05:30
Paolo Amadini
1590909294
Bug 1316311 - Do not show the login capture doorhanger during generic mochitests. r=MattN
...
MozReview-Commit-ID: 6TFACISm9Vb
2016-11-10 13:47:07 +01:00
Phil Ringnalda
6b6304afdb
Backed out changeset 21b69215ab80 (bug 1316870) for forthcoming merge conflicts
2016-11-15 19:53:23 -08:00
Jared Wein
ba5999d099
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
...
MozReview-Commit-ID: 17vLN6W4BVj
2016-11-15 21:09:00 -05:00
Wes Kocher
e40b3bdc43
Merge mozilla-central to autoland a=merge
2016-11-11 14:10:32 -08:00
Mike Conley
2f53c0bf5b
Bug 1309316 - Follow-up: disable test when crashreporter is not available. r=bustage-fix
...
MozReview-Commit-ID: 189oSFKHmxU
2016-11-11 13:18:43 -05:00
Gijs Kruitbosch
50445b28f9
Bug 1309310 - followup to fix test that's upset, rs=bustage
...
MozReview-Commit-ID: EeBRAUrE9UK
2016-11-11 13:09:49 +00:00
Jonathan Kingston
c4254b6e68
Bug 1272256 - Add a longpress menu to the new tab button for containers. r=dao, r=Gijs
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Phil Ringnalda
99c10fd0e8
Backed out 6 changesets (bug 1301340, bug 1303113) for landing too close to a merge and causing leaks and test failures
...
Backed out changeset adfcc194af1c (bug 1303113)
Backed out changeset 085035586d2b (bug 1303113)
Backed out changeset 81f3bb541c86 (bug 1301340)
Backed out changeset 05c42cf92851 (bug 1301340)
Backed out changeset cb45e90f6596 (bug 1301340)
Backed out changeset f54a717c6fc6 (bug 1301340)
MozReview-Commit-ID: BkwhFJNtF7G
2016-11-09 19:11:12 -08:00
Gabor Krizsanits
cd4a2c4693
Bug 1303113 - Turning off a test for e10s-multi temporarily. r=me
2016-11-09 17:58:45 +01:00
Florian Quèze
bc80610a8f
Bug 1315228 - add a popupIconClass option to popup notifications so that the microphone and screensharing icons can be set without hacks, r=paolo.
2016-11-09 15:32:49 +01:00
Gabor Krizsanits
c094e0388d
Bug 1301340 - part8: Few more tunr-offs. r=me
2016-11-09 14:44:25 +01:00
Gabor Krizsanits
5a647e84bb
Bug 1301340 - part7: Turning off some tests temporarily to enable e10s-multi 2. r=mrbkap
2016-11-09 14:44:21 +01:00
Mike Conley
6a24ea922f
Bug 1309316 - Hide email field in about:tabcrashed by default. r=Felipe
...
As requested by UX. Disabling it behind a pref in case we decide we really
need to expose users to that form field again.
MozReview-Commit-ID: 4ICZXuApFBL
2016-11-10 22:13:09 -05:00
Mike Conley
7aaf2222b7
Bug 1309316 - Add tests for autosubmission request in about:tabcrashed. r=Felipe
...
MozReview-Commit-ID: 9EWat5WJzCp
2016-11-11 01:58:35 -05:00
Mike Conley
2870b6ad11
Bug 1309316 - Move about:tabcrashed tests into their own directory. r=Felipe
...
MozReview-Commit-ID: C3emEC3JbiL
2016-11-10 23:17:48 -05:00
Mike Conley
829cca9bca
Bug 1309316 - Expose preference for auto-submitting backlogged crash reports to about:tabcrashed. r=Felipe
...
MozReview-Commit-ID: JvhK0MO1IK
2016-11-02 15:04:15 -04:00
Paolo Amadini
dc8e412dbe
Bug 1201896 - Update popup notifications for add-on installation. r=past
...
MozReview-Commit-ID: B5zX74wJg9F
2016-11-20 18:40:33 +01:00
Paolo Amadini
ec7ffb2039
Bug 1282768 - Part 4 - Fix intermittent browser_social_activation.js. r=past
...
MozReview-Commit-ID: IRRA1Ba2cBU
2016-11-20 18:40:29 +01:00
Panos Astithas
a44cf00ccc
Bug 1282768 - Part 3 - Convert permission notifications to use two buttons and a checkbox instead of multiple secondary actions. r=florian
...
MozReview-Commit-ID: KNf04CBaLKB
2016-11-20 18:40:26 +01:00
Panos Astithas
4c4e4d8374
Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo
...
MozReview-Commit-ID: 2cnufF7wZJG
2016-11-20 18:40:22 +01:00
Johann Hofmann
3e2a42fbfa
Bug 1296252 - Part 2 - Verify that doorhanger notifications are never shown together. r=past
...
MozReview-Commit-ID: Ck9F7HgNxWp
2016-11-20 18:40:16 +01:00
Jonathan Kingston
51dc78db8d
Bug 1267604 - Restyle doorhanger notifications. r=paolo
...
MozReview-Commit-ID: HBykgFhgjmX
2016-11-20 18:40:08 +01:00
Panos Astithas
1d4c2c0c96
Bug 1004061 - Make most doorhanger notifications persistent. r=florian
...
MozReview-Commit-ID: IEPkDRnYpiM
2016-11-20 18:40:04 +01:00