Commit Graph

50119 Commits

Author SHA1 Message Date
Matt Howell
93f72102cc Bug 1396912 - Advance the stub installer progress bar at the correct rate during the install phase. r=agashlin
MozReview-Commit-ID: Gs3ls8iEGqr

--HG--
extra : rebase_source : 49bcf15d8a39813f436e39c0d7569c004cb20f86
2017-09-05 15:44:49 -07:00
Mark Hammond
dd24896f66 Bug 1396085 - ensure the sync widget is always initialized and animate the sync spinner. r=Gijs
MozReview-Commit-ID: HcAuLZQ95EH

--HG--
extra : rebase_source : 662020814200e4b389d7a07d508a76de0dcd989e
2017-09-05 15:08:17 +10:00
Tomer Cohen
a3e4d7c098 Bug 1385713 - Library icon direction on the main toolbar is inconsistent with the one on the menu on RTL builds r=jaws
MozReview-Commit-ID: G62Bg9jGkN

--HG--
extra : rebase_source : 1b6d04805464b80adb70e92f9b95e3844c8843fb
2017-07-30 20:30:12 +03:00
Sebastian Hengst
4d2231acf0 merge mozilla-central to autoland. r=merge a=merge 2017-09-05 23:58:08 +02:00
Sebastian Hengst
01c1a3c741 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 17ViEoPyjPa
2017-09-05 23:55:39 +02:00
Sebastian Hengst
0d5b7f84bb Backed out changeset 2b76c3b079d9 (bug 1392081) for failing browser/components/places/tests/browser/browser_toolbar_overflow.js. r=backout 2017-09-05 23:12:13 +02:00
Sebastian Hengst
e87e851526 Backed out changeset ecd61b92f9b3 (bug 1392081) 2017-09-05 23:11:25 +02:00
Sebastian Hengst
93bc0189bb Backed out changeset 8998e0bed6ff (bug 1392081) 2017-09-05 23:11:20 +02:00
Sebastian Hengst
f2cb170d58 Backed out changeset 882a40327e5a (bug 1392081) 2017-09-05 23:11:14 +02:00
Sebastian Hengst
7fe9943c8c Backed out changeset cf5b68506bef (bug 1392081) 2017-09-05 23:11:08 +02:00
Sebastian Hengst
8e0b4e937f Backed out changeset 5d320d8864e9 (bug 1353013) for failing e.g. test_accessiblecaret_cursor_mode.py of Marionette headless on OS X. r=backout 2017-09-05 22:44:20 +02:00
Francesco Lodolo (:flod)
78ed2814d9 Bug 1396927 - Switch Diec2 (Catalan) search plugin to https r=mkaply
MozReview-Commit-ID: 7JWJhqCvRJV

--HG--
extra : rebase_source : 3205073a5cae04b68e520c2faee929044593750f
2017-09-05 20:09:19 +02:00
Mike Conley
ec416a2990 Bug 1353013 - Be less aggressive about preloading about:newtab. r=florian
Based on a patch that Dão Gottwald <dao+bmo@mozilla.com> wrote.

We used to preload about:newtab as soon as a tab had finished being opened,
which meant that the first opened tab was _never_ preloaded, and that we
risked janking the browser immediately after the user opened a new tab
(which is, arguably, the worst time to do it, since the user is probably
about to navigate that tab somewhere).

This patch makes it so that about:newtab is preloaded after:

1) 1 second of user inactivity, and
2) When we have at least 40ms of idle time to spend in an idle callback.

The 1s and 40ms thresholds were chosen arbitrarily, and we might tune them
over time.

MozReview-Commit-ID: J5xkPQvCdW6

--HG--
extra : rebase_source : 51aed2f47ee5c6a68d04036d0bdc9e6357a5fc8d
2017-08-24 15:23:18 -07:00
Marco Bonardo
7298681f5c Bug 1392081 - Reset the Places toolbar view when the toolbar is collapsed. r=Gijs
MozReview-Commit-ID: IFOxCnslZRX

--HG--
extra : rebase_source : 446fb2849146df0560336bd8cf751d93e18648b3
2017-08-29 23:26:24 +02:00
Marco Bonardo
97831f5b2c Bug 1392081 - Mochitest browser test for bookmarks toolbar overflow. r=Gijs
MozReview-Commit-ID: DwDZl2AELXC

