Commit Graph

968 Commits

Author SHA1 Message Date
pollmann%netscape.com
30614f19d0 Bug 3285: Update impl files to add item method to proprietary interface.
git-svn-id: svn://10.0.0.236/trunk@43964 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 02:56:43 +00:00
pollmann%netscape.com
1af9c1592a Bug 3285: Update header files to add item method to proprietary interface.
git-svn-id: svn://10.0.0.236/trunk@43962 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 02:56:03 +00:00
pollmann%netscape.com
b450b6a07b Bug 3285: Update idl files to add item method to proprietary interface.
git-svn-id: svn://10.0.0.236/trunk@43961 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 02:55:06 +00:00
jdunn%netscape.com
10737be1c5 HP requires a newline at the end of the file
git-svn-id: svn://10.0.0.236/trunk@43859 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 22:43:24 +00:00
arielb%netscape.com
ad40dbfcd5 includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.


git-svn-id: svn://10.0.0.236/trunk@43798 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 09:51:02 +00:00
ducarroz%netscape.com
e901c6e277 Add attribute "autocomplete"
git-svn-id: svn://10.0.0.236/trunk@43705 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 22:10:52 +00:00
vidur%netscape.com
29bf6d365c Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation.
git-svn-id: svn://10.0.0.236/trunk@43669 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 20:36:31 +00:00
pinkerton%netscape.com
63f0093f07 add drag gesture event.
git-svn-id: svn://10.0.0.236/trunk@43637 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 19:48:58 +00:00
waterson%netscape.com
df5dcf88ad Regenerated with updated idlc compiler.
git-svn-id: svn://10.0.0.236/trunk@43465 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 04:26:12 +00:00
waterson%netscape.com
53fb20e6e2 Re-added to support tree selection. Not yet in the build.
git-svn-id: svn://10.0.0.236/trunk@43459 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 03:21:26 +00:00
waterson%netscape.com
f809da45c8 Re-add nsIDOMXULTreeElement.h to the build, pending selection API work.
git-svn-id: svn://10.0.0.236/trunk@43446 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 02:15:29 +00:00
waterson%netscape.com
75691cc4e6 Re-add XULTreeElement for selection tracking API.
git-svn-id: svn://10.0.0.236/trunk@43443 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 02:12:53 +00:00
radha%netscape.com
13bd8da2e3 Fix for 11577. No need to go thro' session history to obtain the current
document's url. Verified in windows and linux. Code review =vidur
approved=scc


git-svn-id: svn://10.0.0.236/trunk@43354 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-15 00:20:58 +00:00
warren%netscape.com
894be4eb22 Fix for bug 7682: StringBundle can't load URLs from imap thread.
git-svn-id: svn://10.0.0.236/trunk@43270 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 00:43:48 +00:00
danm%netscape.com
caf895916f Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
git-svn-id: svn://10.0.0.236/trunk@43260 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 22:08:17 +00:00
brendan%mozilla.org
ecd4357afa Regenerate to eliminate degenerate unsigned comparisons and dead code.
git-svn-id: svn://10.0.0.236/trunk@42950 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 07:30:12 +00:00
brendan%mozilla.org
5e48294f99 - Avoid generating "if (argc >= 0)" dead code and incurring warnings on some
platforms.  Those warnings were degrading slamm's tinderbox warning page's
  S/N ratio.
- Use const char arrays initialized by string constants, rather than const
  pointers to unnamed arrays created by string constants.
- Chop out some extra leading newlines that sometimes tripled up when emitted
  after a double trailing newline.


