Tim Huang
e73037dc0e
Bug 1473247 - Part 2: Add a test case for making sure that IP addresses can work properly for the firstPartyDomain. r=arthuredelstein,baku
...
Differential Revision: https://phabricator.services.mozilla.com/D1978
--HG--
extra : moz-landing-system : lando
2018-07-13 19:55:02 +00:00
Chris Pearce
5d98d9108c
Bug 1471485 - Hide autoplay permission doorhanger if user plays video. r=johannh
...
If we're showing a permission UI prompt for "autoplay-media", the user can
still actually play media without interacting with the doorhanger; if they
click a "play" button in the document, they'll "gesture activate" the document
and unblock autoplay and be able to start playback.
It doesn't make sense to keep showing the permission doorhanger to approve
autoplay when the page is already playing, as playback has already started, and
if they clicked on "block" then the site would receive a promise reject on the
promise returned on the first call to HTMLMediaElement.play() for which we were
showing the permission prompt for, even though the media is actually playing.
This will likely confuse JS video players.
So we should hide the permission prompt when playback in the page starts.
MozReview-Commit-ID: 1XU47AfT6vf
--HG--
extra : rebase_source : 3d5c164527e26ba8f58f0baac3474d5b2d7fb587
2018-07-03 11:17:16 +12:00
Doug Thayer
c9cbf586a8
Bug 1425144 - Init Jump list on lazy idle thread (js) r=Gijs
...
This is just the js side of the equation for initting jump lists
on a background thread. It should just be functionally equivalent
to the old code with the exception that it works asynchronously
on a promise of an array of urls rather than an nsIMutableArray.
MozReview-Commit-ID: 2handMr6FWS
--HG--
extra : rebase_source : bcd71b96778a3bbcc141513c9e5b0213accf8705
2018-07-10 15:34:28 -07:00
Ryan VanderMeulen
93541b3381
Bug 1475878 - Update pdf.js to version 2.0.688. r=bdahl
2018-07-15 15:36:34 -04:00
Ciure Andrei
14976cd6b3
Merge inbound to mozilla-central. a=merge
2018-07-15 12:52:50 +03:00
Csoregi Natalia
b220f0c0d3
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-07-14 12:45:25 +03:00
Kris Maglione
359bb8002c
Bug 1471025: Follow-up: Bump pref access expectations for nonexistent preferences again. r=bustage,test-only DONTBUILD
...
--HG--
extra : amend_source : 38793b694f7a81dc802b0159b228a0e45515b78f
2018-07-14 01:45:09 -07:00
Noemi Erli
e9d21cd259
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-07-14 01:22:25 +03:00
Noemi Erli
9793ca2da4
Merge inbound to mozilla-central. a=merge
2018-07-14 00:52:51 +03:00
Brindusan Cristian
a68383b333
Backed out 12 changesets (bug 1471025) for build bustages on dom/ipc/ContentProcess.cpp. CLOSED TREE
...
Backed out changeset 398ccedc20dc (bug 1471025)
Backed out changeset 599895de063e (bug 1471025)
Backed out changeset dc7ec17179d1 (bug 1471025)
Backed out changeset 5051f15fc200 (bug 1471025)
Backed out changeset faef4df47b20 (bug 1471025)
Backed out changeset d344247b8706 (bug 1471025)
Backed out changeset 83d98ea5ebac (bug 1471025)
Backed out changeset 38f690f30e78 (bug 1471025)
Backed out changeset 4b7a8a35ed95 (bug 1471025)
Backed out changeset e3bbc87b71af (bug 1471025)
Backed out changeset 68bb03c63b3c (bug 1471025)
Backed out changeset 4a8fbb472c91 (bug 1471025)
2018-07-13 22:11:24 +03:00
Paolo Amadini
da419e0e8e
Bug 1472748 - Convert the listbox in "editBookmarkPanel.inc.xul" to "richlistbox". r=mak
...
This uses the same event handling as the "listbox" and "listitem-checkbox" bindings that are scheduled for removal, and copies the required styles locally.
There is no need to preserve the scroll position explicitly anymore, because "richlistbox" handles scrolling like regular elements, and we don't want to persist the position when the selector is closed and reopened.
MozReview-Commit-ID: 4gYhwlprPN7
--HG--
extra : source : a92f9683c6cdaeb5541b85eb77adf46448716a7b
2018-07-13 15:37:31 +01:00
Michael Kaply
879bad8101
Bug 1475347 - Cleanup search API - use camelCase and promise. r=aswan
...
MozReview-Commit-ID: 2HJYk8irppL
--HG--
extra : rebase_source : ec482d31e2930e5aeb7460f980d25a9dd2eacd29
2018-07-12 15:55:25 -05:00
Paolo Amadini
36a131aadc
Bug 1472716 - Part 2 - Convert the listbox in "languages.xul" to "richlistbox". r=jaws,gandalf
...
Support for "listbox" in preferences is also removed, in preparation for the removal of the "listbox" element and binding.
MozReview-Commit-ID: Bi2VKKi5rdk
--HG--
extra : source : 762819bac1b9efe0e939be07394bd7d293638c40
2018-07-10 15:07:15 +01:00
Ian Moody
266d0a4703
Bug 1474379 - Match regex against the entire panel ID. r=miker,rpl
...
So panels provided by extensions with IDs that contain words like "inspector"
don't break.
Include test in existing panel creation test.
MozReview-Commit-ID: JerMCaKRgkl
--HG--
extra : rebase_source : 56c0262597c4070c7e16b32ebf824ef1fdd1fd8d
2018-07-10 17:38:35 +01:00
Erica Wright
23af908b2c
Bug 1471514 - Add fxa endpoint pref for top-of-funnel metrics, and turn it off for testing. r=ursula
...
MozReview-Commit-ID: BLycdhPSVlk
--HG--
extra : rebase_source : f3083154cf142e871dd503cb5950afb1cecc3a89
2018-07-13 10:45:43 -04:00
Kris Maglione
ea9eafabda
Bug 1471025: Part 1 - Store preference access counts in a separate hashtable. r=njn
...
Once the majority of preferences are stored in a read-only shared map, it
won't be possible to modify the access counts in their entries. Which means we
need a separate map for the access counts.
Fortunately, this code is only active in debug builds, so it shouldn't affect
release users. And the net impact on memory usage of this patchset will still
be decidedly downward.
MozReview-Commit-ID: EuLXlMQJP1M
--HG--
extra : rebase_source : 6a32f03c37622093c67e7ee7a0e935d1e63c4fc8
2018-07-02 23:33:28 -07:00
Paolo Amadini
7555809ad6
Bug 1470870 - Load "menu.css" as a document stylesheet. r=bgrins
...
The specificity of some Windows rules is reduced to match other platforms.
MozReview-Commit-ID: 28oUf7b6vCW
--HG--
extra : source : 3c131dac495ed46d524f4de2f92cfe79049aff8f
extra : intermediate-source : 7c1de225e4ab5dff9443c763ad59f5aecd72a593
2018-07-13 10:20:21 +01:00
Margareta Eliza Balazs
448f792f96
Merge inbound to mozilla-central. a=merge
2018-07-13 11:52:00 +03:00
Mark Hammond
81219a04ca
Bug 1471906 - ensure FxA error icons are centered to prevent distortion. r=eoger
...
MozReview-Commit-ID: FzRiQzVoryK
Differential Revision: https://phabricator.services.mozilla.com/D2091
--HG--
extra : moz-landing-system : lando
2018-07-12 23:26:15 +00:00
Marco Bonardo
d932936d53
Bug 1475276 - Remove some no more necessary usage of promiseItemGuid. r=lina
...
Some code is unnecessarily using promiseItemGuid
Differential Revision: https://phabricator.services.mozilla.com/D2100
--HG--
extra : moz-landing-system : lando
2018-07-12 21:38:21 +00:00
Andreea Pavel
10f6df7c1f
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
...
--HG--
rename : dom/webidl/ScrollBoxObject.webidl => dom/chrome-webidl/XULScrollElement.webidl
rename : layout/xul/ScrollBoxObject.cpp => dom/xul/XULScrollElement.cpp
rename : layout/xul/ScrollBoxObject.h => dom/xul/XULScrollElement.h
2018-07-13 00:53:43 +03:00
Andreea Pavel
b0e30af17e
Merge mozilla-inbound to mozilla-central. a=merge
2018-07-13 00:51:26 +03:00
Mark Banner
0b74f5f689
Bug 1473158 - Add a basic test for the selectBookmark sub-dialog in preferences. r=jaws
...
MozReview-Commit-ID: KCCKHRvOCme
Differential Revision: https://phabricator.services.mozilla.com/D1932
--HG--
extra : moz-landing-system : lando
2018-07-12 18:51:59 +00:00
Andreea Pavel
1e8d2e6f7d
Backed out 7 changesets (bug 1420514) for breaking bc on different files on a CLOSED TREE
...
Backed out changeset 5a46a221b6e8 (bug 1420514)
Backed out changeset 48ed6dfe8772 (bug 1420514)
Backed out changeset 01bf643c77e5 (bug 1420514)
Backed out changeset 5791b17ccb82 (bug 1420514)
Backed out changeset 416e398d942f (bug 1420514)
Backed out changeset de4a4592dbd9 (bug 1420514)
Backed out changeset d3399edf0197 (bug 1420514)
2018-07-12 21:22:32 +03:00
Ed Lee
b367db6a24
Bug 1474338 - Add welcome unflashing, telemetry unversioning and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 6Vel0SLJWGe
--HG--
extra : rebase_source : 1f0a77304b4dd04ff4a31f8665cbc84dbbf90176
2018-07-12 09:24:24 -07:00
Emma Malysz
ce8c74748f
Bug 1454358
, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
...
MozReview-Commit-ID: LBQ0RoS0ZVc
--HG--
rename : dom/webidl/ScrollBoxObject.webidl => dom/chrome-webidl/XULScrollElement.webidl
rename : layout/xul/ScrollBoxObject.cpp => dom/xul/XULScrollElement.cpp
rename : layout/xul/ScrollBoxObject.h => dom/xul/XULScrollElement.h
extra : rebase_source : 6a0de76dfdacbc29d261a4aea703a44f87ad7e12
2018-06-25 10:11:31 -07:00
Matthew Noorenberghe
c3f7468b65
Bug 1469464 - PaymentRequest footer styling. r=sfoster
...
MozReview-Commit-ID: BbuIitPlUpQ
--HG--
extra : rebase_source : bf7bb73ecbb0699618f7e5f7068e37facb3ca322
2018-07-11 22:59:46 -07:00
Matthew Noorenberghe
798c0466a9
Bug 1469464 - Consistent PaymentRequest footer positioning with <payment-request-page>. r=sfoster
...
MozReview-Commit-ID: Oq06q6xF0e
--HG--
extra : rebase_source : 76ee5c4a8e23db6a24e755e09eff05cdf0ae9f52
2018-07-12 09:52:30 -07:00
Matthew Noorenberghe
6bab329a7b
Bug 1469464 - Fix default shippingAddressErrors value for debugging. r=sfoster
...
MozReview-Commit-ID: 9jRmPT6FT2Z
--HG--
extra : rebase_source : b5686337e8e27164b45b8326cc0bb04560e8523e
2018-07-09 15:17:31 -07:00
Matthew Noorenberghe
915ebd8a24
Bug 1469464 - Display the currency code with the total. r=sfoster
...
MozReview-Commit-ID: JJIbFBAYC9U
--HG--
extra : rebase_source : fa9cf2891af0b01e26771117573efffa7f0c9688
2018-07-07 23:23:43 -07:00
Matthew Noorenberghe
0f22754c42
Bug 1469464 - Always hide View All, remove summary heading, add 'Pay to'. r=sfoster
...
MozReview-Commit-ID: 5XQNH97o65T
--HG--
extra : rebase_source : 2f958be4842ff19804a034764bb22b7ae5743005
2018-07-11 23:16:12 -07:00
Andrew Swan
f964bc7a2a
Bug 1473757 Enable extension delayed startup everywhere r=mixedpuppy
...
MozReview-Commit-ID: 4yBKkKKnx20
--HG--
extra : rebase_source : b4e8574e536a3b9bd655a6125235f21914d9fce6
2018-07-06 09:53:37 -07:00
prathiksha
cc64ba4d2f
Bug 1463554 - Position the HTML select dropdown exactly on the rich option element.r=MattN
...
MozReview-Commit-ID: 5Rl3lMczGyh
--HG--
extra : rebase_source : d39211c700746b4f3609fe82a54dbd7cc10bc4c9
2018-07-06 12:30:09 -07:00
prathiksha
a3ca5bfffb
Bug 1463554 - Fix the tests that are broken due to change in the internal structure of rich-select.r=MattN
...
MozReview-Commit-ID: BTHw9JHZoud
--HG--
extra : rebase_source : 27269bf5ba521e14519968d792f99ce466e67299
2018-06-27 17:32:54 -07:00
Ehsan Akhgari
fb93671fb6
Bug 1474384 - Memoize the nsIURI object returned from the currentURI getter for lazy <xul:browser> objects; r=dao
2018-07-12 13:11:00 +03:00
Gurzau Raul
89da18a08a
Backed out changeset d93abdc258e1 (bug 1474379) for failing at test/browser_toolbox_telemetry_enter.js on a CLOSED TREE
2018-07-13 18:43:14 +03:00
Ian Moody
028a470c86
Bug 1474379 - Match regex against the entire panel ID. r=miker,rpl
...
So panels provided by extensions with IDs that contain words like "inspector"
don't break.
Include test in existing panel creation test.
MozReview-Commit-ID: JerMCaKRgkl
--HG--
extra : rebase_source : 59a884cb616e22e3c6062d19d223b5670cf17225
2018-07-10 17:38:35 +01:00
Tim Nguyen
73bde901f3
Bug 1475509 - Stop setting custom text selection styles on dark/light themes. r=dao
...
MozReview-Commit-ID: 62YSwEYOn6X
--HG--
extra : rebase_source : ed68a42fffb0641e3c5506d8acfc06cf1801949a
2018-07-13 12:20:18 +01:00
Johann Hofmann
45ac034b6e
Bug 1471713 - Add an animation for the tracking protection icon. r=sfoster
...
MozReview-Commit-ID: GBUbaoShxQi
--HG--
extra : rebase_source : 60040607f91cd0477fbf98c49b77b8ee09112a17
2018-07-05 23:45:34 +02:00
Abdoulaye O. Ly
c9f1e7bcbf
Bug 1472910 - Close all unselected tabs except those pinned with gBrowser.removeAllTabsBut(aTab) when aTab is multi-selected. r=jaws
...
MozReview-Commit-ID: 9gqSJmiBbCs
--HG--
extra : rebase_source : 902c72d83f3169a62e8109147fbd913dc050248f
2018-07-12 06:49:04 +00:00
prathiksha
eb673ccdd8
Bug 1463554 - Fix auto-selection errors in pickers on the payment summary page.r=MattN
...
MozReview-Commit-ID: Hlj7RHXnpWi
--HG--
extra : rebase_source : f6956f6fcfec384d4060765fba4412ac7e2c859d
2018-06-21 15:03:36 -07:00
Kris Maglione
9b5cf7e9da
Bug 1471025: Part 1 - Store preference access counts in a separate hashtable. r=njn
...
Once the majority of preferences are stored in a read-only shared map, it
won't be possible to modify the access counts in their entries. Which means we
need a separate map for the access counts.
Fortunately, this code is only active in debug builds, so it shouldn't affect
release users. And the net impact on memory usage of this patchset will still
be decidedly downward.
MozReview-Commit-ID: EuLXlMQJP1M
--HG--
extra : intermediate-source : c490838c8329f6b0c21fa57ef078c44bf7a9ba8d
extra : absorb_source : 37a0f7a5fecba6c28bd6ce30644543c6d60ac823
extra : source : 4a8fbb472c91f13554cac3d0ea638cf9f368ff11
extra : histedit_source : 0e5a5f1cded97bcc959be15aa7194c017fd7efcc%2Cc0ae2011b9b40e6445ee366303f8ec4bb10cc87b
2018-07-02 23:33:28 -07:00
prathiksha
63b207993d
Bug 1463554 - Use native <option> UI with <rich-select> in the open state. r=MattN
...
MozReview-Commit-ID: KwuLdb6bz9L
--HG--
extra : rebase_source : e52911c90b1d01cc153900f8e567d81119292740
2018-05-31 12:19:54 -07:00
Noemi Erli
6143bab039
Bug 1469825
- Disable browser_bookmarkProperties_newFolder.js for frequent failures on Widnows and Linux. r=gbrown
2018-07-15 13:14:00 +03:00
Kirk Steuber
ccd01b2d72
Bug 1420514 - Replace app.update.enabled with app.update.disabledForTesting in enterprise policy tests r=Felipe
...
MozReview-Commit-ID: HfPvQjmZ7mo
--HG--
extra : rebase_source : dbe6b76bf998ac240311db949fbb0f43a5251664
extra : intermediate-source : d4310802032f98156ac70b7dc03a25e35ba3dc05
extra : source : ecb7aa38d2bded7dcb263f93b365f65e35d0dd5e
2018-05-22 09:09:31 -07:00
Kirk Steuber
bdfa74d56f
Bug 1420514 - Replace app.update.enabled with app.update.disabledForTesting in enterprise policy tests r=Felipe
...
MozReview-Commit-ID: HfPvQjmZ7mo
--HG--
extra : rebase_source : f8ca481f4c43479c8c2ffa334ae3edb4f8e49e77
extra : source : ecb7aa38d2bded7dcb263f93b365f65e35d0dd5e
2018-05-22 09:09:31 -07:00
Kirk Steuber
7fb8cec24d
Bug 1420514 - Remove the UI for app.update.enabled in about:preferences r=jaws
...
MozReview-Commit-ID: 9weVpw98D3R
--HG--
extra : rebase_source : b82f64f6673eafc550a8ed7e38bab915ce4a58c4
extra : intermediate-source : cf01f546457a4ef3b004df60b4013ff74c062168
extra : source : 2ff2121a1fa24862358e1e028697b87bfbef0659
2018-05-17 12:19:55 -07:00
Kirk Steuber
2e7a8fa6c1
Bug 1420514 - Remove the UI for app.update.enabled in about:preferences r=jaws
...
MozReview-Commit-ID: 9weVpw98D3R
--HG--
extra : rebase_source : 1b2c858a4e2487ddfe9ff0cd5b06fa43eac15136
extra : source : 2ff2121a1fa24862358e1e028697b87bfbef0659
2018-05-17 12:19:55 -07:00
Kirk Steuber
35440f6dd0
Bug 1420514 - Remove pref app.update.enabled from the update mechanism r=rstrong
...
Getting rid of this pref allowed some other code to be removed:
- Changed nsIUpdateService::stopChecking(duration) to nsIUpdateService::stopCurrentCheck() and got rid of the constants representing durations. The available durations were CURRENT_CHECK, CURRENT_SESSION, and ANY_CHECKS, but only CURRENT_CHECK was ever used.
- nsIUpdateChecker::stopChecking(CURRENT_SESSION) and nsIUpdateChecker::stopChecking(ANY_CHECKS) were the only mechanisms for setting Checker::_enabled to false, so Checker::_enabled and Checker::enabled were removed. References to Checker::enabled were replaced with checks for nsUpdateService::canCheckForUpdates.
- In browser/base/content/aboutDialog-appUpdater.js, the updateDisabledAndLocked() function was renamed to updateDisabledByPolicy, since the old name is no longer accurate and the new function name is a better description of the function's actual use.
MozReview-Commit-ID: 4wwqo4ROr1V
--HG--
extra : rebase_source : ea2e0f157dccc02eece585d3d15ebb67a38813d8
extra : intermediate-source : 00f6d87c63dfb940c439b49c8310b3a91be3a912
extra : source : 83c69c5f289572aee6ff5a8c85237bbeaac3cb8b
2018-05-21 14:58:34 -07:00
Kirk Steuber
ac7e7375e6
Bug 1420514 - Remove app.update.enabled from prefs files r=rstrong
...
MozReview-Commit-ID: 5pv8VFNYqKu
--HG--
extra : rebase_source : 34376077c8cd4d2836fc8e2f79ff32ea6d6e0e73
extra : intermediate-source : 760d7a2ecbd59396f94bdfd34a3a8db45b76d763
extra : source : e868b975027062043e1d94ad47b2ce63f4ecd793
2018-05-21 14:48:47 -07:00
Ed Lee
2d63e9e89f
Bug 1476079 - Add onboarding focus, funneling metrics and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 66sjBl8LBQu
--HG--
extra : rebase_source : c6b3ecf1e011e2a98aa3c4612b19c90868bbefb0
2018-07-16 13:38:58 -07:00
Abdoulaye O. Ly
34a90a1c34
Bug 1474704
- Enable the multiselect tabs feature by default on Nightly builds. r=jaws
...
MozReview-Commit-ID: CAWYr0RM96Z
--HG--
extra : rebase_source : 990626e0068f2dc0e47e7161cb524f908d69954f
2018-07-16 04:29:19 +00:00
Brian Grinstead
a2384c2234
Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
...
MozReview-Commit-ID: KbYBy2RjK1i
--HG--
extra : rebase_source : 285700446cd9c183fbf6589d461c88b755d4af8c
2018-07-16 11:47:58 -07:00
Kirk Steuber
d906cf0adb
Bug 1420514 - Remove pref app.update.enabled from the update mechanism r=rstrong
...
Getting rid of this pref allowed some other code to be removed:
- Changed nsIUpdateService::stopChecking(duration) to nsIUpdateService::stopCurrentCheck() and got rid of the constants representing durations. The available durations were CURRENT_CHECK, CURRENT_SESSION, and ANY_CHECKS, but only CURRENT_CHECK was ever used.
- nsIUpdateChecker::stopChecking(CURRENT_SESSION) and nsIUpdateChecker::stopChecking(ANY_CHECKS) were the only mechanisms for setting Checker::_enabled to false, so Checker::_enabled and Checker::enabled were removed. References to Checker::enabled were replaced with checks for nsUpdateService::canCheckForUpdates.
- In browser/base/content/aboutDialog-appUpdater.js, the updateDisabledAndLocked() function was renamed to updateDisabledByPolicy, since the old name is no longer accurate and the new function name is a better description of the function's actual use.
MozReview-Commit-ID: 4wwqo4ROr1V
--HG--
extra : rebase_source : 036099b7cd1f5fc74284ae8800ec30b3037f0d4a
extra : source : 83c69c5f289572aee6ff5a8c85237bbeaac3cb8b
2018-05-21 14:58:34 -07:00
Kirk Steuber
e75835a2a5
Bug 1420514 - Remove app.update.enabled from prefs files r=rstrong
...
MozReview-Commit-ID: 5pv8VFNYqKu
--HG--
extra : rebase_source : 32dc323ce01c7d5a0a275d4e1a640a6fe495a1fa
extra : source : e868b975027062043e1d94ad47b2ce63f4ecd793
2018-05-21 14:48:47 -07:00
ahillier
ee9dbcb8e0
Bug 1471243 - Do not prerender ActivityStream for about:welcome r=k88hudson
...
MozReview-Commit-ID: IDyWGnuMndy
--HG--
extra : rebase_source : bd20b556d7680624113696f2caeecf8a6e8bd51e
2018-07-09 15:11:03 -07:00
Johann Hofmann
957ac4d783
Bug 1474891 - Reset tracking protection state when visiting about: pages. r=ewright
...
MozReview-Commit-ID: CsXj95KDVaD
--HG--
extra : rebase_source : b1a197ac1eb452e3ce55c998ae7dc6075761767f
2018-07-11 23:41:33 +02:00
Shane Caraveo
69e769ac8a
Bug 1461695 change tabs.onUpdated filter name to isArticle, r=aswan
...
MozReview-Commit-ID: Ha0nJPMTYkJ
--HG--
extra : rebase_source : b9950ea7b4a2a52b45b1023b51ba87612aad86af
2018-06-19 10:38:26 -04:00
Johann Hofmann
17c3a96af9
Bug 1472535 - Put the main menu tracking protection toggle behind a pref. r=mikedeboer
...
This is assuming we want to pref off for 62 and pref on again for 63, simply delaying the feature by one release.
MozReview-Commit-ID: 7Q4uD7QJDFc
--HG--
extra : rebase_source : 5839daaac17384fdca8969e750af2bb76b6403fb
2018-07-09 13:09:53 +02:00
Coroiu Cristina
d429af947c
Backed out changeset 27335463acd1 (bug 1471713) for browser-chrome failures at browser/components/uitour/test/browser_trackingProtection.js
2018-07-12 14:57:30 +03:00
Mark Striemer
d88a6a9b70
Bug 1474728 - Fix focus styles in all tabs menu r=dao
...
MozReview-Commit-ID: K8Yxes8U3ff
--HG--
extra : rebase_source : 2c8ab27da28065f9ca28cf0a45ed05e68c29fdd5
2018-07-10 16:23:58 -05:00
Johann Hofmann
365f7536ea
Bug 1471713 - Add an animation for the tracking protection icon. r=sfoster
...
MozReview-Commit-ID: GBUbaoShxQi
--HG--
extra : rebase_source : 2d101873b071911763a0ccd7574cbc04026cc89f
2018-07-05 23:45:34 +02:00
Coroiu Cristina
6a139fd913
Backed out 6 changesets (bug 1469464) for browser-chrome failures at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
...
Backed out changeset f9d4885e8956 (bug 1469464)
Backed out changeset 59c418929764 (bug 1469464)
Backed out changeset 58c1a79fb661 (bug 1469464)
Backed out changeset 90654d5df81a (bug 1469464)
Backed out changeset 9453814beada (bug 1469464)
Backed out changeset 4b86bde79c91 (bug 1469464)
2018-07-12 10:52:02 +03:00
Coroiu Cristina
d1d4997c18
Backed out changeset 66d9b0f57c81 (bug 1471713) for build bustage on a CLOSED TREE
2018-07-12 10:25:04 +03:00
Johann Hofmann
47d3860672
Bug 1471713 - Add an animation for the tracking protection icon. r=sfoster
...
MozReview-Commit-ID: GBUbaoShxQi
--HG--
extra : rebase_source : 1623e497e03ff178f98657a9e8d36d0692a31fe1
2018-07-05 23:45:34 +02:00
Matthew Noorenberghe
1d195abbe4
Bug 1469464 - Fix eslint missing semicolon in test_payment_dialog.html. r=MattN
...
MozReview-Commit-ID: 1X0Oj9AU2lo
--HG--
extra : rebase_source : de392b4a3102e867e67d988da4aa4e0bd0da2bd8
2018-07-11 23:52:13 -07:00
Matthew Noorenberghe
f1eed5e0e8
Bug 1469464 - PaymentRequest footer styling. r=sfoster
...
MozReview-Commit-ID: BbuIitPlUpQ
--HG--
extra : rebase_source : 5cc86a83db89181f1135940c1fe1ae7c19309c07
2018-07-11 22:59:46 -07:00
Matthew Noorenberghe
247c83fb67
Bug 1469464 - Consistent PaymentRequest footer positioning with <payment-request-page>. r=sfoster
...
MozReview-Commit-ID: Oq06q6xF0e
--HG--
extra : rebase_source : b27a8fb478be645dc434abb57b722340102771a3
2018-07-11 23:43:27 -07:00
Matthew Noorenberghe
ae9ae0be43
Bug 1469464 - Fix default shippingAddressErrors value for debugging. r=sfoster
...
MozReview-Commit-ID: 9jRmPT6FT2Z
--HG--
extra : rebase_source : b5686337e8e27164b45b8326cc0bb04560e8523e
2018-07-09 15:17:31 -07:00
Matthew Noorenberghe
4e41358d92
Bug 1469464 - Display the currency code with the total. r=sfoster
...
MozReview-Commit-ID: JJIbFBAYC9U
--HG--
extra : rebase_source : fa9cf2891af0b01e26771117573efffa7f0c9688
2018-07-07 23:23:43 -07:00
Matthew Noorenberghe
886274fc2d
Bug 1469464 - Always hide View All, remove summary heading, add 'Pay to'. r=sfoster
...
MozReview-Commit-ID: 5XQNH97o65T
--HG--
extra : rebase_source : 2f958be4842ff19804a034764bb22b7ae5743005
2018-07-11 23:16:12 -07:00
Bogdan Tara
6dbc2726d8
Backed out changeset b099e7e0b264 (bug 1454358
) for build bustages on Element.h CLOSED TREE
...
--HG--
rename : dom/chrome-webidl/XULScrollElement.webidl => dom/webidl/ScrollBoxObject.webidl
rename : dom/xul/XULScrollElement.cpp => layout/xul/ScrollBoxObject.cpp
rename : dom/xul/XULScrollElement.h => layout/xul/ScrollBoxObject.h
2018-07-12 01:50:53 +03:00
Emma Malysz
c28a132d13
Bug 1454358
, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
...
MozReview-Commit-ID: LBQ0RoS0ZVc
--HG--
rename : dom/webidl/ScrollBoxObject.webidl => dom/chrome-webidl/XULScrollElement.webidl
rename : layout/xul/ScrollBoxObject.cpp => dom/xul/XULScrollElement.cpp
rename : layout/xul/ScrollBoxObject.h => dom/xul/XULScrollElement.h
extra : rebase_source : ad00e7030e50229975b0bc0d3c622af4fe244a79
2018-06-25 10:11:31 -07:00
imjching
01b7c92eb4
Bug 1416066 - Add a new flag to nsIAboutModule to load URIs in privileged content processes if feature is enabled. r=mconley
...
We will apply the URI_CAN_LOAD_IN_PRIVILEGED_CHILD flag to Activity Stream about: pages instead of hardcoding the URLs in a Set.
MozReview-Commit-ID: F6AGmsKs1SR
--HG--
extra : rebase_source : e0435776b7bd390a2a62190ba6c72d4d312538d1
2018-07-03 19:31:37 -04:00
imjching
8930e3d6fa
Bug 1416066 - Use mozJSSubScriptLoader to inject Activity Stream scripts when DOMContentLoaded is fired. r=k88hudson
...
We will add a DOMContentLoaded event listener to the Activity Stream document when the
content-document-interactive event is fired. When DOMContentLoaded event is
fired, we will use mozJSSubScriptLoader to inject scripts into the page.
MozReview-Commit-ID: 7l4JBVfpul0
--HG--
extra : rebase_source : 33a6095b91c4ce29d2e184cfce71cc4824784bce
2018-06-22 17:38:34 -04:00
imjching
b5a599ad76
Bug 1416066 - Add preference observer for browser.tabs.remote.separatePrivilegedContentProcess in aboutNewTabService.js. r=k88hudson
...
MozReview-Commit-ID: Ken4VffnNyE
--HG--
extra : rebase_source : f500c7d19292e4414fa6fac30cf0bf799857f992
2018-06-28 17:05:29 -04:00
Matt Howell
5464744b1d
Bug 1448804
Part 2 - Offer an opt-in survey at the end of the Windows uninstaller. r=agashlin
...
MozReview-Commit-ID: 2yPAfY3S2Bl
--HG--
extra : rebase_source : 936e6e4edd555059ac5ae95d40e7e4aa807a843f
2018-07-09 10:54:05 -07:00
Mark Banner
d887b96d07
Bug 1474638 - Change users of nsIDownloadHistory::removeAllDownloads() to PlacesUtils.history.removeVisitsByFilter. r=mak
...
Also change PlacesUtils.history.removeVisitsByFilter to be able to remove by transition type.
MozReview-Commit-ID: Bkiv0ScUi07
Differential Revision: https://phabricator.services.mozilla.com/D2056
--HG--
rename : toolkit/components/places/tests/unit/test_download_history.js => toolkit/components/places/tests/history/test_download_history.js
extra : moz-landing-system : lando
2018-07-11 16:04:25 +00:00
Tim Nguyen
20257bbe6d
Bug 1413144 - Make accentcolor and textcolor optional. r=jaws
...
MozReview-Commit-ID: 3jERl4H9vcv
--HG--
extra : rebase_source : 833dcbb8c21a930e7b09119545ce623664237528
2018-07-10 13:27:55 +01:00
Brindusan Cristian
4d556d4962
Backed out changeset 97d4a22307ac (bug 1473910) for browser-chrome failures on browser/components/places/tests/browser/browser_toolbar_overflow.js. CLOSED TREE
2018-07-11 17:46:08 +03:00
Brian Grinstead
d00d7afe7f
Bug 1473160 - Move the startup and shutdown functions out of gBrowserInit;r=Gijs
...
They don't rely on anything from that object, so simplify things and remove the
cross-file reference by making them normal functions.
MozReview-Commit-ID: 6iAjBWsO5zo
--HG--
extra : rebase_source : cf9b066bc99b116a0f39d87cf8cf366bc215883f
2018-07-11 06:47:19 -07:00
Brian Grinstead
916ffe84c9
Bug 1473160 - Move non browser window startup and shutdown functionality into a separate JS file;r=Gijs
...
These are mac-only functions used to support the dock and application menu for
non browser windows (anything that includes macWindow.inc.xul). Make this more
straightforward by splitting the code out into a new script file that gets loaded
directly by macWindow.inc.xul rather than unconditionally adding the functions
and only calling them when needed.
MozReview-Commit-ID: 8y3rij5vqyh
--HG--
extra : rebase_source : 4e9aae343a41ed497e7da1e2c7acab3d42fea8a2
2018-07-11 06:47:16 -07:00
Paolo Amadini
3e9249538d
Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=bgrins,dao
...
MozReview-Commit-ID: HEf70HtNiqQ
--HG--
extra : rebase_source : 8a81b8da19e5506629626c34dd17a2032d4fcafe
2018-07-09 10:09:17 +01:00
Mark Striemer
37c6bf8035
Bug 1473974 - Fix opening all tabs panel with cycle recent tabs r=dao
...
MozReview-Commit-ID: EGYJo8AAF2K
--HG--
extra : rebase_source : 28014b84626ff9ae8a748609060091c36fb07782
2018-07-10 13:48:57 -05:00
Mathieu Leplatre
4300c52ada
Bug 1458917 - Register dedicated timer for Remote Settings r=Gijs
...
MozReview-Commit-ID: K5Rf1McJUHy
--HG--
extra : rebase_source : f6932e5c3014ce0bb8e29e08468e4e533130273e
2018-06-14 20:54:19 +02:00
Marco Bonardo
021fc63b95
Bug 1388123 - Make autocomplete handle Enter on keydown. r=MattN
...
Some pages, like the Google login form, submit information on keydown, that
causes us to not autocomplete, because we handle keypress instead.
The patch changes autocomplete to happen on keydown.
Unfortunately formautofill also uses keydown and tries to access popup data too
late, thus it needs some hacks to work properly.
In general the formautofill code has too many indirections due to e10s, and that
makes the fix more fragile than we'd want. Ideally content autocomplete should
have its own codebase, rather than sharing the same controller as chrome code.
MozReview-Commit-ID: oAyASmDFm1
--HG--
extra : rebase_source : 64c1e7c85b203904b59e3a1e019e7f52f290cfea
2018-06-22 12:37:09 +02:00
Noemi Erli
d218f98059
Backed out changeset 101f97abc1d4 (bug 1458917) for Talos failures on a CLOSED TREE
2018-07-11 05:11:11 +03:00
Mathieu Leplatre
068afbc416
Bug 1458917 - Register dedicated timer for Remote Settings r=Gijs
...
MozReview-Commit-ID: K5Rf1McJUHy
--HG--
extra : rebase_source : 171ed0ff11e2b60a17055412c64584dfe5ab90d5
2018-06-14 20:54:19 +02:00
Chris Peterson
2ef77b9ac9
Bug 1472618 - Make navigator.platform return "Win32", even on Win64 OS. r=peterv
...
navigator.platform returns "Win64" in 64-bit Firefox and IE, but "Win32" in 64-bit Chrome and Edge. "Win32" appears to be the de facto platform value for Windows. This change doesn't hide the OS architecture from web content because navigator.userAgent still mentions "Win64; x64" in 64-bit Firefox, Chrome, Edge, and IE.
MozReview-Commit-ID: CplYnGDQgTe
--HG--
extra : rebase_source : c00a1a7462ea91d44700dd0581c88c1c4cad2346
extra : source : 1976c327f251702be255a9d0769121c6bc5303a1
2018-07-02 11:02:23 -07:00
Cosmin Sabou
26e792fe42
Merge autoland to mozilla-central. a=merge
2018-07-11 00:50:32 +03:00
Kris Maglione
a4453fc75f
Bug 1474140: Don't load FormAutofillUtils.jsm at content process startup. r=MattN
...
MozReview-Commit-ID: 2bOyTPU9QbX
--HG--
extra : rebase_source : 8f8c7e216612437f853df2b5cc8dd5fb3174d10b
2018-07-07 17:49:34 -07:00
Michael Kaply
81556be6b8
Bug 1352598 - Add WebExtension API for access to search. r=aswan
...
MozReview-Commit-ID: 4pV2DGMcV7G
--HG--
extra : rebase_source : 650606638e580daa0c7f3b49e8fd085b039705bc
2018-06-18 10:39:12 -05:00
Andreea Pavel
41fc51d32b
Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
2018-07-10 19:38:34 +03:00
Andreea Pavel
a80651653f
Merge mozilla-inbound to mozilla-central. a=merge
2018-07-10 19:33:22 +03:00
Manish Kumar
a0dd20f6ee
Bug 1473585 - Remove restoreLastSession function. r=dao
...
--HG--
extra : rebase_source : 422c8b774459e9869d504c1e7c907e55fc454602
2018-07-07 20:29:56 +02:00
Paolo Amadini
6e680744e4
Bug 1472750 - Convert simple "listbox" instances to "richlistbox". r=bgrins
...
These simple lists are converted to normal layout by setting a fixed height that isn't a multiple of the row height, which is already the case for most other lists in the user interface.
MozReview-Commit-ID: 1tV4MIoRp0d
--HG--
rename : toolkit/themes/windows/global/richlistbox.css => toolkit/themes/linux/global/richlistbox.css
extra : rebase_source : d6c53aa341bc5711f6ecf16485b5bd03d4f9caf2
extra : intermediate-source : 1355778929be17234ca3ced4f9930f05fb2cf20a
extra : source : 2e4527da76bba52492353aa5a40c128b09f389f1
2018-07-09 10:38:42 +01:00
Andreea Pavel
1a18e3e824
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-07-10 13:09:49 +03:00
Tiberius Oros
92ba19b150
Merge inbound to mozilla-central. a=merge
2018-07-10 12:45:13 +03:00
David Major
2d44c25242
Bug 1463190 - Add forced-MSVC builds to CI to keep that platform green. r=ted
2018-07-09 18:22:45 -04:00
Ciure Andrei
71c8139e52
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
2018-07-10 01:02:15 +03:00
Ciure Andrei
79aa5c6ec9
Merge inbound to mozilla-central. a=merge
2018-07-10 00:59:02 +03:00
Oriol Brufau
6d0124af85
Bug 1424620 - Add setBadgeTextColor and getBadgeTextColor methods to browserAction r=mixedpuppy
...
MozReview-Commit-ID: ALYerCv3YJ7
--HG--
extra : rebase_source : 8288ef3e60517abb02d2d139df71242744940ad4
2018-07-05 19:37:08 +02:00
Ciure Andrei
19611b7362
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-07-10 01:01:03 +03:00
Johann Hofmann
5f6d7909f1
Bug 1473685 - When a user "disables protection" on a site, and no trackers are detected, indicate that TP is turned off instead of on. r=nhnt11
...
MozReview-Commit-ID: 9JjCK1GYMbC
--HG--
extra : rebase_source : 86096c64d2fa533dc8d8632660b16e18e0b6995c
2018-07-09 12:34:44 +02:00
Paolo Amadini
99fbb28d42
Bug 1473275 - Remove the details expander in the Clear Recent History dialog. r=johannh
...
MozReview-Commit-ID: 99XDExBbRkp
--HG--
extra : source : 12fca1ba05db3a3eefe4a293e42f642dd6e217cc
2018-07-04 17:27:15 +01:00
Michael Kelly
41a5d0da21
Bug 1470505: Disable browser error collection for webextension errors. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D1792
--HG--
extra : moz-landing-system : lando
2018-07-09 18:27:22 +00:00
ui.manish
e74cd2d376
Bug 1474335 - Remove toolbar.toolbarName XBL property. r=Gijs
...
--HG--
extra : histedit_source : a6c6f6bab2f918f6493e87ed68103986f5193876
2018-07-09 18:10:53 +02:00
ui.manish
750e121336
Bug 1474240
- Remove overflowedDuringConstruction field from toolbar.xml. r=Gijs
...
--HG--
extra : histedit_source : 4153d879eefa89bfa92de31260b65164712ad0af
2018-07-09 17:08:10 +02:00
Ryan VanderMeulen
96d212ecf5
Bug 1474226 - Update pdf.js to version 2.0.673. r=bdahl
2018-07-08 21:11:56 -04:00
Venkatesh Pitta
514d9d09b5
Bug 1452490 - Remove marionetteScriptFinished. r=whimboo
...
MozReview-Commit-ID: CdQCmtaodww
--HG--
extra : rebase_source : a950bc89194a866c4fa27fded1d2aed707ee750f
2018-07-08 14:52:49 +10:00
Peter Simonyi
866f095c09
Bug 1473720: Fix firing menus.onShown for bookmark items r=mixedpuppy
...
MozReview-Commit-ID: BzZ61Zfh7Oq
--HG--
extra : rebase_source : 804d758d861d4f23f5718dcea25583678631357c
2018-07-05 16:43:15 -04:00
Andreea Pavel
c815b24ed0
Merge mozilla-inbound to mozilla-central. a=merge
2018-07-08 00:52:14 +03:00
Dorel Luca
b20436cfaa
Merge mozilla-central to autoland
2018-07-07 13:35:38 +03:00
Dorel Luca
979ce8a6f7
Merge mozilla-inbound to mozilla-central. a=merge
2018-07-07 13:32:05 +03:00
Mike Conley
7c04616db1
Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
...
MozReview-Commit-ID: 7sCL6k9yYTh
--HG--
extra : rebase_source : 0978948f8dd914387c8201338c324883da79df3b
extra : source : 05a2c620f8e34fcfab99d95cdcd439fc08810381
2018-07-06 08:41:48 +01:00
Arthur Iakab
9ea8dee08a
Bug 1345346 - Disabled browser/components/originattributes/test/browser/browser_firstPartyIsolation.js for frequent failures. r=jmaher
2018-07-05 21:19:00 +03:00
Bogdan Tara
d01e0f82de
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-07-07 01:11:36 +03:00
Bogdan Tara
f06fbe92ac
Merge inbound to mozilla-central. a=merge
2018-07-07 01:00:41 +03:00
Ciure Andrei
46d4610039
Backed out 1 changesets (bug 1473371)for windows-specific changes and fails on windows CLOSED TREE
...
Backed out changeset f86b10b13521 (bug 1473371)
2018-07-06 22:22:05 +03:00
Felipe Gomes
e0fdc4c396
Bug 1471674 - Support non-required items in the whitelist from browser_startup_content.js. r=florian
...
MozReview-Commit-ID: BmHWFqxkry9
--HG--
extra : rebase_source : 2b3acf712b6bca9a025e46ca6f6fdbde07c2f7b5
2018-07-05 16:07:03 -03:00
Mike Conley
7364b9f659
Bug 1473034 - Ignore the gfx sanitytest window when recording start-up paints. r=florian
...
MozReview-Commit-ID: 9cI20Z4RbbL
--HG--
extra : rebase_source : bf13458dade67220ea06f40d82a72d3b25c8f118
2018-07-05 15:02:46 -04:00
Michael Kaply
b0734baf76
Bug 1455326 - Don't open search in new tab if current tab is blank. r=adw
...
MozReview-Commit-ID: BqjoKZ3H7Yq
--HG--
extra : rebase_source : 32786e495d2d645b1e61a42f86a2822b2fe93360
2018-07-05 18:05:50 -05:00
Florian Quèze
b3566f60bb
Bug 1448241 - disable browser_urlbar_keyed_search.js and browser_urlbar_search.js on Windows 32 due to intermittent OOM failures, r=mconley.
...
--HG--
extra : rebase_source : a8ae2cd87187defece1a92ef6fd958a925050305
2018-07-05 12:08:54 +02:00
Paolo Amadini
f17fd8d8ae
Bug 1473623 - Load "notification.css" as a document stylesheet. r=bgrins
...
MozReview-Commit-ID: 5kFQmQR7bmr
--HG--
extra : source : 9105a8670fc3ebf300fdf2c6a6e7d87e66c60bba
2018-07-05 17:07:09 +01:00
Paolo Amadini
9a186571b7
Bug 1473521 - Load "richlistbox.css" as a document stylesheet. r=bgrins
...
This adds an ID selector to the rules meant to override "richlistitem". This was missing only in the Downloads Panel and the Downloads View.
MozReview-Commit-ID: D6NEQlICGQi
--HG--
extra : source : 6e8b64c40476c995c94440c38a6263fd9989770c
2018-07-06 19:25:18 +01:00
Aaron Klotz
5c9335136e
Bug 1473371: Create a separate function hook type for use with cross-process DLL interceptors; r=handyman
2018-07-04 14:14:18 -06:00
Aaron Klotz
9f585dd45c
Bug 1473371: Create a separate function hook type for use with cross-process DLL interceptors; r=handyman
2018-07-04 14:14:18 -06:00
Paolo Amadini
098536b2b8
Bug 1473832 - Load "autocomplete.css" and "autocomplete-item.css" as document stylesheets. r=bgrins
...
MozReview-Commit-ID: G9OUUmxPivU
--HG--
extra : source : e06778079d84df9f46cd06a2fac626fb04bbc34f
2018-07-06 10:11:25 +01:00
Dão Gottwald
04dcfe28d9
Bug 1473309 - Move TabContextMenu and stray usercontext-related functions from browser.js to tabbrowser.js. r=bgrins
...
MozReview-Commit-ID: CA3F65x08Kg
--HG--
extra : rebase_source : 5383ad0d4365cbba53a33c835677b5fcc5facc22
2018-07-04 16:24:37 +02:00
Dão Gottwald
27cfb0f382
Bug 1442960 - Remove workaround for bug 1438504. r=bgrins
...
MozReview-Commit-ID: 9IdoPCF3LA5
--HG--
extra : rebase_source : 8f94397908abf3d7bdfcb1fd2b38ae4c4c201903
2018-07-04 21:53:53 +02:00
Abdoulaye O. Ly
736b4868e2
Bug 1473187 - Add support for using both Shift and Ctrl/Cmd at the same time to select tabs. r=Gijs
...
MozReview-Commit-ID: 3zqyjSAyIve
--HG--
extra : rebase_source : a12d31b2d41528c028899a5c3ca2e4dfc37905de
2018-07-07 03:22:23 +00:00
Mark Banner
db90034793
Bug 1473607 - Add a test for clearing all downloads via the Library window commands. r=paolo
...
MozReview-Commit-ID: EkIcgCskYeV
Differential Revision: https://phabricator.services.mozilla.com/D1973
--HG--
extra : moz-landing-system : lando
2018-07-09 15:37:40 +00:00
Andreea Pavel
fbfb9237c9
Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
2018-07-10 13:11:02 +03:00
Dão Gottwald
343857e754
Bug 1473862 - Remove URL and title arguments from PlacesCommandHook.bookmarkPage. r=standard8
...
MozReview-Commit-ID: MYERqUTpD6
--HG--
extra : rebase_source : 7501a2a5c1cb163e5ffc2cb52490f8dd11405235
2018-07-06 14:08:03 +02:00
Ed Lee
2aadee7874
Bug 1439840 - Activity Streams search bar is displayed behind the Tour notification. r=k88hudson
...
Increase the min width now that activity stream responsively switches to a wide layout (which increases the width of the search box).
MozReview-Commit-ID: v3mbcRZGQh
--HG--
extra : rebase_source : e72510b3e459339520de565025f8678f782e9bf0
2018-07-06 15:45:40 -07:00
Manish Kumar
f453080096
Bug 1473253 - Stop setting onerror attribute on tabs. r=dao
2018-07-09 20:03:57 +02:00
Dão Gottwald
092a352343
Bug 1472472 - Use PlacesCommandHook.bookmarkLink instead of PlacesCommandHook.bookmarkPage in activity stream. r=Mardak
...
MozReview-Commit-ID: EszRhVlaNky
--HG--
extra : rebase_source : e2357135b8a048415479342f8562b271985a37a8
2018-07-06 13:02:59 +02:00
Johann Hofmann
e7b9853987
Bug 1467385 - Use PanelMultiView APIs for keyboard navigation in the identity popup. r=Paolo
...
PanelMultiView has its own concept of "selected", so we should use this rather than move focus
using advanceFocusIntoSubTree.
MozReview-Commit-ID: DW2JqqggLl1
--HG--
extra : rebase_source : ec7a6f83fdda176f3286cf4395dc72de6cad2466
2018-07-02 14:34:25 +02:00
Margareta Eliza Balazs
fd5c37f1dd
Merge inbound to mozila-central. a=merge
2018-07-06 12:47:20 +03:00
Abdoulaye O. Ly
7e388f04c4
Bug 1472074 - Fix behavior for multiselection using shift key to match other popular apps such as Chrome or Windows Explorer. r=Gijs
...
MozReview-Commit-ID: 8vWJJcGMOwA
--HG--
extra : rebase_source : d5b681625db23971cda2ae6f301994c3d6cc4e57
2018-06-30 03:11:31 +00:00
Kanika Saini
e5fda270a7
Bug 1465953 - Create the basic structure for an about:policies page. r=felipe
2018-06-26 18:13:37 +05:30
Cosmin Sabou
0f160fe737
Backed out 2 changesets (bug 1471573) for mochitest failures on testAudioFocus.
...
Backed out changeset cdfcca543396 (bug 1471573)
Backed out changeset e7272b60f48f (bug 1471573)
2018-07-06 04:19:54 +03:00
Neil Deakin
f08f9ce4af
Bug 1437638, move frame, browser and editor to be based on XULFrameElement, a new subclass of XULElement, r=paolo,bz
2018-07-05 20:14:18 -04:00
Marco Castelluccio
6d901201c0
Bug 1471573 - Make SpecialPowers RequestDumpCoverageCounters and RequestResetCoverageCounters async messages that wait on the dumping/resetting to actually happen. r=jmaher
...
--HG--
extra : rebase_source : fbe335a4404d95d5a48ec83413b2b98de805391f
extra : source : eb34fd6b8ce3b9e9fdf8d4610530b7d6ec693765
2018-06-28 09:40:32 +01:00
Gijs Kruitbosch
a68567a1a8
Bug 1473507 - fix crash in nsILoadInfo::GetOriginAttributes when passing no principal to SavePrivacyAwareURI, r=mccr8
...
Enforce that callers pass triggering principals through to any persist APIs,
which all delegate to SaveURIInternal.
Also add the missing principal information to the saveURL call in the page
info dialog code, which was triggering crashes in this way.
MozReview-Commit-ID: L9pNE7BxGws
--HG--
extra : rebase_source : 957d765f965aa4f942532c693cae36addd8b781d
2018-07-05 23:50:45 +01:00
James Teh
33c82e5cba
Bug 1473200: Provide accessibility context for permission controls in the identity popup. r=johannh
...
The containers are given an ARIA role of group and labels are associated using aria-labelledby.
For example, this allows screen reader users to know which permission each control is associated with.
Otherwise, they might hear only "Clear this permission and ask again button", with no knowledge of what the permission is.
MozReview-Commit-ID: LeiOmz6go9l
--HG--
extra : rebase_source : 66920efd9d0f72375561c5b10d4bbd765306abf1
2018-07-04 12:13:51 +10:00
James Teh
4a18ee1601
Bug 1473199: Make permission controls tabbable again in the identity popup. r=johannh
...
Now that the PanelMultiView keyboard navigation code is being used for the identity popup, these need a class of subviewkeynav in order to be tabbable.
MozReview-Commit-ID: 47drdy78s4F
--HG--
extra : rebase_source : 963eca07939e5f0ce808f72262bc8f2dbe353f18
2018-07-04 12:24:40 +10:00
ffxbld
05d14001f5
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D2023
--HG--
extra : moz-landing-system : lando
2018-07-09 11:29:08 +00:00
Paolo Amadini
6312e2d6a5
Bug 1472744 - Remove the listbox in "browser/base/content/sanitize.xul". r=johannh
...
Support for "listitem" in preferences is also removed, in preparation for the removal of the "listbox" element and binding.
MozReview-Commit-ID: JQgdITzKoUz
--HG--
extra : source : f85e8811f574e7e75ffbbe2b9782ef601251db93
2018-07-04 12:14:17 +01:00
Axel Hecht
5bdc727943
Bug 721211: consolidate home page retrieval code, make it support non-localized prefs, r=jaws
...
Also changes the tooltip on the home button to be independent of the URLs
it opens, per dolske.
Some tests explicitly set browser.startup.homepage, but only through
SpecialPowers.putPrefEnv. That's a good compromise, given the extra
functionality there.
MozReview-Commit-ID: FPLxzi3jQAP
--HG--
extra : rebase_source : c2b014f2fb1c78ce04859344bd1803ef48d5d68d
2018-05-28 12:38:01 +02:00
Andreea Pavel
3e043423dd
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-07-10 19:36:46 +03:00
Dave Townsend
dc25178740
Bug 1474431: Clear references to FaviconLoader and its channel when possible. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D2042
--HG--
extra : moz-landing-system : lando
2018-07-10 13:44:05 +00:00
Andrei Oprea
698d8a5b30
Bug 1473640 - Update wait condition for Activity Stream mochitest to avoid Linux failure. r=ursula
...
MozReview-Commit-ID: Dw4M16ikY6r
--HG--
extra : rebase_source : b2b83d869d22304a048449afdeaed77db80c3a94
2018-07-06 11:57:01 +02:00
Mike Conley
3ff2d20fd3
Bug 1362569 - Don't flush layout when locking the tab size during tab close. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D2140
--HG--
extra : moz-landing-system : lando
2018-07-18 09:27:49 +00:00
Axel Hecht
58fcc403d1
bug 1476548, package toolkit localization/*, r=froydnj
...
MozReview-Commit-ID: Ck545LlKLZ6
--HG--
extra : rebase_source : d84c8980399cc9a6b8f1f98506fab7c376f8ed85
2018-07-18 12:32:12 +02:00
Dale Harvey
dc2a4a2d84
Bug 1471877 - Add link to share menu to configuration. r=Gijs,mstange
...
MozReview-Commit-ID: CCTO9SJJMY6
--HG--
extra : rebase_source : 23daee7ff3550b7613c03f817c2db87aecaf7ec5
2018-06-30 18:35:46 +01:00
Noemi Erli
7c4c1c603f
Backed out changeset 68859b04588d (bug 1471877) for failures in browser/content/browser-pageActions.js on a CLOSED TREE
2018-07-18 13:32:50 +03:00
Dale Harvey
dbcfb245b1
Bug 1471877 - Add link to share menu to configuration. r=Gijs,mstange
...
MozReview-Commit-ID: CCTO9SJJMY6
--HG--
extra : rebase_source : c9ae961b87a5b40a501f72501738f70c129f6d8b
2018-06-30 18:35:46 +01:00
Margareta Eliza Balazs
9de29c1f5a
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-07-18 12:40:51 +03:00
Mike de Boer
26ee427391
Bug 1471194 - Remove the expiring scalar Telemetry probe 'worker_restart_count', since it has served its purpose well. r=liuche
...
We've been able to validate that the sessionstore worker restarts, as implemented
in bug 1402267, are working as expected and that worker threads are indeed _not_
infallible during the main process' lifetime.
MozReview-Commit-ID: Le8AJhlWMn8
--HG--
extra : rebase_source : ceb0a6daa620b08d52e76584e38f313b9a8ee679
2018-07-12 12:56:04 +02:00
Dale Harvey
c9e5e7c554
Bug 1470082 - Change autoplay checkbox to combobox. r=cpearce,flod,johannh
...
MozReview-Commit-ID: E71TxvgfJlJ
--HG--
extra : rebase_source : 30ca63df77e48a44de4d3e90182440c3937ed32f
2018-06-29 14:14:33 +01:00
Matthew Noorenberghe
a24d524daf
Bug 1463538 - Fix previously uncaught errors in PaymentReqest UI tests. r=jaws
...
MozReview-Commit-ID: JUu3ljLLDLO
--HG--
extra : rebase_source : 421c9b1edc1d20a9498871e09c2e4437450609a1
2018-07-23 11:38:47 -07:00
Matthew Noorenberghe
f0ffcbc51a
Bug 1463538 - Fail PaymentRequest UI tests upon console errors. r=jaws
...
MozReview-Commit-ID: 2IzUaENZjfl
--HG--
extra : rebase_source : 1cbd6a66fdb0ff1684d0d7e2515b31cb228b3340
2018-07-22 02:07:16 -07:00
Matthew Noorenberghe
cfe6725edf
Bug 1463538 - Make all <input> in the PaymentRequest debug panel live. r=sfoster
...
MozReview-Commit-ID: 4nutxHpmnlc
--HG--
extra : rebase_source : 5c4a431997b39bd34675ddf244e641af35a3c1ae
2018-07-23 20:01:19 -07:00
Matthew Noorenberghe
cb1a98462c
Bug 1463538 - Remove the formautofill-storage-changed observer at PR dialog unload. r=jaws
...
MozReview-Commit-ID: H0PWlps796I
--HG--
extra : rebase_source : 52430c8af7604c33be87199953fc45f16b62bd48
2018-07-21 22:17:49 -07:00
Jared Wein
382ec3f85e
Bug 1371142 - Confirm that the page loaded is about:blank before continuing with the test. r=Gijs
...
This matches the behavior that is implemented in subdialogs.js where the load event handler is not removed until the new location is about:blank.
MozReview-Commit-ID: FZHW6Z63M2M
--HG--
extra : rebase_source : 010d884fb3bfc6dca63035c0125f3c2223847fcc
2018-07-18 15:40:37 -04:00
Ed Lee
a7d155b8af
Bug 1476700 - Add router targeting, bootstrap porting and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: KqMBVQSPJcS
--HG--
extra : rebase_source : 461019f8d62ce23b69f2078812d16283444733f9
2018-07-18 10:38:24 -07:00
shindli
cd1abb81b8
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-07-19 00:49:25 +03:00
Brian Grinstead
538e6d5d64
Bug 1476030 - Part 3 - Migrate callers from document.persist to xulStore.persist;r=Gijs
...
MozReview-Commit-ID: JmlIDK9A8dv
--HG--
extra : rebase_source : 5bd4129d99d7c6d24b8c4d33b1ff00be5e180628
2018-07-18 09:43:45 -07:00
Brian Grinstead
8ceaae11ca
Bug 1476030 - Part 1 - Expose xulStore through Services;r=Gijs
...
This lets us use Services.xulStore instead of requiring
Cc["@mozilla.org/xul/xulstore;1"].getService(Ci.nsIXULStore);
MozReview-Commit-ID: 2eXifCPhlGs
--HG--
extra : rebase_source : c65b9395cc192d05d1a348cfbf92f7f59d41dc8f
2018-07-18 09:43:38 -07:00
Mark Striemer
984cd32bba
Bug 1470947 - Part 5: Remove block padding from scrollbars in all tabs menu r=dao
...
MozReview-Commit-ID: 32Uc6h4PSUu
--HG--
extra : rebase_source : 6b0a27eb070d370feb9b47fcdb6b0ce07d28c414
2018-06-25 13:23:03 -04:00
Mark Striemer
b1df499d19
Bug 1470947 - Part 4: Fix the selected tab colour in all tabs menu r=dao
...
MozReview-Commit-ID: snNPRH0JpV
--HG--
extra : rebase_source : 803102c0a3019a939b7574249f213a80840030b2
2018-06-25 12:56:22 -04:00
Mark Striemer
d2effe21b7
Bug 1470947 - Part 3: Ensure tab throbbers are always hidden with browser.tabs.hideThrobber r=mconley
...
The tab throbbers were being shown in the new all tabs menu. If this pref
is set then we never want them to be visible, so using !important to fix
this and future issues.
MozReview-Commit-ID: DHRrCAKEwnA
--HG--
extra : rebase_source : 9999e458bf23c15cbecdb49942a592f45daffa1e
2018-06-25 11:42:25 -04:00
Mark Striemer
26b09659c7
Bug 1470947 - Part 2: Call _tabAttrModified on busy and progress changes r=dao
...
This fixes the tab throbbers not showing sometimes and not showing
the progress state in the all tabs menu.
MozReview-Commit-ID: FintGto9e9g
--HG--
extra : rebase_source : f83a0184e79be433d1f3e975d28e0f70a668a9c6
2018-06-25 11:30:44 -04:00
Mark Striemer
7d0d7441d1
Bug 1470947 - Part 1: Remove visible tab indicator from all tabs menu r=dao
...
MozReview-Commit-ID: CliduvaGqUb
--HG--
extra : rebase_source : 554a305ac628f077d5b24ab82323f71b143d1be8
2018-06-25 11:30:07 -04:00
Tim Nguyen
e6c156f9ed
Bug 1347204 - Implement the colors.ntp_background and colors.ntp_text properties. r=mconley
...
MozReview-Commit-ID: En8HajryiJS
--HG--
extra : rebase_source : 97b007626fc9c9ed6f49b3153b02a883b293ca08
2018-04-12 16:48:23 -04:00
Tim Nguyen
8544c7c040
Bug 1347204 - Activity stream changes. r=andreio
...
MozReview-Commit-ID: JGVv1g6NYLU
--HG--
extra : rebase_source : e80b522fc585581f9e40f2c046188c7567191c42
2018-07-02 13:49:44 +01:00
Cosmin Sabou
4d56fa5458
Backed out 2 changesets (bug 1347204) for ESlint failure on browser_ext_themes_ntp_colors. CLOSED TREE
...
Backed out changeset 29caa8009784 (bug 1347204)
Backed out changeset 46922541d170 (bug 1347204)
2018-07-06 01:13:43 +03:00
Michael Kaply
ebfd1754d0
Bug 947838 - Don't reload distro prefs, just load at the same time as customizations. r=florian
...
MozReview-Commit-ID: DPaE92V2xKg
--HG--
extra : rebase_source : 44779cb8a8f9cfd2f18f8dec715e4bfe7c8bd5d3
2018-07-05 16:02:00 -05:00
Tim Nguyen
7620721be3
Bug 1347204 - Implement the colors.ntp_background and colors.ntp_text properties. r=mconley
...
MozReview-Commit-ID: En8HajryiJS
--HG--
extra : rebase_source : b0b321418a68c134772616cc47ab883f8ffb9078
2018-04-12 16:48:23 -04:00
Tim Nguyen
8b5c9e7847
Bug 1347204 - Activity stream changes. r=andreio
...
MozReview-Commit-ID: JGVv1g6NYLU
--HG--
extra : rebase_source : e80b522fc585581f9e40f2c046188c7567191c42
2018-07-02 13:49:44 +01:00
Aaron Klotz
9f11895c62
Bug 1475067: Faster handling of UNICODE_STRINGs in bootstrap blocklist; r=mhowell
2018-07-06 18:11:48 -06:00
Michael Kaply
68b7b1db05
Bug 1466631
- Move MercadoLibre to UTF-8, https and fix icon. r=flod
...
MozReview-Commit-ID: KHOWfOPIQtl
--HG--
extra : rebase_source : c6293cc04918175f05fec13bc294bba96626df73
2018-06-29 17:33:07 -05:00
Michael Kelly
b6450821b2
Bug 1471204: Disable browser error telemetry tests when scalars expire. r=Gijs,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D1891
--HG--
extra : moz-landing-system : lando
2018-07-05 16:12:13 +00:00
Brian Grinstead
2d00c754b4
Bug 1445764 - Remove redundant Places imports from pages that load browser.js;r=standard8
...
MozReview-Commit-ID: JsPiKMA21Fj
--HG--
extra : rebase_source : 3ada5cfcb0218d9c3ca798dd78ce1f6c7f1ec3f8
2018-07-03 14:26:51 -07:00
Brian Grinstead
4121127ab8
Bug 1445764 - Move Places imports from XUL to JS for the Places documents;r=standard8
...
MozReview-Commit-ID: 1LKRgTlaupu
--HG--
extra : rebase_source : ac36bf61df6d77f495e018ac6a972d78e3cbc173
2018-07-03 14:26:49 -07:00
Mark Banner
2038dfcf2f
Bug 1473533 - Change the nsINavHistoryObserver::OnDeleteVisits visit time parameter to be a boolean for partial removal. r=mak
...
MozReview-Commit-ID: YbkHjOv7FH
Differential Revision: https://phabricator.services.mozilla.com/D1970
--HG--
extra : moz-landing-system : lando
2018-07-05 13:18:31 +00:00
Andrei Oprea
cab7d50d92
Bug 1434751 - Add Restore Defaults button to Home r=Mardak
...
MozReview-Commit-ID: 5NRxEhPIImg
--HG--
extra : rebase_source : 003715fdc82437a16caaff7cb3512856834a6465
2018-07-03 20:02:26 +02:00
Ciure Andrei
2198f99f97
Merge inbound to mozilla-central. a=merge
2018-07-05 12:51:41 +03:00
Coroiu Cristina
e4c49c7635
Merge mozilla-central to mozilla-inbound a=merge on a CLOSED TREE
2018-07-05 03:34:37 +03:00
Coroiu Cristina
a4fb127451
Merge inbound to mozilla-central a=merge
2018-07-05 03:14:19 +03:00
Coroiu Cristina
b204063b4b
Backed out 2 changesets (bug 1470333) for xpcshell failures at browser/extensions/formautofill/test/unit/test_getFormInputDetails.js
...
Backed out changeset dbea1942a32f (bug 1470333)
Backed out changeset 440ee3fab72a (bug 1470333)
2018-07-05 00:24:27 +03:00
Coroiu Cristina
caf49f9745
Backed out changeset a21149d9d236 (bug 1465953) for browser-chrome failures at browser/base/content/test/static/browser_all_files_referenced.js
...
--HG--
extra : rebase_source : 7ae744bf8fb568992e63fb5a15d1a64d69a3cb8e
2018-07-04 23:48:08 +03:00
Kris Maglione
e1e8de61c8
Bug 1470333: Part 2 - Avoid creating ConsoleAPI instances when debug logging is not enabled. r=MattN
...
MozReview-Commit-ID: Edck1SgCcDA
--HG--
extra : source : dbea1942a32f8bd565f3d500d79fa19db8916fcc
extra : absorb_source : e50ef26aa346f7890d135637411b8988925b9700
2018-07-04 12:43:21 -07:00
Kris Maglione
5540b0b58f
Bug 1470333: Part 2 - Avoid creating ConsoleAPI instances when debug logging is not enabled. r=MattN
...
MozReview-Commit-ID: Edck1SgCcDA
--HG--
extra : rebase_source : 1152d01ba7456d06a6f66ac65ceba2ef85e4747d
2018-07-04 12:43:21 -07:00
Kris Maglione
25544ae690
Bug 1470333: Part 1 - Optimize debug logging statements in FormAutoFillContent. r=MattN
...
These cause us to load Console.jsm and create a ConsoleAPI instance in every
content process, which is expensive both in terms of memory and startup
performance.
Checking the log level before we touch the console object is much cheaper,
in terms of both memory and performance.
MozReview-Commit-ID: 19f0ggAda2J
--HG--
extra : source : 440ee3fab72afc5d483a5bb2b0630f3c2ed3212f
extra : absorb_source : 35ba172bb0e9da002bf1b733463b61ed214cf225
2018-06-30 15:55:18 -07:00
Kris Maglione
0b96fa7467
Bug 1470333: Part 1 - Optimize debug logging statements in FormAutoFillContent. r=MattN
...
These cause us to load Console.jsm and create a ConsoleAPI instance in every
content process, which is expensive both in terms of memory and startup
performance.
Checking the log level before we touch the console object is much cheaper,
in terms of both memory and performance.
MozReview-Commit-ID: 19f0ggAda2J
--HG--
extra : rebase_source : 38077a14122d201d11079330565d82f6f963b428
2018-06-30 15:55:18 -07:00
Coroiu Cristina
85d1eae068
Merge mozilla-central to autoland a=merge on a CLOSED TREE
2018-07-05 03:33:16 +03:00
Drew Willcoxon
b6ae98cf37
Bug 1467627 - Calculate origin frecency as the sum of all URL frecencies instead of the max. r=mak
...
MozReview-Commit-ID: KZi9C7olvsj
--HG--
extra : rebase_source : e95bf70b9de576fe464d21f17aa0eeb27decb60b
2018-07-04 14:01:28 -07:00
Kanika Saini
a79aa16a78
Bug 1465953 - Create the basic structure for an about:policies page. r=felipe
2018-06-26 18:13:37 +05:30
Paolo Amadini
b4b62f90c9
Bug 1472153 - Load the "tabbrowser.css" content stylesheet right after "browser.css". r=dao
...
MozReview-Commit-ID: 7IHOn7rfych
--HG--
extra : rebase_source : 79f78a37ab7366d041ef6b2e770786378bcf978f
extra : intermediate-source : c25115854b1586761a553dc522eba3938066c974
extra : source : 839c17021ae03dd14eef2dfa10b9208250f5cfff
2018-07-02 08:52:17 +01:00
Paolo Amadini
bf4924de4a
Bug 1421433 - Load the "global.css" and "browser.css" skin stylesheets earlier. r=dao
...
MozReview-Commit-ID: JbEHlM9XpFs
--HG--
extra : rebase_source : 4804ce5fec16b5e03aa4663f0e1462dd43305ab3
extra : intermediate-source : 1efb74e05dc52cfb62b94c6acc7610feba843e8d
extra : source : 4503f56bf96f55eb665b27df95b7d5108a9f96dc
2018-07-02 08:51:05 +01:00
Gurzau Raul
ecaa52212e
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-07-04 19:33:40 +03:00
Gurzau Raul
6ef785903f
Merge inbound to mozilla-central. a=merge
2018-07-04 19:30:07 +03:00
Dave Townsend
711c06e26b
Bug 1473264: Catch failures to get the favicon expiration. r=mak
...
This ignores failures to get expiration data from favicon requests. It also adds
some safety to the rest of onStopRequest wrapping it in a try...catch block to
catch any unexpected errors and correctly reject the waiting promise.
Differential Revision: https://phabricator.services.mozilla.com/D1938
--HG--
extra : moz-landing-system : lando
2018-07-04 12:36:13 +00:00
Paolo Amadini
cd89e744c5
Bug 1472616 - Import all the static browser stylesheets from "browser-window.css". r=dao
...
This prevents a specific failure in the "browser_startup_flicker.js" test on Windows 10 only, surfaced by bug 1421433. The compact theme stylesheet is kept separate because it can be disabled independently.
MozReview-Commit-ID: 3WDkrYqZtqN
--HG--
extra : rebase_source : d4c98fb5c5f2f5ce7170ddf0592b99ca18254058
2018-07-02 08:44:54 +01:00
Gurzau Raul
03062dd04b
Merge inbound to mozilla-central. a=merge
2018-07-04 12:58:33 +03:00
Aaron Klotz
6863992ec8
Bug 1460022: Part 5 - Update launcher process to work with new DLL interceptor interface; r=mhowell
2018-06-27 11:49:30 -06:00
shindli
dd50d1646e
Backed out 13 changesets (bug 1460022) for bustages in :/build/build/src/mozglue/tests/interceptor/TestDllInterceptor.cpp(113) on a CLOSED TREE
...
Backed out changeset b798c3689bbf (bug 1460022)
Backed out changeset c3b3b854affd (bug 1460022)
Backed out changeset ecb1b6fd3134 (bug 1460022)
Backed out changeset 91fed649dd5a (bug 1460022)
Backed out changeset be7032cddad2 (bug 1460022)
Backed out changeset d4a036b976e6 (bug 1460022)
Backed out changeset 5f3dfde41e38 (bug 1460022)
Backed out changeset a16486a6f685 (bug 1460022)
Backed out changeset 69eacc5c3ab8 (bug 1460022)
Backed out changeset 34aa7c29b31e (bug 1460022)
Backed out changeset 00b20c0a7637 (bug 1460022)
Backed out changeset b8e8aea4a01f (bug 1460022)
Backed out changeset 15822d9848d8 (bug 1460022)
2018-07-04 03:37:11 +03:00
Aaron Klotz
6ed3d9c74f
Bug 1460022: Part 5 - Update launcher process to work with new DLL interceptor interface; r=mhowell
2018-06-27 11:49:30 -06:00
shindli
dcc88f33f9
Backed out 13 changesets (bug 1460022) for bustages in builds/worker/workspace/build/src/dom/plugins/ipc/FunctionHook.h 💯 24 on a CLOSED TREE
...
Backed out changeset 0734142a3f35 (bug 1460022)
Backed out changeset 18fbfa7ca685 (bug 1460022)
Backed out changeset 2df129bd5692 (bug 1460022)
Backed out changeset 02a7ed68933f (bug 1460022)
Backed out changeset 221137d1c2de (bug 1460022)
Backed out changeset 9cb0b7a15402 (bug 1460022)
Backed out changeset 18f8f85c0307 (bug 1460022)
Backed out changeset 867a1351efff (bug 1460022)
Backed out changeset 933e0b698f8e (bug 1460022)
Backed out changeset 09da660071e1 (bug 1460022)
Backed out changeset 8bb5142d3f53 (bug 1460022)
Backed out changeset 0ddf581bdaac (bug 1460022)
Backed out changeset 1cd5f9b4a6af (bug 1460022)
2018-07-04 02:49:24 +03:00
Aaron Klotz
b90ed7ab5d
Bug 1460022: Part 5 - Update launcher process to work with new DLL interceptor interface; r=mhowell
...
--HG--
extra : rebase_source : 6b0f7abb908993afb77f3c90b57cb870e630f778
2018-06-27 11:49:30 -06:00
shindli
1384968ccc
Merge mozilla-central to inbound. a=merge CLOSED TREE
...
--HG--
rename : devtools/shared/gcli/commands/screenshot.js => devtools/server/actors/webconsole/screenshot.js
rename : devtools/shared/gcli/commands/screenshot.js => devtools/shared/webconsole/screenshot-helper.js
2018-07-04 01:35:17 +03:00
shindli
3d917e5382
Merge inbound to mozilla-central. a=merge
...
--HG--
rename : devtools/shared/gcli/commands/screenshot.js => devtools/server/actors/webconsole/screenshot.js
rename : devtools/shared/gcli/commands/screenshot.js => devtools/shared/webconsole/screenshot-helper.js
2018-07-04 00:56:24 +03:00
Ryan VanderMeulen
9e88581315
Bug 1473118 - Update pdf.js to version 2.0.661. r=bdahl
2018-07-03 15:15:46 -04:00
Florian Quèze
f930291f34
Bug 1473142 - Set browser.startup.blankWindow to true on Windows (ie. backout bug 1465583), r=mconley.
2018-07-04 16:30:06 +02:00
Gijs Kruitbosch
09a107bc24
Bug 1469916, r=ckerschb,jkt
...
--HG--
extra : rebase_source : 180442deeef92f0e9202d76c5e4e46b630072d99
extra : source : be11a32900298eb6fd4d18ad21b9a699995254c3
2018-06-22 15:41:39 +01:00
Gijs Kruitbosch
9396488809
Backed out changeset be11a3290029 (bug 1469916) for test orange involving `Not enough arguments [nsIWebBrowserPersist.saveURI]`
2018-07-03 15:45:13 +01:00
shindli
5cc2efce78
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-07-04 01:01:25 +03:00
Brindusan Cristian
d2386dc6a2
Backed out changeset f5bfc9971285 (bug 1352598) for browser chrome failures on browser_ext_search.js. CLOSED TREE
2018-07-03 23:02:59 +03:00
Michael Kaply
cd47b3077c
Bug 1352598 - Add WebExtension API for access to search. r=aswan
...
MozReview-Commit-ID: 4pV2DGMcV7G
--HG--
extra : rebase_source : 811187b96b19d433249404791bbbfdff47bceebe
2018-06-18 10:39:12 -05:00
Gijs Kruitbosch
0d0616cad1
Bug 1469916, r=ckerschb,jkt
...
--HG--
extra : rebase_source : 5c2f49af85664fdb5375f6dc4cc57d6913f1eff9
2018-06-22 15:41:39 +01:00
Paolo Amadini
86d16ff4dd
Bug 1472635 - Prevent suppressing executable warnings using the "don't ask me this again" checkbox. r=Gijs
...
A hidden preference matching "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally.
This also cleans up duplicate unused strings in the "browser" folder.
MozReview-Commit-ID: GyccRiyoVGs
--HG--
extra : rebase_source : 8211ad1c94894535b2b98dde0549d7ab52a879b0
2018-07-02 15:42:58 +01:00
arthur.iakab
403038737b
Merge inbound to mozilla-central a=merge
2018-07-03 11:55:46 +03:00
Tiberius Oros
93bed26733
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-07-03 00:59:47 +03:00
Abdoulaye O. Ly
9bf68371e3
Bug 1458061 - Implement ability to reload a selection of tabs. r=Gijs
...
MozReview-Commit-ID: CyJLk7pxGRr
--HG--
extra : amend_source : 97c7d53733c2996e06aa2994f57949357cef35ad
2018-06-29 02:39:18 +00:00
Christian Holler
2a3b6f8ca3
Bug 1471532 - Support Windows in ASan Nightly Reporter builds. r=froydnj
...
MozReview-Commit-ID: AK2dBOgoazY
--HG--
extra : rebase_source : 1065a2f3b10913ac574cf1187d717f21fc2994e6
extra : histedit_source : 3042e51e496e4e8593b367d89332a9199bf3999c
2018-06-27 11:19:00 +02:00
Dave Townsend
fd6bf727ed
Bug 1472477: Follow redirects when loading favicons. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D1902
--HG--
extra : moz-landing-system : lando
2018-07-02 13:44:47 +00:00
Dão Gottwald
03203945f5
Bug 1472275 - Remove PlacesCommandHook.bookmarkPage's aShowEditUI argument. r=standard8
...
MozReview-Commit-ID: CGYSF1OvoVg
--HG--
extra : rebase_source : 3470cd6522ae3c3e2802dfa2e032643c7fbdcb55
2018-06-29 19:45:35 +02:00
Stephen A Pohl
f203ce21fe
Bug 1472272: Allow apps like Thunderbird to switch to the dark theme as well when macOS 10.14+ switches to dark mode. r=dao
2018-07-01 19:40:16 -04:00
Jared Wein
8c69facccf
Bug 1427961 - Implement error tooltip styling. r=MattN
...
MozReview-Commit-ID: CBNUhIRGD1A
--HG--
extra : rebase_source : 48635adf6aa6731a7fd65679492962e9ad79e0dd
extra : source : aba7712e5409d9321f03d96f80a1d9bbf76b8a13
2018-06-20 23:27:56 -04:00
Jared Wein
d8e5ec3940
Bug 1427961 - Put the asterisk next to required fields. r=MattN
...
MozReview-Commit-ID: 9KMFB9bS9hD
--HG--
extra : rebase_source : 1566cf92f691f8eaa7bc47fe2b38b0c9cb66dade
extra : source : 7f74d7629be432b0df984d6464a2ba44de27dede
2018-06-20 19:06:38 -04:00
Jared Wein
dbaa85bf42
Bug 1427961 - Regular expression validation for zip/postal codes. r=MattN
...
MozReview-Commit-ID: 208vx9SBcrq
--HG--
extra : rebase_source : 7f1eca0999bf561ab95968ad6382b2df283a87c2
extra : source : 94a1d54ae6fabdd25f80d276ca5d159a431b6052
2018-06-20 17:46:05 -04:00
Jared Wein
5da9edce44
Bug 1427961 - Basic shipping address validation for state/province and zip/postal code. r=MattN
...
MozReview-Commit-ID: DCjr13QxP5Z
--HG--
extra : rebase_source : d76056a6e73e5ffdd53006b4fac576dcfec000ba
extra : source : 497e432568558a5494f81300bcc3071978188d20
2018-06-07 17:02:42 -04:00
Andreea Pavel
1bf7ac45bb
Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
2018-06-30 13:10:01 +03:00
Andreea Pavel
91a9c110e2
Merge mozilla-inbound to mozilla-central. a=merge
2018-06-30 12:49:32 +03:00
Calixte Denizet
264c53b6fe
Bug 1472146 - Disable warnings-as-errors on macosx64 and win64 code coverage builds to avoid false positives. r=marco
...
Reviewers: marco
Reviewed By: marco
Bug #: 1472146
Differential Revision: https://phabricator.services.mozilla.com/D1877
--HG--
extra : amend_source : a4af8b6c06139f5147cd837619ecfc9bb454737d
2018-06-30 01:17:03 +03:00
Kris Maglione
fcedebb912
Bug 1471102: Move more code out of ExtensionUtils.jsm. r=aswan
...
MozReview-Commit-ID: Fqlv5BRuuW8
--HG--
extra : rebase_source : 348f037abd9cecfa080183bc365e5f005eac1bd6
extra : amend_source : 05dbfd12f553fc3f2a93374402e34d271e26d767
2018-06-25 19:30:21 -07:00
Dão Gottwald
bf70cd59cf
Bug 1468992 - Remove the Library infopane More/Less toggle. r=mak
...
MozReview-Commit-ID: LRNXWTHaGYS
--HG--
extra : rebase_source : c71bf348490ea8f3791202e65f42280bf81ed803
2018-06-30 01:12:13 +02:00
Dão Gottwald
f794a876e1
Bug 1468077 - Stop disabling cmd_close and cmd_closeWindow in the bookmark panel since it seems to be half-broken and is inconsistent with other panels. r=mak
...
MozReview-Commit-ID: AkKaq5Kon77
--HG--
extra : rebase_source : 23abeac68a167cb45e128474e322ac9283fa91ce
2018-06-29 13:33:05 +02:00
Ed Lee
7f2da678f7
Bug 1472302 - Add router previews, prerender noscripts and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 19dFAQNpGLD
--HG--
extra : rebase_source : 85f6c72416dd3c38823048a039a7777d8fa0f877
2018-06-29 11:59:55 -07:00
Coroiu Cristina
a4cd34df05
Merge mozilla-central to autoland a=merge on a CLOSED TREE
2018-06-30 01:00:54 +03:00
Coroiu Cristina
5416c68fa2
Backed out changeset 64f3290fac6e (bug 1471532) on reqest by decoder a=backout
2018-06-30 00:57:00 +03:00
Coroiu Cristina
4dfea54f1d
Merge inbound to mozilla-central a=merge
2018-06-30 00:52:37 +03:00
Dorel Luca
745adab0fd
Backed out changeset 4503f56bf96f (bug 1421433) for Browser chrome failures on browser/base/content/test/performance/browser_startup_flicker.js. CLOSED TREE
...
--HG--
extra : amend_source : 4e7ce1f236a8394a44a0b2891cdc44cbd7a042c3
2018-06-29 21:30:27 +03:00
Dorel Luca
3bdf266662
Backed out changeset 839c17021ae0 (bug 1472153) for Browser chrome failure on browser/base/content/test/performance/browser_startup_flicker.js. CLOSED TREE
2018-06-29 21:29:45 +03:00
Dão Gottwald
bea31df2b2
Bug 1459878 - Add "Show editor when saving" checkbox to the Bookmark panel. r=mak
...
MozReview-Commit-ID: IUji9cQmVz9
--HG--
extra : rebase_source : 67e0f9a5bd5ca0c5292fa738119b01cfec9dda7a
2018-06-29 12:39:30 +02:00
Michael Kelly
38fdedebf7
Bug 1451702: Mangle file: and jar: paths in browser error reports. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D1868
--HG--
extra : rebase_source : 65ce32dac6b61414acd685f8787b5709a0070b54
extra : amend_source : 51fb635ec9b8cbdc27917f95f72583d03b5322a2
extra : intermediate-source : 28564cd34c706e909df136c4c0ea374f4836a344
extra : source : 71156adbd18ecb9f5b4d09638881a3714c71244b
2018-06-28 11:19:24 -07:00
Andrew Swan
07dcc1c764
Bug 1451519 Convert specialpowers to a webextension r=kmag
...
This is a quick-and-dirty port. It might be nice to replace
SpecialPowersObserver with the webextensions content script injection
system at some point, but that isn't practical right now (since WE experiments
cannot implement new APIs visible to content scripts).
MozReview-Commit-ID: GinCu3VcbWK
--HG--
rename : testing/specialpowers/bootstrap.js => testing/specialpowers/api.js
extra : rebase_source : 0faf7d21c8868c957ddc7fede0d56809f27dc161
extra : intermediate-source : ffb9ce93b92dd6396bfe038d3f6a8bcf929ec277
extra : source : cca596eadd0437dc75b75c119b6c7a405805f703
2018-06-27 13:10:51 -07:00
Felipe Gomes
6bc4e8af53
Bug 1467593 - Add strict=false to the schema of some policies. r=mkaply
...
This allows mistakes given to URL and origin params to be less severe to the end user.
MozReview-Commit-ID: 3HXM6adjCo0
--HG--
extra : rebase_source : 2dba2e27e645ecf05752ecb5cf8332d986d9f0ab
2018-06-29 15:54:54 -03:00