Samael Wang
53bcab1c16
Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan
...
MozReview-Commit-ID: G2GW4ZPIfH3
2016-12-22 16:06:50 +08:00
Michael Layzell
edf2f511da
Bug 1315105 - Part 3: Update close_dependent_tabs / grouped_shistory_crossproc test for new prerendering behavior, r=ehsan
...
MozReview-Commit-ID: Ic0CWUbLPuq
2016-12-20 19:39:50 +08:00
Wes Kocher
801208d84e
Merge m-c to inbound, a=merge
2016-12-20 11:47:17 -08:00
Alessio Placitelli
ef64b5d943
Bug 1315650 - Add a longer timeout for searchbar suggestions in tests. r=mak
...
MozReview-Commit-ID: 4dkkibfGFMv
2016-12-20 06:37:00 +01:00
Mike Conley
72a9323018
Bug 1321376 - Make browser_selectpopup.js wait for SelectContentHelper to think that the popup in the parent has closed when hiding popups. r=enndeakin+6102
...
This is because in single-process mode, key events might be handled before messages.
MozReview-Commit-ID: 7Kpq1N0TjCu
2016-11-28 16:07:41 -08: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
Joel Maher
9d9eba11c8
Bug 1322705 - add support for MOZ_UPDATER in manifests. r=rstrong,ted.
...
MozReview-Commit-ID: HTnh9OOe01F
2016-12-16 11:55:13 -05:00
Tooru Fujisawa
d9af47a6b7
Bug 1323276 - Use CustomizableUI.removeWidgetFromArea to explicitly remove new window button. r=dao
2016-12-15 16:54:46 +09:00
Joel Maher
62614255bf
backout aba885aafee0210b1f063a423b1c0b3ce28d15f7 for intermittent bug 1272834
...
MozReview-Commit-ID: BTJ13wWojaI
2016-12-14 10:59:43 -05:00
Michael Layzell
4358da84a7
Bug 1318472 - Remove inactive hidden tabs when removing the primary tab, r=ehsan
...
MozReview-Commit-ID: KiMsKOljNpE
2016-12-14 01:55:00 +08:00
Dão Gottwald
5880f9ecb7
Bug 1323276 - Disable browser_newWindowDrop.js
2016-12-13 21:22:05 +01:00
Dão Gottwald
1afb22e404
Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander
2016-12-08 17:17:41 +01:00
Neil Deakin
4e7139a945
Bug 1313130, change menu shortcut handling so that Windows does not call preventDefault only when the accelerator key is down rather than when a key isn't handled, r=ksteuber
2016-12-06 15:25:09 -10:00
Tooru Fujisawa
46fb976496
Bug 883377 - Part 6: Update browser and dom tests to follow displayName change. r=smaug
2016-12-03 07:44:23 +09:00
Johann Hofmann
7ef105541b
Bug 1303298 - Work around intermittent browser_mixed_content_cert_override.js. r=nhnt11
...
MozReview-Commit-ID: 5srDm58jz5M
2016-11-29 18:01:35 +01:00
Ryan Kelly
9c273ddfa2
Bug 1319904 - Ignore origin attributes in webchannel origin check. r=markh
...
Including the attributes in the origin check causes webchannels to fail in
e.g. private browsing windows and container tabs. We only want to compare
against the base origin URL.
MozReview-Commit-ID: AMCjf4vJF9E
2016-11-25 15:52:02 +11:00
Ryan VanderMeulen
4ca461735c
Backed out changeset f485eaccbb98 (bug 1319904) because it needs a reworked patch.
2016-11-30 17:16:02 -05:00
Ryan Kelly
672548f738
Bug 1319904 - Ignore origin attributes in webchannel origin check. r=markh
...
Including the attributes in the origin check causes webchannels to fail in
e.g. private browsing windows and container tabs. We only want to compare
against the base origin URL.
MozReview-Commit-ID: AMCjf4vJF9E
2016-11-25 15:52:02 +11:00
Phil Ringnalda
73ba5103a0
Merge m-i to m-c, a=merge
2016-11-25 21:26:21 -08:00
vladikoff
7f3eac4420
Bug 1320189 - Fix WebChannel error reporting for content errors r=markh
2016-11-25 11:34:07 -05:00
Johann Hofmann
4814f1af34
Bug 1315236 - Handle popup notifications with no actions. r=Paolo
...
MozReview-Commit-ID: F3rkoEovBYc
2016-11-23 12:16:50 +01:00
Sebastian Hengst
891d81d47e
Backed out changeset c4669804cc49 (bug 1318472) for failing browser_close_dependent_tabs.js. r=backout
2016-11-24 21:58:41 +01:00
Michael Layzell
da7c29a395
Bug 1318472 - Remove inactive hidden tabs when removing the primary tab, r=ehsan
...
MozReview-Commit-ID: KiMsKOljNpE
2016-11-24 12:23:09 -05:00
Carsten "Tomcat" Book
2ee161bf4e
merge mozilla-inbound to mozilla-central a=merge
2016-11-24 16:41:59 +01:00
Gijs Kruitbosch
12f9e4430e
Bug 1314249 - if the target changes, assume we should not pass an opener ref, r=smaug
...
MozReview-Commit-ID: 7DBrRW1WiMP
2016-11-16 16:31:42 +00:00
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
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
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
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
Wes Kocher
e40b3bdc43
Merge mozilla-central to autoland a=merge
2016-11-11 14:10:32 -08: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