chak%netscape.com
|
54152ad281
|
Fix for #90749 - MfcEmbed does not show the Form method part
r=adamlock, sr=rpotts
|
2001-11-21 23:17:11 +00:00 |
chak%netscape.com
|
b30a4540b2
|
Fix for #82708 - Using Find doesn't alert user when completed searching
r=adamlock, sr=rpotts
|
2001-11-21 23:11:36 +00:00 |
seawood%netscape.com
|
d8927fcc61
|
Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
|
2001-11-21 09:49:41 +00:00 |
seawood%netscape.com
|
9850f387af
|
Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
|
2001-11-21 08:55:59 +00:00 |
attinasi%netscape.com
|
f432c70aff
|
Moving loading and broken image icons to /res and adding to embedding dists. b=110384 r=adamlock,sfraser sr=sfraser,waterson
|
2001-11-20 22:21:59 +00:00 |
rpotts%netscape.com
|
f841b6befe
|
bug #110179 (r=danm@netscape.com, sr=jst@netscape.com) The domwindowopened notification should *not* be fired while the window watcher is holding onto its internal lock.
|
2001-11-20 20:05:52 +00:00 |
timeless%mac.com
|
dfa8594725
|
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
|
2001-11-19 06:45:00 +00:00 |
leaf%mozilla.org
|
1129953fea
|
turn the embedding tests on for MOZILLA_OFFICIAL builds, bug 110341, r=cls
|
2001-11-17 02:34:52 +00:00 |
locka%iol.ie
|
ff6deeff45
|
NOT PART OF BUILD. Implement IAuthenticate to allow streams requiring username/password to be downloaded
|
2001-11-16 13:01:06 +00:00 |
danm%netscape.com
|
a606bb32e6
|
get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary) and get rid of alternate docshell about:blank initialization path which fired off an actual URL load. bug 88229 r=jst,rpotts
|
2001-11-16 02:12:07 +00:00 |
danm%netscape.com
|
764295d8ce
|
get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary). bug 88229 r=jst,rpotts
|
2001-11-16 02:10:57 +00:00 |
jaggernaut%netscape.com
|
9a2d10888f
|
Clean up REQUIRES lines. r/sr=alecf
|
2001-11-16 01:54:59 +00:00 |
locka%iol.ie
|
bd936656b7
|
Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com
|
2001-11-15 12:23:57 +00:00 |
alecf%netscape.com
|
52cd89e71b
|
win32 REQUIRES cleanup
|
2001-11-15 03:49:13 +00:00 |
darin%netscape.com
|
98a39fa92e
|
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
|
2001-11-14 06:45:27 +00:00 |
bzbarsky%mit.edu
|
0dce65ed23
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
dinglis%qnx.com
|
30687c6192
|
- not part of build -
fix up bustage.
|
2001-11-13 15:49:51 +00:00 |
sfraser%netscape.com
|
cde6848940
|
Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin
|
2001-11-10 01:05:03 +00:00 |
dbaron%fas.harvard.edu
|
261f76a8ba
|
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
|
2001-11-07 06:24:10 +00:00 |
law%netscape.com
|
41894e82a4
|
Bug 102350; it's just a little disk; r=jag, sr=hewitt
|
2001-11-07 02:54:28 +00:00 |
law%netscape.com
|
0352d62a28
|
Bug 100406 (patch submitted by Mike Kaply); size to content before centering; this is necessary because we change the content; r=law, sr=hyatt
|
2001-11-07 02:50:43 +00:00 |
locka%iol.ie
|
d0f8c99f93
|
Add flag to prevent saveURI from decompressing gzipped data as it is arriving b=108268 r=bryner@netscape.com sr=blizzard@mozilla.org
|
2001-11-06 23:43:39 +00:00 |
blizzard%redhat.com
|
798f3859c5
|
back out darin's fix for bug #107789 since it caused blocker #108637.
|
2001-11-06 16:32:52 +00:00 |
dinglis%qnx.com
|
d3f7f9462d
|
NTO PART OF BUILD
fixed photon bustage
|
2001-11-06 13:33:36 +00:00 |
darin%netscape.com
|
803d882528
|
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
|
2001-11-06 02:50:42 +00:00 |
danm%netscape.com
|
65b60229a4
|
don't show a new chrome window immediately upon creation, but after chrome has loaded. part of bug 88229 r=hyatt,rpotts
|
2001-11-06 01:22:58 +00:00 |
danm%netscape.com
|
3779efd362
|
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
|
2001-11-06 01:19:39 +00:00 |
dinglis%qnx.com
|
55e2c37d43
|
Not part of build
fixed REQUIRES
|
2001-11-05 13:35:02 +00:00 |
blakeross%telocity.com
|
b06d00a2bf
|
stupid whitespace changes.
|
2001-11-05 02:29:54 +00:00 |
blakeross%telocity.com
|
3bd372dfa1
|
These changes never made it in with original xul landing (/embedding). r=hewitt sr=ben
|
2001-11-05 01:50:50 +00:00 |
jaggernaut%netscape.com
|
6404d0a8a9
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-11-03 09:26:07 +00:00 |
locka%iol.ie
|
28edbbb402
|
NOT PART OF BUILD. Add code to _OpenURL() to turn relative links into absolute ones for correct loading, using the base address of the browser. Patch provided by mirko@czesla.de. Thanks Mirko!
|
2001-11-01 22:15:34 +00:00 |
locka%iol.ie
|
ac5d543433
|
Missing backslash causing build bustage on some ports platforms. r=brade@netscape.com
|
2001-11-01 17:23:22 +00:00 |
brade%netscape.com
|
e4f2f14083
|
nsIFile->nsIURI in nsIDiskDocument r=adamlock (bug #104883)
|
2001-11-01 15:25:53 +00:00 |
locka%iol.ie
|
7ffdfe69e3
|
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 15:02:13 +00:00 |
locka%iol.ie
|
350313c527
|
Mac changes to move webbrowserpersist object to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 14:41:02 +00:00 |
locka%iol.ie
|
91e485f39a
|
Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 14:39:53 +00:00 |
locka%iol.ie
|
2bafd807d9
|
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 14:39:26 +00:00 |
locka%iol.ie
|
242c80e2b2
|
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 11:51:20 +00:00 |
locka%iol.ie
|
f842bce88a
|
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 11:47:05 +00:00 |
jaggernaut%netscape.com
|
4a7f082fb7
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-11-01 09:09:57 +00:00 |
bnesse%netscape.com
|
df5dab7fb7
|
Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf.
|
2001-10-31 00:13:06 +00:00 |
locka%iol.ie
|
de5bbacac2
|
NOT PART OF BUILD. Fix for memory leak in simple array
|
2001-10-30 23:06:50 +00:00 |
locka%iol.ie
|
7ad8a4eb16
|
NOT PART OF BUILD. First working version of CAB file packaging and signing script, install file and docs.
|
2001-10-30 22:32:27 +00:00 |
timeless%mac.com
|
f29f838ddb
|
QNX port; adding requires to make it work.
|
2001-10-30 03:31:00 +00:00 |
timeless%mac.com
|
951aa893da
|
Bugzilla Bug 99627�Freeze nsIURIContentListener
caused bustage for the QNX Port.
|
2001-10-30 03:28:59 +00:00 |
locka%iol.ie
|
a9df84e504
|
NOT PART OF BUILD. New test pages
|
2001-10-29 20:03:03 +00:00 |
locka%iol.ie
|
9eede284ea
|
NOT PART OF BUILD. Stop a crash when no content type is specified at all
|
2001-10-29 20:02:01 +00:00 |
locka%iol.ie
|
94ebf04828
|
NOT PART OF BUILD. More updates to get a working CAB file packaging and signing working for control for hosting plugins
|
2001-10-29 19:50:36 +00:00 |
depstein%netscape.com
|
d2be015d71
|
per bugzilla 106523, set PR_TRUE in observerService->AddObserver() for initializing profiles
|
2001-10-29 19:43:32 +00:00 |