source: xsoft/graphweb/firefox.xml@ e1092747

lazarus trunk
Last change on this file since e1092747 was e1092747, checked in by Xi Ruoyao <xry111@…>, 2 months ago

mozilla: Disable Rust SIMD

It won't work with rustc >= 1.78.0 :(. We need to wait for Mozilla to
port the SIMD code to use std::simd and Rust team to stablize std::simd.

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