gecko-dev/xpfe/browser/resources/content
blakeross%telocity.com 8905ad9333 Dragging a personal toolbar link to a textfield drops the text representation of the xpconnected nsIRDFNode instead of the url (64829). r=kerz sr=ben a=asa 2001-06-10 18:00:16 +00:00
..
mac Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
os2 Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
unix Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
win Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
.cvsignore Ignore generated files 2000-07-15 15:56:34 +00:00
Makefile.in Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
contentframe.js Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
contents-region.rdf 62171: "Separate content from UI". Split langenus.xpi into regus.xpi. 2001-02-23 08:34:10 +00:00
contents.rdf Fix for 53670. 2001-04-04 23:15:02 +00:00
fastnav.js bug 76705, r=mcafee, sr=ben, add minmal fastnav.xul and fastnav.js 2001-05-15 05:00:47 +00:00
fastnav.xul bug 76705, r=mcafee, sr=ben, add minmal fastnav.xul and fastnav.js 2001-05-15 05:00:47 +00:00
makefile.win Remove keywords.js from Mozilla (which doesn't use it), Netscape has its own version. Additional clean-up. Bug 58693, r=bryner, a=ben 2000-12-22 04:28:44 +00:00
metadata.js Clean up Properties window (right click on elements in Navigator and select "Properties".) Bug 74121. r=rbs, sr=alecf. 2001-05-22 21:15:37 +00:00
metadata.xul Remove "debug=true" from XUL. Bug 83240. r=timeless, sr=blake, a=asa. 2001-05-30 23:00:40 +00:00
navExtraOverlay.xul Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
navWidgetBindings.xml 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 04:51:28 +00:00
navWidgets.css Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847 2001-06-09 01:32:19 +00:00
navigator-commands.rdf [AURORA] Navigator Command/Toolbar DB, initial revision of manipulation libraries, templates. 2000-12-07 01:38:17 +00:00
navigator-toolbars.js [AURORA] Navigator Command/Toolbar DB, initial revision of manipulation libraries, templates. 2000-12-07 01:38:17 +00:00
navigator-toolbars.rdf [AURORA] Navigator Command/Toolbar DB, initial revision of manipulation libraries, templates. 2000-12-07 01:38:17 +00:00
navigator-toolbars.xul Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
navigator.css 78609 - remove the annoying whitespace at the left when editing URL bar, r=andreww, sr=alecf 2001-05-09 04:57:39 +00:00
navigator.js Fix for bug 74499 -- command keys don't work on Mac when no windows are open. Focussing the hidden window when it's first created fixes this. r=saari, sr=kin, a=asa 2001-05-31 01:18:07 +00:00
navigator.xul bugzilla bug 82965 r=kerz, sr=hewitt, a=tor : fixing drag and drop on status bar. 2001-06-06 04:49:14 +00:00
navigatorDD.js Dragging a personal toolbar link to a textfield drops the text representation of the xpconnected nsIRDFNode instead of the url (64829). r=kerz sr=ben a=asa 2001-06-10 18:00:16 +00:00
navigatorOverlay.xul Fix for 78020 - Chromeless window when opening updated bookmarked page 2001-06-06 06:10:05 +00:00
nsBrowserContentListener.js Bug #76795 --> don't register chromeless windows with the uriloader. This is causing chromeless windows 2001-06-07 04:27:53 +00:00
nsBrowserStatusHandler.js Get rid of javascript errors on console. bug 79976, patch by jst, r=jag, sr=blake, a=chofmann 2001-06-04 05:46:33 +00:00
openLocation.xul 62171: "Separate content from UI". Split langenus.xpi into regus.xpi. 2001-02-23 08:34:10 +00:00
pageInfo.js Bug 70362 - Fix conflict in the meaning of window.arguments values (dialog 2001-04-28 21:25:31 +00:00
pageInfo.xul Remove hardwired "Mozilla" and "Netscape" strings from DTD files. Part of bug 80838. r=rchen, sr=blizzard. 2001-05-19 15:54:29 +00:00
personalToolbar.js [Part of fixes for 77125 and 81767 - disable inline editing in bookmarks] 2001-05-23 04:57:50 +00:00
sessionHistoryUI.js Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben 2001-04-29 02:52:16 +00:00
toolbarTest.rdf [AURORA] Aurora Test Harness. NOT PART OF BUILD. 2000-12-07 01:39:05 +00:00
toolbarTest.xul Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
tooltip.js Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
unknownContent.xul fix Bug 65428 language="javascript" should be type="application/x-javascript" 2001-03-11 12:17:34 +00:00
urlbarBindings.xml 82039 - Search option at the end of autocomplete popup doesnt work, r=alecf, sr=blake, a=blizzard 2001-05-29 02:49:29 +00:00
viewSource.xul Fix bug 78419; move Find-related JS into a new file, used in navigator and viewsource. sr=sspitzer, r=jag 2001-05-05 00:46:54 +00:00
viewsource.js Fix bug 78419; move Find-related JS into a new file, used in navigator and viewsource. sr=sspitzer, r=jag 2001-05-05 00:46:54 +00:00