Commit Graph

53979 Commits

Author SHA1 Message Date
beard%netscape.com
49c1f19806 JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper.
git-svn-id: svn://10.0.0.236/trunk@48850 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:22:53 +00:00
beard%netscape.com
f8d3e2c162 JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper. Simplified callMethod to only call Context.enter() if methodId property is defined in Scriptable object.
git-svn-id: svn://10.0.0.236/trunk@48849 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:22:47 +00:00
sspitzer%netscape.com
c054d3e86c fix several warnings. we only need to declare this a friend once.
git-svn-id: svn://10.0.0.236/trunk@48848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:17:46 +00:00
mscott%netscape.com
ca1710628a If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.


git-svn-id: svn://10.0.0.236/trunk@48847 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:09:25 +00:00
mscott%netscape.com
7152c92434 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...


git-svn-id: svn://10.0.0.236/trunk@48846 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:07:52 +00:00
pavlov%netscape.com
e01f0d65ac removing printf for every mouse move
git-svn-id: svn://10.0.0.236/trunk@48845 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:56:37 +00:00
sspitzer%netscape.com
1b53351f7c fix for #14538
migrate 4.x pop filter rules to the right place, and rename them if necessary.


git-svn-id: svn://10.0.0.236/trunk@48844 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:56:20 +00:00
rjc%netscape.com
fe874e4fa0 Try getting "ref" before getting "id". Also, use tree.selectedItems() method everywhere.
git-svn-id: svn://10.0.0.236/trunk@48843 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:54:58 +00:00
dveditz%netscape.com
b571cf447f Turning buffered registry i/o back on, bugs 14306,11203
git-svn-id: svn://10.0.0.236/trunk@48842 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:53:15 +00:00
jband%netscape.com
63a2567d8b avoid uninitialized memory reads by copying only the significant part of the union when initializing an nsXPTCVariant from a nsXPTCMiniVariant using nice encapsulated inline method.
git-svn-id: svn://10.0.0.236/trunk@48841 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:53:07 +00:00
dveditz%netscape.com
20dc4b8534 Bugfix 7928
git-svn-id: svn://10.0.0.236/trunk@48840 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:49:22 +00:00
rickg%netscape.com
b5bb9a48c0 improve timer usage in parsing engine for more accurate report
git-svn-id: svn://10.0.0.236/trunk@48839 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:41:53 +00:00
rjc%netscape.com
80e6d0e226 Even more cut/copy/paste/delete support.
git-svn-id: svn://10.0.0.236/trunk@48838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:41:15 +00:00
mcafee%netscape.com
e6037a3eb4 Adding nsWindow::StoreProperty() so we can hang Xatoms on windows.
git-svn-id: svn://10.0.0.236/trunk@48837 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:38:28 +00:00
ftang%netscape.com
4443079fda add dtd files for charsetDetectors
git-svn-id: svn://10.0.0.236/trunk@48836 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:34:39 +00:00
rpotts%netscape.com
b23536efc2 Changed the printing to use the ImageGroup notifications rather than the document loader because a document is *not* being loaded... This fixes printing after the changes to the document loader notifications.
git-svn-id: svn://10.0.0.236/trunk@48835 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:34:31 +00:00
law%netscape.com
5a0f4b43ea Better context menus (but still a ways to go)
git-svn-id: svn://10.0.0.236/trunk@48834 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:30:44 +00:00
mjudge%netscape.com
7971bfb7e6 more tweaks for line boundaries. previous
git-svn-id: svn://10.0.0.236/trunk@48833 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:26:37 +00:00
mscott%netscape.com
af4be7449f added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.


