scc%netscape.com
db5cd594e2
Make observers support weak references. Bug #18682 ; r=dp.
1999-12-07 14:06:36 +00:00
waterson%netscape.com
e4d7924c04
Bug 20712. Get the presshell from the *content* area, not the enclosing browser window.
1999-12-07 07:07:14 +00:00
hyatt%netscape.com
efd577ad35
Fix Mac bustage.
1999-12-05 06:10:35 +00:00
sdagley%netscape.com
69d7039943
Fix build bustage. hyatt removed contentframe.xul from the tree but didn't update the MANIFEST. Bad hyatt.
1999-12-05 06:03:23 +00:00
hyatt%netscape.com
9b5184bebe
Bringing navigator package into compliance regarding master skin files.
1999-12-05 05:18:53 +00:00
hyatt%netscape.com
669c1a7454
Making sure the "navigator" package picks up the global skin properly.
1999-12-05 05:14:24 +00:00
tbogard%aol.net
eb96099e6d
1.) WebShell no longer implements nsIScriptContextOwner.
...
2.) WebShell now implements the new nsIScriptGlobalObjectOwner.
3.) WebShell supports GetInterface to nsIScriptGlobalObject.
4.) Documents no longer carry around a reference to nsIScriptContextOwner. Instead they hold on to a nsIScriptGlobalObject. nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject(). Same change to the set methods.
1999-12-03 09:24:22 +00:00
rjc%netscape.com
bc9e4c4d31
Fix bug # 17385: calling ServiceManager::GetService() can fail for windows that aren't local due to security, so wrap the call inside of a "try" block.
1999-12-03 02:22:16 +00:00
mscott%netscape.com
abd7e5bcb8
api synch with uri loader to use nsIURILoaderCommand.
...
fill out the canHandleContent method to include
all the primary and secondary content types we want the
browser window to handle.
r=travis
1999-12-02 07:00:54 +00:00
davidm%netscape.com
077d073a06
14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser
r = hangas
1999-12-01 00:29:27 +00:00
mscott%netscape.com
fc8d2a32a0
add text/xul to the list of content types the browser content listener cares about.
1999-12-01 00:17:08 +00:00
rginda%netscape.com
b21cc2d785
Removing window.event IEism, r=pinkerton, bug=19323
1999-12-01 00:12:02 +00:00
rjc%netscape.com
b269ca5a8e
Use the correct set of RDF datasources for the bookmarks popup menu on the personal toolbar.
1999-11-30 12:59:48 +00:00
rjc%netscape.com
8e6c603637
Fix bug # 20238: when bookmarking a URL, if it doesn't have a title specified, fallback to using the URL as the title.
1999-11-30 01:07:20 +00:00
slamm%netscape.com
38259f94c0
Not done. Has "Add panel" test.
...
Add dropdown icons to toolbar folders. r=mcafee
1999-11-30 00:56:30 +00:00
dougt%netscape.com
f66be6c30c
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
shaver%netscape.com
89607b7de2
Repair missing newlines at end of files, and remove lines of the form
...
#endif foo
both of which upset HPUX's compiler quite a bit.
Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>.
1999-11-26 05:33:35 +00:00
rjc%netscape.com
be4a476563
Part of fix for bug # 19564: open search dialog via a chrome: URL.
1999-11-24 05:00:46 +00:00
warren%netscape.com
3120586293
Fix for loading resource: urls with -f option. Bug#18423. Now passing original url (rather than redirect) to Observe callback.
1999-11-24 04:34:26 +00:00
shaver%netscape.com
f9858d1ee6
Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger.
1999-11-24 04:10:18 +00:00
pinkerton%netscape.com
713448c361
temp workaround for bug 19588, don't allow dragging of containers on personal toolbar. r=hyatt.
1999-11-24 00:17:34 +00:00
akkana%netscape.com
3d03085c9e
11818: Rename the special XUL key from "command" to "xulkey" so it won't
...
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
dougt%netscape.com
1834e49467
removing protocol icon stuff.
1999-11-23 01:55:59 +00:00
dougt%netscape.com
8d10314f6e
Removing protocol icon.
1999-11-23 01:52:36 +00:00
law%netscape.com
d30947f33e
Fix for 18763; submitted by Steve Morrison (smorrison@gte.com); r=law@netscape.com
1999-11-22 23:04:34 +00:00
matt%netscape.com
906ae86a8c
Fix for save as bug 15805
1999-11-22 19:55:47 +00:00
buster%netscape.com
93551f1751
moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
...
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
mscott%netscape.com
f249767486
Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
...
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com
1809e0d6ea
Add a debug menu item for turning on / turning off url dispatching
...
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com
6d1bce96d4
add labels for uri dispatching menu item which is in the debug window
...
r=travis
1999-11-18 06:57:36 +00:00
hangas%netscape.com
b38fe7b788
New Skin work. New images for twisties. Added white border around navigator window. r=german
1999-11-16 22:54:38 +00:00
tbogard%aol.net
3caae87616
Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
1999-11-16 20:05:21 +00:00
sspitzer%netscape.com
841772b155
go back to using window.content.home()
...
no need to duplicating code.
1999-11-16 19:29:29 +00:00
sspitzer%netscape.com
e6da063538
fix for #18940 . don't define the default home page in the dtd. this is already
...
set in all.js.
the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!
r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
hangas%netscape.com
344df71cb3
Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german
1999-11-16 01:21:22 +00:00
tbogard%aol.net
c1c0a44226
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
1999-11-15 07:29:23 +00:00
pinkerton%netscape.com
fa50df615e
add ability to drag the urlbar proxy icon as a demo of d&d. r=scc.
1999-11-13 23:28:51 +00:00
saari%netscape.com
1cfbe7d9a6
Landing focus changes. R: joki
1999-11-13 05:16:33 +00:00
warren%netscape.com
7f04320416
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
pinkerton%netscape.com
416e0713a3
added JS and handlers to enable dropping URLs onto the content area and having them load (r=sdagley).
1999-11-12 03:41:27 +00:00
rchen%netscape.com
5b96bace17
modify Localization notes
1999-11-12 01:00:30 +00:00
pinkerton%netscape.com
247cfa3b19
toolbar/tree d&d code reworking (r=hyatt).
1999-11-11 05:11:10 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
waterson%netscape.com
0392a71779
Bug 17953, 17959. Fix nsXULElement leaks by using nsCOMPtrs. r=warren, a=chofmann
1999-11-04 19:44:38 +00:00
radha%netscape.com
a0e755871b
Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
...
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
pinkerton%netscape.com
dab0e1f45e
add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari).
1999-11-02 21:28:14 +00:00
cata%netscape.com
d51644d159
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
pinkerton%netscape.com
e646c25b6d
turn d&d on personal toolbar back on and clean it up after new xul file rewrite.
1999-11-02 03:53:30 +00:00
pinkerton%netscape.com
bbbb68cbe0
add rule for drop feedback on personal toolbar (r=hyatt).
1999-11-02 01:35:42 +00:00