ftang%netscape.com
9c677ed1f8
remove unneeded XMLEncodingService, fix bug 22282
2000-01-06 01:25:57 +00:00
edburns%acm.org
13be6d7ebf
I know it's unorthodox to do a top level checkin like this, but I've got so many files
...
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got
r=dp
on this checkin.
Here are the touched files:
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp
The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.
The new signature is
extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);
I filed a bug for this problem:
b=23157
The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.
I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
radha%netscape.com
a6cec26f80
added files: mozilla/xpfe/components/shistory/src/nsSHistory.cpp
2000-01-06 00:27:11 +00:00
radha%netscape.com
52e102d191
added files: mozilla/xpfe/components/shistory/public/nsISHistory.idl
2000-01-06 00:25:37 +00:00
morse%netscape.com
1557841fb0
fix for bug 22132, r=davidm
2000-01-06 00:23:24 +00:00
radha%netscape.com
c677ebc910
Fix build warnings
2000-01-06 00:22:53 +00:00
radha%netscape.com
e19e12405c
Test code for the new Session History all wrapped inside #ifdef DEBUG_radha.
...
r=dp
2000-01-06 00:18:15 +00:00
radha%netscape.com
2193620570
Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
...
interface changes to nsSHTransaction.
2000-01-06 00:17:27 +00:00
radha%netscape.com
6cc2053bd3
Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804
2000-01-06 00:16:01 +00:00
radha%netscape.com
a136c99fc7
Initial checkin for tre new session history component. r=dp. bug=18804
2000-01-06 00:15:05 +00:00
morse%netscape.com
30ac695d67
fix bug 22132, a=granrose
2000-01-05 19:17:01 +00:00
mcafee%netscape.com
f051a62584
Fixing layout for mousewheel pref pane, cleaning up table HTML. r=rgoodger@ihug.co.nz
2000-01-05 05:10:36 +00:00
mcafee%netscape.com
54d5d291b9
Fixing layout for proxies pref pane. r=rgoodger@ihug.co.nz
2000-01-05 04:52:20 +00:00
rpotts%netscape.com
e9dab71e09
Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader.
2000-01-05 04:45:49 +00:00
rjc%netscape.com
8eee1cb537
When trying to determine the name of the Personal Toolbar Folder, first check user preferences, then the bookmark service's string bundle, and finally fallback to a hard-coded string.
2000-01-05 04:39:39 +00:00
mcafee%netscape.com
a879b09b06
Cleaning up layout, added table to line up buttons, text input fields. r=rgoodger@ihug.co.nz
2000-01-05 03:51:04 +00:00
rjc%netscape.com
db7ae3e1d5
Add support for the "custtoolbar.personal_toolbar_folder" preference which, if set, indicates what the name of the Personal Toolbar folder is.
2000-01-05 03:47:07 +00:00
morse%netscape.com
0d7d7eea84
add UniversalDialog, r=davidm
2000-01-05 03:17:11 +00:00
rjc%netscape.com
63873fb769
Fix bug # 23057: Related Links not working on second instance of RL datasource.
2000-01-05 02:37:51 +00:00
mcafee%netscape.com
aa8054c202
Removing unneeded vertical spring, this goes with my last change to this file r=matt
2000-01-05 02:37:42 +00:00
mcafee%netscape.com
e46a0832eb
Adding -installer, squishing output to fit in less space (23081) r=syd
2000-01-05 02:30:06 +00:00
mcafee%netscape.com
74f97a2df2
Fixing layout to match other pref panels. r=matt
2000-01-05 02:08:19 +00:00
law%netscape.com
db4faa45c9
Fix for 18404; Convert to use imageURL as var rather than function property; r=matt@netscape.com
2000-01-04 22:37:14 +00:00
alecf%netscape.com
75fa4d4f9a
some stray title buttons without borders
2000-01-04 06:59:33 +00:00
mcafee%netscape.com
d1f3ae17dd
Adding profile manager startup flag descriptions to -h: -CreateProfile -ProfileWizard -ProfileManager -SelectProfile. r=matt.
2000-01-04 03:06:25 +00:00
akkana%netscape.com
d098c92880
Fix ^N bindings; add ^U bindings (editor backend for delete-to-beginning to be added shortly). r=slamm
2000-01-04 01:58:12 +00:00
jefft%netscape.com
543a379987
fixed bug 22918 - cannot send page with url contains spaces; needs to escape the url; r=rhp
2000-01-03 23:12:42 +00:00
rjc%netscape.com
285c3246e1
Hack fix for bug # 21175: bookmarks without schemes now get "http://" as their default scheme.
2000-01-03 08:11:11 +00:00
rjc%netscape.com
79450c4230
Fix bug #22615 : Problem with IE Favorites in bookmarks menu.
2000-01-02 11:22:03 +00:00
rjc%netscape.com
4669247bde
Make sure that we only add event listeners for the content area of the browser window, otherwise we'll also get "load" events when the sidebar panels load in (or are switched in/out as the user clicks on them).
2000-01-02 08:52:33 +00:00
rjc%netscape.com
e93d8d653f
Small search changes: open up "Search Results" sidebar panel whenever we have new search results (if pref is set to do so) irregardless of whether its by clicking on the "Search" button or not.
2000-01-02 08:38:55 +00:00
jst%citec.fi
9ee63cb149
Don't load link targets in the pref window, I missed this link in my last patch to this file.
2000-01-02 00:40:48 +00:00
rgoodger%ihug.co.nz
1b5b869dae
fix for bug 21819, toolbar button clipping. r=pavlov
1999-12-31 03:08:30 +00:00
rjc%netscape.com
9c379f4d4d
Search items from the menubar should always open up the search dialog.
1999-12-30 23:39:08 +00:00
rjc%netscape.com
68abfa817c
Bulk read datasets in one read operation... slight speed improvement.
1999-12-30 23:37:35 +00:00
sspitzer%netscape.com
6e30a612df
it looks like what's related (in the sidebar) is trying to grab the current
...
window content. when in mail news, we don't have that, so it was causing
a javascript exception. fixes bug #22843
1999-12-30 22:39:28 +00:00
sspitzer%netscape.com
ae2161d9ed
rgoodger accidentally removed an entity that mcafee checked in.
...
this should get the bloat/leak numbers back.
1999-12-30 22:02:35 +00:00
rjc%netscape.com
69bf6e3836
Add a "default" search engine option (which defaults to a preference, which happens to be netscape in all.js)
1999-12-30 16:42:33 +00:00
rjc%netscape.com
a048d1900c
The Related Links datasource now attempts to get the "browser.related.provider" preference which is the URL to use for contacting the RL server. (If it can't find the pref, it falls back to the well-known URL.)
1999-12-30 15:39:44 +00:00
rjc%netscape.com
c7a74439e2
Even better.
1999-12-30 15:18:52 +00:00
rjc%netscape.com
4db3880339
Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching.
1999-12-30 14:56:26 +00:00
rjc%netscape.com
1f423037dc
Get default search engine from prefs.
1999-12-30 14:42:33 +00:00
rjc%netscape.com
0e8c89168c
Add support for automatically opening the "Search Results" panel in the sidebar when the "Search" button is clicked on. [Note: this behavior can be turned off via a preference in the "Search" preferences panel.]
1999-12-30 14:16:17 +00:00
rjc%netscape.com
3ed100c043
Small text change.
1999-12-30 11:35:52 +00:00
rjc%netscape.com
98da51e126
Add a search preference panel
1999-12-30 11:16:07 +00:00
rjc%netscape.com
88d9f13d73
Add some support for various search modes when using the "Search" button.
1999-12-30 11:10:19 +00:00
rjc%netscape.com
785f913b3d
Add GetInternetSearchURL() method.
1999-12-30 11:09:30 +00:00
rgoodger%ihug.co.nz
bb4f4dc5d4
hooking up file open/location open shortcut keys properly.
1999-12-30 04:16:32 +00:00
rjc%netscape.com
35fd19742c
Add a sidebar panel for Search results instead of having them mixed in with Related Links data.
1999-12-29 09:17:41 +00:00
rpotts%netscape.com
af4f9c2189
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
1999-12-29 07:32:59 +00:00
mcafee%netscape.com
363781fb69
Adding File|Send Link (22739). r=sspitzer
1999-12-28 22:07:19 +00:00
mcafee%netscape.com
3433af8cef
Fixing pref/theme link loading content into pref panel (21017), thanks to Johnny Stenback for the fix. r=mcafee
1999-12-28 08:22:34 +00:00
mcafee%netscape.com
caf725ed86
Adding -h help info (14003)
1999-12-28 07:41:05 +00:00
mcafee%netscape.com
011025baf2
Adding pref for modeless pref window, still modal by default (21698)
1999-12-28 06:09:18 +00:00
rjc%netscape.com
5d39c50708
Use a HTML:INPUT field instead of a HTML:TEXTAREA field for the list of Related-Links domain exceptions.
1999-12-27 08:39:10 +00:00
rjc%netscape.com
fbfd83e78c
Comment out Related Links preferences from 4.x that aren't used in 5.x
1999-12-27 08:33:53 +00:00
rjc%netscape.com
33d5e7906c
Small XUL changes: get hard-coded text into DTD. Set flex="1" for appropriate cropping.
1999-12-27 08:30:44 +00:00
rjc%netscape.com
3891c1d58e
Small search changes. Convert various HTML entities. (We need a service for this, I think!) Fix assert when mParent is null.
1999-12-24 21:14:34 +00:00
sspitzer%netscape.com
dc6f96ac32
rest of fix for #15845 , #15843 , and #15861 . for check boxes, see if
...
"reversed" attribute is true. if so, reverse the value.
1999-12-24 09:57:49 +00:00
sspitzer%netscape.com
d4a3bb6a6b
ignore generated makefiles
1999-12-24 09:16:59 +00:00
tor%cs.brown.edu
c0c306f17d
Build bustage patch for SUNWspro so the compiler doesn't choke
...
seeing an "extern" and "static" definition of kPlatformCharsetCID.
Removes duplicate definition of PlatformCharsetCID and uses the
one from nsIPlatformCharset.h. r=sspitzer
1999-12-24 08:26:20 +00:00
hangas%netscape.com
41f9be581c
Fixing bugs (21868 Enter/Esc keys for password dialogs), (21391 new address book), (22213 Enter/Esc keys for prefs dialog), (22218 new address book card menu item). r=sspitzer
1999-12-23 21:38:25 +00:00
rjc%netscape.com
40b7d3eaf1
Fix bug # 20817: use default platform charset when reading in bookmarks until if/when we find a META charset tag that says to use something else. Review: ftang@netscape.com
1999-12-23 21:38:16 +00:00
brade%netscape.com
a1fbb87a13
close tags with /> r=syd (causes crash on Mac when typing any character into an input field)
1999-12-23 15:53:30 +00:00
brade%netscape.com
35816a96e7
cycle editor option in task menu (r=syd)
1999-12-23 15:31:00 +00:00
brade%netscape.com
c97059070c
wrong pref attached to checkbox
1999-12-23 15:24:47 +00:00
rjc%netscape.com
2785c9e3bf
Add description attributes to search datasets.
1999-12-23 12:12:10 +00:00
rjc%netscape.com
fbe93c2b98
Check in search changes to add support for shopping.
1999-12-23 11:56:24 +00:00
rgoodger%ihug.co.nz
a342c44397
adding font scaling pref to pref window to fix 5599, r=syd@netscape.com
1999-12-23 08:25:08 +00:00
rgoodger%ihug.co.nz
b11c7a57a7
moving wallet to tasks menu, r=kerz@en.com
1999-12-23 06:15:59 +00:00
rgoodger%ihug.co.nz
580f5a95cc
moving wallet to tasks menu... r=kerz@en.com
1999-12-23 06:14:42 +00:00
rgoodger%ihug.co.nz
9342b1a0c4
shift wallet to tasks menu. r=kerz@en.com
1999-12-23 06:12:33 +00:00
akkana%netscape.com
1e9fb0f783
20498, 22446: up/down arrows in text fields, Mac key for redo, and some other problems we noticed. r=brade,a=don
1999-12-22 23:54:24 +00:00
cmanske%netscape.com
f1e30195ff
Fixed bug 21969, button order in common dialogs for UNIX. a=jar, r=german,brade
1999-12-22 23:50:21 +00:00
radha%netscape.com
593db57df1
Update the go menu irrespective of whether the page loaded
...
successfully or not. This is being done to be consistent with the
behavior where partially loaded pages do get in to SH. This
behavior will have to change Browser wil implement nsIStreamListener
or something similar to differentiate between partially loaded pages
and unsuccessfully loaded pages r=law a=don
1999-12-22 23:46:58 +00:00
radha%netscape.com
fcf056d9dd
First Checked In.
1999-12-22 23:19:00 +00:00
radha%netscape.com
8b2c3d2156
Initial checkin for New SH component r=danm a=don
1999-12-22 23:16:49 +00:00
radha%netscape.com
2b6bd8cbb4
Remove Session History from the build list r=law a=don
1999-12-22 22:41:30 +00:00
radha%netscape.com
805c89d77a
Remove session hsitory files from the build list
1999-12-22 22:41:00 +00:00
radha%netscape.com
343fb14632
Remove Session History files from the build list. r=law a=don
1999-12-22 22:39:21 +00:00
radha%netscape.com
77ba15a7b9
Add shistory to the dirs list
1999-12-22 22:38:00 +00:00
radha%netscape.com
e15a35044a
Initial checkin. r=law a=don
1999-12-22 22:35:31 +00:00
radha%netscape.com
17bb3e1b1d
New Session Hsitory in its own directory.
...
Initial checkin. r=law a=don
1999-12-22 22:33:16 +00:00
rjc%netscape.com
722be8baa1
Small search changes. Add description field. Also extend dataset format to support an "alsomatch" field. Review: me
1999-12-22 10:37:21 +00:00
sspitzer%netscape.com
67877c945e
fix for #2658 , allow the user to set the mailnews start page via prefs.
...
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page. a=sdagley
1999-12-22 06:09:02 +00:00
sspitzer%netscape.com
b7166f79ec
rest of fix for #21901 , a=sdagley (a while ago).
...
give alerts, prompts, and other common dialogs default titles, if none
are passed in.
todo: put those defaults into a string bundle so ICP doesn't kill me.
1999-12-22 04:55:43 +00:00
rgoodger%ihug.co.nz
4baa51f31c
fixed Ctrl-O keybinding in browser window, 20265, r=hyatt
1999-12-22 04:41:44 +00:00
valeski%netscape.com
cc6b35b2c0
r=waterson. 22306. symbolic links weren't clickable in dir list view. now they are.
1999-12-22 03:37:57 +00:00
sspitzer%netscape.com
60a39256fc
fix FMM and UMR from purify, add some null sanity checks to fix various
...
crashers that I've seen.
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com
e8a4061a40
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com
1fabe0ad70
sanity check and adding new line to the end of a file.
1999-12-21 22:56:49 +00:00
sspitzer%netscape.com
6da299c941
adding newline to the end of the file, because I am anal
1999-12-21 01:14:55 +00:00
akkana%netscape.com
02f62418b0
18446: change name of keyset back to 'keyset'. r=danm (actually, this is his change), a=chofmann
1999-12-21 00:12:28 +00:00
waterson%netscape.com
83f5405970
Bug 22212. Don't support weak reference; this'll ensure that the observer service keeps a strong ref to us. r=scc, a=chofmann
1999-12-21 00:11:37 +00:00
rgoodger%ihug.co.nz
403b1ef77f
fixing 22018, profile wizard problems. r=cls, a=chofmann
1999-12-20 23:26:38 +00:00
brade%netscape.com
2e99a10483
color preferences; parts written or reviewed by sspitzer and brade
1999-12-20 16:03:47 +00:00
brade%netscape.com
6e7d5f92b5
handle color preferences; optimize memory usage/fix memory leaks
1999-12-20 16:01:51 +00:00
brade%netscape.com
745b440f50
handle color preferences
1999-12-20 16:01:36 +00:00
morse%netscape.com
0d953531f3
remove compile-time warning that my checkin from this morning introduced
1999-12-20 02:51:36 +00:00
morse%netscape.com
e865b43dec
another attempt to fix mac bustage
1999-12-19 23:13:50 +00:00
morse%netscape.com
0573a7ed34
band-aid to fix mac bustage
1999-12-19 19:34:25 +00:00
morse%netscape.com
f4b2441812
add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
1999-12-19 18:32:21 +00:00
rjc%netscape.com
a4d081e592
Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann
1999-12-19 07:55:15 +00:00
rjc%netscape.com
374d58a80c
Fix Windows declaration problem.
1999-12-19 07:15:16 +00:00
rjc%netscape.com
c59a8d3039
Remove const for the moment to fix Unix complaints.
1999-12-19 06:56:47 +00:00
rjc%netscape.com
09a4bbddf5
Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann
1999-12-19 06:53:18 +00:00
jband%netscape.com
ef9c82db1e
Landing big set of DOM and XPConnect changes:
...
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.
XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.
Also, xpconnect tests are reorganized and improved.
fixes bugs: 13419, 17736, 17746, 17952, 22086
r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
rjc%netscape.com
88ea2d8c02
Fix LookSmart search dataset regression by updating to latest version. Review/approval: me
1999-12-18 10:13:43 +00:00
rjc%netscape.com
950e1b9b2c
Fix Netscape search dataset regression by updating to latest version. Review/approval: me
1999-12-18 09:46:17 +00:00
rjc%netscape.com
ae5de59b8d
Fix Google search dataset regression by updating to latest version. Review/approval: me
1999-12-18 09:37:40 +00:00
sspitzer%netscape.com
bec39d5d95
changes from bryner@uiuc.edu for the mouse wheel configuration. r=sspitzer
...
bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
1999-12-18 06:45:40 +00:00
rjc%netscape.com
cb6dfe1ad8
Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann
1999-12-18 05:01:04 +00:00
rjc%netscape.com
5913ba7455
Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann
1999-12-18 04:33:10 +00:00
rjc%netscape.com
98fedd3c6e
Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann
1999-12-18 04:20:28 +00:00
rjc%netscape.com
7c6d4ba39d
Fix bug # 21669: The Related Links datasource needs to observe user preferences, at least for the "skip these domains" list (which can contain wildcards, such as "*.mcom.com") Approval: chofmann
1999-12-18 03:51:16 +00:00
tbogard%aol.net
df268d7f09
Changed nsWebShellWindow to talk to webshell as an nsIBaseWindow where appropriate.
1999-12-17 23:43:47 +00:00
hyatt%netscape.com
dbbe1790f3
Fixing the spacebar problem. r=saari, a=jar
1999-12-17 02:49:59 +00:00
hyatt%netscape.com
ca45ea6b0c
Making sure that space key bindings in browser don't fire while in text fields. r=saari, a=jar
1999-12-17 02:47:28 +00:00
waterson%netscape.com
7ffc51ce91
Bug 21668. Ooops. Almost missed the CAN'T BE KILLED xpfe/AppCores directory. DIE DIE DIE!
1999-12-17 00:41:09 +00:00
akkana%netscape.com
35a89e2d11
Fix typo
1999-12-16 23:36:41 +00:00
akkana%netscape.com
9572b65df9
Oops, fix typo
1999-12-16 23:36:10 +00:00
akkana%netscape.com
7a2eca522c
21610, 18033: split off from the global overlay the four
...
platform-specific key binding files per platform,
as requested by Hyatt for his new keybinding plan.
Part of the ongoing mjudge/hyatt/me/saari checkin.
1999-12-16 23:33:51 +00:00
sspitzer%netscape.com
113b954887
NOT PART OF THE BUILD. ignore the generated binary "gmake pure" creates
1999-12-16 03:42:04 +00:00
slamm%netscape.com
e4f285266e
Remove references to unused dialog entities. r=hyatt a=choffman
1999-12-16 02:54:55 +00:00
slamm%netscape.com
77005965da
Remove references to unused dialogs. r=hyatt a=choffman
1999-12-15 23:49:12 +00:00
slamm%netscape.com
dcca50319b
Remove references to unused dialogs.
1999-12-15 23:47:19 +00:00
slamm%netscape.com
d2c1bc6632
Remove obsolete files. r=hyatt a=choffman
1999-12-15 23:46:34 +00:00
mjudge%netscape.com
f0f09bb01d
saari pointed out i forgot to check in these files last night. textarea needs bindings also r=saari a=pdt+ team
1999-12-15 23:23:40 +00:00
shaver%netscape.com
5818d49be7
remove excess 'Netscape' references from the chrome (r=dmose,a=leaf)
1999-12-15 23:00:34 +00:00
dmose%mozilla.org
59f543c341
fix for bug 20861: remove My Netscape from the personal toolbar; r=slamm@netscape.com, a=shaver@mozilla.org
1999-12-15 21:31:29 +00:00
akkana%netscape.com
1f31c41322
20519, 21529: another tweak to fix last night's checkin.
...
r=mjudge, part of mjudge's big checkins a=chofmann
1999-12-15 20:42:55 +00:00
akkana%netscape.com
ac29590613
18033: make platform bindings work again. They were broken by a
...
checkin last night which mistakenly renamed the input bindings.
r=mjudge; part of mjudge's key-binding checkin which was a=chofmann
1999-12-15 20:15:22 +00:00
sspitzer%netscape.com
22b6b14e23
purify related fixes. first, prevent a crash that was prevent me
...
from running purify in nsGenericFactory.cpp. Second, add support
for "mozilla -pure". Only works if you've build mozilla.bin.pure, of course.
1999-12-15 06:23:50 +00:00
mjudge%netscape.com
2cf40436b9
fixing key bindings... will be addint textareabindings.xul soon
1999-12-15 03:49:06 +00:00
tbogard%aol.net
b0336af430
When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann
1999-12-15 00:53:52 +00:00
mcafee%netscape.com
fe632294aa
Adding pref UI for browser.cache.enable in debug pane. Removed unneeded native/partial/gfx rendering option to allow space for new pref. Re-did layout per evaughan's lead on other pref panes. r=syd, a=chofmann,jar
1999-12-14 07:37:03 +00:00
mjudge%netscape.com
51cc0c0da7
2 xul files updated reviewed by saari and mcluskey(sp)
1999-12-14 01:37:15 +00:00
mjudge%netscape.com
34ce4b9c4a
adding new export for browserBindings.xul r =saari
1999-12-13 23:25:29 +00:00
mjudge%netscape.com
75ac93a575
adding new file for browser pageup/down/ keybindings.
1999-12-13 23:23:15 +00:00
leaf%mozilla.org
7ed558bcfc
starting to remove pics from the build; no bug number. patch from neeti,
...
r=cyeh,leaf, a=chofmann
1999-12-12 01:27:44 +00:00
hangas%netscape.com
f6a3a9a144
Fixed 21350, styles lost for common dialogs. Most importantly buttons had lost appearance. r=alecf a=jar&chofmann
1999-12-11 01:54:31 +00:00
akkana%netscape.com
6c9c6146d8
18033, 19981:
...
Adjust inputBindings keyset so that it can be overlaid with
platformGlobalOverlay.xul. Rewrite emacs keybindings in the
unix overlay to track mjudge's latest changes. r=mjudge, a=jar
1999-12-11 01:28:07 +00:00
saari%netscape.com
959e04a2ff
fix for PDT+ bug 19268. Add css rules to prevent scrollbars from stealing focus. r = hyatt
1999-12-11 01:19:16 +00:00
mjudge%netscape.com
b51f84b3de
massive changes a=jar.hoffman, r=akkana
1999-12-11 00:02:08 +00:00
saari%netscape.com
b887310bfb
Helping to fix 19114 by making a strong ref weak. Potential fix for 19268 by making scrollbars not steal focus. r=hyatt a=chofmann
1999-12-10 00:51:50 +00:00
hyatt%netscape.com
74f2701d56
Adding tree popup routines.
1999-12-08 11:31:31 +00:00
hyatt%netscape.com
8dc41a9879
treecolgroups and treecols didn't quite have the right rules. Fixing.
1999-12-08 11:31:12 +00:00
waterson%netscape.com
af25dfbbf0
Fix eager inline closetag on <keyset>. r=hyatt
1999-12-08 09:10:41 +00:00
hyatt%netscape.com
de7865451d
Let's not make CTRL-B to a copy now... heh. r=me
1999-12-08 05:00:26 +00:00
hyatt%netscape.com
2c06aa44f7
Adding a test input bindings.xul file. r=saari
1999-12-08 04:59:17 +00:00