Kris Maglione
10bb26b8d5
Bug 1313863: Copy progress state flags when moving tabs between windows. r=Gijs,mconley
...
MozReview-Commit-ID: FO0CfvSr81K
2016-12-30 10:32:11 -08:00
Mats Palmgren
668a72b602
Bug 1328025 - Unbreak copying of multi-range Selection in URL bar. r=mak
2017-01-10 21:37:49 +01:00
Carsten "Tomcat" Book
ef8fa78a99
merge mozilla-inbound to mozilla-central a=merge
2017-01-10 12:11:31 +01:00
Michael
6965e76219
Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r=mconley
...
Patch by Michael Wright and Freddy (Junshan) Luo.
MozReview-Commit-ID: G0CaZplABpC
2016-12-21 11:09:39 -05:00
Andrew Swan
bfca49082b
Bug 1308295 part 2: add extension prompts to InstallTrigger r=rhelmer
...
Logic for displaying addon installation confirmation prompts that
was previously in the Installer helper class is now rolled into the
prompts that are issued from AddonInstall.
MozReview-Commit-ID: HGZTqDZMgNQ
2017-01-05 16:35:07 -08:00
Mark Banner
ac52569fff
Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws
...
MozReview-Commit-ID: 5NKHHb70YA6
2017-01-09 10:12:26 +00:00
Tyler Maklebust
562973cc78
Bug 1309935 - Add ability to find within select dropdown when over 40 elements. r=jaws
...
Original patch by Tyler Maklebust <tmaklebust@gmail.com > and Jared Beach <beachjar@msu.edu >
MozReview-Commit-ID: 7FW6PHIrXF4
2017-01-17 15:40:15 -05:00
Thom Chiovoloni
77e6af4a31
Bug 1312094 - Don't show 'send to device' for huge or otherwise unsyncable URIs. r=markh
...
MozReview-Commit-ID: 8Eh23UGOwNv
2017-01-09 17:38:34 -05:00
Blake Kaplan
dff05c207e
Bug 1330822 - Remove CPOWs from browser_bug633691.js r=Gijs
...
MozReview-Commit-ID: 829vnw81Xkd
2016-11-30 18:00:19 -08:00
Blake Kaplan
65ac0c47c6
Bug 1330822 - Remove CPOWs from browser_popupUI.js. r=Felipe
...
Finding the popup window after the fact was going to be messy (maintaining
window identity across the message manager is a tricky task). Instead, it's
much easier to wait for the new window to open and grab a reference to it
then.
2016-11-15 15:12:28 -08:00
Blake Kaplan
21bbc8e3b3
Bug 1330822 - Remove CPOWs from browser_mixedcontent_securityflags.js. r=Felipe
2016-11-15 15:12:17 -08:00
Blake Kaplan
829bcf9527
Bug 1330822 - Remove CPOWs from browser_identity_UI.js. r=Felipe
2016-11-15 15:11:48 -08:00
Blake Kaplan
0dfcdc7ae5
Bug 1330822 - Remove CPOWs from browser_favicon_change.js. r=Felipe
2016-11-15 15:11:13 -08:00
Blake Kaplan
6fefbf2c5d
Bug 1330822 - Remove CPOWs from browser_no_mcb_on_http_site.js. r=Felipe
2016-11-15 15:10:49 -08:00
Blake Kaplan
729d897f18
Bug 1330822 - Remove CPOWs from browser_bug839103.js. r=Gijs
...
In converting this test, I found that `initialStylesheetAdded` was testing the
wrong thing. It was firing instead for the dynamic case. Fixing it is hard
without converting the test to be a mochitest-plain test. I simply removed it.
If we want to add it back, we can at another date.
MozReview-Commit-ID: 7UohwERTPkb
2016-11-15 13:15:44 -08:00
Francesco Lodolo (:flod)
5ca537ea33
Bug 1325239 - Update Pocket string localizations, r=mixedpuppy
...
MozReview-Commit-ID: B9sgWGeeUZw
2017-02-02 08:21:28 +01:00
Edouard Oger
56a9cb19a4
Bug 1335538 - Don't fetch the FxA profile on every UI update in browser-fxaccounts. r=markh
...
MozReview-Commit-ID: F95hmHuWTW6
2017-02-01 13:27:37 -05:00
Mike Conley
311be6ba4a
Bug 1307689 - Regression tests. r=mossop
...
MozReview-Commit-ID: 7SFqRNtMZVs
2017-01-26 17:55:35 -05:00
Carsten "Tomcat" Book
7579b147e1
Merge mozilla-central to autoland
2017-02-02 14:30:05 +01:00
Johann Hofmann
3e5b8e1681
Bug 1335431 - Move site identity tests out of test/general. r=Gijs
...
MozReview-Commit-ID: 5BKZXFPn7PW
2017-01-31 09:27:51 +01:00
Johann Hofmann
ac774acafd
Bug 1206232 - Add temporary permission states to SitePermissions.jsm. r=jdm,Paolo
...
MozReview-Commit-ID: zQVeEHhIax
2016-09-22 23:09:30 +02:00
Carsten "Tomcat" Book
bb42ee701b
Merge mozilla-central to autoland
2017-01-19 17:00:25 +01:00
Munro Mengjue Chiang
75f8d6704e
Bug 1270572 - write tests for the umprompted gUM request; r=florian
...
MozReview-Commit-ID: LYWTNnfli6K
2016-12-20 14:51:36 +08:00
Chris Peterson
eb22fb1e9e
Bug 1329547 - Remove messages about missing CDM on XP. r=Gijs
...
MozReview-Commit-ID: nTEgsecM8h
2017-01-08 00:43:12 -08:00
Chris Peterson
47fe26c0a2
Bug 1329547 - Remove messages about missing codecs on XP. r=Gijs
...
MozReview-Commit-ID: 2YH1Hv1bj19
2017-01-07 23:27:25 -08:00
Jared Wein
0c2dd4fa35
Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: 2MhpvzUDgtK
2017-01-06 12:09:28 -05:00
Ryan VanderMeulen
127c9e5534
Merge inbound to m-c. a=merge
2017-01-07 11:22:47 -05:00
Mike de Boer
e880bf3653
Bug 1327212 - undo a line removal done in bug 935521 that causes regressions. r=Gijs
...
MozReview-Commit-ID: HaUEOSpEsXs
2017-01-07 01:05:33 +01:00
Wes Kocher
66cd890577
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 2ocdQCLe0I1
2017-01-05 17:31:25 -08:00
Wes Kocher
725e635b68
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1ij6nLf8f8s
2017-01-05 17:30:35 -08:00
Andrew McCreight
92ba0f6fbd
Bug 1309420 - Disable browser_tab_dragdrop for ASan leaks. r=jaws
...
MozReview-Commit-ID: JjS8s5w6OTO
2017-01-05 15:14:22 -08:00
Mark Banner
5749f702b8
Bug 1289765 - Re-enable browser_locationBarCommand.js test now that the intermittents seem to have gone away. r=mak
...
MozReview-Commit-ID: LcWZwfDhHI0
2016-12-23 10:59:04 +00:00
Johann Hofmann
c5dd09dabd
Bug 1320719 - The Esc key should deny permission requests for persistent prompts. r=florian
...
MozReview-Commit-ID: 3qj0pub48q9
2016-12-09 15:04:01 -10:00
Phil Ringnalda
659a7d8a80
Merge m-c to autoland
2017-01-04 19:01:49 -08:00
Phil Ringnalda
2903fb9e55
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 51FMtH1yTe6
2017-01-04 18:33:32 -08:00
Dão Gottwald
51ee83518a
Bug 1322738 - Implement compact about:newtab tiles styling. r=gijs
2017-01-04 22:39:52 +01:00
Andrew Swan
5868ba8df8
Bug 1323129 part 1: Remove support for installing multiple xpis in InstallTrigger r=rhelmer
...
MozReview-Commit-ID: 567cHYjbjO4
2017-01-04 10:12:53 -08:00
Jared Wein
1cde0c1e45
Bug 1326712 - Allow hitting Enter on the Remove Bookmark button to remove the bookmark instead of performing the default action on the popup. r=mossop
...
MozReview-Commit-ID: AQ0Q4zb2g2Q
2017-01-03 17:02:09 -05:00
Mark Banner
d07f540195
Bug 1328338 - Fix more no-undef eslint issues in toolkit/ and browser/. r=mossop
...
MozReview-Commit-ID: 78dXLYVW1gC
2017-01-03 11:55:24 +00:00
Mark Hammond
59d2418f35
Bug 1253816 - requestLongerTimeout due to timeouts in debug builds. r=jmaher
...
MozReview-Commit-ID: LQwZxGQ9gAY
2017-01-03 12:28:46 +11:00
Phil Ringnalda
d436071a6a
Backed out changeset 83d895c1c1ea (bug 1326712) for failures in browser_bookmark_popup.js
2017-01-03 19:36:42 -08:00
Jared Wein
af375db7c6
Bug 1326712 - Allow hitting Enter on the Remove Bookmark button to remove the bookmark instead of performing the default action on the popup. r=mossop
...
MozReview-Commit-ID: AQ0Q4zb2g2Q
2017-01-03 17:02:09 -05:00
Andrew Swan
6e61dca819
Bug 1308309 Prompt for webextensions permissions r=florian,rhelmer
...
MozReview-Commit-ID: 6rTGvjKcx3H
2017-01-03 10:55:25 -08: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
Ryan VanderMeulen
0b71fbb4b1
Bug 1326340 - Update pdf.js to version 1.6.418. r=bdahl, r=Mossop
2016-12-29 22:08:13 -05:00
Ryan VanderMeulen
ad8d8fec71
Merge inbound to m-c. a=merge
2016-12-30 10:04:47 -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
Phil Ringnalda
374746d101
Merge m-c to m-i
...
MozReview-Commit-ID: KhTVPUMvnOT
2016-12-29 18:26:18 -08:00