Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247
WebSVN – general – Blame – //mozilla/selsearch/trunk/src/chrome/content/selsearch.xul – Rev 1306

Subversion Repositories general

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1306 dev 1
<?xml version="1.0"?>
2
 
3
<overlay id="selsearch"
4
	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
 
6
	<script type="application/x-javascript" src="chrome://selsearch/content/selsearch.js" />
7
 
8
	<popup id="contentAreaContextMenu">
9
		<menu id="context-selsearch-submenu" class="menuitem-iconic" insertafter="context-searchselect">
10
			<menupopup id="context-selsearch-menupopup" />
11
		</menu>
12
	</popup>
13
 
14
</overlay>