Граф коммитов

52191 Коммитов

Автор SHA1 Сообщение Дата
Dorel Luca bea662dd30 Merge mozilla-central to autoland r=merge
--HG--
rename : layout/reftests/webcomponents/basic-insertion-point-1-ref.html => layout/reftests/webcomponents/basic-slot-5-ref.html
rename : layout/reftests/webcomponents/basic-insertion-point-1.html => layout/reftests/webcomponents/basic-slot-5.html
rename : layout/reftests/webcomponents/basic-insertion-point-2-ref.html => layout/reftests/webcomponents/basic-slot-6-ref.html
rename : layout/reftests/webcomponents/basic-insertion-point-2.html => layout/reftests/webcomponents/basic-slot-6.html
extra : rebase_source : 483a0fb85738c5459165efca8ec6bc971e31b4c2
2017-12-04 12:49:40 +02:00
Jessica Jong 171f326899 Bug 1418020: No need to hide form validation popoup onLocationChange. r=Felipe
We already hide the popup when element blurs, which is fired when navigating to
another page.

MozReview-Commit-ID: 5GvlX1CiOQL
2017-12-04 14:15:28 +08:00
Csoregi Natalia 009021edbb Backed out changeset 362425ee97ad (bug 1419007) for ESLint failure and for failing test_threathit_report.html. r=backout on a CLOSED TREE 2017-12-03 21:41:07 +02:00
Jonathan Kingston 4de9966be8 Bug 1419007 - Ensure errors FireOnLocationChange after documentURI has changed in docshell. r=sawang
MozReview-Commit-ID: AaZEIOI4sW1
2017-11-21 11:40:01 +00:00
Francesco Lodolo (:flod) 69a04c680f Bug 914817 - [ja] Update icon for Rakuten searchplugin, switch SearchForm to https r=mkaply
MozReview-Commit-ID: FJsgvRgtFuh

--HG--
extra : rebase_source : bc4c51468b9f612a7c7618c58b8299323e8cf284
2017-12-03 09:30:31 +01:00
Paolo Amadini fd72a1cb37 Bug 1392340 - Height jumps when opening subviews of different lengths. r=Gijs
The height of the subview being opened was supposedly calculated using an off-screen container independent from the currently displayed views, but this didn't work as expected because of the incorrect box alignment. This is now fixed and the correct minimum and maximum heights are set on the container separately, also preventing the current view from flickering before the transition in case the subview was taller.

With this issue fixed, the height can now be recalculated each time the subview is opened, without the caching that caused incorrect results when the same view was reopened with different elements or text.

Jumping could also occur because of a border applied only during the transition, which could influence the subview height in the presence of wrapping text.

MozReview-Commit-ID: EWHs1hFKXT4

--HG--
extra : rebase_source : 5b0bc4e5d4d2d10d684c2c2bf94a9030aadd09bd
2017-11-28 16:53:42 +00:00
Paolo Amadini 224d94cc76 Bug 1420945 - Keep the existing items in the Recent Highlights section while opening the Library panel. r=Gijs
In order to display the Library view sooner, the Recent Highlights section is populated asynchronously after the view is shown. When the Library button is moved to the overflow menu, this prevents the view height animation from including this section.

This can be worked around after the first time the view is opened, and is currently done by reusing the last known height. This logic causes issues with other subviews, but to fix this the Library view has to be changed to keep the existing highlight items while fetching the new ones.

MozReview-Commit-ID: AGs7nh4CsYE

