source: xsoft/graphweb/firefox.xml@ 768a7aa

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 768a7aa was 3c0d58e, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Typo

  • Property mode set to 100644
File size: 24.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
8 <!ENTITY firefox-download-ftp " ">
9 <!ENTITY firefox-md5sum "150ac3fe6200f01879148ef32c5dd16f">
10 <!ENTITY firefox-size "484 MB">
11
12 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
13 But the extra cached cargo files, if any, seem to be minimal -->
14 <!ENTITY firefox-buildsize "5.7 GB (199 MB installed) without tests">
15 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
16 most practical way to get a timing on a machine with more cores, if taking
17 cores offline is not practical. If in doubt, round up -->
18 <!ENTITY firefox-time "12 SBU using -j8, without tests">
19]>
20
21<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
22 <?dbhtml filename="firefox.html" ?>
23
24
25<!-- indicate this is the ESR variant,
26 The point is that the stable release differs slightly.
27 <title>Firefox-&firefox-version;</title>-->
28 <title>Firefox-&firefox-version;esr</title>
29
30 <indexterm zone="firefox">
31 <primary sortas="a-Firefox">Firefox</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Firefox</title>
36
37 <para>
38 <application>Firefox</application> is a stand-alone browser based on the
39 <application>Mozilla</application> codebase.
40 </para>
41
42 &lfs121_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&firefox-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&firefox-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &firefox-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &firefox-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &firefox-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &firefox-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/firefox-&firefox-version;-consolidated-1.patch"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 Required patch for new <xref linkend="ffmpeg"/> API:
89 <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg_6-1.patch"/>
90 </para>
91 </listitem>
92 </itemizedlist>-->
93
94 <note>
95 <para>
96 The directory name is firefox-&firefox-version;
97 </para>
98
99 <para>
100 Extracting the tarball
101 will reset the permissions of the current directory to 0755 if you
102 have permission to do that. If you do this in a directory where
103 the sticky bit is set, such
104 as <filename class="directory">/tmp</filename> it will end with error
105 messages:
106 </para>
107
108<literallayout>tar: .: Cannot utime: Operation not permitted
109tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
110tar: Exiting with failure status due to previous errors
111</literallayout>
112
113 <para>
114 This does finish with non-zero status, but it does
115 <emphasis>NOT</emphasis> mean there is a real problem.
116 Do not untar as the <systemitem class="username">root</systemitem> user
117 in a directory where the sticky bit is set - that will unset it.
118 </para>
119
120 <para>
121 As with other large packages which use C++ (or rust), the SBU times
122 to build this vary more widely than you might expect. The build times
123 will increase significantly if your machine has to swap.
124 </para>
125
126 <para>
127 Although upstream prefer to use <application>PulseAudio</application>,
128 for the moment <application>Alsa</application> can still be used. Both
129 may need runtime configuration to get sound working.
130 </para>
131 </note>
132
133 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
134
135 <bridgehead renderas="sect4">Required</bridgehead>
136 <para role="required">
137 <xref linkend="cbindgen"/>,
138 <xref linkend="dbus-glib"/>,
139 <xref linkend="gtk3"/>,
140 <xref linkend="libnotify"/>,
141 <xref linkend="llvm"/> (with clang, used for bindgen even if using gcc),
142 <xref linkend="nodejs"/>,
143 <xref linkend="pulseaudio"/>
144 (or
145 <xref linkend="alsa-lib"/> if you edit the mozconfig;
146 now deprecated by mozilla), in either case please read the
147 Configuration Information,
148 <xref linkend="python3"/> (after installing <xref linkend="sqlite"/>),
149 <xref linkend="startup-notification"/>, and
150 <xref linkend="unzip"/>
151 </para>
152
153 <bridgehead renderas="sect4">Recommended</bridgehead>
154 <para role="recommended">
155 <xref linkend="icu"/>,
156 <xref linkend="libevent"/>,
157 <xref linkend="libvpx"/>,
158 <xref linkend="libwebp"/>,
159 <xref linkend="nasm"/>, and
160 <xref linkend="nss"/>
161 </para>
162
163 <note>
164 <para>
165 If you don't install recommended dependencies, then internal copies of
166 those packages will be used. They might be tested to work, but they can
167 be out of date or contain security holes.
168 </para>
169 </note>
170
171 <bridgehead renderas="sect4">Optional</bridgehead>
172 <para role="optional">
173 <xref linkend="curl"/>,
174 <xref linkend="doxygen"/>,
175 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
176 <xref linkend="liboauth"/>,
177 <xref role="runtime" linkend="pciutils"/> (runtime),
178 <xref linkend="valgrind"/>,
179 <xref linkend="wget"/>,
180 <xref linkend="wireless_tools"/>,
181 <xref linkend="yasm"/>,
182 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
183 </para>
184
185 <para condition="html" role="usernotes">
186 Editor Notes: <ulink url="&blfs-wiki;/firefox"/>
187 </para>
188 </sect2>
189
190 <sect2 role="installation">
191 <title>Installation of Firefox</title>
192
193 <para>
194 The configuration of <application>Firefox</application> is accomplished
195 by creating a <filename>mozconfig</filename> file containing the desired
196 configuration options. A default <filename>mozconfig</filename> is
197 created below. To see the entire list of available configuration options
198 (and an abbreviated description of some of them), issue <command>./mach
199 configure -- --help | less</command>. You may also
200 wish to review the entire file and uncomment any other desired options.
201 Create the file by issuing the following command:
202 </para>
203
204<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
205<literal># If you have a multicore machine, all cores will be used by default.
206
207# If you have installed (or will install) wireless-tools, and you wish
208# to use geolocation web services, comment out this line
209ac_add_options --disable-necko-wifi
210
211# Uncomment the following line if you wish to use Google's Geolocation API
212# (needed for use with saved maps with Google Maps)
213#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
214
215# startup-notification is required since firefox-78
216
217# Uncomment the following option if you have not installed PulseAudio and
218# want to use alsa instead
219#ac_add_options --enable-audio-backends=alsa
220
221# Comment out following options if you have not installed
222# recommended dependencies:
223ac_add_options --with-system-icu
224ac_add_options --with-system-libevent
225ac_add_options --with-system-libvpx
226ac_add_options --with-system-nspr
227ac_add_options --with-system-nss
228ac_add_options --with-system-webp
229
230# Unlike with thunderbird, although using the gold linker can
231# save four megabytes in the installed file it does not make
232# the build faster.
233
234# The libdav1d library (av1 decoder) requires nasm. Uncomment this
235# if nasm has not been installed. Do not uncomment this if you have
236# ffmpeg installed.
237#ac_add_options --disable-av1
238
239# You cannot distribute the binary if you do this.
240ac_add_options --enable-official-branding
241
242# Stripping is now enabled by default.
243# Uncomment these lines if you need to run a debugger:
244#ac_add_options --disable-strip
245#ac_add_options --disable-install-strip
246
247# Disabling debug symbols makes the build much smaller and a little
248# faster. Comment this if you need to run a debugger.
249ac_add_options --disable-debug-symbols
250<!-- With Firefox ESR 128 we'd replace the following part with
251"- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
252# The elf-hack is reported to cause failed installs (after successful builds)
253# on some machines. It is supposed to improve startup time and it shrinks
254# libxul.so by a few MB. With recent Binutils releases the linker already
255# supports a much safer and generic way for this.
256ac_add_options --disable-elf-hack
257export LDFLAGS="$LDFLAGS -Wl,-z,pack-relative-relocs"
258
259# The BLFS editors recommend not changing anything below this line:
260ac_add_options --prefix=/usr
261ac_add_options --enable-application=browser
262ac_add_options --disable-crashreporter
263ac_add_options --disable-updater
264
265# Enabling the tests will use a lot more space and significantly
266# increase the build time, for no obvious benefit.
267ac_add_options --disable-tests
268
269# The SIMD code relies on the unmaintained packed_simd crate which
270# fails to build with Rustc >= 1.78.0. We may re-enable it once
271# Mozilla port the code to use std::simd and std::simd is stabilized.
272ac_add_options --disable-rust-simd
273
274ac_add_options --enable-system-ffi
275ac_add_options --enable-system-pixman
276
277ac_add_options --with-system-jpeg
278ac_add_options --with-system-png
279ac_add_options --with-system-zlib
280
281# Sandboxing works well on x86_64 but might cause issues on other
282# platforms. If not on x86_64, e.g. i686, it is recommended to
283# uncomment the following switch.
284#ac_add_options --disable-sandbox
285
286# Using sandboxed wasm libraries has been moved to all builds instead
287# of only mozilla automation builds. It requires extra llvm packages
288# and was reported to seriously slow the build. Disable it.
289ac_add_options --without-wasm-sandboxed-libraries
290
291# The following option unsets Telemetry Reporting. With the Addons Fiasco,
292# Mozilla was found to be collecting user's data, including saved passwords and
293# web form data, without users consent. Mozilla was also found shipping updates
294# to systems without the user's knowledge or permission.
295# As a result of this, use the following command to permanently disable
296# telemetry reporting in Firefox.
297unset MOZ_TELEMETRY_REPORTING
298
299mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
300EOF</userinput></screen>
301
302 <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1859752
303 https://hg.mozilla.org/try/rev/d5f3b0c4f08a -->
304 <para>
305 If building with system ICU, adapt the line break mapping for ICU
306 74 or later. This construct adds five entries to a c++ array.
307 </para>
308
309<screen><userinput>for i in {43..47}; do
310 sed -i '/ZWJ/s/}/,CLASS_CHARACTER&amp;/' intl/lwbrk/LineBreaker.cpp
311done</userinput></screen>
312
313 <para>
314 Compile <application>Firefox</application> by issuing the following
315 commands:
316 </para>
317<!-- Not needed with clang. Upstream bug at
318 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
319
320 <para>
321 If building on a 32 bit machine, the following sed works around
322 an issue with an incompatible <quote>double</quote> type in one
323 header file:
324 </para>
325
326<screen><userinput>case "$(uname -m)" in
327 i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
328 -i modules/fdlibm/src/math_private.h ;;
329esac</userinput></screen>
330-->
331 <para>
332 If the geolocation APIs are needed:
333 </para>
334
335 <note>
336 <para>
337 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
338 The Google API Key below is specific to LFS. If using these
339 instructions for another distro, or if you intend to distribute
340 binary copies of the software using these instructions, please obtain
341 your own key following the instructions located at
342 <ulink url="https://www.chromium.org/developers/how-tos/api-keys"/>.
343 <!-- BLFS Devs, register an account at Google with your
344 @linuxfromscratch.org email address, and I'll make you an administrator
345 for the 'Google APIs for LFS' project (where the API and OAuth keys
346 were created for use in the book).-->
347 </para>
348 </note>
349
350<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key</userinput></screen>
351
352 <note>
353 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
354 href="../../xincludes/mozshm.xml"/>
355 </note>
356
357<!--<para>
358 Fix building Firefox with Clang 16 or C++ headers from GCC 13.
359 And, work around a build failure with Rustc-1.70.0:
360 </para>
361
362<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-consolidated-1.patch</userinput></screen>
363
364 <para>
365 Apply the following patch so that firefox is able to play H.264 videos:
366 </para>
367
368<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-ffmpeg_6-1.patch</userinput></screen>-->
369
370 <!-- https://github.com/rust-lang/rust-bindgen/pull/2689 -->
371 <para>
372 Adapt the shipped <application>rust-bindgen</application> copy for
373 LLVM-18 and later, and tell <command>cargo</command> we've modified
374 the code of <application>rust-bindgen</application> so the checksum
375 verification of this crate should be skipped:
376 </para>
377
378 <screen><userinput>sed -e "/match cursor.kind()/a \
379 CXCursor_LinkageSpec => return Err(ParseError::Recurse)," \
380 -i third_party/rust/bindgen/ir/item.rs &amp;&amp;
381
382cat &gt;&gt; Cargo.toml &lt;&lt; EOF &amp;&amp;
383<literal>[patch.crates-io.bindgen_0_64_0]
384package = "bindgen"
385version = "0.64.0"
386path = "third_party/rust/bindgen"</literal>
387EOF
388
389sed -r '/name = "bindgen"/,+5 s/^source|^checksum/#&amp;/' \
390 -i Cargo.lock</userinput></screen>
391
392 <!-- https://hg.mozilla.org/mozilla-central/rev/ba6abbd36b49 -->
393 <para>
394 Adapt the WebRTC code to use 64-bit timestamp to fix a build
395 failure with Clang-18 and later:
396 </para>
397
398 <screen><userinput>sed 's/uint32_t timestamp/uint64_t timestamp/' \
399 -i dom/media/gmp-plugin-openh264/gmp-fake-openh264.cpp \
400 dom/media/gtest/TestGMPRemoveAndDelete.cpp \
401 dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.cpp &amp;&amp;
402
403sed '/mInputImageMap/s/uint32_t/uint64_t/' \
404 -i dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.h</userinput></screen>
405
406 <para>
407 Remove several lines of Rust code only useful for ARM and failing to
408 compile with Rustc-1.78.0 or newer:
409 </para>
410
411 <screen><userinput>sed '/cfg_attr/,/)]/d' -i gfx/qcms/src/lib.rs</userinput></screen>
412
413 <para>
414 Now invoke the Python <command>mach</command> script to compile the package.
415 </para>
416
417<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
418export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
419./mach build</userinput></screen>
420
421 <para>
422 The <filename>mozconfig</filename> above disables the tests because
423 they use a lot more time and disk space for no obvious benefit. If
424 you have nevertheless enabled them, you can run the tests by executing
425 <command>./mach gtest</command>. This will require a network connection,
426 and to be run from within an Xorg session - there is a popup dialog
427 when it fails to connect to ALSA (that does not create a failed test).
428 One or two tests will fail. To see the details of the failure(s) you
429 will need to log the output from that command so that you can review it.
430 </para>
431
432 <para>
433 Now, as the <systemitem class="username">root</systemitem> user:
434 </para>
435
436<screen role="root"><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
437./mach install</userinput></screen>
438
439 <para>
440 Empty the environment variables which were set above:
441 </para>
442
443<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE
444unset MOZBUILD_STATE_PATH</userinput></screen>
445
446 </sect2>
447
448 <sect2 role="commands">
449 <title>Command Explanations</title>
450
451 <para>
452 <command>export MOZBUILD_STATE_PATH=${PWD}/mozbuild</command>: The build
453 tells you that it intends to create <filename
454 class="directory">~/.mozbuild</filename>, and offer you an option to
455 press &lt;ENTER&gt; to accept this, or Ctrl-C to cancel and restart the
456 build after specifying the directory. In practice, the message may not
457 appear until after &lt;ENTER&gt; is keyed, i.e. the build stalls.
458 </para>
459
460 <para>
461 That directory is used for a (probably random) telemetry identifier.
462 Creating this directory within the build directory and deleting it after the
463 installation prevents it being used.
464 </para>
465
466 <para>
467 <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
468 system python to create a virtual environment for <command>mach</command>
469 without downloading any python wheels and without using the system python modules.
470 This prevents version mismatches between system modules and bundled ones.
471 </para>
472
473<!--
474 <para>
475 <command>./mach configure</command>: This validates the supplied
476 dependencies and the <filename>mozconfig</filename>.
477 </para>
478-->
479
480 <para>
481 <option>./mach build --verbose</option>: Use this alternative if you
482 need details of which files are being compiled, together with any C or
483 C++ flags being used. But do not add '--verbose' to the install command
484 since it is not accepted there.
485 </para>
486
487 <para>
488 <option>./mach build -jN</option>: The build should, by default, use
489 all the online CPU cores. If using all the cores causes the build to swap
490 because you have insufficient memory, using fewer cores can be faster.
491 </para>
492
493 <para>
494 <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
495 prefer to use gcc and g++ instead of upstream's defaults of the
496 <application>clang</application> programs. With the release of
497 gcc-12 the build takes longer with gcc and g++, primarily because
498 of extra warnings, and is bigger. Set these environment variables
499 <emphasis>before you run the configure script</emphasis>
500 if you wish to continue to use gcc, g++. Building
501 with GCC on i?86 is currently broken.
502 </para>
503
504 </sect2>
505
506 <sect2 role="configuration">
507 <title>Configuring Firefox</title>
508
509 <para>
510 If you use a desktop environment like <application>Gnome</application> or
511 <application>KDE</application> you may want to create a
512 <filename>firefox.desktop</filename> file so that
513 <application>Firefox</application> appears in the panel's menus.
514 As the &root; user:
515 </para>
516
517<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
518mkdir -pv /usr/share/pixmaps &amp;&amp;
519
520MIMETYPE="text/xml;text/mml;text/html;" &amp;&amp;
521MIMETYPE+="application/xhtml+xml;application/vnd.mozilla.xul+xml;" &amp;&amp;
522MIMETYPE+="x-scheme-handler/http;x-scheme-handler/https" &amp;&amp;
523
524cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
525<literal>[Desktop Entry]
526Encoding=UTF-8
527Name=Firefox Web Browser
528Comment=Browse the World Wide Web
529GenericName=Web Browser
530Exec=firefox %u
531Terminal=false
532Type=Application
533Icon=firefox
534Categories=GNOME;GTK;Network;WebBrowser;
535MimeType=$MIMETYPE
536StartupNotify=true</literal>
537EOF
538
539unset MIMETYPE &amp;&amp;
540
541ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
542 /usr/share/pixmaps/firefox.png</userinput></screen>
543
544 <sect3><title>Configuration Information</title>
545
546 <para>
547 The application settings for firefox are accessible by keying
548 <command>about:config</command> in the address bar.
549 </para>
550
551 <para>
552 Occasionally, getting working sound in
553 <application>firefox</application> can be a problem. Although upstream
554 prefers pulseaudio,
555 on balance using <application>Alsa</application> may be easier.
556 </para>
557
558 <para>
559 If you enabled <application>Alsa</application> for sound, you may need
560 to alter one variable to get working sound. If you run
561 <command>firefox</command> from a terminal and try to play something
562 with sound you might encounter error messages like:
563 </para>
564
565 <para>
566 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
567 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
568 </para>
569
570 <para>
571 That was on x86_64, on i686 the syscall number is 54. To allow this
572 syscall, in <command>about:config</command> change
573 <command>security.sandbox.content.syscall_whitelist</command> to 16
574 (or 54 if using i686).
575 </para>
576
577 <para>
578 If you use <command>pulseaudio</command> in a Desktop Environment, it
579 might already be started by that DE. But if it is not, although
580 firefox-57 managed to start it, firefox-58 did not. If you run
581 <command>firefox</command> from a terminal and this problem is present,
582 trying to play sound will
583 encounter error messages warning <literal>Can't get cubeb
584 context!</literal>
585 </para>
586
587 <para>
588 The fix for this is to close firefox, start pulseaudio to check it
589 does start (if not, read the information on Configuring in <xref
590 linkend="pulseaudio"/>) and restart firefox to check it is working.
591 If it now works, add the following to your <filename>~/.xinitrc</filename>:
592<phrase revision="sysv">
593<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
594<phrase revision="systemd">
595<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
596 (unfortunately, on some systems this does not work).
597 </para>
598
599 <para>
600 You may wish to use multiple profiles within firefox. To do that, invoke
601 firefox as <command>firefox --ProfileManager</command>. You can also
602 check which profile is currently in use from
603 <command>about:profiles</command>.
604 </para>
605
606 <para>
607 Although WebRender (using the GPU for compositing) is not used by
608 default, it now appears to work well on supported hardware (ATI, Nvidia
609 and Intel GPUs with Mesa-18 or later). For an explanation, please see
610 <ulink
611 url="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/">hacks.mozilla.org</ulink>.
612 The only downside seems to be that on a machine with limited RAM it might
613 use more RAM.
614 </para>
615
616 <para>
617 To check if WebRender is being used, look in about:support. In the Graphics
618 section, Compositing will either show 'Basic' (i.e. not in use) or
619 'WebRender'. To enable it, go to about:config and change gfx.webrender.all
620 to True. You will need to restart firefox.
621 </para>
622
623 <para>
624 It may be useful to mention the processes from firefox which can appear in
625 <command>top</command> - as well as firefox itself, there may be multiple
626 Web Content processes, and now an RDD Process (Remote Data Decoder) which
627 appears when playing web videos encoded with av1 (libdav1d). If WebRender
628 has been enabled, a GPU Process will also appear when firefox has to
629 repaint (e.g. scrolling, opening a new tab, or playing a video).
630 </para>
631
632 </sect3>
633 </sect2>
634
635 <sect2 role="content">
636 <title>Contents</title>
637
638 <segmentedlist>
639 <segtitle>Installed Programs</segtitle>
640 <segtitle>Installed Libraries</segtitle>
641 <segtitle>Installed Directory</segtitle>
642
643 <seglistitem>
644 <seg>
645 firefox
646 </seg>
647 <seg>
648 Numerous libraries, browser components, plugins, extensions, and
649 helper modules installed in /usr/lib/firefox
650 </seg>
651 <seg>
652 /usr/lib/firefox
653 </seg>
654 </seglistitem>
655 </segmentedlist>
656
657 <variablelist>
658 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
659 <?dbfo list-presentation="list"?>
660 <?dbhtml list-presentation="table"?>
661
662 <varlistentry id="firefox-prog">
663 <term><command>firefox</command></term>
664 <listitem>
665 <para>
666 is a <application>GTK+-3</application> internet browser that uses
667 the Mozilla Gecko rendering engine
668 </para>
669 <indexterm zone="firefox firefox-prog">
670 <primary sortas="b-firefox">firefox</primary>
671 </indexterm>
672 </listitem>
673 </varlistentry>
674
675 </variablelist>
676
677 </sect2>
678
679</sect1>
Note: See TracBrowser for help on using the repository browser.