Joel Maher
e782a7096d
Bug 1334336 - Intermittent toolkit/components/passwordmgr/test/browser/browser_capture_doorhanger.js. temporarily disable. r=gbrown
2017-04-25 15:25:56 -06: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
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +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
Neil Deakin
8847ff9563
Bug 1334635, don't flush layout in the tree's CheckOverflow method if the scroll overflow hasn't changed, r=jaws, dholbert
...
The flush was added due to the overflow/underflow events causing recursion in some cases. But if the events aren't fired there is no point in doing this. The password manager test is changed to flush since it relies on showing/hiding tree columns but currently doesn't wait for a relayout before asking for cell information.
2017-04-13 08:21:23 -04:00
Johann Hofmann
6f157e5a1c
Bug 1337772 - Part 2 - Explicitly trigger a mousedown event before opening the context menu in browser_context_menu.js. r=MattN
...
MozReview-Commit-ID: ADTskzMoK9t
2017-04-06 11:00:11 +02:00
Johann Hofmann
2852b063d7
Bug 1337772 - Part 1 - Use mousedown instead of contextmenu to avoid showing the password autocomplete. r=MattN
...
MozReview-Commit-ID: EUZ1f6Qdm0c
2017-04-07 00:01:31 +02:00
Johann Hofmann
229c3dd3de
Bug 1192800 - Get rid of CPOWs in browser_context_menu.js. r=MattN
...
MozReview-Commit-ID: 8lkjFGvwS8d
2017-03-16 09:09:44 +01:00
Mark Banner
ec9074e132
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
2017-03-20 12:36:37 +01:00
Joel Maher
58814936e9
Bug 1337772 - Intermittent browser_context_menu_autocomplete_interaction.js. disable on linux. r=gbrown
...
MozReview-Commit-ID: 5OC5E22GBJV
2017-03-09 15:06:30 -05:00
Johann Hofmann
48b937717f
Bug 1337772 - Fix intermittent browser_context_menu_autocomplete_interaction.js. r=MattN
...
MozReview-Commit-ID: 6vAWN4z2wRP
2017-03-01 20:05:38 +01:00
Johann Hofmann
b114c94ba3
Bug 1337259 - Don't show password autocomplete upon a right click into the password field. r=mconley
...
MozReview-Commit-ID: JEODCfZOMRW
2017-02-10 12:45:26 +01:00
Ryan VanderMeulen
cfb0a336fc
Bug 1312981, bug 1313136 - Skip browser_capture_doorhanger_window_open.js on Linux for frequent failures.
2017-02-22 12:43:41 -05:00
J. Ryan Stinnett
fd466118f9
Bug 1335281 - Use frame loader for same process browsers. r=mrbkap
...
This changes the `relatedBrowser` property which held a <xul:browser> to the
more explicit `sameProcessAsFrameLoader` which takes an nsIFrameLoader.
This clarifies the purpose of the property and also (by switching to the frame
loader) makes it easier to set in some contexts.
MozReview-Commit-ID: LnEvSP8zkto
2017-02-14 14:12:35 -06:00
Matthew Noorenberghe
d62191bc93
Bug 1330111 - Don't open username autocomplete upon focus if a contextmenu is opening. r=johannh,daleharvey
...
The `focus` event is received before the `contextmenu` event.
MozReview-Commit-ID: 4Ya0uXKXWC6
2017-02-08 10:19:15 +08:00
Carsten "Tomcat" Book
64de21fa14
Backed out changeset 9c3763aa4bed (bug 1330111)
2017-02-07 14:03:12 +01:00
Matthew Noorenberghe
2ec547f00d
Bug 1330111 - Don't open username autocomplete upon focus if a contextmenu is opening. r=johannh,daleharvey
...
The `focus` event is received before the `contextmenu` event.
MozReview-Commit-ID: 4Ya0uXKXWC6
2017-02-07 08:41:02 +08:00
Wes Kocher
b2c1cc5f1d
Backed out 9 changesets (bug 1330111) for bc bustage in various tests a=backout
...
Backed out changeset e87c86970a29 (bug 1330111)
Backed out changeset 9e2e44a7a159 (bug 1330111)
Backed out changeset 7abc377ef809 (bug 1330111)
Backed out changeset f1e782d1c944 (bug 1330111)
Backed out changeset d94d72846952 (bug 1330111)
Backed out changeset 23180cae4a46 (bug 1330111)
Backed out changeset 09c59f5c572a (bug 1330111)
Backed out changeset e208e0b51349 (bug 1330111)
Backed out changeset 271035a2bc64 (bug 1330111)
MozReview-Commit-ID: 6mfKgu07dow
2017-02-06 17:54:14 -08:00
Matthew Noorenberghe
5f1e90fd9e
Bug 1330111 - Don't open username autocomplete upon focus if a contextmenu is opening. r=johannh,daleharvey
...
The `focus` event is received before the `contextmenu` event.
MozReview-Commit-ID: 4Ya0uXKXWC6
2017-02-07 08:41:02 +08:00
Gabor Krizsanits
d602638479
Bug 1315042 - Re-enable some tests part2. r=me
2017-02-01 13:38:59 +01:00
Florian Quèze
c8cf49999e
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Matthew Noorenberghe
86b1f39240
Bug 1319176 - Open the SUMO page when the insecure login warning is clicked. r=seanlee
...
MozReview-Commit-ID: JxAps2ySOnZ
2017-01-23 16:06:22 -08:00
Gabor Krizsanits
fcef34662d
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Blake Kaplan
be771d8873
Bug 1330822 - Remove CPOWs from browser_context_menu_iframe.js. r=Gijs
...
This was tricky because synthesizeMouse would compute the incorrect
coordinates if the requested event target was in a sub-frame. With this patch,
we deal correctly with sub-frames.
MozReview-Commit-ID: KpUKxFXKMrl
2016-11-11 15:07:18 -08:00
Jared Wein
601c1e5636
Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs
...
MozReview-Commit-ID: 7iXjQtp9ftV
2017-01-17 10:38:58 -06:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Florian Quèze
b36a8b8f42
Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws.
2017-01-11 22:27:42 +01:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Dale Harvey
b2b4d66273
Bug 1311301 - Ensure login managed inputs focus on load. r=mattn
2016-12-01 00:01:52 +00:00
Evan Tseng
bd08744677
Bug 1273871 - Split up browser_capture_doorhanger.js test for avoiding the timeout issue. r=MattN
...
MozReview-Commit-ID: CAd4VP53I3h
2016-09-30 18:24:02 +08:00
Carsten "Tomcat" Book
2839eed23b
Backed out changeset 04ba25cbcf8a (bug 1273871) for bc5 failures
2016-11-23 16:34:40 +01:00
Evan Tseng
0e1b6885f8
Bug 1273871 - Split up browser_capture_doorhanger.js test for avoiding the timeout issue. r=MattN
...
MozReview-Commit-ID: CAd4VP53I3h
2016-09-30 18:24:02 +08: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
Jonathan Kingston
51dc78db8d
Bug 1267604 - Restyle doorhanger notifications. r=paolo
...
MozReview-Commit-ID: HBykgFhgjmX
2016-11-20 18:40:08 +01: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
d0b2fee9ad
Bug 1273871 - disable browser_capture_doorhanger.js for constant failures, a=nnoyance
2016-11-17 21:39:45 -08:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
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
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
Phil Ringnalda
6474fd80e8
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: ERwR70i3ZXb
2016-11-04 20:42:16 -07:00
Jared Wein
eb09d153fa
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3EQOeDSnmVz
2016-11-04 17:11:52 -04:00
Gabor Krizsanits
fe1a742122
Bug 1301340 - part6: Disabled test should still run in non-e10s mode. r=me
2016-11-04 11:05:55 +01:00
Wes Kocher
5f6cf497a3
Backed out changeset 2a1b034ed3fb (bug 1314474) for xpcshell failures a=backout
2016-11-04 13:57:56 -07:00
Jared Wein
c0329c1f9a
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3QTChaVgCRP
2016-11-03 18:29:08 -04:00
Gabor Krizsanits
f2ea7fcc5e
Bug 1301340 - part5: Turning off some tests temporarily to enable e10s-multi. r=mrbkap
2016-11-03 19:28:15 +01:00