rogerl%netscape.com
98ade2a277
First hack at some icode generation.
2000-03-29 19:19:23 +00:00
robodan%netscape.com
37f31394aa
rename general.wld to general.wld.in to avoid wiping out users configuration on reinstall
2000-03-29 17:35:00 +00:00
robinf%netscape.com
c38f27c184
hooking up to help files; fixing bug 10810
2000-03-29 17:26:52 +00:00
svn%xmlterm.org
b2128cbd57
xmlterm changes only;
...
Changed Makefile so that xmlterm compiles only on Linux and Solaris.
On other platforms, compilation is skipped even if the extension is enabled.
(People have been trying to compile xmlterm on Neutrino and FreeBSD and
reporting bustage.)
2000-03-29 15:56:17 +00:00
dcone%netscape.com
985b19482a
Added nsRenderingContextImpl to Mozilla.. Windows now uses this Implementation..
...
other platforms to follow. r=kmclusk
2000-03-29 15:53:29 +00:00
dcone%netscape.com
d93b9829a3
Added a new class.. which will be a cross platform implementation for the
...
RenderingContext. r = kmmclusk
2000-03-29 15:49:25 +00:00
jfrancis%netscape.com
4b6812ec3c
re-enable password field code
2000-03-29 14:04:26 +00:00
jfrancis%netscape.com
480a5dc8c6
turning back on password field handling in editor
2000-03-29 13:45:08 +00:00
jfrancis%netscape.com
af4644e7c8
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
2000-03-29 12:53:23 +00:00
tbogard%aol.net
3ff6fe1c16
Provided implementation for the nsIWebProgressListener interface.
2000-03-29 10:32:45 +00:00
tbogard%aol.net
3fd9cff3d0
nsWebBrowserChrome is no longer a treeOwner. Fixed a bug in the overLink code when the chrome is completely hidden (toolbar, status etc.)
2000-03-29 10:32:44 +00:00
tbogard%aol.net
b619aa5e94
Now properly enable retrieving the nsIWebProgressListener interface from the owning treeOwner. Added firing methods for all the methods in nsIWebProgressListener. onLocationChange is currently the only one that is validly firing however.
2000-03-29 10:29:58 +00:00
tbogard%aol.net
2f5c168c5e
nsIBrowserWindow::GoTo no longer takes the command parameter. Converted calls to nsIWebShell for loading an URL to use nsIWebNavigation interface instead.
2000-03-29 10:27:08 +00:00
tbogard%aol.net
87ffa7a323
nsIBrowserWindow::GoTo no longer takes the command parameter.
2000-03-29 10:23:34 +00:00
tbogard%aol.net
b1d688174a
Use the nsIWebNavigation to load URIs instead of the nsIWebShell interface.
2000-03-29 10:20:29 +00:00
tbogard%aol.net
370d1af8f9
Changed the URI loading to use the nsIWebNavigation interface.
2000-03-29 10:16:58 +00:00
tbogard%aol.net
98cb0f4583
Updated the documentation to clearly state the parameters of OnChildProgressChange.
2000-03-29 10:14:59 +00:00
tbogard%aol.net
0b8ca33dce
Renamed the parameters to be *Child* instead of *Self* to be better in sync with the function name OnChildProgressChange().
2000-03-29 10:11:36 +00:00
alecf%netscape.com
37043e78db
further fix prefs saving problem by not recording error when ANY prefs file failes to open, just when evaluation fails
2000-03-29 10:07:39 +00:00
alecf%netscape.com
4cafca9923
remove unnecessary nsIPref.idl dependancies
2000-03-29 09:50:07 +00:00
alecf%netscape.com
1829d31bed
remove bogus nsIPref dependancies
2000-03-29 09:49:24 +00:00
alecf%netscape.com
e1aab6a3e5
add local nsIPref.h dependancy to remove global one
2000-03-29 09:48:41 +00:00
alecf%netscape.com
08200aa661
reduce dependancies on nsIPref.h
2000-03-29 09:46:39 +00:00
alecf%netscape.com
0e07ef91c4
fix some nsIPref dependancies
2000-03-29 09:41:04 +00:00
rjc%netscape.com
cc3d7ada7d
Add support for "Set as New Internet Search Folder" context menu command... which means, you can set a bookmark folder to use when bookmarking search queries.
2000-03-29 09:25:33 +00:00
kvisco%ziplink.net
96db65b3d8
added Olivier's fix, as well as removed some debug code
2000-03-29 08:56:07 +00:00
rbs%maths.uq.edu.au
84d3de487b
[NOT PART OF THE DEFAULT BUILD] Fix compilation problems on Linux. The code now compiles there as well.
2000-03-29 08:39:50 +00:00
rjc%netscape.com
95da0e12ac
Strip out any bogus CRs or LFs from HREFs. (Yes, some silly search engines do this... we won't mention names, to protect the guilty.)
2000-03-29 08:24:28 +00:00
scc%netscape.com
6e2cad434e
Fixed timer code for Mac (PR_Now wasn't doing the trick). Now using |nsInt64| instead of implementing my own |operator-()|
2000-03-29 08:14:09 +00:00
scc%netscape.com
e275624147
added "nsFragmentedString.h"
2000-03-29 08:12:54 +00:00
scc%netscape.com
3ff4debe4a
First Checked In.
2000-03-29 08:11:59 +00:00
saari%netscape.com
1e7aa5e347
Undoing Pav's early M15 Mac focus regression
2000-03-29 07:20:12 +00:00
pierre%netscape.com
bdf9e8f750
#33557 (background-color: inherit on html:input type="text" only appears to check for background color on parent node). MapDeclarationColorInto() should inherit the parent's color on "background: transparent".
2000-03-29 06:55:15 +00:00
warren%netscape.com
8426271c58
Removed extra number of open transports test.
2000-03-29 06:44:10 +00:00
warren%netscape.com
9a009d0b48
Better fix for SetOriginalURI nsCOMPtr problem.
2000-03-29 06:43:04 +00:00
warren%netscape.com
e8f86ff0c8
Attempted to fix linux bustage due to necko change.
2000-03-29 06:42:27 +00:00
tbogard%aol.net
c2819cb0ba
Make sure to dump the xpConnectObjectHash when we load a new document. Use the new docShell API for loading a URI rather than the old nsIWebShell code. Since this takes a uri, this also allows us to avoid creating and destructing a uri/ a character spec. We can now just pass the URI to be loaded.
2000-03-29 06:16:16 +00:00
tbogard%aol.net
2ee3235ab0
A docshell is now passed in. Use the nsIWebNavigation for loading an URL rather than nsIWebShell::LoadURL.
2000-03-29 06:13:07 +00:00
tbogard%aol.net
beaea69674
Set the command using the enumerated type rather than the string type.
2000-03-29 06:10:04 +00:00
tbogard%aol.net
58e714ce51
added files: mozilla/docshell/base/nsDSWebProgressListener.cpp
2000-03-29 06:04:13 +00:00
tbogard%aol.net
d90f2af42a
Adding nsWebProgressListener to the build.
2000-03-29 05:58:24 +00:00
warren%netscape.com
617b29d2e6
Fixed linux nsCOMPtr bustage.
2000-03-29 05:40:47 +00:00
tbogard%aol.net
35bdf3c6fd
Do the GetDocShell using the nsIScriptGlobalObject interface instead of the nsPIDOMWindow interface.
2000-03-29 05:39:04 +00:00
tbogard%aol.net
08025989fb
First checkin of this class. This will be the home of the webProgressListener for the uriloader loads.
2000-03-29 05:33:09 +00:00
warren%netscape.com
5434a67a78
Removing resource: protocol from build -- obsolete.
2000-03-29 05:26:40 +00:00
warren%netscape.com
998a989f7d
Added prio.h for linux.
2000-03-29 04:46:19 +00:00
warren%netscape.com
e1cef0b2bc
Fixed nsCOMPtr problem in ?: statement.
2000-03-29 04:38:38 +00:00
warren%netscape.com
fa4844d2c2
Fixed 0 => LL_ZERO problem.
2000-03-29 04:30:01 +00:00
warren%netscape.com
727f312b32
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
ruslan%netscape.com
33a244dd7b
Fix 33688. When both - chunked and compressed response comes in converters
...
were pushed in the wrong order.
2000-03-29 03:35:14 +00:00