--HG--
extra : rebase_source : 2668e6d8dc1b227992b632dacc1c6bb501a1bdee
2017-08-28 14:43:59 +02:00
Marco Bonardo
d81ea2a51e Bug 1392081 - Only build a subset of the buttons that may become visible on the bookmarks toolbar. r=Gijs
MozReview-Commit-ID: GOlQzUKw2go

--HG--
extra : rebase_source : b721087519e686f256e86308b8fcecec2afc7f47
2017-08-25 17:14:31 +02:00
Marco Bonardo
c2d287bf75 Bug 1392081 - Set the image attribute on bookmarks toolbar buttons only when they are visible. r=Gijs
MozReview-Commit-ID: HIalcxcCBsv

--HG--
extra : rebase_source : a5e6107f63d4a16005852511ab3b15cbb9771015
2017-08-25 15:31:06 +02:00
Marco Bonardo
2168017f1d Bug 1392081 - Use a document fragment to populate toolbar and menu Places views. r=Gijs
MozReview-Commit-ID: 1Q4U3xXfF4Y

--HG--
extra : rebase_source : 2cd7816f9b61a3099b3ea5e81c61e14413a048ae
2017-08-25 15:20:00 +02:00
steveck-chung
be214a9581 Bug 1395519 - [Form Autofill] Keep the original data when record updated via submission. r=lchang
MozReview-Commit-ID: DkVgOlTqVhH

--HG--
extra : rebase_source : f02b7cddedb06ef6e41447bf2fe344115d6d5b68
2017-09-01 10:11:19 +08:00
Jonathan Kingston
774f114ec8 Bug 1339610 - Move chrome:// container icons to be resource:// paths so extension developers can use them. r=baku
MozReview-Commit-ID: JLmKPftt2rG

--HG--
rename : browser/base/content/usercontext-briefcase.svg => browser/components/contextualidentity/content/briefcase.svg
rename : browser/base/content/usercontext-cart.svg => browser/components/contextualidentity/content/cart.svg
rename : browser/base/content/usercontext-chill.svg => browser/components/contextualidentity/content/chill.svg
rename : browser/base/content/usercontext-circle.svg => browser/components/contextualidentity/content/circle.svg
rename : browser/base/content/usercontext-dollar.svg => browser/components/contextualidentity/content/dollar.svg
rename : browser/base/content/usercontext-fingerprint.svg => browser/components/contextualidentity/content/fingerprint.svg
rename : browser/base/content/usercontext-food.svg => browser/components/contextualidentity/content/food.svg
rename : browser/base/content/usercontext-fruit.svg => browser/components/contextualidentity/content/fruit.svg
rename : browser/base/content/usercontext-gift.svg => browser/components/contextualidentity/content/gift.svg
rename : browser/base/content/usercontext-pet.svg => browser/components/contextualidentity/content/pet.svg
rename : browser/base/content/usercontext-tree.svg => browser/components/contextualidentity/content/tree.svg
rename : browser/base/content/usercontext-vacation.svg => browser/components/contextualidentity/content/vacation.svg
extra : rebase_source : 0f7875ce0fd4c7c987beb7953e66ffc0e475f13d
2017-08-25 12:30:16 +01:00
Gijs Kruitbosch
fd7064ce6b Bug 1374315 - fix CSS overflow:hidden in overflow panel and page action panel to fix rounded corners, r=mikedeboer
MozReview-Commit-ID: B5lHCaAMvyu

--HG--
extra : rebase_source : 4b0995e4ef6558ad418c8782f4bdfdf5cba1f91d
2017-08-15 13:03:33 +01:00
Jared Wein
d395875dc0 Bug 1393565 - De-duplicate the JS code and CSS that sets the bookmark and pocket library animation. r=Gijs
MozReview-Commit-ID: Z1kIdrY2Um

--HG--
extra : rebase_source : fbff99adf6446d060f32cb49cfdce8a9912da891
2017-08-30 15:58:24 -04:00
Andrew Swan
54ce4c11b5 Bug 1396578 Remove startup notification for non-mpc extensions r=rhelmer
MozReview-Commit-ID: 6oSi63pGCqK

--HG--
extra : rebase_source : 9908865d5db0949e72f2324158ebce98e3b2fe75
2017-09-05 07:35:59 -07:00
Drew Willcoxon
b687ca805e Bug 1388589 - Add Button States to Items in the Location Bar. r=dao
MozReview-Commit-ID: EseMI7z8DBo

--HG--
extra : rebase_source : 7277b787e801cd7b697e016af32111f2c8f671ce
2017-09-02 14:59:09 -07:00
Mark Striemer
0875bd29d9 Bug 1374463 - Show extension identity when controlling newtab r=mixedpuppy
MozReview-Commit-ID: 2phlLhlAvGd

