Mike Conley
132aa6c7f2
Bug 1348613 - Only use sync message for SessionStore:restoreHistoryComplete for non-remote tabs. r=mikedeboer
...
MozReview-Commit-ID: IuOtKpudDTU
--HG--
extra : rebase_source : 9cd70dd4d6bd2807742e2e84da0c4cc7cc2a2f35
2017-03-27 12:56:38 -04:00
Mike Conley
3715be2910
Bug 1348613 - Make SessionStore:restoreTabContentStarted message always async. r=mikedeboer
...
MozReview-Commit-ID: 8TwPFUbXluW
--HG--
extra : rebase_source : b450809f61d7acb4e83788895bc77adafabfde86
2017-03-27 12:15:50 -04:00
Andrew Swan
8df4d5ccc7
Bug 1348532 Remove unused list.xul r=mossop
...
MozReview-Commit-ID: H411v4yLTah
--HG--
extra : rebase_source : 6ca9b480b2a5ff28dd701baed664fac04c05a871
2017-03-24 19:55:54 -07:00
Dão Gottwald
ef307485e7
Bug 759252 - Use CSS animations for the loading and connecting throbbers. r=jaws
...
MozReview-Commit-ID: 8X4uOrxvF4c
--HG--
extra : rebase_source : 10762c5c40ea774fab1f6f4ed576a46b55bebbb2
2017-03-27 18:56:03 +02:00
Dão Gottwald
8ef113f305
Bug 1350539 - Clean up custom .checkbox-check styling. r=jaws
...
MozReview-Commit-ID: BfiA0gp9giI
--HG--
extra : rebase_source : 1a398d1c5fa0cbeb53b39a8f6afb3bf9348f2d6b
2017-03-25 12:03:39 +01:00
Michael Kaply
5d98501bcf
Bug 1278042 - If update is disabled, don't copy LaunchServices. r=spohl
...
MozReview-Commit-ID: DWZxmVU0Qrf
--HG--
extra : rebase_source : 531a1e7bca364bd23eba0a48e0d80f698c142a69
2017-03-27 09:48:35 -05:00
Andrew McCreight
c188818aea
Bug 1350878 - ContentLinkHandler.jsm does not use its NetUtil.jsm import. r=mikedeboer
...
MozReview-Commit-ID: 7CJk7P3JfML
--HG--
extra : rebase_source : 31bbc83af140fb3eabd5f78cc85695df79c6cf0f
2017-03-22 14:59:33 -07:00
Carsten "Tomcat" Book
a441709a12
Merge mozilla-central to autoland
2017-03-27 13:00:23 +02:00
Hrishikesh Barman
54d7c11e86
Bug 1347111 - Remove border and background fallback styling from checkbox.css. r=dao
...
--HG--
rename : toolkit/themes/windows/global/checkbox/cbox-check-dis.gif => toolkit/themes/faststripe/global/checkbox/cbox-check-dis.gif
rename : toolkit/themes/windows/global/checkbox/cbox-check.gif => toolkit/themes/faststripe/global/checkbox/cbox-check.gif
2017-03-26 22:26:06 +05:30
Mark Banner
7f46a2f8e5
Bug 1350298 - Reduce the complexity of nsContextMenu:setTarget. r=jaws
...
MozReview-Commit-ID: 2TYNVCV4LSL
--HG--
extra : rebase_source : 7c225c26c585b5af86bbb90063c200b8233369c9
2017-03-23 16:22:24 +00:00
Mark Banner
c1099084df
Bug 1350298 - Fix most of the ESLint issues in nsContextMenu.js. r=jaws
...
MozReview-Commit-ID: 4t2paQntzBO
--HG--
extra : rebase_source : ea01434631f63eb647ed08918ff46649012d4c7f
2017-03-23 12:34:22 +00:00
Mark Banner
31fa11c564
Bug 1350298 - Stop preprocessing nsContextMenu.js - use AppConstants instead. r=jaws
...
MozReview-Commit-ID: LLz9bRu9Xxs
--HG--
extra : rebase_source : 0876d3e9b488bf030c3e8a2aa759e0469e410d53
2017-03-24 11:33:48 +00:00
Mike Conley
e5f75b2640
Bug 1096013 - Add a test that ensures that we don't lose the favicon for background tabs that crash. r=mikedeboer
...
MozReview-Commit-ID: BoF62uPSfUC
--HG--
extra : rebase_source : 5549eaa87adcf93b81dbebc6e7e69c3ab5fc0e78
2017-03-24 10:26:49 -04:00
Mike Conley
039c9ecb61
Bug 1096013 - Give selected tabs highest priority during restoration. r=mikedeboer
...
MozReview-Commit-ID: EtApFsDyB50
--HG--
extra : rebase_source : 37d0cc43801f434242b5c3a281c0ce293e1bbdff
2017-03-23 01:59:51 -04:00
Mike Conley
5fd41cbe9c
Bug 1096013 - Show tab icons and titles as soon as possible instead of waiting for history restoration to complete. r=mikedeboer
...
MozReview-Commit-ID: EL8IcreTte2
--HG--
extra : rebase_source : cdaafcfdc4f827d4fd18a1011e3f2e91e4ed59c1
2016-04-20 17:24:24 -04:00
Andrew Swan
00aad91298
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
--HG--
extra : rebase_source : d5cc18abbae6809b196f8497ff91608d662d5030
extra : source : e4c13d11e401ae3bd40be3a5a7fb0aaf95c992bb
2017-03-24 13:55:09 -07:00
Andrew Swan
0672fec97c
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Andrew Swan
f1085e3c9d
Bug 1197420 Part 1 Schema groundwork for optional permissions r=kmag
...
MozReview-Commit-ID: JIfPYjxjFfM
--HG--
extra : rebase_source : 511dea13ceacc25a46505165962c1b01dfcc7b6e
extra : source : 4232cbc11710c9c9e9eb8757b54140e87307274f
2017-03-24 11:10:26 -07:00
Federico Padua
0308f0ce20
Bug 1350063 - urlbarBindings.xml should use AppConstants from the global scope; r=dao
...
This patch makes urlbarBindings.xml use AppConstants from the global scope and
removes the related field.
MozReview-Commit-ID: E2KvOsZVX7q
--HG--
extra : rebase_source : f0d8c35e17717d81ae1d7d2d1cc5fea21b1b5ccd
2017-03-25 18:50:03 +01:00
Sebastian Hengst
2b746620b0
Backed out changeset b6af7d779efc (bug 1197420) on request of developer. r=backout
2017-03-25 17:40:08 +01:00
Sebastian Hengst
2bd09bf679
Backed out changeset 680dd7916a23 (bug 1197420)
2017-03-25 17:39:43 +01:00
Sebastian Hengst
8b0aa27e67
Backed out changeset d1628b66e5f8 (bug 1197420)
2017-03-25 17:39:38 +01:00
Gijs Kruitbosch
29bf378255
Bug 1341562 - fix CustomizableUI's overflow insertion to not break if buttons aren't where we expect them, r=jaws
...
MozReview-Commit-ID: Fs9IYC4bvL9
--HG--
extra : rebase_source : af948f85e4675b0e83abbe6e554646b13603111a
2017-03-22 19:50:53 +00:00
Andrew Swan
52d07f2696
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
--HG--
extra : rebase_source : d5cc18abbae6809b196f8497ff91608d662d5030
extra : source : e4c13d11e401ae3bd40be3a5a7fb0aaf95c992bb
2017-03-24 13:55:09 -07:00
Andrew Swan
28eff4523a
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Andrew Swan
3cbd0a58c4
Bug 1197420 Part 1 Schema groundwork for optional permissions r=kmag
...
MozReview-Commit-ID: JIfPYjxjFfM
--HG--
extra : rebase_source : 511dea13ceacc25a46505165962c1b01dfcc7b6e
extra : source : 4232cbc11710c9c9e9eb8757b54140e87307274f
2017-03-24 11:10:26 -07:00
Gijs Kruitbosch
a3d0dad905
Bug 1349632 - fix hangs when trying to import bookmarks from Edge, r=dao
...
MozReview-Commit-ID: 1xF16KddJBv
--HG--
extra : rebase_source : 353b2e6b3c77fea60c28c47ac0de31e09cb3ea6a
2017-03-25 09:49:26 +00:00
Nihanth Subramanya
1f58a6ce81
Bug 1347503 - Handle "swapping" event for permission notifications. r=johannh
...
MozReview-Commit-ID: ig8XaAe8D2
--HG--
extra : rebase_source : 9caf4877f0a9632bea4f000bf731f16716e85796
2017-03-19 02:22:39 +05:30
Phil Ringnalda
25fd452953
Backed out 5 changesets (bug 1197420) for test_ext_permissions.js and test_chrome_ext_permissions.html timeouts on Fennec
...
CLOSED TREE
Backed out changeset 8a0125e00903 (bug 1197420)
Backed out changeset 925e3a9499ee (bug 1197420)
Backed out changeset 46e135035f10 (bug 1197420)
Backed out changeset 440bab141509 (bug 1197420)
Backed out changeset 3e690bbe8b5a (bug 1197420)
2017-03-24 20:43:24 -07:00
Phil Ringnalda
a281450bc9
Backed out 3 changesets (bug 1096013) for browser_tabicon_after_bg_tab_crash.js failures
...
CLOSED TREE
Backed out changeset 24f52ebe6dc9 (bug 1096013)
Backed out changeset dc7d1c21c857 (bug 1096013)
Backed out changeset 28229b5ba95a (bug 1096013)
2017-03-24 20:42:09 -07:00
Andrew Swan
1fa2f9e217
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
--HG--
extra : rebase_source : d5cc18abbae6809b196f8497ff91608d662d5030
extra : source : e4c13d11e401ae3bd40be3a5a7fb0aaf95c992bb
2017-03-24 13:55:09 -07:00
Andrew Swan
3656a695a2
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : e24e1b52edd3ddcd353a6407497ec4076039af03
2017-03-23 21:45:25 -07:00
Andrew Swan
a0a12d8239
Bug 1197420 Part 1 Schema groundwork for optional permissions r=kmag
...
MozReview-Commit-ID: JIfPYjxjFfM
--HG--
extra : rebase_source : 511dea13ceacc25a46505165962c1b01dfcc7b6e
extra : source : 4232cbc11710c9c9e9eb8757b54140e87307274f
2017-03-24 11:10:26 -07:00
Wes Kocher
04968c7c99
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: DwtKxCKV42X
2017-03-24 17:20:07 -07:00
Wes Kocher
6d0b00069c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: JGfQoBJy2jt
2017-03-24 17:17:27 -07:00
Sebastian Hengst
a0b7f79b3c
Backed out changeset 6c4c29c0b05a (bug 1197420) for failing test_ext_all_apis.html. r=backout
2017-03-24 20:56:54 +01:00
Sebastian Hengst
fb522e4ad5
Backed out changeset 3de2de388ac9 (bug 1197420)
2017-03-24 20:56:14 +01:00
Sebastian Hengst
727e46b218
Backed out changeset 7df6cc66a2eb (bug 1197420)
2017-03-24 20:56:10 +01:00
Ryan VanderMeulen
66002ebff7
Bug 1350416
- Update pdf.js to version 1.7.381. r=bdahl
...
--HG--
extra : rebase_source : 250478a4ca6e95f76ec9f06edf7e1e23a7c0bfa2
2017-03-24 15:19:24 -04:00
Mike Conley
96c00f0042
Bug 1096013 - Add a test that ensures that we don't lose the favicon for background tabs that crash. r=mikedeboer
...
MozReview-Commit-ID: BoF62uPSfUC
--HG--
extra : rebase_source : 2045a6dea372ccb2cda3fd81cfe3ce548682c9b9
2017-03-24 10:26:49 -04:00
Mike Conley
a00d5c9bfa
Bug 1096013 - Give selected tabs highest priority during restoration. r=mikedeboer
...
MozReview-Commit-ID: EtApFsDyB50
--HG--
extra : rebase_source : 5b37495f799831041c79fc3fd5589c855cac44e6
2017-03-23 01:59:51 -04:00
Andrew Swan
1b3c71a54f
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
--HG--
extra : rebase_source : f623b4c7c66888ab1fb4876a3d63ec47677711b8
extra : source : e4c13d11e401ae3bd40be3a5a7fb0aaf95c992bb
2017-03-23 21:48:03 -07:00
Andrew Swan
70f7a8449c
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
--HG--
extra : rebase_source : 4924aa007da4b649266311138b4d240eeeade9a4
2017-03-23 21:45:25 -07:00
Andrew Swan
c3f87a3014
Bug 1197420 Part 1 Schema groundwork for optional permissions r=kmag
...
MozReview-Commit-ID: JIfPYjxjFfM
--HG--
extra : rebase_source : e212c8209c7fb8d52466c1ede94f38006654ac85
extra : source : 4232cbc11710c9c9e9eb8757b54140e87307274f
2017-03-24 11:10:26 -07:00
Gijs Kruitbosch
3b26fd9456
Bug 1325841 - fix hiding popup icon when navigating the browser, r=Felipe
...
MozReview-Commit-ID: AXBgxwb3Jt
--HG--
rename : browser/base/content/test/general/browser_popupUI.js => browser/base/content/test/popups/browser_popupUI.js
rename : browser/base/content/test/general/browser_popup_blocker.js => browser/base/content/test/popups/browser_popup_blocker.js
rename : browser/base/content/test/general/popup_blocker.html => browser/base/content/test/popups/popup_blocker.html
extra : rebase_source : d03d139710882beaaac9581eab6b323e7bc82a45
2017-03-21 15:57:42 +00:00
Sebastian Hengst
3ee0d8a59f
Backed out changeset 21a926a8dffc (bug 1096013) for eslint failure at browser/components/sessionstore/SessionStore.jsm:2600:11. r=backout
2017-03-24 17:17:50 +01:00
Sebastian Hengst
d05ae51211
Backed out changeset eb6768c39156 (bug 1096013)
2017-03-24 17:17:22 +01:00
Sebastian Hengst
81655a7006
Backed out changeset da1e8bddd9ba (bug 1096013)
2017-03-24 17:17:18 +01:00
Mike Conley
d2739bd190
Bug 1096013 - Add a test that ensures that we don't lose the favicon for background tabs that crash. r=mikedeboer
...
MozReview-Commit-ID: BoF62uPSfUC
--HG--
extra : rebase_source : ec26864ba74b8eb09de9f7074d11ab24c095e01f
2017-03-24 10:26:49 -04:00
Mike Conley
cd02fdc739
Bug 1096013 - Give selected tabs highest priority during restoration. r=mikedeboer
...
MozReview-Commit-ID: EtApFsDyB50
--HG--
extra : rebase_source : 532341970ff567816d1ad5b94d2912747ef7efcd
2017-03-23 01:59:51 -04:00