View | Details | Raw Unified | Return to bug 183646 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-29 / +53 lines)
Lines 1-51 Link Here
1
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
1
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	conkeror
4
PORTNAME=			conkeror
5
PORTVERSION=	20090821
5
PORTVERSION=			20131026
6
PORTREVISION=	6
6
CATEGORIES=			www
7
CATEGORIES=	www
7
MASTER_SITES=			${MASTER_SITE_LOCAL}
8
MASTER_SITES=	http://mirror.4bit.ws/ \
8
MASTER_SITE_SUBDIR=		dhn
9
		${MASTER_SITE_LOCAL} \
10
		${MASTER_SITE_FREEBSD}
11
MASTER_SITE_SUBDIR=	dhn
12
9
13
MAINTAINER=	ashish@FreeBSD.org
10
MAINTAINER=			ashish@FreeBSD.org
14
COMMENT=	A completely keyboard driven browser based on firefox
11
COMMENT=			Keyboard-oriented, customizable web browser based on Mozilla XULRunner
15
12
16
WRKSRC=	${WRKDIR}/conkeror
13
LICENSE=			GPLv1 GPLv2 MPL
17
USE_GECKO=	libxul
14
LICENSE_COMB=			multi
18
15
19
BUILD_ID=echo -n `whoami`@`hostname`_`date +%s`
16
USE_XZ=				yes
20
17
21
NO_STAGE=	yes
18
OPTIONS_SINGLE+=		XULRUNNER
19
OPTIONS_SINGLE_XULRUNNER=	FIREFOX LIBXUL
20
FIREFOX_DESC?=			Use XULRunner from Firefox port
21
LIBXUL_DESC?=			Use XULRunner from LibXUL port
22
OPTIONS_DEFAULT+=		LIBXUL
23
24
WRKSRC=				${WRKDIR}/conkeror
25
26
.include <bsd.port.options.mk>
27
28
.if ${PORT_OPTIONS:MLIBXUL}
29
USE_GECKO=libxul
30
.else
31
USE_FIREFOX=25
32
.endif
33
34
USES=				desktop-file-utils
35
36
BUILD_ID=			@{ECHO_CMD} -n `whoami`@`hostname`_`date +%s`
37
22
post-patch:
38
post-patch:
23
	cd ${WRKSRC} && \
39
	cd ${WRKSRC} && \
24
		${REINPLACE_CMD} -e "s/%%PREFIX%%/${PREFIX:S/\//\\\//g}/g" \
25
			${WRKSRC}/conkeror && \
26
		${MV} debian/conkeror.desktop . && \
40
		${MV} debian/conkeror.desktop . && \
27
		${RM} -rf debian tests && \
41
		${MV} contrib/man/conkeror.1 . && \
42
		${RM} -rf contrib/debian contrib/man debian tests && \
43
		${RM} -f contrib/build.sh contrib/install.sh contrib/mketags.sh \
44
			contrib/testrun.sh contrib/run-conkeror && \
28
		${MKDIR} share  && \
45
		${MKDIR} share  && \
29
		${MV} branding chrome components content \
46
		${MV} branding chrome components content \
30
			contrib defaults locale modules search-engines help style share
47
			contrib defaults locale modules search-engines help \
48
			style share && \
49
		${MV} COPYING CREDITS Info.plist chrome.manifest \
50
			content-policy.manifest share
51
.if ${PORT_OPTIONS:MFIREFOX}
52
	${REINPLACE_CMD} -e "s/xulrunner/firefox/g" ${WRKSRC}/conkeror
53
	${REINPLACE_CMD} -e "s/XULRUNNER/FIREFOX/g" ${WRKSRC}/conkeror
54
	${REINPLACE_CMD} -e 's/exec $${FIREFOX}/exec $${FIREFOX} -app/' ${WRKSRC}/conkeror
55
.endif
31
56
32
do-build:
57
do-build:
33
	${MAKE} -C ${WRKSRC}
58
	${MAKE} -C ${WRKSRC}
34
59
35
do-install:
60
do-install:
36
	${MKDIR} ${PREFIX}/libexec/conkeror
61
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/conkeror
37
	${MKDIR} ${DESKTOPDIR}
62
	${MKDIR} ${STAGEDIR}${DATADIR}
38
	cd ${WRKSRC}/share && ${COPYTREE_SHARE} . ${DATADIR}
63
	${MKDIR} ${STAGEDIR}${DESKTOPDIR}
64
	cd ${WRKSRC}/share && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
39
	${SED} -e "s/BuildID=git/BuildID=$$(${BUILD_ID})/g" \
65
	${SED} -e "s/BuildID=git/BuildID=$$(${BUILD_ID})/g" \
40
		-e "s/^Version=\(.*\)$$/Version=\1 (FreeBSD-${OSREL})/g" \
66
		-e "s/^Version=\(.*\)$$/Version=\1 (FreeBSD-${OSREL})/g" \
41
		<${WRKSRC}/application.ini >${DATADIR}/application.ini
67
		<${WRKSRC}/application.ini >${STAGEDIR}${DATADIR}/application.ini
42
	${REINPLACE_CMD} -e "s/\\\$$CONKEROR_VERSION\\$$/`${GREP} \
68
	${INSTALL_SCRIPT} ${WRKSRC}/conkeror ${STAGEDIR}${PREFIX}/bin/
43
		'^Version=' ${WRKSRC}/application.ini |${SED} \
69
	${INSTALL_DATA} ${WRKSRC}/conkeror.desktop ${STAGEDIR}${DESKTOPDIR}
