Harry Twyford
9333311aa6
Bug 1616700 - Part 3 - Update the placeholder string on the handoff input to read "Search with {engine} or enter address" r=fluent-reviewers,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D108266
2021-03-23 22:56:54 +00:00
Harry Twyford
e52efdbba9
Bug 1616700 - Part 2 - Apply a disabled appearance to the handed-off input rather than hiding it. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D108826
2021-03-23 22:56:54 +00:00
Alexandru Michis
ddfba392b6
Backed out 3 changesets (bug 1616700) for causing failures in browser_privatebrowsing_about.js
...
Backed out changeset 5e1b8f75fef5 (bug 1616700)
Backed out changeset fdf97a561019 (bug 1616700)
Backed out changeset de3717cc63ef (bug 1616700)
2021-03-20 01:23:39 +02:00
Harry Twyford
8355d18946
Bug 1616700 - Part 3 - Update the placeholder string on the handoff input to read "Search with {engine} or enter address" r=fluent-reviewers,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D108266
2021-03-19 21:31:13 +00:00
Harry Twyford
fcb20aa58c
Bug 1616700 - Part 2 - Apply a disabled appearance to the handed-off input rather than hiding it. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D108826
2021-03-19 21:31:13 +00:00
james
16060f0cc4
Bug 1691274 - Use DOM hidden property methods instead of attribute methods in browser/ directory. r=ntim,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D104552
2021-02-13 23:33:51 +00:00
Narcis Beleuzu
ed6880e281
Backed out changeset b3fcb4fcea64 (bug 1691274) for bc failures on browser_pointerlock_warning.js . CLOSED TREE
2021-02-13 21:46:51 +02:00
james
8069ab6165
Bug 1691274 - Use DOM hidden property methods instead of attribute methods in browser/ directory. r=ntim,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D104552
2021-02-13 18:11:18 +00:00
Luke Crouch
6821fc0acd
Bug 1664360 also use Region.jsm for vpn region restriction r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D90287
2020-09-16 12:04:10 +00:00
Luke Crouch
9cd7330a82
Bug 1664360 - introduce browser.privatebrowsing.vpnpromourl r=baku
...
Use browser.privatebrowsing.vpnpromourl pref to control the display and link
param value of the VPN promo in about:privatebrowsing.
Differential Revision: https://phabricator.services.mozilla.com/D89916
2020-09-14 09:29:44 +00:00
Andrea Marchesini
9abd473ece
Bug 1659956 - About:privatebrowsing should have a link to the VPN, r=groovecoder,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D87578
2020-08-20 17:27:33 +00:00
Neil Deakin
653fff4e36
Bug 1614744, convert about:privatebrowsing to JSWindowActor-based remote page manager, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D71023
2020-04-29 23:19:15 +00:00
Jacqueline
f11a866989
Bug 1609873 - Make about:privatebrowsing an HTML page r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D65254
--HG--
rename : browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml => browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
extra : moz-landing-system : lando
2020-03-04 13:35:50 +00:00
Jim Porter
9c55da7d77
Bug 1529969 - Only request info about the current engine to the parent; r=adw,Mardak
...
This patch adds a new ContentSearchHandoffUI class to be used when search
handoff is enabled in the newtab page, avoiding the much more complex
ContentSearchUI. This also reduces the amount of unnecessary information being
sent across processes.
Differential Revision: https://phabricator.services.mozilla.com/D48776
--HG--
extra : moz-landing-system : lando
2019-12-17 21:02:52 +00:00
Cosmin Sabou
205ac58f1b
Backed out changeset 6636e1cd0c41 (bug 1529969) for causing node tests newtab failures. CLOSED TREE
2019-12-17 21:55:48 +02:00
Jim Porter
fb61d7ebae
Bug 1529969 - Only request info about the current engine to the parent; r=adw,Mardak
...
This patch adds a new ContentSearchHandoffUI class to be used when search
handoff is enabled in the newtab page, avoiding the much more complex
ContentSearchUI. This also reduces the amount of unnecessary information being
sent across processes.
Differential Revision: https://phabricator.services.mozilla.com/D48776
--HG--
extra : moz-landing-system : lando
2019-12-17 07:06:59 +00:00
Sylvestre Ledru
e94f355d96
Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN
...
Depends on D53267
Differential Revision: https://phabricator.services.mozilla.com/D53269
--HG--
extra : moz-landing-system : lando
2019-11-26 15:00:00 +00:00
Mike de Boer
089165087b
Bug 1587817 - Move the default search engine in Private Browsing mode for in-content search access points to be contained in ContentSearch.jsm. r=Mardak,Standard8
...
This reverts part of bug 1576158, so that all current and future in-content pages share the same implementation.
Differential Revision: https://phabricator.services.mozilla.com/D49559
--HG--
extra : moz-landing-system : lando
2019-10-17 13:02:09 +00:00
Mark Banner
818208e565
Bug 1580830 - Add a display to the private browsing page to inform of the new setting for search engines in private mode. r=mikedeboer,fluent-reviewers,flod
...
This implements the introduction display for the new search engine preference.
The decision for whether or not to display the introduction is handled in AboutPrivateBrowsingHandler.jsm, as we need
to limit it to being displayed once per session.
Differential Revision: https://phabricator.services.mozilla.com/D48722
--HG--
extra : moz-landing-system : lando
2019-10-10 20:00:51 +00:00
Mark Banner
b93f2c2970
Bug 1576158 - Display the private browsing engine on the private browsing page. r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D47208
--HG--
extra : moz-landing-system : lando
2019-09-27 14:54:38 +00:00
Christoph Kerschbaumer
30285b4a58
Bug 1499354: Add object-src 'none' to the CSP of all about: pages. r=freddyb
...
Differential Revision: https://phabricator.services.mozilla.com/D46950
--HG--
extra : moz-landing-system : lando
2019-09-26 16:22:41 +00:00
Victor Porof
1f830c96da
Bug 1561435 - Format browser/components/, a=automatic-formatting
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D36042
--HG--
extra : source : d3afcafdce650a6f36cebbc126ee93b17f13cf52
2019-07-05 09:53:32 +02:00
Ricky Rosario
c93b7f1009
Bug 1556867 - Remove the old about:private browsing code and pref r=fluent-reviewers,Mardak,Pike,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D33711
--HG--
extra : moz-landing-system : lando
2019-06-10 17:01:54 +00:00
Brian Grinstead
08992fb8e8
Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop
...
This is an autogenerated commit, generated with https://bug1546501.bmoattachments.org/attachment.cgi?id=9060222
Differential Revision: https://phabricator.services.mozilla.com/D28559
--HG--
extra : moz-landing-system : lando
2019-04-24 19:43:57 +00:00
Nicholas Cowles
81ddec3340
Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=Gijs,jaws,zbraniecki,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D19250
--HG--
extra : moz-landing-system : lando
2019-03-18 18:05:13 +00:00
Gurzau Raul
1dd267df2b
Backed out changeset f73f629e8cca (bug 1517528) on request from jaws, CLOSED TREE.
2019-03-14 07:54:17 +02:00
Nicholas Cowles
2381e5849f
Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=Gijs,jaws,zbraniecki,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D19250
--HG--
extra : moz-landing-system : lando
2019-03-11 17:56:36 +00:00
Sebastian Hengst
d8f882a055
Backed out changeset 40ddf7d53eaa (bug 1517528) for flake8 failures
2019-03-01 11:42:02 +01:00
Nicholas Cowles
3de44bae14
Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=Gijs,jaws,zbraniecki,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D19250
--HG--
extra : moz-landing-system : lando
2019-03-01 09:41:07 +00:00
Coroiu Cristina
dee1f146c8
Backed out changeset f4094fd9e1df (bug 1517528) for mochitest failures on a CLOSED TREE
2019-02-19 22:25:55 +02:00
Nicholas Cowles
6cab4dbf63
Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=jaws,zbraniecki,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D19250
--HG--
extra : moz-landing-system : lando
2019-02-19 19:17:14 +00:00
Ricky Rosario
11e3a9d15e
Bug 1521984 - Can't drag downloaded PDF into about:privatebrowsing r=andreio
...
MozReview-Commit-ID: FQvRmltnss7
Differential Revision: https://phabricator.services.mozilla.com/D17304
--HG--
extra : moz-landing-system : lando
2019-01-23 18:21:26 +00:00
Ricky Rosario
bbd0796d2c
Bug 1508364 - New UI for Private Browsing with Search r=andreio
...
MozReview-Commit-ID: 4WSGpL5Gvde
Differential Revision: https://phabricator.services.mozilla.com/D16854
--HG--
extra : moz-landing-system : lando
2019-01-21 20:14:26 +00:00
arthur.iakab
2ad2d8287a
Backed out changeset 13f379946829 (bug 1508364) for functional ui test failures on private_browsing/test_about_private_browsing.py CLOSED TREE
2019-01-21 21:38:29 +02:00
Ricky Rosario
562d5578fe
Bug 1508364 - New UI for Private Browsing with Search r=andreio
...
MozReview-Commit-ID: 4WSGpL5Gvde
Differential Revision: https://phabricator.services.mozilla.com/D16854
--HG--
extra : moz-landing-system : lando
2019-01-21 17:05:08 +00:00
Florens Verschelde
8c99a974e4
Bug 1505687 - Visual tweaks to about:privatebrowsing; r=johannh
...
- Fix bullet list margins.
- Improve :hover:active style for links.
- Improve narrow width layout: flexible list item width, more reasonable line-heights, move content blocking icon inline.
Differential Revision: https://phabricator.services.mozilla.com/D11579
--HG--
extra : moz-landing-system : lando
2018-11-12 13:35:38 +00:00
Johann Hofmann
ac88585965
Bug 1502361 - Remove Content Blocking toggle from about:privatebrowsing. r=Ehsan
...
This simply removes the content blocking section when TP is not enabled to avoid overpromising.
We may update this UI to alert the user that TP is off after the UX team comes back with a new design.
Differential Revision: https://phabricator.services.mozilla.com/D10071
--HG--
extra : rebase_source : 6cf70948a142309edf06da3a53874bde2d7372e5
2018-10-29 17:10:24 +01:00
Ehsan Akhgari
1590b70886
Bug 1501286 - Part 3: Remove support for tracking protection UI in about:privatebrowsing r=johannh
...
Depends on D9520
Differential Revision: https://phabricator.services.mozilla.com/D9521
--HG--
extra : moz-landing-system : lando
2018-10-25 16:46:49 +00:00
Dorel Luca
9529a31c66
Backed out 5 changesets (bug 1501286) for browser-chrome failures in browser/components/uitour/test/browser_trackingProtection.js
...
Backed out changeset cac0d4aa79d1 (bug 1501286)
Backed out changeset 578d395f555e (bug 1501286)
Backed out changeset d9940451c373 (bug 1501286)
Backed out changeset ca6c3139bdd2 (bug 1501286)
Backed out changeset 93d6f4d54f78 (bug 1501286)
--HG--
extra : rebase_source : 04083c456cd0df6243861cf53e5c39c08888c5ad
2018-10-25 17:52:59 +03:00
Ehsan Akhgari
df7b68e39e
Bug 1501286 - Part 3: Remove support for tracking protection UI in about:privatebrowsing r=johannh
...
Depends on D9520
Differential Revision: https://phabricator.services.mozilla.com/D9521
--HG--
extra : moz-landing-system : lando
2018-10-25 13:35:22 +00:00
savvysiddharth
6c60223ffe
Bug 1442845 - Added firefox will save clipboard in private browsing r=jdm
...
Before this patch, default home page of private sessions didn't inform about saving clipboard text. Now it informs that "copied text" will be saved in private session.
Differential Revision: https://phabricator.services.mozilla.com/D5941
--HG--
extra : moz-landing-system : lando
2018-09-17 20:48:28 +00:00
Johann Hofmann
5c79352649
Bug 1490729 - Ensure that we send variation=0 for the TP UI on about:privatebrowsing. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D5680
--HG--
extra : moz-landing-system : lando
2018-09-12 18:12:45 +00:00
Jason Chapin
cb1b9f3b61
Bug 1457786 - Remove question-32.png. r=dao
2018-09-10 16:54:18 +02:00
Johann Hofmann
d27631651f
Bug 1488933 - Link to the new content blocking onboarding from about:privatebrowsing when the CB UI is enabled. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D5090
--HG--
extra : moz-landing-system : lando
2018-09-06 13:30:40 +00:00
Soeren Hentzschel
bfb302ba9e
Bug 1486915 - Use the "hidden" attribute instead of a "hide" class in aboutPrivateBrowsing.js r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D4821
--HG--
extra : moz-landing-system : lando
2018-09-05 09:28:17 +00:00
Johann Hofmann
6dd6bb0909
Bug 1484586 - Update about:privatebrowsing for content blocking. r=Gijs
...
This makes the about:privatebrowsing display "Content Blocking" instead
of "Tracking Protection" and makes the toggle flip the TP setting for PB
mode as well as the CB pref if it's turned off.
Differential Revision: https://phabricator.services.mozilla.com/D4395
--HG--
extra : moz-landing-system : lando
2018-08-28 21:01:19 +00:00
Christoph Kerschbaumer
25caec9ca2
Bug 1463663 - Prefix exported functions of the RemotePageManager with RPM. r=mossop
2018-06-27 09:08:32 +02:00
Christoph Kerschbaumer
2c105d2ff5
Bug 1459204: Have about:privatebrowsing rely on RemotePageManager instead of AboutCapabilities. r=mossop,baku
2018-06-07 11:32:27 +02:00
Dão Gottwald
e71fb1aa39
Bug 1448482 - Remove <title> element from about:privatebrowsing since tabbrowser already sets the title. r=Gijs
...
MozReview-Commit-ID: 7oQrfiK0FRa
--HG--
extra : rebase_source : dcaeae1f53682531709bd8333cdf38a0a7e21298
2018-03-27 23:34:23 +02:00
Margareta Eliza Balazs
b33efac796
Backed out changeset 49867cc4dcc2 (bug 1448482) for ss failures in browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE
2018-03-27 20:13:36 +03:00