--HG--
extra : rebase_source : 7459d7efe0cb06ae64f25004fde2affd85292de3
2017-08-31 12:23:48 -05:00
Alex Gaynor
f7ab109d5e Bug 1229829 - Part 2 - Use an alternate desktop on the local winstation for content processes; r=bobowen
MozReview-Commit-ID: ES52FwM5oFZ

--HG--
extra : rebase_source : 3893d3022f203eb0962f3bcc3490b35514285781
2017-08-16 09:55:19 -04:00
Dão Gottwald
c6455e0be2 Bug 1396624 - Hide URL bar elements and the stop button with display:none instead of visibility:collapse to prevent the icons from being loaded needlessly. r=johannh
MozReview-Commit-ID: 6VB57Lz2bMI

--HG--
extra : rebase_source : 1a0aea95847ac981b177f0d508a4b35f681add8a
2017-09-04 18:14:20 +02:00
Bob Silverberg
ab10610842 Bug 1293853 - Part 3: Add support for separators to bookmarks API, r=mixedpuppy
This adds support for separators to the bookmarks API. Separators can now be created
and will be returned by any method that returns BookmarkTreeNodes. They will also be
included in data for the onCreated and onRemoved events.

BookmarkTreeNodes will now contain a `type` property which will be one of bookmark,
folder or separator. When creating a bookmark object, one can specify the type, or one
can rely on the Chrome-compatible behaviour which treats any bookmarks without a URL
as a folder. To create a separator one must specify a type as part of the CreateDetails
object.

MozReview-Commit-ID: BoyGgx8lMAZ

--HG--
extra : rebase_source : 95a06fe81d21d660aeecbd86b71ca6bbcd66eb10
2017-08-28 17:05:55 -04:00
Dão Gottwald
cd8e4a7817 Bug 1395596 - Avoid changing the bookmarks toolbar's height when entering customize mode and the toolar is non-empty. r=Gijs
MozReview-Commit-ID: KSCW3LkpZNA

--HG--
extra : rebase_source : 2c305031886ff32fb341d470bdc054336e855781
2017-09-05 13:14:26 +02:00
Sebastian Hengst
45cb996f32 merge mozilla-central to autoland. r=merge a=merge 2017-09-05 12:37:56 +02:00
Sebastian Hengst
a17af05f6f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: L5exd68pNSG
2017-09-05 11:40:49 +02:00
Ting-Yu Lin
f9176a02c1 Backed out changeset b7a2fb849cfa (bug 1394304) for regressions. r=backout 2017-09-05 09:50:26 +08:00
Ricky Chien
f216d87d8e Bug 1392532 - Polish Preferences font size depending on platforms r=dao
MozReview-Commit-ID: IiqSSl7wQ6h

--HG--
extra : rebase_source : ead26b294c538e902861d17e8c1c41a2e5532ee5
2017-09-04 11:06:10 +08:00
Adrian Wielgosik
8d734f5355 Bug 1387356 - Remove deprecated sidebar functions. r=dao
MozReview-Commit-ID: R7iw6RpDmc

--HG--
extra : rebase_source : 792d014a8beb62463c3b13556bf0b4878238401a
2017-09-04 19:53:35 +02:00
Drew Willcoxon
8128003b90 Bug 1395743 - Pocket button should come before bookmarks star button in urlbar. r=Gijs
MozReview-Commit-ID: 2KPSv3Fy8kn

--HG--
extra : rebase_source : 714c1ae1faebc08f62d9898dfc2a455c486c802d
2017-09-01 14:46:52 -07:00
Drew Willcoxon
7fb6175d88 Bug 1396053 - Page action urlbar button ordering can get messed up for new windows. r=Gijs
MozReview-Commit-ID: 1KwrS6tsnhO

--HG--
extra : rebase_source : 05f4a7e485757ca72fb56a1116e271ad3d6241bf
2017-09-04 23:58:27 -07:00
Steve Armand
e46ff00709 Bug 1368967 - Enable the ESLint generator-star-spacing rule across mozilla-central. r=standard8
MozReview-Commit-ID: 5do3eoCEAMR

--HG--
extra : rebase_source : 5f692e474e1d7d173fcb4c9c08617f0fe489e443
2017-09-04 00:49:32 -04:00
Marco Bonardo
f2673e8607 Bug 1384050 - Search suggestion contextual hint should only be shown when a user manually focuses the URL bar. r=Paolo
MozReview-Commit-ID: IVbHYdtYJgx

