Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Johann Hofmann 21717ca7b3 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 : moz-landing-system : lando
2018-10-29 16:27:25 +00:00
.cargo Bug 1468950 - Update serde_derive patch for changes in WR PR 2819. r=Gankro 2018-06-21 08:15:40 -04:00
.vscode Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle clang/Windows output - r=jya 2018-09-21 10:00:59 +00:00
accessible Bug 1052866 part 2: Handle QI to IAccessibleText for tables. r=MarcoZ 2018-10-29 06:36:51 +00:00
browser Bug 1502361 - Remove Content Blocking toggle from about:privatebrowsing. r=Ehsan 2018-10-29 16:27:25 +00:00
build Bug 1496619 - Part 5: Bump cbindgen to 0.6.6 r=emilio 2018-10-26 18:03:33 +00:00
caps Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState r=bzbarsky,nika 2018-10-26 03:50:37 +00:00
chrome Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2018-10-22 08:50:03 -07:00
db Bug 1491671 - Upgrade to SQLite 3.25.1. r=mak 2018-09-19 13:28:02 +00:00
devtools Bug 1502002 - Start using the getAsFlexContainer API's clampState value to simplify devtools; r=gl 2018-10-29 14:49:37 +00:00
docshell Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState r=bzbarsky,nika 2018-10-26 03:50:37 +00:00
dom Bug 1497014 - Part 1: Pass in a URI hint for all content blocking state notifications r=baku 2018-10-29 14:47:55 +00:00
editor Bug 1485890 - Remove dumpContentTree, debugDumpContent and debugUnitTests from nsIEditor. r=masayuki 2018-10-29 07:23:49 +00:00
embedding
extensions Bug 1502774 - Part 3: Remove nsAuthModule r=valentin 2018-10-29 14:59:24 +00:00
gfx Bug 1502765 - Update webrender to commit 855eac28847f289575210357418a3d0f9881e285 (WR PR 3235). r=kats 2018-10-29 00:35:29 +00:00
gradle/wrapper Bug 1476165 - Part 2: Update Android Gradle plugin to version 3.1.0. r=nalexander,snorp 2018-07-17 13:20:19 +01:00
hal Bug 1488401 - Remove the remnants of the DiskSpaceWatcher r=asuth,janv,smaug 2018-09-13 06:40:51 +00:00
image Bug 1501212 - Fix faulty assert when requesting a frame from a previously discarded animated image. r=tnikkel 2018-10-26 07:50:23 -04:00
intl Bug 1488973 - Followup for eslint failure. CLOSED TREE 2018-10-24 21:56:27 +03:00
ipc Bug 1500876 - Remove PContent::GetSystemColors sync IPC. r=snorp,mccr8 2018-10-29 01:35:47 +00:00
js Bug 1502476 - Handle failure when parsing field initializer. r=arai 2018-10-29 15:30:26 +00:00
layout Bug 1502510: Provide missing image file for calc-background-position and calc-background-size reftests. r=heycam 2018-10-29 00:57:16 +00:00
media Bug 1494301: Single API for mtransport. r=mjf 2018-10-26 00:39:07 +00:00
memory Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
mfbt Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj. 2018-10-25 11:42:18 -10:00
mobile Bug 1149485 - Replace about:blocked references to blacklist to blocklist. r=Gijs 2018-10-29 11:24:59 +00:00
modules Bug 1460537 - Connectivity Service - Add DNSv4 and DNSv6 checks r=dragana 2018-10-29 11:22:40 +00:00
mozglue Bug 1432429 - Point the JS Runtimes at TimeStamp for the current time. r=jandem 2018-10-26 13:28:51 -05:00
netwerk Bug 1502774 - Part 3: Remove nsAuthModule r=valentin 2018-10-29 14:59:24 +00:00
nsprpub Bug 1477680, NSPR 4.20 RTM, no code change, only version number, r=me 2018-08-28 16:21:01 +02:00
other-licenses Backed out 2 changesets (bug 1453613) for Windows MinGW build bustages CLOSED TREE 2018-10-23 19:18:10 +03:00
parser Bug 1501662 - Add more .eslintrc.js files for test directories (dom, modules, netwerk and parser). r=mossop 2018-10-24 19:11:17 +00:00
python Bug 1501973 - Add telemetry marionette files to tests archive; r=ahal 2018-10-26 15:56:54 +00:00
security Bug 1502774 - Part 2: Remove XPCOM component registrations for auth module classes r=valentin 2018-10-29 14:59:16 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2018-10-29 12:26:11 +00:00
servo Bug 1497389 - Add a fast path for querySelector{,All} when we have classes or tags in the rightmost compound. r=heycam,firefox-style-system-reviewers 2018-10-29 12:04:25 +00:00
startupcache Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
storage Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
taskcluster Bug 1501973 - Update telemetry tests to run from tests archive; r=ahal 2018-10-26 16:01:08 +00:00
testing Bug 1501973 - Update telemetry tests to run from tests archive; r=ahal 2018-10-26 16:01:08 +00:00
third_party Bug 1501616 - Re-vendor rust dependencies. r=kats 2018-10-24 10:58:32 +00:00
toolkit Bug 1502361 - Remove Content Blocking toggle from about:privatebrowsing. r=Ehsan 2018-10-29 16:27:25 +00:00
tools Bug 1500483 - Clarify the type of window that should be passed to UrlbarController, and tidy usages of the window in the controller. r=mak 2018-10-29 10:23:31 +00:00
uriloader Bug 1501079 - fix various tests to not race with window focus/activate, r=dao 2018-10-23 10:16:35 +00:00
view Bug 1493081 - Added nsIWidget::GetDesktopToDeviceScaleByScreen for scale factor lookup by window position; r=mattwoodrow 2018-10-23 12:49:21 +00:00
widget Bug 1500876 - Remove PContent::GetSystemColors sync IPC. r=snorp,mccr8 2018-10-29 01:35:47 +00:00
xpcom Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj. 2018-10-25 11:42:18 -10:00
xpfe/appshell Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState r=bzbarsky,nika 2018-10-26 03:50:37 +00:00
.arcconfig Bug 1460463 - Update .arcconfig to make history mutable; r=gps 2018-05-09 23:49:52 +00:00
.clang-format
.clang-format-ignore Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu 2018-10-24 22:22:41 +00:00
.cron.yml Bug 1497774 - Remove the nightly dmd task. r=glandium 2018-10-10 13:29:20 -07:00
.eslintignore Bug 1501662 - Various updates to .eslintignore for dom/, netwerk/, and modules/. r=mossop 2018-10-24 19:12:31 +00:00
.eslintrc.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (setup ESLint). r=mossop 2018-10-19 08:46:31 +00:00
.flake8 Bug 1479503: Check infer in ./mach static-analysis autotest. r=nalexander 2018-10-24 21:54:34 +00:00
.gdbinit Bug 1486903 - Add "ftl" command to dump frame subtree to .gdbinit. r=Ehsan 2018-08-28 20:20:21 +00:00
.gdbinit_python
.gitignore Bug 1484708 - Update .gitignore rules and add js/src/obj-*. r=ted.mielczarek 2018-08-20 09:03:00 +03:00
.hgignore Bug 1479503: Check infer in ./mach static-analysis autotest. r=nalexander 2018-10-24 21:54:34 +00:00
.hgtags No bug - Tagging mozilla-central c44fbdd5173548c9035256dda8fd3512f67118a8 with FIREFOX_NIGHTLY_64_END a=release DONTBUILD CLOSED TREE 2018-10-22 08:48:42 -07:00
.lldbinit Bug 1481555: Use lldb's python API to summarise nsAtoms. r=froydnj 2018-08-08 15:11:22 +00:00
.mailmap
.taskcluster.yml Bug 1500166 - notify ciduty by email if a nightly hook fails + fix identation issue: fix indentation. a=bustage-fix 2018-10-23 18:27:00 +03:00
.trackerignore Bug 1486468 - Add .trackerignore file to avoid GNOME Tracker indexing mozilla-central files. r=ahal 2018-08-27 16:45:03 +02:00
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS Bug 1481409 - Use HTTPS protocol for Mozilla's Credits link in AUTHORS file r=mossop 2018-08-13 16:39:30 +00:00
build.gradle Bug 1485439 - Pre: Upgrade Android Gradle plugin. r=nalexander 2018-09-04 22:33:00 +02:00
Cargo.lock Bug 1501616 - Re-vendor rust dependencies. r=kats 2018-10-24 10:58:32 +00:00
Cargo.toml Bug 1490948: Add build system support for a Rust library in Spidermonkey; r=chmanchester 2018-09-25 15:56:56 +02:00
client.mk Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2018-10-22 08:50:03 -07:00
configure.in
configure.py Bug 1461836 - Write out complete configure dependencies from configure for consumption by make and non-make backends. r=mshal 2018-05-21 14:01:50 -07:00
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
moz.build Bug 1490253 - Replace pipenv with pip-tools for vendoring packages and dependencies; r=ahal 2018-10-10 08:58:41 +00:00
moz.configure Bug 1475562 Produce pdbs for the mingw-clang build job r=ted 2018-10-17 09:38:52 -05:00
mozilla-config.h.in Bug 1498676 - Revert the __try/__except mapping (part of Bug 1431803) for MinGW from the sandbox code r=bobowen 2018-10-12 13:15:33 -05:00
old-configure.in Bug 1500154 - Link with -Bsymbolic-functions whenever possible. r=glandium 2018-10-26 12:10:44 +00:00
package-lock.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
package.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
README.txt Bug 1480997 - Remove "Mozilla FTP server" link in README.txt r=mossop 2018-10-23 10:06:29 +00:00
settings.gradle Bug 1444546 - Part 2: Build annotationProcessors with Gradle. r=jchen 2018-02-22 16:11:14 -08:00
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.