--HG--
extra : rebase_source : ee2876f45ac16dc6c58d3373dfd2e3cc847dd593
2017-11-30 21:28:00 +00:00
Tooru Fujisawa 07264d6840 Bug 1420319 - Wait for the next event tick before resolving promise in browser_ext_optionsPage_modals.js. r=jaws 2017-12-01 22:35:59 +09:00
Tooru Fujisawa ef48056fc3 Bug 1421653 - Wait for new tab load and window close in browser/base/content/test/general/browser_trackingUI_5.js to make sure state transition does not overlap. r=felipe 2017-12-01 22:35:58 +09:00
Tooru Fujisawa c517b45ace Bug 1421119 - Wait for the next event tick before resolving promise in browser_check_correct_controllers.js. r=mak 2017-12-01 10:05:47 +09:00
Tooru Fujisawa 633523446c Bug 1421118 - Wait for the next event tick before resolving promise in preferences test. r=jaws 2017-12-01 10:05:47 +09:00
Tooru Fujisawa 0d40515163 Bug 1421117 - Wait for the next event tick before resolving promise in browser_oneOffHeader.js. r=florian 2017-12-01 10:05:47 +09:00
Tooru Fujisawa fe53b6f0ac Bug 1421115 - Wait for the next event tick before resolving promise in places tests. r=mak 2017-12-01 10:05:47 +09:00
Tooru Fujisawa aabc90cd2f Bug 1421101 - Disable mouse events on tab preview buttons in browser/base/content/test/general/browser_ctrlTab.js. r=jaws 2017-12-01 10:05:47 +09:00
Tooru Fujisawa 62bd8f6b80 Bug 1420593 - Refactor browser/components/preferences/in-content/tests/browser_cookies_exceptions.js r=jaws 2017-12-01 10:05:46 +09:00
Tooru Fujisawa 54f00e33b9 Bug 1420310 - Part 0: Fix browser_subdialogs.js to wait for events in correct order and timing. r=felipe 2017-12-01 10:05:46 +09:00
Marco Castelluccio 13a64e4f45 Bug 1421724 - Disable browser_devices_get_user_media_screen.js on Windows coverage builds until it is fixed. r=achronop 2017-11-30 17:01:21 +01:00
Gurzau Raul 1c0a590e09 Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE 2017-12-01 13:00:44 +02:00
Florian Quèze 1e344a882c Bug 1421456 - Follow-up to take into account that the favicon height is sometimes 15px, rs=bustage-fix. 2017-12-01 11:29:47 +01:00
Florian Quèze 3674c4f0d9 Bug 1421456 - Add a test to prevent flickering regressions on window opening, r=johannh. 2017-12-01 10:44:24 +01:00
Thomas Nguyen 51c703955b Bug 1420702 - Test referrer when clicking cross domain link from pinned tab r=ckerschb
MozReview-Commit-ID: DokwVqZcrx7

--HG--
extra : rebase_source : 02f9ee54485288b7bf6fe2651acf3648db5a52c7
2017-11-30 21:43:00 +08:00
Sylvestre Ledru 0df2ec12c4 Bug 406738 - No longer show the kind of updates in 'Show Update History' as they are all marked as "security updates" r=florian
MozReview-Commit-ID: 1TTK5vPRnfT

--HG--
extra : rebase_source : a7d6f2d06a2cb8f2e85139f5ca09f5e999ea0ef3
2017-10-19 11:36:25 +02:00
Ciure Andrei 48e5c9892f Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2017-12-02 12:19:55 +02:00
Dão Gottwald 6d6d5c3c75 Bug 1422100 - Refactor in-content UI font sizes. r=jaws
MozReview-Commit-ID: DIxgLYcUvJh

--HG--
extra : rebase_source : 7af4709b4e75bb15230b9bdce9a0202c8d10e956
2017-11-30 20:23:07 +01:00
Mike Conley 5b0d6be3e2 Bug 1397426 - Expose renderLayers state via nsITabParent and correctly set initial tab states in async tab switcher. r=billm
MozReview-Commit-ID: IIMmwrgJUV6

--HG--
extra : rebase_source : 00ca04b970feb98d96b082c9b582875d486d2ece
2017-11-22 10:48:10 -08:00
Mike Conley f476b048b2 Bug 1397426 - Make TabParent's assume they're rendering layers by default on construction. r=billm
This assumption also mirrors how non-remote browsers have their docShells active by default.

In order to do this, I also have to increase the initial epoch's for the TabParent and TabChild,
as if a RenderLayers has been called. Originally, since the epochs initted at 0, and the epochs
stored by the [Layer|WebRender]TransactionParent were also initted at 0, we'd hit this branch:

https://searchfox.org/mozilla-central/rev/c633ffa4c4611f202ca11270dcddb7b29edddff8/gfx/layers/ipc/LayerTransactionParent.cpp#703

and then we'd never alert the TabParent about the layer upload.

MozReview-Commit-ID: 6PP1eCnisYK