44
		-e 's/^Version=//'` (FreeBSD-${OSREL})/g" ${DATADIR}/components/application.js
70
	${INSTALL_PROGRAM} ${WRKSRC}/conkeror-spawn-helper ${STAGEDIR}${PREFIX}/libexec/conkeror/
45
	${INSTALL_SCRIPT} ${WRKSRC}/conkeror ${PREFIX}/bin/
71
	${LN} -sf ${PREFIX}/libexec/conkeror/conkeror-spawn-helper ${STAGEDIR}${DATADIR}/
46
	${INSTALL_DATA} ${WRKSRC}/conkeror.desktop ${DESKTOPDIR}
72
	${INSTALL_MAN} ${WRKSRC}/conkeror.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
47
	${INSTALL_PROGRAM} ${WRKSRC}/conkeror-spawn-helper ${PREFIX}/libexec/conkeror/
48
	${LN} -sf ${PREFIX}/libexec/conkeror/conkeror-spawn-helper ${DATADIR}/
49
73
50
post-install:
74
post-install:
51
	@-update-desktop-database
75
	@-update-desktop-database
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (conkeror-20090821.tar.gz) = a6e5a66ee2f8997e2d4ea769a2d6df0226e8f4c726f20535b45bc75b0098feb9
1
SHA256 (conkeror-20131026.tar.xz) = 4fe6e77fe3145761c2dfcd3011e85ecae2d0cba25aa0529194cefb73d6dbeffb
2
SIZE (conkeror-20090821.tar.gz) = 238630
2
SIZE (conkeror-20131026.tar.xz) = 236768
(-)files/chrome.manifest (-2 lines)
Lines 1-2 Link Here
1
2
content	conkeror	jar:chrome/conkeror.jar!/conkeror/content/
(-)files/patch-conkeror (-1 / +1 lines)
Lines 13-18 Link Here
13
+elif [ ! -x "${XULRUNNER}" ]; then
13
+elif [ ! -x "${XULRUNNER}" ]; then
14
+	echo ${XULRUNNER} is not executable.
14
+	echo ${XULRUNNER} is not executable.
15
+else
15
+else
16
+	exec ${XULRUNNER} /usr/local/share/conkeror/application.ini
16
+	exec ${XULRUNNER} /usr/local/share/conkeror/application.ini "$@"
17
+fi
17
+fi
18
+
18
+
(-)files/patch-conkeror--spawn--helper.c (+10 lines)
Line 0 Link Here
1
--- conkeror/conkeror-spawn-helper.c.orig   2013-08-16 13:08:22.000000000 -0300
2
+++ conkeror-spawn-helper.c   2013-11-03 22:48:41.000000000 -0400
3
@@ -5,6 +5,7 @@
4
  * COPYING file.
5
  **/
6
 
7
+#include <arpa/inet.h>
8
 #include <sys/types.h>
9
 #include <sys/socket.h>
10
 #include <unistd.h>
(-)files/patch-contrib-man-conkeror.1 (+274 lines)
Line 0 Link Here
1
--- contrib/man/conkeror.1.orig	2013-08-16 13:08:22.000000000 -0300
2
+++ contrib/man/conkeror.1 2013-11-03 21:24:47.000000000 -0400
3
@@ -1,177 +1,96 @@
4
-.\" -*- nroff -*-
5
-.TH CONKEROR 1 "June 4, 2008"
6
-.SH NAME
7
-conkeror \(hy a web browser modeled after Emacs
8
-.SH SYNOPSIS
9
-.B conkeror
10
-.RI [ options ]
11
-.RI [ url ]
12
-.RI ...
13
-.SH DESCRIPTION
14
-This manual page documents briefly
15
-.B conkeror
16
-.PP
17
-\fBconkeror\fP is a web browser based on xulrunner, the Mozilla
18
-application framework that also powers Mozilla Firefox. It can be
19
-controlled completely with the keyboard. The key bindings are very
20
-similar to those from Emacs, so Emacs users should immediately feel at
21
-home.
22
-.SH OPTIONS
23
-This program has the same options as all other xulrunner applications.
24
-A summary of more important options is included below. All options are
25
-listed by calling \fBconkeror \-\-help\fP.
26
-.TP
27
-.B \-\-display=DISPLAY
28
+.\" This man page was created following the guidelines in GROFF_MDOC(7).
29
+.Dd $Mdocdate: Novermber 3, 2013 $
30
+.Dt CONKEROR 1
31
+.Os
32
+.Sh NAME
33
+.Nm Conkeror
34
+.Nd a keyboard-oriented, highly-customizable web browser
35
+.Sh SYNOPSIS
36
+.Nm conkeror
37
+.Op Ar options ...
38
+.Op Ar url
39
+.Sh DESCRIPTION
40
+.Nm
41
+is a keyboard-oriented, highly-customizable, highly-extensible web browser based
42
+on Mozilla XULRunner, written mainly in JavaScript, and inspired by Emacs and
43
+vi. 
44
+.Nm
45
+features a sophisticated keyboard system, allowing users to run
46
+commands and interact with content in powerful and novel ways. It is
47
+self-documenting, featuring a powerful interactive help system.
48
+.Pp
49
+The primary documentation is the inline manual.  To read the manual use the key
50
+combination C-h i (CTRL-h i).  The manual includes a tutorial for new users that
51
+can be accessed directly with C-h t (CTRL-h t).  The
52
+.Nm
53
+wiki, found at
54
+http://conkeror.org, is another resource.
55
+.Sh OPTIONS
56
+.Nm
57
+has the same options as all other XULRunner applications plus a few more.
58
+.Pp
59
+X11 options
60
+.Bl -tag -width indent
61
+.It \fB--display=DISPLAY\fR
62
 X display to use
63
-.TP
64
-.B \-h, \-\-help
65
-Show summary of options.
66
-.TP
67
-.B \-jsconsole
68
-Open the Error console.
69
-.TP
70
-.B \-no\-remote
71
-Open new instance, not a new window in running instance.
72
-.TP
73
-.B \-P <profile>
74
-Start with profile <profile>
75
-.TP
76
-.B \-ProfileManager
77
-Start with ProfileManager.
78
-.TP
79
-.B \-safe\-mode
80
-Disables extensions and themes for this session.
81
-.TP
82
-.B \-UILocale <locale>
83
-Start with <locale> resources as UI Locale.
84
-.TP
85
-.B \-v, \-\-version
86
-Show version of program.
87
-.SH CONCEPTS
88
-Similar to Emacs Conkeror works with windows and buffers instead of
89
-windows and tabs.
90
-.PP
91
-When changing buffers with \fBC\(hyx b\fP or killing buffers with \fBC\(hyx
92
-k\fP, you can cut down the list of buffers by typing a few characters
93
-which filters the list for buffers which match these characters and
94
-then choosing them from the matching list of buffers with cursor keys.
95
-.PP
96
-The same idea is present with bookmarks: Bookmarks are looked up by
97
-pressing \fBg\fP to go to a new page and then start typing parts of the
98
-bookmarks title or URL.
99
-.SH TIPS AND TRICKS
100
-If you want to bookmark a page with \fBb\fP and the page has frames or
101
-inline frames (e.g. advertisements) you will be asked which frame to
102
-bookmark. If you want to bookmark the whole page with all frames,
103
-press \fB0\fP.
104
-.PP
105
-If you want to copy the link of the current page, press \fBc\fP for
106
-copy link and then type \fB0\fP for the current page instead of a link
107
-on this page.
108
-.PP
109
-Instead of typing the link number when following or copying a link,
110
-you can also type a part of the linked text. If don't type a number
111
-and one links is already active (e.g. after going back one page in the
112
-history) that link will be selected.
113
-.SH KEYBINDINGS
114
-.PP
115
-When you start it up initially you see the help page with all
116
-information and a tutorial on how to use Conkeror. You always come
117
-back there by typing \fBC\(hyh i\fP which means pressing and holding the
118
-Control key (on PCs this often is the Alt key) and then pressing
119
-"i". The tutorial can be reached by pressing \fBC\(hyh t\fP.
120
-.PP
121
-This is a short list of the most important key bindings:
122
-.TP
123
-.B [[
124
-Go to previous page (Backward) in site navigation (if present)
125
-.TP
126
-.B ]]
127
-Go to next page (Forward) in site navigation (if present)
128
-.TP
129
-.B b
130
-Bookmark page
131
-.TP
132
-.B B
133
-Go to previous page (Backward) in page history
134
-.TP
135
-.B c
136
-Copy a link to clipboard
137
-.TP
138
-.B f
139
-Follow a link
140
-.TP
141
-.B C\(hyu f
142
-Follow a link and open it in a new window
143
-.TP
144
-.B F
145
-Go to next page (Forward) in page history
146
-.TP
147
-.B g
148
-Go to another URL
149
-.TP
150
-.B r
151
-Reload page
152
-.TP
153
-.B M\(hyn
154
-Change to next buffer
155
-.TP
156
-.B M\(hyp
157
-Change to previous buffer
158
-.TP
159
-.B C\(hyg
160
-Stop (loading a the page, incremental search, etc.)
161
-.TP
162
-.B C\(hyr
163
-Incremental search backward
164
-.TP
165
-.B C\(hys
166
-Incremental search forward
167
-.TP
168
-.B C\(hyw
169
-Cut
170
-.TP
171
-.B C\(hyy
172
-Paste
173
-.TP
174
-.B C\(hyx b
175
-Change buffer
176
-.TP
177
-.B C\(hyx k
178
-Kill (close) buffer
179
-.TP
180
-.B C\(hyx C\(hyc
181
-Exit the program
182
-.TP
183
-.B C\(hyx C\(hyf
184
-Open an URL in a new buffer.
185
-.TP
186
-.B C\(hyx C\(hyv
187
-Open an URL in the current buffer by editing the current URL.
188
-.SH KNOWN BUGS
189
-conkeror (respectively xulrunner) sometimes hangs at \-\-help (and
190
-possibly other situations) if \fI/dev/random\fP does not provide
191
-enough entropy.
192
-
193
-conkeror doesn't give feedback if a spawned external process crashes
194
-or exits unsuccessfully.
195
-.SH FILES
196
-The default location of Conkeror's user configuration file is
197
-\fI$HOME/.conkerorrc\fP.
198
-
199
-This can be changed by setting the preference
200
-\fBconkeror.rcfile\fP. The rc can be an ordinary file or a
201
-directory. If it is an ordinary file, Conkeror will evaluate that file
202
-as javascript. If it is a directory, Conkeror will evaluate all files
203
-in that directory that have the \fI.js\fP file extension.
204
-
205
-See \fIhttp://conkeror.org/ConkerorRC\fP for the details.
206
-.SH SEE ALSO
207
-\fBxulrunner\-1.9(1)\fP, the Conkeror wiki at \fIhttp://conkeror.org/\fP
208
-.SH AUTHOR
209
-Conkeror was written by Shawn Betts, John J. Foerch, Jeremy
210
-Maitin-Shepard and other. See \fI/usr/share/doc/conkeror/CREDITS\fP
211
+.It \fB--sync\fR
212
+Make X calls synchronous
213
+.It \fB--g-fatal-warnings\fR
214
+Make all warnings fatal
215
+.El
216
+.Bl -tag -width indent
217
+.Pp
218
+.Nm
219
+options
220
+.It \fB-h\fR or \fB-help\fR
221
+Print this message
222
+.It \fB-v\fR or \fB-version\fR
223
+Print conkeror version
224
+.It \fB-P <profile>\fR
225
+Start with <profile>
226
+.It \fB-migration\fR
227
+Start with migration wizard
228
+.It \fB-ProfileManager\fR
229
+Start with ProfileManager
230
+.It \fB-no-remote\fR
231
+Do not accept or send remote commands; implies -new-instance
232
+.It \fB-new-instance\fR
233
+Open new instance, not a new window in running instance
234
+.It \fB-UILocale <locale>\fR
235
+Start with <locale> resources as UI Locale
236
+.It \fB-safe-mode\fR
237
+Disables extensions and themes for this session
238
+.It \fB-jsconsole\fR
239
+Open the Error console
240
+.It \fB-recording <file>\fR
241
+Record drawing for a given URL
242
+.It \fB-recording-output <file>\fR
243
+Specify destination file for a drawing recording
244
+.El
245
+.Sh KNOWN BUGS
246
+See http://bugs.conkeror.org/.
247
+.Sh FILES
248
+The default location of the user configuration file is \fI$HOME/.conkerorrc\fP.
249
+.Pp
250
+This can be changed by setting the preference \fBconkeror.rcfile\fP. The rc can
251
+be an ordinary file or a directory. If it is an ordinary file,
252
+.Nm
253
+will evaluate that file as javascript. If it is a directory,
254
+.Nm
255
+will evaluate all files in that directory that have the \fI.js\fP file
256
+extension.  See \fIhttp://conkeror.org/ConkerorRC\fP for the details.
257
+.Sh SEE ALSO
258
+The
259
+.Nm
260
+manual (C-h i), tutorial (C-h t) and wiki (http://conkeror.org).
261
+.Sh AUTHORS
262
+.Nm
263
+was written by Shawn Betts, John J. Foerch, Jeremy Maitin-Shepard and
264
+others. See the \fBCREDITS\fP file included with
265
+.Nm
266
 for a full list of contributors.
267
-.PP
268
-This manual page was written by Axel Beckert <abe@deuxchevaux.org>,
269
-for the Debian project (but may be used by others).
270
+.Pp
271
+The
272
+.Nm
273
+manual page was originally written by Axel Beckert <abe@deuxchevaux.org>
274
+and updated by Joseph Mingrone <jrm@ftfl.ca>.
(-)pkg-descr (-6 / +6 lines)
Lines 1-8 Link Here
1
Conkeror is a mozilla based web browser designed to be
1
Conkeror is a keyboard-oriented, highly-customizable, highly-extensible web
2
completely keyboard driven, no compromises. It also
2
browser based on Mozilla XULRunner, written mainly in JavaScript, and inspired
3
strives to behave as much like Emacs as possible. This
3
by exceptional software such as Emacs and vi. Conkeror features a sophisticated
4
means all the keybindings and to-die-for features of
4
keyboard system, allowing users to run commands and interact with content in
5
Emacs that can be imitated by a javascript/XUL web
5
powerful and novel ways. It is self-documenting, featuring a powerful
6
browser Just Work.
6
interactive help system.
7
7
8
WWW: http://conkeror.org/
8
WWW: http://conkeror.org/
(-)pkg-plist (-26 / +88 lines)
Lines 1-32 Link Here
1
bin/conkeror
1
bin/conkeror
2
libexec/conkeror/conkeror-spawn-helper
2
libexec/conkeror/conkeror-spawn-helper
3
man/man1/conkeror.1.gz
3
share/applications/conkeror.desktop
4
share/applications/conkeror.desktop
5
%%DATADIR%%/COPYING
6
%%DATADIR%%/CREDITS
7
%%DATADIR%%/Info.plist
8
%%DATADIR%%/chrome.manifest
9
%%DATADIR%%/content-policy.manifest
4
%%DATADIR%%/application.ini
10
%%DATADIR%%/application.ini
5
%%DATADIR%%/branding/brand.dtd
11
%%DATADIR%%/branding/brand.dtd
6
%%DATADIR%%/branding/brand.properties
12
%%DATADIR%%/branding/brand.properties
13
%%DATADIR%%/branding/content/about.png
7
%%DATADIR%%/chrome/chrome.manifest
14
%%DATADIR%%/chrome/chrome.manifest
8
%%DATADIR%%/components/.autoreg
15
%%DATADIR%%/components/.autoreg
9
%%DATADIR%%/components/application.js
16
%%DATADIR%%/components/application.js
10
%%DATADIR%%/components/application.js.bak
17
%%DATADIR%%/components/command-line.js
11
%%DATADIR%%/components/commandline.js
18
%%DATADIR%%/components/content-policy.js
12
%%DATADIR%%/components/download_helper.js
19
%%DATADIR%%/components/download_helper.js
13
%%DATADIR%%/components/download_manager_ui.js
20
%%DATADIR%%/components/download_manager_ui.js
14
%%DATADIR%%/conkeror-spawn-helper
21
%%DATADIR%%/conkeror-spawn-helper
22
%%DATADIR%%/content/annotated-textbox.xml
15
%%DATADIR%%/content/blank.html
23
%%DATADIR%%/content/blank.html
16
%%DATADIR%%/content/conkeror.xul
24
%%DATADIR%%/content/conkeror.xul
17
%%DATADIR%%/content/downloads.css
25
%%DATADIR%%/content/downloads.css
18
%%DATADIR%%/content/help.css
26
%%DATADIR%%/content/help.css
19
%%DATADIR%%/content/hints.css
27
%%DATADIR%%/content/hints.css
20
%%DATADIR%%/contrib/build.sh
28
%%DATADIR%%/content/minibuffer-annotation.css
21
%%DATADIR%%/contrib/debian/nightlybuild.sh
29
%%DATADIR%%/content/minibuffer.css
22
%%DATADIR%%/contrib/debian/update.sh
30
%%DATADIR%%/content/minibuffer.xul
23
%%DATADIR%%/contrib/install.sh
31
%%DATADIR%%/contrib/art/conker.svg
24
%%DATADIR%%/contrib/man/conkeror.1
32
%%DATADIR%%/contrib/art/nut.svg
25
%%DATADIR%%/contrib/mketags.sh
33
%%DATADIR%%/contrib/art/outline.svg
26
%%DATADIR%%/contrib/run-conkeror
34
%%DATADIR%%/contrib/config/common.js
27
%%DATADIR%%/contrib/testrun.sh
35
%%DATADIR%%/contrib/list-xulrunner-versions
36
%%DATADIR%%/contrib/modules/mode-line-buttons.js
28
%%DATADIR%%/contrib/xrev/application.ini
37
%%DATADIR%%/contrib/xrev/application.ini
29
%%DATADIR%%/contrib/xrev/chrome/chrome.manifest
38
%%DATADIR%%/contrib/xrev/chrome/chrome.manifest
39
%%DATADIR%%/contrib/xrev/chrome.manifest
30
%%DATADIR%%/contrib/xrev/content/main.xul
40
%%DATADIR%%/contrib/xrev/content/main.xul
31
%%DATADIR%%/contrib/xrev/content/xrev.js
41
%%DATADIR%%/contrib/xrev/content/xrev.js
32
%%DATADIR%%/contrib/xrev/defaults/preferences/prefs.js
42
%%DATADIR%%/contrib/xrev/defaults/preferences/prefs.js
Lines 33-38 Link Here
33
%%DATADIR%%/defaults/preferences/debug.js
43
%%DATADIR%%/defaults/preferences/debug.js
34
%%DATADIR%%/defaults/preferences/default-modules.js
44
%%DATADIR%%/defaults/preferences/default-modules.js
35
%%DATADIR%%/defaults/preferences/download-manager.js
45
%%DATADIR%%/defaults/preferences/download-manager.js
46
%%DATADIR%%/defaults/preferences/gui.js
36
%%DATADIR%%/defaults/preferences/history-frecency.js
47
%%DATADIR%%/defaults/preferences/history-frecency.js
37
%%DATADIR%%/defaults/preferences/javascript-restrictions.js
48
%%DATADIR%%/defaults/preferences/javascript-restrictions.js
38
%%DATADIR%%/defaults/preferences/prefs.js
49
%%DATADIR%%/defaults/preferences/prefs.js
Lines 42-58 Link Here
42
%%DATADIR%%/help/manual.css
53
%%DATADIR%%/help/manual.css
43
%%DATADIR%%/help/tutorial.html
54
%%DATADIR%%/help/tutorial.html
44
%%DATADIR%%/locale/en-US/gui_context_menu.properties
55
%%DATADIR%%/locale/en-US/gui_context_menu.properties
45
%%DATADIR%%/locale/en-US/netError.dtd
56
%%DATADIR%%/locale/en-US/netErrorApp.dtd
46
%%DATADIR%%/locale/sv-SE/gui_context_menu.properties
57
%%DATADIR%%/locale/sv-SE/gui_context_menu.properties
47
%%DATADIR%%/locale/sv-SE/netError.dtd
58
%%DATADIR%%/locale/sv-SE/netErrorApp.dtd
59
%%DATADIR%%/modules/array.js
48
%%DATADIR%%/modules/bindings/default/basic-commands.js
60
%%DATADIR%%/modules/bindings/default/basic-commands.js
49
%%DATADIR%%/modules/bindings/default/bindings.js
61
%%DATADIR%%/modules/bindings/default/bindings.js
50
%%DATADIR%%/modules/bindings/default/content-buffer/caret.js
62
%%DATADIR%%/modules/bindings/default/caret.js
63
%%DATADIR%%/modules/bindings/default/content-buffer/anchor.js
64
%%DATADIR%%/modules/bindings/default/content-buffer/button.js
51
%%DATADIR%%/modules/bindings/default/content-buffer/checkbox.js
65
%%DATADIR%%/modules/bindings/default/content-buffer/checkbox.js
52
%%DATADIR%%/modules/bindings/default/content-buffer/element.js
66
%%DATADIR%%/modules/bindings/default/content-buffer/element.js
67
%%DATADIR%%/modules/bindings/default/content-buffer/embed.js
53
%%DATADIR%%/modules/bindings/default/content-buffer/form.js
68
%%DATADIR%%/modules/bindings/default/content-buffer/form.js
54
%%DATADIR%%/modules/bindings/default/content-buffer/normal.js
69
%%DATADIR%%/modules/bindings/default/content-buffer/normal.js
55
%%DATADIR%%/modules/bindings/default/content-buffer/quote.js
56
%%DATADIR%%/modules/bindings/default/content-buffer/richedit.js
70
%%DATADIR%%/modules/bindings/default/content-buffer/richedit.js
57
%%DATADIR%%/modules/bindings/default/content-buffer/select.js
71
%%DATADIR%%/modules/bindings/default/content-buffer/select.js
58
%%DATADIR%%/modules/bindings/default/content-buffer/text.js
72
%%DATADIR%%/modules/bindings/default/content-buffer/text.js
Lines 59-104 Link Here
59
%%DATADIR%%/modules/bindings/default/content-buffer/textarea.js
73
%%DATADIR%%/modules/bindings/default/content-buffer/textarea.js
60
%%DATADIR%%/modules/bindings/default/content-buffer/zoom.js
74
%%DATADIR%%/modules/bindings/default/content-buffer/zoom.js
61
%%DATADIR%%/modules/bindings/default/download-buffer.js
75
%%DATADIR%%/modules/bindings/default/download-buffer.js
76
%%DATADIR%%/modules/bindings/default/formfill.js
62
%%DATADIR%%/modules/bindings/default/global.js
77
%%DATADIR%%/modules/bindings/default/global.js
63
%%DATADIR%%/modules/bindings/default/help-buffer.js
78
%%DATADIR%%/modules/bindings/default/help-buffer.js
64
%%DATADIR%%/modules/bindings/default/hints.js
79
%%DATADIR%%/modules/bindings/default/hints.js
65
%%DATADIR%%/modules/bindings/default/isearch.js
80
%%DATADIR%%/modules/bindings/default/isearch.js
66
%%DATADIR%%/modules/bindings/default/minibuffer.js
81
%%DATADIR%%/modules/bindings/default/minibuffer.js
67
%%DATADIR%%/modules/bindings/default/universal_argument.js
82
%%DATADIR%%/modules/bindings/default/quote.js
83
%%DATADIR%%/modules/bindings/default/special-buffer.js
84
%%DATADIR%%/modules/bindings/default/text.js
85
%%DATADIR%%/modules/bindings/default/universal-argument.js
86
%%DATADIR%%/modules/block-content-focus-change.js
68
%%DATADIR%%/modules/buffer.js
87
%%DATADIR%%/modules/buffer.js
88
%%DATADIR%%/modules/builtin-commands.js
69
%%DATADIR%%/modules/cache.js
89
%%DATADIR%%/modules/cache.js
90
%%DATADIR%%/modules/caret.js
91
%%DATADIR%%/modules/casual-spelling.jsx
70
%%DATADIR%%/modules/clicks-in-new-buffer.js
92
%%DATADIR%%/modules/clicks-in-new-buffer.js
93
%%DATADIR%%/modules/client-redirect.jsx
71
%%DATADIR%%/modules/command-line.js
94
%%DATADIR%%/modules/command-line.js
72
%%DATADIR%%/modules/commands.js
95
%%DATADIR%%/modules/commands.js
73
%%DATADIR%%/modules/conkeror.js
96
%%DATADIR%%/modules/conkeror.js
74
%%DATADIR%%/modules/content-buffer-input.js
97
%%DATADIR%%/modules/content-buffer-input.js
75
%%DATADIR%%/modules/content-buffer.js
98
%%DATADIR%%/modules/content-buffer.js
99
%%DATADIR%%/modules/content-handler.js
100
%%DATADIR%%/modules/content-policy.js
76
%%DATADIR%%/modules/cookie.js
101
%%DATADIR%%/modules/cookie.js
77
%%DATADIR%%/modules/coroutine.js
102
%%DATADIR%%/modules/coroutine.js
78
%%DATADIR%%/modules/daemon.js
103
%%DATADIR%%/modules/daemon.js
79
%%DATADIR%%/modules/debug.js
104
%%DATADIR%%/modules/debug.js
105
%%DATADIR%%/modules/dom.js
80
%%DATADIR%%/modules/download-manager.js
106
%%DATADIR%%/modules/download-manager.js
81
%%DATADIR%%/modules/element.js
107
%%DATADIR%%/modules/element.js
108
%%DATADIR%%/modules/env.js
82
%%DATADIR%%/modules/extensions/adblockplus.js
109
%%DATADIR%%/modules/extensions/adblockplus.js
83
%%DATADIR%%/modules/extensions/dom-inspector.js
110
%%DATADIR%%/modules/extensions/dom-inspector.js
84
%%DATADIR%%/modules/extensions/noscript.js
111
%%DATADIR%%/modules/extensions/noscript.js
112
%%DATADIR%%/modules/extensions/venkman.js
85
%%DATADIR%%/modules/external-editor.js
113
%%DATADIR%%/modules/external-editor.js
86
%%DATADIR%%/modules/eye-guide.js
114
%%DATADIR%%/modules/eye-guide.js
87
%%DATADIR%%/modules/favicon.js
115
%%DATADIR%%/modules/favicon.js
88
%%DATADIR%%/modules/find.js
89
%%DATADIR%%/modules/follow-relationship.js
116
%%DATADIR%%/modules/follow-relationship.js
90
%%DATADIR%%/modules/gitweb-webjump.js
117
%%DATADIR%%/modules/formfill.js
91
%%DATADIR%%/modules/global-overlay-keymap.js
118
%%DATADIR%%/modules/global-overlay-keymap.js
92
%%DATADIR%%/modules/help.js
119
%%DATADIR%%/modules/help.js
93
%%DATADIR%%/modules/hints.js
120
%%DATADIR%%/modules/hints.js
94
%%DATADIR%%/modules/history.js
121
%%DATADIR%%/modules/history.js
95
%%DATADIR%%/modules/hook.js
122
%%DATADIR%%/modules/hook.js
123
%%DATADIR%%/modules/index-webjump.js
124
%%DATADIR%%/modules/input.js
96
%%DATADIR%%/modules/interactive.js
125
%%DATADIR%%/modules/interactive.js
97
%%DATADIR%%/modules/io.js
126
%%DATADIR%%/modules/io.js
98
%%DATADIR%%/modules/keyboard.js
127
%%DATADIR%%/modules/isearch.js
128
%%DATADIR%%/modules/keymap.js
99
%%DATADIR%%/modules/keywords.js
129
%%DATADIR%%/modules/keywords.js
100
%%DATADIR%%/modules/labels.js
130
%%DATADIR%%/modules/labels.js
101
%%DATADIR%%/modules/load-spec.js
131
%%DATADIR%%/modules/load-spec.js
132
%%DATADIR%%/modules/login.js
102
%%DATADIR%%/modules/media.js
133
%%DATADIR%%/modules/media.js
103
%%DATADIR%%/modules/mime-type-override.js
134
%%DATADIR%%/modules/mime-type-override.js
104
%%DATADIR%%/modules/mime.js
135
%%DATADIR%%/modules/mime.js
Lines 111-168 Link Here
111
%%DATADIR%%/modules/mode-line.js
142
%%DATADIR%%/modules/mode-line.js
112
%%DATADIR%%/modules/mode.js
143
%%DATADIR%%/modules/mode.js
113
%%DATADIR%%/modules/new-tabs.js
144
%%DATADIR%%/modules/new-tabs.js
145
%%DATADIR%%/modules/opensearch.js
114
%%DATADIR%%/modules/page-modes/dailymotion.js
146
%%DATADIR%%/modules/page-modes/dailymotion.js
147
%%DATADIR%%/modules/page-modes/duckduckgo.js
148
%%DATADIR%%/modules/page-modes/facebook.js
149
%%DATADIR%%/modules/page-modes/github.js
115
%%DATADIR%%/modules/page-modes/gmail.js
150
%%DATADIR%%/modules/page-modes/gmail.js
116
%%DATADIR%%/modules/page-modes/gmane.js
151
%%DATADIR%%/modules/page-modes/gmane.js
117
%%DATADIR%%/modules/page-modes/google-calendar.js
152
%%DATADIR%%/modules/page-modes/google-calendar.js
153
%%DATADIR%%/modules/page-modes/google-gqueues.js
118
%%DATADIR%%/modules/page-modes/google-images.js
154
%%DATADIR%%/modules/page-modes/google-images.js
119
%%DATADIR%%/modules/page-modes/google-maps.js
155
%%DATADIR%%/modules/page-modes/google-maps.js
120
%%DATADIR%%/modules/page-modes/google-reader.js
156
%%DATADIR%%/modules/page-modes/google-reader.js
121
%%DATADIR%%/modules/page-modes/google-search-results.js
157
%%DATADIR%%/modules/page-modes/google-search-results.js
122
%%DATADIR%%/modules/page-modes/google-video.js
158
%%DATADIR%%/modules/page-modes/google-video.js
159
%%DATADIR%%/modules/page-modes/google-voice.js
160
%%DATADIR%%/modules/page-modes/grooveshark.js
161
%%DATADIR%%/modules/page-modes/key-kill.js
162
%%DATADIR%%/modules/page-modes/newsblur.js
123
%%DATADIR%%/modules/page-modes/reddit.js
163
%%DATADIR%%/modules/page-modes/reddit.js
124
%%DATADIR%%/modules/page-modes/wikipedia-mode.js
164
%%DATADIR%%/modules/page-modes/smbc.js
165
%%DATADIR%%/modules/page-modes/stackexchange.js
166
%%DATADIR%%/modules/page-modes/twitter.js
167
%%DATADIR%%/modules/page-modes/wikipedia.js
125
%%DATADIR%%/modules/page-modes/xkcd.js
168
%%DATADIR%%/modules/page-modes/xkcd.js
126
%%DATADIR%%/modules/page-modes/youporn.js
169
%%DATADIR%%/modules/page-modes/youtube-player.js
127
%%DATADIR%%/modules/page-modes/youtube.js
170
%%DATADIR%%/modules/page-modes/youtube.js
128
%%DATADIR%%/modules/permission-manager.js
171
%%DATADIR%%/modules/permission-manager.js
172
%%DATADIR%%/modules/pref.js
173
%%DATADIR%%/modules/pretty-print.js
174
%%DATADIR%%/modules/quote.js
129
%%DATADIR%%/modules/rc.js
175
%%DATADIR%%/modules/rc.js
130
%%DATADIR%%/modules/save.js
176
%%DATADIR%%/modules/save.js
131
%%DATADIR%%/modules/scroll.js
177
%%DATADIR%%/modules/scroll.js
132
%%DATADIR%%/modules/search-engine.js
133
%%DATADIR%%/modules/selectively-unstyle.js
178
%%DATADIR%%/modules/selectively-unstyle.js
179
%%DATADIR%%/modules/services.js
134
%%DATADIR%%/modules/session.js
180
%%DATADIR%%/modules/session.js
181
%%DATADIR%%/modules/source-code.js
135
%%DATADIR%%/modules/spawn-process.js
182
%%DATADIR%%/modules/spawn-process.js
136
%%DATADIR%%/modules/special-buffer.js
183
%%DATADIR%%/modules/special-buffer.js
137
%%DATADIR%%/modules/ssl.js
184
%%DATADIR%%/modules/ssl.js
185
%%DATADIR%%/modules/string.js
186
%%DATADIR%%/modules/stylesheet.js
138
%%DATADIR%%/modules/suggest-file-name.js
187
%%DATADIR%%/modules/suggest-file-name.js
139
%%DATADIR%%/modules/tab-bar.js
188
%%DATADIR%%/modules/tab-bar.js
189
%%DATADIR%%/modules/text.js
140
%%DATADIR%%/modules/theme.js
190
%%DATADIR%%/modules/theme.js
141
%%DATADIR%%/modules/timer.js
191
%%DATADIR%%/modules/timer.js
142
%%DATADIR%%/modules/universal-argument.js
192
%%DATADIR%%/modules/universal-argument.js
193
%%DATADIR%%/modules/user-agent.js
194
%%DATADIR%%/modules/user-variable.js
143
%%DATADIR%%/modules/utils.js
195
%%DATADIR%%/modules/utils.js
144
%%DATADIR%%/modules/walnut.js
196
%%DATADIR%%/modules/walnut.js
145
%%DATADIR%%/modules/webjump.js
197
%%DATADIR%%/modules/webjump.js
146
%%DATADIR%%/modules/wikipedia-didyoumean.js
147
%%DATADIR%%/modules/window.js
198
%%DATADIR%%/modules/window.js
148
%%DATADIR%%/modules/zoom.js
199
%%DATADIR%%/modules/zoom.js
149
%%DATADIR%%/search-engines/answers.xml
200
%%DATADIR%%/search-engines/answers.xml
150
%%DATADIR%%/search-engines/creativecommons.xml
201
%%DATADIR%%/search-engines/creativecommons.xml
202
%%DATADIR%%/search-engines/duckduckgo.xml
151
%%DATADIR%%/search-engines/eBay.xml
203
%%DATADIR%%/search-engines/eBay.xml
152
%%DATADIR%%/search-engines/google.xml
204
%%DATADIR%%/search-engines/google.xml
153
%%DATADIR%%/search-engines/mozilla-bugzilla.xml
205
%%DATADIR%%/search-engines/mozilla-bugzilla.xml
154
%%DATADIR%%/search-engines/wikipedia.xml
206
%%DATADIR%%/search-engines/wikipedia.xml
207
%%DATADIR%%/search-engines/wiktionary.xml
155
%%DATADIR%%/search-engines/yahoo.xml
208
%%DATADIR%%/search-engines/yahoo.xml
156
%%DATADIR%%/style/default/content-buffer-input.css
209
%%DATADIR%%/style/default/content-buffer-input.css
157
%%DATADIR%%/style/default/eye-guide.css
210
%%DATADIR%%/style/default/eye-guide.css
158
%%DATADIR%%/style/default/hints--url-panel.css
159
%%DATADIR%%/style/default/minibuffer.css
211
%%DATADIR%%/style/default/minibuffer.css
160
%%DATADIR%%/style/default/mode-line.css
212
%%DATADIR%%/style/default/mode-line.css
161
%%DATADIR%%/style/default/new-tabs.css
213
%%DATADIR%%/style/default/new-tabs.css
162
%%DATADIR%%/style/default/tab-bar.css
214
%%DATADIR%%/style/default/tab-bar.css
163
%%DATADIR%%/style/default/theme.json
215
%%DATADIR%%/style/default/theme.json
164
%%DATADIR%%/style/window.css
216
%%DATADIR%%/style/default/window--panel.css
217
%%DATADIR%%/style/gesso/mode-line--gesso.css
218
%%DATADIR%%/style/gesso/new-tabs--gesso.css
219
%%DATADIR%%/style/gesso/tab-bar--gesso.css
220
%%DATADIR%%/style/gesso/theme.json
221
%%DATADIR%%/style/mono/conkeror--mono.css
222
%%DATADIR%%/style/mono/theme.json
165
@dirrm %%DATADIR%%/style/default
223
@dirrm %%DATADIR%%/style/default
224
@dirrm %%DATADIR%%/style/gesso
225
@dirrm %%DATADIR%%/style/mono
166
@dirrm %%DATADIR%%/style
226
@dirrm %%DATADIR%%/style
167
@dirrm %%DATADIR%%/search-engines
227
@dirrm %%DATADIR%%/search-engines
168
@dirrm %%DATADIR%%/modules/page-modes
228
@dirrm %%DATADIR%%/modules/page-modes
Lines 177-193 Link Here
177
@dirrm %%DATADIR%%/help
237
@dirrm %%DATADIR%%/help
178
@dirrm %%DATADIR%%/defaults/preferences
238
@dirrm %%DATADIR%%/defaults/preferences
179
@dirrm %%DATADIR%%/defaults
239
@dirrm %%DATADIR%%/defaults
240
@dirrm %%DATADIR%%/contrib/art
241
@dirrm %%DATADIR%%/contrib/config
242
@dirrm %%DATADIR%%/contrib/modules
180
@dirrm %%DATADIR%%/contrib/xrev/defaults/preferences
243
@dirrm %%DATADIR%%/contrib/xrev/defaults/preferences
181
@dirrm %%DATADIR%%/contrib/xrev/defaults
244
@dirrm %%DATADIR%%/contrib/xrev/defaults
182
@dirrm %%DATADIR%%/contrib/xrev/content
245
@dirrm %%DATADIR%%/contrib/xrev/content
183
@dirrm %%DATADIR%%/contrib/xrev/chrome
246
@dirrm %%DATADIR%%/contrib/xrev/chrome
184
@dirrm %%DATADIR%%/contrib/xrev
247
@dirrm %%DATADIR%%/contrib/xrev
185
@dirrm %%DATADIR%%/contrib/man
186
@dirrm %%DATADIR%%/contrib/debian
187
@dirrm %%DATADIR%%/contrib
248
@dirrm %%DATADIR%%/contrib
188
@dirrm %%DATADIR%%/content
249
@dirrm %%DATADIR%%/content
189
@dirrm %%DATADIR%%/components
250
@dirrm %%DATADIR%%/components
190
@dirrm %%DATADIR%%/chrome
251
@dirrm %%DATADIR%%/chrome
252
@dirrm %%DATADIR%%/branding/content
191
@dirrm %%DATADIR%%/branding
253
@dirrm %%DATADIR%%/branding
192
@dirrm %%DATADIR%%
254
@dirrm %%DATADIR%%
193
@dirrm libexec/conkeror
255
@dirrm libexec/conkeror

Return to bug 183646