--HG--
extra : rebase_source : 12ef3e701fc71bdad97e06fb0e916e4a4e5abcc3
2017-08-30 18:03:00 +02:00
Axel Hecht
dcded5c26e bug 1396177, unset MOZ_SIMPLE_PACKAGE_NAME for all of l10n-check, r=aki
MozReview-Commit-ID: 78MFJY6tvRW

--HG--
extra : rebase_source : 55b8885807a1b36c70f2dbe486ecebd8f5d29e8d
2017-09-04 13:27:56 +02:00
Axel Hecht
95569686be Backed out changeset b01a7e57425b (bug 1396177) as we're uploading the wrong file to ftp r=aki
MozReview-Commit-ID: 5fyW3DprjSS

--HG--
extra : rebase_source : 6ebe2c992665d7c6f2f9d1f88044c5d476784ff1
2017-09-04 13:24:21 +02:00
Julian Descottes
f7b9898efd Bug 1396571 - use default value when retrieving pref devtools.webconsole.persistlog;r=Honza
MozReview-Commit-ID: 1Hlq6uLpQ5i

--HG--
extra : rebase_source : 29046c088aff4b06c56f35615ec931ad0ba8893a
2017-09-04 14:56:35 +02:00
Sebastian Hengst
2ff8041e36 Backed out changeset 14e59ce2ce01 (bug 1284886) for failing own test on Windows 7 debug without e10s. r=backout 2017-09-04 23:54:54 +02:00
Henri Kemppainen
f5706bb48e Bug 1385374 - Disable tab scrolling when urlbar popup only displays a notification. r=mak 2017-09-04 18:28:17 +03:00
Kris Maglione
a2ec0b79b6 Bug 1396017: Redact window titles without the appropriate tabs permissions. r=mixedpuppy
MozReview-Commit-ID: 2QJYvJlqt9l

--HG--
extra : rebase_source : 33c4670a0eded6e0af4f931a1ac4cd57f6115995
extra : amend_source : 915bfac6f2c05024acd840c8fa9e282bfc31c296
2017-09-01 12:20:10 -07:00
Kevin Jones
0a5839402a Bug 1284886 - Add discardBrowser method to tabbrowser.xml, which returns tab to its lazy state. r=dao, r=mikedeboer
--HG--
extra : rebase_source : b63734bccd6a08535e2037fcd05081ade819e40b
2017-09-03 15:31:00 -04:00
Mark Banner
e98740d9e0 Bug 1391393 - Cancelling the bookmarks properties dialog shouldn't undo when no changes have been made. r=mak
MozReview-Commit-ID: 7supBHcrpdu

--HG--
extra : rebase_source : 83947eae2c31253659a9acb0a924fcee48d11871
2017-08-24 12:51:38 +01:00
Thomas Nguyen
1ba7981aca Bug 1394053 - Disable download protection on non-official builds r=francois
MozReview-Commit-ID: JmpGJ8DOX48

--HG--
extra : rebase_source : dfb8a646895c2511e9472774b063cf94b472d438
2017-09-04 10:47:48 +08:00
Mark Banner
d47cfbe9b8 Bug 1395784 - Skip browser_controller_onDrop.js when async places transactions are turned off. r=mak
MozReview-Commit-ID: FFJLRIvOfZX

--HG--
extra : rebase_source : 850b0cafd6319d5af8f3dcd63c135544ec6b48bc
2017-09-04 11:23:07 +01:00
Sean Lee
dc291337a8 Bug 1394704 - Early return ManageRecords.loadRecords during the loading process. r=lchang,scottwu
MozReview-Commit-ID: 8yR6kDg67PL

--HG--
extra : rebase_source : b08d90136ab02e3ef38da97c53d20d3a5623562f
2017-08-29 14:09:18 +08:00
Fischer.json
2e773ceaa9 Bug 1392472 - Implement the blue dot on the overlay icon button, r=gasolin
The patch

- fixes Bug 1392471 together: before the 1st notification mute session show the speech bubble by default; after the 1st notification mute session show the blue dot by default.

- shows the blue dot by default if the window width is smaller then 1150px disregarding the 1st notification mute session

- shows the speech bubble when hovering on the blue dot

MozReview-Commit-ID: 6TXZrwDwfV3

--HG--
extra : rebase_source : f05853f519edd1847057904f56556358047b1f01
2017-09-04 12:14:33 +08:00