git-svn-id: svn://10.0.0.236/trunk@42944 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 06:59:03 +00:00
danm%netscape.com
65732fcd41 allow close from JS to close non-JS windows. bug 9703.
git-svn-id: svn://10.0.0.236/trunk@42828 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 22:28:09 +00:00
vidur%netscape.com
294ecfb965 Changed attribute getter glue to use NS_SUCCESS macro instead of comparing to NS_OK
git-svn-id: svn://10.0.0.236/trunk@42783 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 19:19:49 +00:00
vidur%netscape.com
212b213c9c changed name of NS_CreateContext to NS_CreateScriptContext
git-svn-id: svn://10.0.0.236/trunk@42780 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 19:14:49 +00:00
joki%netscape.com
25eb777ec4 Adding new onselect event. Also slight modification to ender text widget focus behavior
git-svn-id: svn://10.0.0.236/trunk@42676 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 23:18:35 +00:00
hoa.nguyen%intel.com
65d3eda7a4 Added nsJSHTMLEmbedElement.cpp.
git-svn-id: svn://10.0.0.236/trunk@42674 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 22:37:17 +00:00
hoa.nguyen%intel.com
0a4304ee6b Add nsJSHTMLEmbedElement.cpp.
git-svn-id: svn://10.0.0.236/trunk@42673 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 22:35:55 +00:00
hoa.nguyen%intel.com
212162f2a2 Added nsIDOMHTMLEmbedElement.h to exports.
git-svn-id: svn://10.0.0.236/trunk@42671 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 21:54:55 +00:00
hoa.nguyen%intel.com
27ca1fcd2e DOM interface for embed tag.
git-svn-id: svn://10.0.0.236/trunk@42670 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 21:53:28 +00:00
beard%netscape.com
e5ec185009 removed unnecessary tests of unsigned indices against >= 0 (a tautology, unsigned values are always >= 0).
git-svn-id: svn://10.0.0.236/trunk@42667 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 20:49:45 +00:00
danm%netscape.com
01582c69aa corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow.
git-svn-id: svn://10.0.0.236/trunk@42622 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 02:51:03 +00:00
tague%netscape.com
69ad5f62aa Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@42401 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 03:54:54 +00:00
tague%netscape.com
2048a38f01 Missed adding a generated file.
git-svn-id: svn://10.0.0.236/trunk@42396 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 03:45:59 +00:00
tague%netscape.com
5266bf1954 Added replies from DOM text events
git-svn-id: svn://10.0.0.236/trunk@42393 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 02:40:45 +00:00
tague%netscape.com
8124df9f6f Added replies from DOM private text events
git-svn-id: svn://10.0.0.236/trunk@42392 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 02:39:48 +00:00
tague%netscape.com
4d3d806308 Added support for replies from DOM private text events.
git-svn-id: svn://10.0.0.236/trunk@42390 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 02:31:13 +00:00
joki%netscape.com
a026535ad5 Adding new Location interface into QueryInterface method.
git-svn-id: svn://10.0.0.236/trunk@42346 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 22:18:28 +00:00
briano%netscape.com
6bde23c436 Deleted all the trailing ^M (carriage return) characters from every single line, to fix the non-gcc Unix builds (almost _all_ of the port builds broke because of this collection of Windoze droppings).
git-svn-id: svn://10.0.0.236/trunk@42239 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 00:15:42 +00:00
hoa.nguyen%intel.com
cec613201f Build bustage.
git-svn-id: svn://10.0.0.236/trunk@42216 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 22:10:54 +00:00
hoa.nguyen%intel.com
4a873df2b1 Added nsJSHTMLEmbedElement.cpp.
git-svn-id: svn://10.0.0.236/trunk@42212 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 21:33:30 +00:00
hoa.nguyen%intel.com
15e856d08b DOM Element for JavaScript access of embed tags.
git-svn-id: svn://10.0.0.236/trunk@42211 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 21:31:34 +00:00
hoa.nguyen%intel.com
4a741397bb Added HTMLEmbedElement.idl.
git-svn-id: svn://10.0.0.236/trunk@42064 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 23:52:13 +00:00
hoa.nguyen%intel.com
1f08cd5c20 DOM element for embed tags.
git-svn-id: svn://10.0.0.236/trunk@42063 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 23:50:07 +00:00
vidur%netscape.com
dd56f020af Relative URLs specified for window.location.href are now resolved relative to the calling location.
git-svn-id: svn://10.0.0.236/trunk@42056 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 23:16:48 +00:00
briano%netscape.com
72d652537a Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff.
git-svn-id: svn://10.0.0.236/trunk@42027 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 21:40:56 +00:00
dp%netscape.com
f28425180d Fixed extra release of IOService happening for ifdef NECKO.
git-svn-id: svn://10.0.0.236/trunk@41999 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 19:00:51 +00:00
jfrancis%netscape.com
7e509160f2 workaround for mac console code wierdness w.r.t. newlines and carraige returns
git-svn-id: svn://10.0.0.236/trunk@41971 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 12:43:06 +00:00
arielb%netscape.com
576dedd032 add a principal manager to caps api. everything is now xpidled so
i removed the public directory from the module.


git-svn-id: svn://10.0.0.236/trunk@41771 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-01 21:26:02 +00:00
valeski%netscape.com
0537829455 cyeh approved - stability repairs
git-svn-id: svn://10.0.0.236/trunk@41556 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 21:16:27 +00:00
mscott%netscape.com
0a50929030 fix build breakage..include config.mak
git-svn-id: svn://10.0.0.236/trunk@41531 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 03:46:59 +00:00
mscott%netscape.com
2c30e3a9a7 fix build breakage....include config.mak
git-svn-id: svn://10.0.0.236/trunk@41530 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 03:42:19 +00:00
nisheeth%netscape.com
6f790e9c6c Fixing bug 6886. window.outerWidth and window.outerHeight for (i)frames now return the dimensions of the browser window. This is the way 4.x handles these properties.
git-svn-id: svn://10.0.0.236/trunk@41448 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 07:03:29 +00:00
joki%netscape.com
0b9a3037c3 fixing window.open flags so as not to default to all chrome on incorrectly.
git-svn-id: svn://10.0.0.236/trunk@41410 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 03:05:35 +00:00
briano%netscape.com
684f6b2907 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
git-svn-id: svn://10.0.0.236/trunk@41354 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:27:44 +00:00