--HG--
extra : rebase_source : da736415d6b60208fa54bc25fe449cc261e856d8
2017-11-20 11:41:11 -05:00
Mike Conley 752b8e0615 Bug 1397426 - Add hasLayers to nsITabParent and use it in the async tab switcher. r=billm
This is necessary because sometimes the async tab switcher will instantiate when
there already exists some background tabs that are rendering via print preview. When
that happens, it's important for the state to be set correctly for them so that we
don't accidentally treat them as still loading, and wait (forever) for them to report
having finished loading.

MozReview-Commit-ID: 2dwo5WlXlgJ

--HG--
extra : rebase_source : 7d3def56bf6ba12bb6110b60bb3d79329bfc0abd
2017-11-17 09:55:29 -08:00
Mike Conley 8a11644dbe Bug 1397426 - Make async tab switcher use new nsITabParent renderLayers function. r=billm
MozReview-Commit-ID: Go2EdMXGwa7

--HG--
extra : rebase_source : 15ad7b80c5d52d61fae5f4867e2a6599522adf0b
2017-11-03 10:27:35 -04:00
Dorel Luca 171c255f60 Backed out changeset 1ca98c1618a6 (bug 1422106) for failing browser/components/customizableui/test/browser_synced_tabs_menu.js r=backout on a CLOSED TREE 2017-12-02 02:37:38 +02:00
Scott Wu e1f486c038 Bug 1419819 - Remove html|button padding rule from common stylesheet. r=jaws
Bug 1413162 added the html|button padding rule intended to normalize the way buttons are styled in preferences, but ended up causing problems for buttons outside of preferences, especially because !important keyword is used. This bug reverts that change.

MozReview-Commit-ID: FFQt2k6mCHE

--HG--
extra : rebase_source : 128c59dd582c1b21aa0aea12addc9ec7d6408ba8
2017-11-30 11:24:44 +08:00
Edouard Oger afb8b81041 Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r=markh
MozReview-Commit-ID: BDTdmcIOHmn

--HG--
extra : rebase_source : 747637f3746356e3da208acc41a3629bd2597e2e
2017-11-30 16:01:40 -05:00
Dorel Luca e07748b33c Backed out changeset 3aff028846c0 (bug 1422106) for failing syncedtabs/test/xpcshell/test_SyncedTabsDeckComponent.js and browser-chrome's browser/components/customizableui/test/browser_synced_tabs_menu.js r=backout on a CLOSED TREE
--HG--
extra : rebase_source : ec98a160ef77f13abc4b067f8836e290e3b11e21
2017-12-02 00:33:41 +02:00
Edouard Oger f6bb451a7a Bug 1419838 - Make Synced Tabs sidebar translucent friendly in all states. r=markh
MozReview-Commit-ID: 3O7J5D4o8hF

--HG--
extra : rebase_source : 2fffcea87ca284b1e525ebea437c2394570b912b
2017-11-28 14:24:24 -05:00
Edouard Oger 2a41681065 Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r=markh
MozReview-Commit-ID: BDTdmcIOHmn

--HG--
extra : rebase_source : b1471e1ef0163b2d3b137852d285146f5a23f1fa
2017-11-30 16:01:40 -05:00
Chung-Sheng Fu 9fdde28a64 Bug 1039069 - Show a hint of the change of the preferred language list. r=mconley
MozReview-Commit-ID: LHyXmdnyf3N

--HG--
extra : rebase_source : 671f99ad432245b7dfe925e4867c76849a3bc2a7
2017-10-24 16:28:53 +08:00
Chung-Sheng Fu 6806c911a3 Bug 1039069 - Provide a popup about English for international users. r=arthuredelstein,mconley
MozReview-Commit-ID: IL8i4vzjWQd

--HG--
extra : rebase_source : 7524445d3508b6de6a347034efb4a28e8d5738c5
2017-09-12 17:32:07 +08:00
Sean Lee 6eccd27e0c Bug 1416664 - Modify the heuristic tests to verify the multiple section feature. r=lchang,ralin
MozReview-Commit-ID: HWZarpBVFYp