git-svn-id: svn://10.0.0.236/trunk@48832 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:21:32 +00:00
ducarroz%netscape.com
91fcdb5415 need to support invalid URL as well URL without "http://", fix for bug 14376
git-svn-id: svn://10.0.0.236/trunk@48831 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:20:49 +00:00
law%netscape.com
80b0c667cf Minor context menu tweaking
git-svn-id: svn://10.0.0.236/trunk@48830 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:20:06 +00:00
mjudge%netscape.com
b8eaf7bac4 tweaked word left and word right again. got double click working on edge cases! yeah
git-svn-id: svn://10.0.0.236/trunk@48829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:09:41 +00:00
alecf%netscape.com
250bb01f4e hook up drafts/templates/fcc to identities
git-svn-id: svn://10.0.0.236/trunk@48828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
6ae3f74877 need to suppot bad URL or url without "http://", fix for bug 14376
git-svn-id: svn://10.0.0.236/trunk@48827 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:45:09 +00:00
briano%netscape.com
7d6e12eae8 Added the missing semicolon.
git-svn-id: svn://10.0.0.236/trunk@48826 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:32:45 +00:00
joki%netscape.com
ffaa4fa00a Various fixes to prevent casting events to the wrong struct subtypes when queried
git-svn-id: svn://10.0.0.236/trunk@48824 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:30:01 +00:00
joki%netscape.com
f92190c9cf Fix scrolling via home/end keys to scroll to beginning and end of doc
git-svn-id: svn://10.0.0.236/trunk@48823 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:28:57 +00:00
briano%netscape.com
48a82375e2 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad....
git-svn-id: svn://10.0.0.236/trunk@48822 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:28:46 +00:00
pavlov%netscape.com
1a3a066f8e implimented GetURI()
git-svn-id: svn://10.0.0.236/trunk@48821 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:37 +00:00
law%netscape.com
95488ac240 Fixes for context menus; a=hyatt (I just pressed the keys he told me to :-)
git-svn-id: svn://10.0.0.236/trunk@48820 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:28 +00:00
ftang%netscape.com
8c72bfbf3e add charsetDetectorsOverlay
git-svn-id: svn://10.0.0.236/trunk@48819 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:04 +00:00
pavlov%netscape.com
a18c59b67e fix for 14292, 4289, 13051
git-svn-id: svn://10.0.0.236/trunk@48818 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:25:13 +00:00
ftang%netscape.com
ce81da1b5c add charset Detectors menu in overlay
git-svn-id: svn://10.0.0.236/trunk@48817 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:23:45 +00:00
bienvenu%netscape.com
b54090fe65 fix assert on startup without folder cache, workaround service manager shutdown bug
git-svn-id: svn://10.0.0.236/trunk@48816 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:23:16 +00:00
ftang%netscape.com
4784abf0cf turn off the very-slow-in-worst-cases ATSUI fallback
git-svn-id: svn://10.0.0.236/trunk@48815 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:22:43 +00:00
rickg%netscape.com
001a404a26 added DEBUG timing code to parsing engine
git-svn-id: svn://10.0.0.236/trunk@48814 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:19:50 +00:00
mscott%netscape.com
4ccf176a9f Remove all of these files from the repository. They are now built in mozilla\db\mork
git-svn-id: svn://10.0.0.236/trunk@48813 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:14:07 +00:00
mjudge%netscape.com
6b1af498fe recursion failing finding the same frame we started with sometimes with generated content from style. simple 2 line check to avoind this. dagley said ok to check in red tree since not hurting anyone.
git-svn-id: svn://10.0.0.236/trunk@48812 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:12:44 +00:00
alecf%netscape.com
61d4d4619c add div tag so that testcase still works
git-svn-id: svn://10.0.0.236/trunk@48811 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:09:34 +00:00
alecf%netscape.com
9d61124903 disable unimplemented buttons, add hardrule above ok/cancel
git-svn-id: svn://10.0.0.236/trunk@48810 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:08:30 +00:00
alecf%netscape.com
3daae2bbca update the account wizard to specs, fix typos, fix layout, and summarize the account at the end of the setup
git-svn-id: svn://10.0.0.236/trunk@48809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:08:08 +00:00
alecf%netscape.com
762613f5ee fix typos
git-svn-id: svn://10.0.0.236/trunk@48808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:32 +00:00
dveditz%netscape.com
27bfc7c1fd Fix leak of SoftwareUpdate service, 14549
git-svn-id: svn://10.0.0.236/trunk@48807 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:23 +00:00
alecf%netscape.com
310d425f45 add aw-done.js
git-svn-id: svn://10.0.0.236/trunk@48806 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:05 +00:00
alecf%netscape.com
b2e7379122 add fix typos, add strings I needed for the wizard
git-svn-id: svn://10.0.0.236/trunk@48805 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:06:37 +00:00
alecf%netscape.com
be5c5bc2b7 persist window size and position
git-svn-id: svn://10.0.0.236/trunk@48804 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:05:36 +00:00
mscott%netscape.com
0c92502f2b add password prompt text and some more pop server alert strings
git-svn-id: svn://10.0.0.236/trunk@48803 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:56 +00:00
mscott%netscape.com
0c847bc82c Bug #6651 --> finish adding alerts to pop code
git-svn-id: svn://10.0.0.236/trunk@48802 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:28 +00:00
mscott%netscape.com
b74a029c57 get password prompt text and some more pop server alert strings
git-svn-id: svn://10.0.0.236/trunk@48801 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:11 +00:00
mscott%netscape.com
614fb1e359 GetPasswordWithUI takes a prompt string to give the protocols finer control over the actual text that goes with the dialog
git-svn-id: svn://10.0.0.236/trunk@48800 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:02:46 +00:00