mkaply%us.ibm.com
5faeb36dc6
# 37239
...
r= alecf@netscape.com
OS/2 bring up continues - DLL Names for OS/2
2000-05-01 22:40:37 +00:00
nisheeth%netscape.com
7e37fb4356
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
attinasi%netscape.com
7cb30fd8c5
Removed the rest of the PERF_METRICS stuff that was removed when the WebShell changes were landed (the code is now in the Viewer itself).
2000-04-29 00:07:40 +00:00
rods%netscape.com
947ea9c06c
added the menus and code to dump reflow stats when they are turned on.
2000-04-28 23:38:19 +00:00
rods%netscape.com
f61e6eb1e6
adding menus for turning on/off gfx selects
2000-04-28 23:37:39 +00:00
attinasi%netscape.com
b4c1e2d1da
URL of gear1.gif was wrong in the style rule for the UL LI: updated to correct location
2000-04-28 21:29:33 +00:00
attinasi%netscape.com
782804663c
Put the PERF_METRICS timing code back into Viewer: it was removed when the WebShell changes were made a while ago. r=dcone
2000-04-28 21:27:20 +00:00
pavlov%netscape.com
05b9ed63a8
fix nsfilespecwithui problems
2000-04-28 20:07:29 +00:00
mjudge%netscape.com
64d7efcbdb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
pavlov%netscape.com
a66e82dbd4
more string fun
2000-04-27 22:24:36 +00:00
pavlov%netscape.com
a9b299fc3d
string fixes
2000-04-27 22:15:24 +00:00
scc%netscape.com
6b22577443
making string conversions explicit
2000-04-27 21:24:29 +00:00
mjudge%netscape.com
2c0953e1be
ender lite checkin.
2000-04-27 07:37:12 +00:00
danm%netscape.com
0aea4f29b2
synch with widget/nsWindow.cpp rev 3.272. code by roc+moz@cs.cmu.edu
2000-04-27 00:25:54 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
mscott%netscape.com
71ffe0bc54
fix unnecessary assetions in viewer.
2000-04-25 01:46:39 +00:00
mscott%netscape.com
3c86879146
Bug #33156 --> webshell no longer implements nsIProgressEventSink, the doc loader does.
...
it's getting smaller! *yeah*
2000-04-22 23:19:40 +00:00
tbogard%aol.net
6a5f8828fe
Removed some old ifdef 0 code. Removed some unused variables. Some cleanup to OnStart and OnEndDocumentLoad to get ready to move them over to the progress interface code.
2000-04-21 23:31:41 +00:00
anthonyd%netscape.com
815b66f915
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
buster%netscape.com
62fe598e73
bug 26917 (using "-d" option on viewer causes premature exit)
...
r=travis
2000-04-18 22:59:12 +00:00
cls%seawood.org
92099560e3
Forgot to add EXTRA_DSO_LIBS to EXTRA_DSO_LDOPTS
2000-04-18 11:20:13 +00:00
cls%seawood.org
ad1dd19d63
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
scc%netscape.com
c4e4f69d22
making string conversions explicit
2000-04-18 10:22:00 +00:00
waterson%netscape.com
548a65c864
Back out changes my changes to nsILinkHandler because of performance problems.
2000-04-18 04:34:20 +00:00
scc%netscape.com
e213406534
making string conversions explicit
2000-04-17 11:24:01 +00:00
heikki%citec.fi
a69eed4d84
Changed redirects to point to the updated XML demos (new XLink).
2000-04-17 10:47:37 +00:00
tbogard%aol.net
a6539625bc
DocShell is now handling all the loading and navigation. The new session history is now being used in place of the old.
2000-04-16 11:18:41 +00:00
tbogard%aol.net
03f055f36a
Removed the methods dealing with the old session history that is going away.
2000-04-16 11:18:39 +00:00
waterson%netscape.com
a06a8ee723
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
2000-04-13 19:55:47 +00:00
cls%seawood.org
a1b00dbb0e
Added CXXFLAGS to link line for toolkit specific test viewers. Bug #35730
2000-04-13 13:59:03 +00:00
tbogard%aol.net
59d7f8bbee
Moved the implementation of nsIRefreshURI into the docShell. When the webShell is getting destructed make sure we call Destroy.
2000-04-13 03:11:25 +00:00
tbogard%aol.net
d196ece817
WebShell no longer creates the plugin host. nsObjectFrame now gets it from the service manager instead of trying to get it from the webshell.
2000-04-13 02:56:05 +00:00
tbogard%aol.net
fee486f4b4
Put the GetInterface for the uriContentListener into an ifndef for DOCSHELL_LOAD so when DOCSHELL_LOADING is turned on, we get the right handler.
2000-04-12 10:00:04 +00:00
tbogard%aol.net
e3719b0e45
Removed the file fixup and completely rely on docShell fro Creating the uri.
2000-04-12 09:46:40 +00:00
tbogard%aol.net
169ea62357
Fixed viewer to implement SizeBrowserTo and on notification of a location change make sure not to try poking data into a field that isn't there (the location one). CLEANUP_WIDGET now checks to see if the widget is in existence before destroying it. Bug #34433
2000-04-12 09:25:46 +00:00
tbogard%aol.net
eec64dfa81
Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad.
2000-04-11 23:52:28 +00:00
tbogard%aol.net
09e4e7acea
Removed the remaining methods on nsIWebShellContainer as they are no longer used.
2000-04-11 23:52:27 +00:00
mscott%netscape.com
3e63dc7696
backing out my bug fix because it appears to have broken the page cycler.
...
thanks to sspitzer for helping me figure this out.
2000-04-07 21:36:09 +00:00
mscott%netscape.com
9d80021e58
Bug #34769 --> don't set the refferer as the original url on the channel in the webshell.
...
r=warren
a=leaf
2000-04-07 19:25:42 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
tbogard%aol.net
bf5d308f53
Added handling for the webProgress status changes.
2000-04-04 02:46:17 +00:00
tbogard%aol.net
77e5d29db7
Removed some old code that was ifdefed out. Removed the isMail test in webshell as that path is no longer being hit due to the fact that "mailto" does succeed in creating a nsIURI. Changed InternalLoadURI due to changes in the docshell parameter list.
2000-04-04 00:03:11 +00:00
tbogard%aol.net
0074f1d61a
Fixed assertion with loading an URL due to changes with status now firing.
2000-04-04 00:02:15 +00:00
alecf%netscape.com
eb70c597c4
fix xlib bustage
2000-04-03 08:01:07 +00:00
cls%seawood.org
da66e49516
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
2000-04-02 07:17:25 +00:00
tbogard%aol.net
76af657407
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.
2000-04-02 01:19:27 +00:00
tbogard%aol.net
c82044b570
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.
2000-04-02 01:19:26 +00:00
tbogard%aol.net
553f4a01dc
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).
2000-04-01 23:28:31 +00:00
nisheeth%netscape.com
0111dba11b
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
2000-04-01 00:39:15 +00:00