--HG--
extra : rebase_source : e112c105d0e402529805b15adcc5a9e8ab79d60a
2017-11-27 17:14:35 +08:00
Sean Lee f82090e4d8 Bug 1416664 - Move the duplication logic to _trimFieldDetails function. r=lchang,ralin
--HG--
extra : rebase_source : a1ea77e58f2b03e62ac5603a0e62de6c4df5dbde
2017-11-27 16:42:12 +08:00
Sean Lee a7c09638b3 Bug 1416664 - Identify the sections for the fields without the section part of autocomplete attr. r=lchang,ralin
MozReview-Commit-ID: 7La8Bn0TF1y

--HG--
extra : rebase_source : 4864178cdfbb644912bcfb9dc1a45806f1cae46d
2017-11-22 15:57:33 +08:00
Dão Gottwald 76c4fb2a77 Bug 1420601 - Let Accel+W in a pinned tab select the first unpinned tab. r=daleharvey
MozReview-Commit-ID: DNhOuW4BL3P

--HG--
rename : browser/base/content/test/general/browser_pinnedTabs.js => browser/base/content/test/tabs/browser_pinnedTabs.js
rename : browser/base/content/test/general/browser_bug580638.js => browser/base/content/test/tabs/browser_pinnedTabs_closeByKeyboard.js
extra : rebase_source : 7bf78150f4d1fda4d501fa06b1855ef628547690
2017-11-29 16:17:37 +01:00
Evan Tseng 8663ce0fcb Bug 1407568 - Add a spotlight indicator to a specific section and UI component. r=jaws,lchang
MozReview-Commit-ID: 4AgAFq2r418

--HG--
extra : rebase_source : 055fb2881c1a91aff108fb4a32a7fff842443bc7
2017-11-30 17:42:40 +08:00
Ray Lin 606f156e4a Bug 1415073 - Update the unit tests accordingly with new submission records. r=seanlee,steveck
MozReview-Commit-ID: 8Rcpx7y2rXT

--HG--
extra : rebase_source : 1b6ca120d2a75d1a330602bda45ae9e84080e8e6
2017-11-29 15:27:59 +08:00
Ray Lin 60d7ea01a2 Bug 1415073 - Refactor records structure of form autofill submission to adapt multiple sections. r=seanlee,steveck
MozReview-Commit-ID: Fs2hgA7H5GX

--HG--
extra : rebase_source : 976d4d1175982554d45de7b7364439bf922a963c
2017-11-21 12:26:10 +08:00
Luke Chang 38cd380efa Bug 1421551 - Make FormAutofillParent singleton and expose the initialized status. r=MattN
MozReview-Commit-ID: IMd25HcNTMa

--HG--
extra : rebase_source : 1cbb863199fc78074d7ab8a5547c87cb8b3f8c58
2017-11-29 17:02:59 +08:00
Sylvestre Ledru 250a624c2a Bug 1407285 - Support spaces in MOZ_MACBUNDLE_NAME and in various Makefile and tools r=glandium
MozReview-Commit-ID: Eda1qiPCTJ0

--HG--
extra : rebase_source : c85c5e8bfb5a0f0dc673ea0b6fce1ac1162d9497
2017-11-28 23:21:54 +01:00
Michael Kaply 476410d40e Bug 1417502 - Update Yandex search params per Yandex. r=flod
MozReview-Commit-ID: ERkD09pt0cn

--HG--
extra : rebase_source : ea7abe1f7c1e04fef162e1092cbb92058de6a83f
2017-11-30 16:35:34 -06:00
Thomas Nguyen d67c09f7dd Bug 1345433 - Ensure tests load pass valid triggeringPrincipal. r=ckerschb,JanH
MozReview-Commit-ID: LWcP7drDPwL

--HG--
extra : rebase_source : 3741530254b3cb2627f798cf22eacf64c29a8b9e
2017-10-23 18:15:40 +08:00
Matthew Noorenberghe 25a9e2348c Bug 1418226 - Create a store for payment dialog unprivileged UI state. r=jaws
MozReview-Commit-ID: HHEYdXahhcI

--HG--
extra : rebase_source : 09dbe6851331dad7b7e81b58c65ac6f6c2eb28f6
2017-11-30 18:13:21 -08:00
Narcis Beleuzu c396d718bd Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-12-01 00:46:03 +02:00
Brindusan Cristian 6a74eec204 Merge inbound to mozilla-central r=merge a=merge 2017-12-01 00:22:25 +02:00