Commit Graph

57859 Commits

Author SHA1 Message Date
tbogard%aol.net
a9a5cd5389 First checkin of new files for the content listener in the webBrowser.
git-svn-id: svn://10.0.0.236/trunk@64922 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 07:05:39 +00:00
mjudge%netscape.com
2fd774249a selecting generated content works now. subtree iterator and all. incredible... added new private method to nsTextFrame to factor out some things on getting correct offsets from generated frames. its a no-op almost for non generated frames
git-svn-id: svn://10.0.0.236/trunk@64921 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 05:05:31 +00:00
waterson%netscape.com
8c41960215 Fix performance problem with KeySet, removing content from a container. NOT YET IN THE BUILD.
git-svn-id: svn://10.0.0.236/trunk@64920 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 01:55:46 +00:00
tbogard%aol.net
424cc3748a My webshell, your diet is working, you've lost some more weight..... Removed one of the LoadURL calls and combined it with the other. Removed the localIP address parameter as it is not used and is not the way we will specify binding. Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState and GetHistoryState. Prompter is now retrieved through the correct path, up the treeOwner.
git-svn-id: svn://10.0.0.236/trunk@64919 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 01:19:27 +00:00
tbogard%aol.net
b902eb3de4 Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState, GetHistoryState and SetHistoryState as they shouldn't be called from the outside.
git-svn-id: svn://10.0.0.236/trunk@64918 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 01:19:26 +00:00
bruce%cybersight.com
7ca4105aa9 Re-order constructor stuff to remove warnings.
git-svn-id: svn://10.0.0.236/trunk@64917 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 00:59:38 +00:00
jim_nance%yahoo.com
5cf59a3a32 Fixed possible uninitialized return value
r=jst@netscape.com


git-svn-id: svn://10.0.0.236/trunk@64916 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 00:53:21 +00:00
tbogard%aol.net
426a077395 Changed the session history to not rely on the webShell to capture the state. It can call through to presShell on it's own.
git-svn-id: svn://10.0.0.236/trunk@64915 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 00:22:32 +00:00
svn%xmlterm.org
3b77e03337 xmlterm changes only;
Made changes to lineterm, especially the PTY code, to get it to compile on
FreeBSD (bug 32923). Now it does compile and run on FreeBSD. There still a few
glitches though; PTY resizing fails in FreeBSD, for example.


