kvisco%ziplink.net
|
55095faca6
|
added Olivier's fix, as well as removed some debug code
|
2000-03-29 08:56:07 +00:00 |
rbs%maths.uq.edu.au
|
524bc6ea75
|
[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
|
a64976a213
|
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
|
fc94770af9
|
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
|
11e84961be
|
added "nsFragmentedString.h"
|
2000-03-29 08:12:54 +00:00 |
scc%netscape.com
|
62f74bfd17
|
First Checked In.
|
2000-03-29 08:11:59 +00:00 |
saari%netscape.com
|
dc9e6db63e
|
Undoing Pav's early M15 Mac focus regression
|
2000-03-29 07:20:12 +00:00 |
pierre%netscape.com
|
3d351d104d
|
#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
|
8d93633132
|
Removed extra number of open transports test.
|
2000-03-29 06:44:10 +00:00 |
warren%netscape.com
|
a9c46925a4
|
Better fix for SetOriginalURI nsCOMPtr problem.
|
2000-03-29 06:43:04 +00:00 |
warren%netscape.com
|
c4f059a64d
|
Attempted to fix linux bustage due to necko change.
|
2000-03-29 06:42:27 +00:00 |
tbogard%aol.net
|
e6b357e9ef
|
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
|
5adacb7b29
|
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
|
c6012975c4
|
Set the command using the enumerated type rather than the string type.
|
2000-03-29 06:10:04 +00:00 |
tbogard%aol.net
|
f7477f8a34
|
added files: mozilla/docshell/base/nsDSWebProgressListener.cpp
|
2000-03-29 06:04:13 +00:00 |
tbogard%aol.net
|
9db042ace5
|
Adding nsWebProgressListener to the build.
|
2000-03-29 05:58:24 +00:00 |
warren%netscape.com
|
a80eb29199
|
Fixed linux nsCOMPtr bustage.
|
2000-03-29 05:40:47 +00:00 |
tbogard%aol.net
|
a6cf6680c4
|
Do the GetDocShell using the nsIScriptGlobalObject interface instead of the nsPIDOMWindow interface.
|
2000-03-29 05:39:04 +00:00 |
tbogard%aol.net
|
a451421024
|
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
|
7e5dcea7fc
|
Removing resource: protocol from build -- obsolete.
|
2000-03-29 05:26:40 +00:00 |
warren%netscape.com
|
4d8ceb3c62
|
Added prio.h for linux.
|
2000-03-29 04:46:19 +00:00 |
warren%netscape.com
|
d6036c2f64
|
Fixed nsCOMPtr problem in ?: statement.
|
2000-03-29 04:38:38 +00:00 |
warren%netscape.com
|
05545e9005
|
Fixed 0 => LL_ZERO problem.
|
2000-03-29 04:30:01 +00:00 |
warren%netscape.com
|
d60b12b153
|
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
|
54864afc5b
|
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 |
ben%netscape.com
|
78a2bc728d
|
changes to accomodate global.css change
|
2000-03-29 03:25:58 +00:00 |
ben%netscape.com
|
a76253ad07
|
widget test page
|
2000-03-29 03:22:07 +00:00 |
ben%netscape.com
|
4729df9489
|
new widget styles
|
2000-03-29 03:21:13 +00:00 |
ruslan%netscape.com
|
87bd11b281
|
Make converters implement threadsafe_isupports
|
2000-03-29 03:19:14 +00:00 |
beard%netscape.com
|
4aac9bae2d
|
changes to build as MPW tools. r=mccabe
|
2000-03-29 03:14:02 +00:00 |
jj%netscape.com
|
6995692c09
|
fix for #33495: stop packaging 'NSPR Logging' with the installer.
|
2000-03-29 03:04:01 +00:00 |
rjc%netscape.com
|
36e41d9f07
|
Fix bug # 33678: require a valid URL when adding a new URL. Also, ensure that IsBookmarked() works for all URIs (not just bookmarks, but folders too) so that when looking for a folder by type, we can use IsBookmarked() to verify that the folder actually exists in the bookmarks hierarchy chain.
|
2000-03-29 02:58:45 +00:00 |
ruslan%netscape.com
|
55965aee77
|
Fix 33631 - crash when 304 is received but there's no entry in the cache.
|
2000-03-29 02:35:00 +00:00 |
hyatt%netscape.com
|
bfee1357a0
|
j++. j++. Not i++. j++. Sigh. k++? z++? NO! j++! Pick up the clue phone, hyatt.
It's ringing.
|
2000-03-29 02:26:46 +00:00 |
wtc%netscape.com
|
97b93157b6
|
Bugzilla bug #33652: align PRNetAddr on 8-byte boundaries.
Modified files: prsocket.c, ptio.c
|
2000-03-29 02:24:39 +00:00 |
sfraser%netscape.com
|
57e19de43a
|
Another teeny fix. r=pavlov
|
2000-03-29 02:14:16 +00:00 |
beard%netscape.com
|
95ad5d72bc
|
configuration file for MRJPlugin (GC) target.
|
2000-03-29 02:14:03 +00:00 |
beard%netscape.com
|
9a81f2e9b2
|
added MRJPlugin (GC) target, for working with GC leak detector.
|
2000-03-29 02:13:22 +00:00 |
robodan%netscape.com
|
b5827192eb
|
More packaging clean ups
|
2000-03-29 02:07:05 +00:00 |
sfraser%netscape.com
|
9e25525e7b
|
Comment out a call to GetFilterListArray(), which is not defined. r=pavlov
|
2000-03-29 02:03:30 +00:00 |
rhp%netscape.com
|
5c06c15d42
|
Fix for interpreting plain text sig's when doing HTML compose - Bug #: 33423 - r: bienvenu
|
2000-03-29 01:57:14 +00:00 |
pavlov%netscape.com
|
2f6c92b4e8
|
add filepicker to the widget factory
|
2000-03-29 01:46:28 +00:00 |
pavlov%netscape.com
|
7da4567d47
|
file picker changes
|
2000-03-29 01:42:45 +00:00 |
rjc%netscape.com
|
15c5a26fbd
|
Fix bug # 33664: UMR in bookmarks.
|
2000-03-29 01:41:45 +00:00 |
pavlov%netscape.com
|
941f57b2b7
|
fix for bug 33670
|
2000-03-29 01:35:24 +00:00 |
sfraser%netscape.com
|
c8ac05a0f4
|
Added nsFilePicker for Pavlov. r=pavlov.
|
2000-03-29 01:34:55 +00:00 |
dmose%mozilla.org
|
f1fa3387df
|
removing ShowCCList from globals.pl, as it is no longer used
|
2000-03-29 01:34:00 +00:00 |
sfraser%netscape.com
|
75b63126b7
|
Fix up nsFilePicker for Pavlov. Again. r=pavlov.
|
2000-03-29 01:33:15 +00:00 |
troy%netscape.com
|
d2d592948d
|
Added GetAveCharWidth() function
|
2000-03-29 01:26:08 +00:00 |
hyatt%netscape.com
|
6c878d3126
|
Checking in method and property support.
|
2000-03-29 01:24:35 +00:00 |