git-svn-id: svn://10.0.0.236/trunk@64914 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 23:42:18 +00:00
bryner%uiuc.edu
a2f83e6dd1 Turning my changes back on, since they didn't cause the tinderbox orange.
git-svn-id: svn://10.0.0.236/trunk@64913 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 23:39:53 +00:00
scc%netscape.com
b939060eac making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@64912 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 23:29:51 +00:00
tbogard%aol.net
1fc8b4694a Removed the unused mViewSource member. Fixed ::InternalLoad to call ::LoadURI instead of LoadURL since destroying and then re-creating the uri is pointless when it's passed in for us. Not to mention if the person calling this load had actually setup listeners on this uri then this information would be lost (which is actually causing bug 34167).
git-svn-id: svn://10.0.0.236/trunk@64911 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 23:28:31 +00:00
scc%netscape.com
35108e828a making string conversions explicit; fixing some |nsCOMPtr| usages
git-svn-id: svn://10.0.0.236/trunk@64910 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 23:25:15 +00:00
scc%netscape.com
c8d8d3f308 making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@64909 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:52:50 +00:00
scc%netscape.com
3223bd517e making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@64908 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:45:09 +00:00
rods%netscape.com
593123a4e8 Initial checkin of SVG prototype code for Dean Jackson (ifdef'ed)
git-svn-id: svn://10.0.0.236/trunk@64907 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:31:45 +00:00
scc%netscape.com
30c94c1d11 making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@64906 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:31:00 +00:00
scc%netscape.com
15e1919c91 not sure if this is the _best_ way to solve the problem, but I added a c-string version of |NS_NewStringInputStream|, which can't use overloading since it's |extern "C"|, so I named it |NS_NewCStringInputStream|.
git-svn-id: svn://10.0.0.236/trunk@64905 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:27:03 +00:00
rods%netscape.com
196674549e Initial checkin of SVG prototype code for Dean Jackson (if def'ed)
git-svn-id: svn://10.0.0.236/trunk@64904 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:26:38 +00:00
danm%netscape.com
d44d354050 implement alwaysRaised,alwaysLowered,z-lock window.open feature flags
git-svn-id: svn://10.0.0.236/trunk@64903 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:17:48 +00:00
danm%netscape.com
b141a515b9 constrain attempts to change z-level
git-svn-id: svn://10.0.0.236/trunk@64902 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:16:43 +00:00
danm%netscape.com
0ef87b8b51 sync with nsWebShellWindow.h 1.291
git-svn-id: svn://10.0.0.236/trunk@64901 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:15:07 +00:00
danm%netscape.com
d72876c011 adding events to constrain z-level
git-svn-id: svn://10.0.0.236/trunk@64900 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:13:46 +00:00
danm%netscape.com
5923e169e1 add PlaceBehind (other widget) method
git-svn-id: svn://10.0.0.236/trunk@64899 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:10:22 +00:00
danm%netscape.com
746e6621ac add z-level GUI event
git-svn-id: svn://10.0.0.236/trunk@64898 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:08:47 +00:00
danm%netscape.com
e6181817d5 now additionally keeps track of windows in z-order
git-svn-id: svn://10.0.0.236/trunk@64897 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:07:41 +00:00
danm%netscape.com
50fc8052cd add z-ordering attribute
git-svn-id: svn://10.0.0.236/trunk@64896 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:03:28 +00:00
danm%netscape.com
4a4edbf868 add alwaysraised/lowered chrome flags
git-svn-id: svn://10.0.0.236/trunk@64895 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:02:18 +00:00
blizzard%redhat.com
7f0102c5a9 back out pavlov's checkin since it was causing gtk warnings and possibly causing an orange tree
git-svn-id: svn://10.0.0.236/trunk@64894 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 21:26:24 +00:00
bryner%uiuc.edu
a610c0fc3a #if 0 this section of code to see if it's causing the tinderbox orange.
git-svn-id: svn://10.0.0.236/trunk@64893 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 20:58:39 +00:00
pavlov%netscape.com
f511f71c84 fix a gc leak
git-svn-id: svn://10.0.0.236/trunk@64892 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 20:11:28 +00:00
bryner%uiuc.edu
45556e0036 This fixes bug 31204 (mousewheel scrolling with pointer over a textfield),
by hooking up the parent document for the editor.  r=jst@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@64891 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 20:09:54 +00:00
blizzard%redhat.com
8a643c4e4d checkin patches to implement nsILocalFile::GetDiskSpaceAvailable from Jason Eager and nsIFile::GetParent from pavlov. r=pavlov,blizzard,dougt. a=dougt
git-svn-id: svn://10.0.0.236/trunk@64890 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 20:07:14 +00:00
troy%netscape.com
eda0fd14bb b=25290 Changed ConstructFrameByTag() to treat FORM frames as floater
containing blocks


git-svn-id: svn://10.0.0.236/trunk@64889 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 18:47:09 +00:00
jefft%netscape.com
76389690c3 prevent deleting Inbox and Trash folder; r=scottip
git-svn-id: svn://10.0.0.236/trunk@64888 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 17:47:21 +00:00
chuang%netscape.com
988996800d bug 32285 - [FEATURE]Add mailing list backend to address book, r=putterman
git-svn-id: svn://10.0.0.236/trunk@64887 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 17:34:39 +00:00
bienvenu%netscape.com
71299abd03 mork performance improvements by davidmc, r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@64886 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 17:07:38 +00:00
locka%iol.ie
5875ceaabd Fixed problem with browser opening as a popup and not a control.
Removed some webshell references


git-svn-id: svn://10.0.0.236/trunk@64885 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 16:30:43 +00:00
valeski%netscape.com
05ab78a3fb ensuring that we're always firing this callback to an event queue. we don't want to directly callback the caller recurively this is an async call
git-svn-id: svn://10.0.0.236/trunk@64884 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 14:57:47 +00:00
rods%netscape.com
3bc8d656a4 Initial checkin of SVG prototype code for Dean Jackson (not in build)
git-svn-id: svn://10.0.0.236/trunk@64883 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 14:48:41 +00:00
rods%netscape.com
f919f511b1 Initial checkin of SVG prototype code for Dean Jackson (not in build)
git-svn-id: svn://10.0.0.236/trunk@64882 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 14:38:51 +00:00
jst%netscape.com
2b2767bff4 Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
git-svn-id: svn://10.0.0.236/trunk@64881 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 13:31:23 +00:00
jst%netscape.com
89a4c78799 Changing the DOM exceptions thrown from methods on data nodes, fixes bug #16605.
git-svn-id: svn://10.0.0.236/trunk@64880 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 12:55:53 +00:00
jst%netscape.com
3fb4d7189f Removing some code redundancy in the DOM Core implementations, fixing bugs #16585 and #16606.
git-svn-id: svn://10.0.0.236/trunk@64879 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 12:36:16 +00:00
hyatt%netscape.com
887b3f76e7 Adding assertions to discover when the script object isn't being
properly cleared out.


git-svn-id: svn://10.0.0.236/trunk@64878 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 11:17:28 +00:00
cls%seawood.org
9cd210b4a2 OS/2 specific Makefile changes. Bug #34106 a=leaf
git-svn-id: svn://10.0.0.236/trunk@64877 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 10:37:01 +00:00
rjc%netscape.com
bd320b90c2 Small sorting changes on search results.
git-svn-id: svn://10.0.0.236/trunk@64876 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 10:23:31 +00:00
cls%seawood.org
ab79fc174b Non-empty sourcefiles must end with a newline ... or so says the HP compiler.
git-svn-id: svn://10.0.0.236/trunk@64875 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 10:23:25 +00:00
cls%seawood.org
4f597a9d40 Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf
git-svn-id: svn://10.0.0.236/trunk@64874 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 10:18:48 +00:00
sspitzer%netscape.com
e282f90023 ignore generated makefiles.
git-svn-id: svn://10.0.0.236/trunk@64873 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 10:08:39 +00:00