darin%netscape.com
|
f6a4f1885b
|
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
|
2001-11-14 06:45:27 +00:00 |
|
bzbarsky%mit.edu
|
f2ee8260a0
|
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
|
a084f22c51
|
- not part of build -
fix up bustage.
|
2001-11-13 15:49:51 +00:00 |
|
sfraser%netscape.com
|
f4da98e824
|
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
|
8cd8d91750
|
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
|
b08897b6ba
|
Bug 102350; it's just a little disk; r=jag, sr=hewitt
|
2001-11-07 02:54:28 +00:00 |
|
law%netscape.com
|
cd6a6a41c1
|
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
|
14a9ed7d6c
|
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
|
2b59cc6379
|
back out darin's fix for bug #107789 since it caused blocker #108637.
|
2001-11-06 16:32:52 +00:00 |
|
dinglis%qnx.com
|
778c53c2d6
|
NTO PART OF BUILD
fixed photon bustage
|
2001-11-06 13:33:36 +00:00 |
|
darin%netscape.com
|
481e50ee9a
|
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
|
2001-11-06 02:50:42 +00:00 |
|
danm%netscape.com
|
5cec28f952
|
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
|
09750f9a69
|
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
|
2001-11-06 01:19:39 +00:00 |
|
dinglis%qnx.com
|
6f12a599c9
|
Not part of build
fixed REQUIRES
|
2001-11-05 13:35:02 +00:00 |
|
blakeross%telocity.com
|
534d5dd988
|
stupid whitespace changes.
|
2001-11-05 02:29:54 +00:00 |
|
blakeross%telocity.com
|
b9f42d4d10
|
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
|
faef77fbed
|
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
|
a5e2e8cdc4
|
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
|
a87d2f8769
|
Missing backslash causing build bustage on some ports platforms. r=brade@netscape.com
|
2001-11-01 17:23:22 +00:00 |
|
brade%netscape.com
|
512d61e9f2
|
nsIFile->nsIURI in nsIDiskDocument r=adamlock (bug #104883)
|
2001-11-01 15:25:53 +00:00 |
|
locka%iol.ie
|
1711d397a6
|
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
|
5801b5c64a
|
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
|
f7c6d7f321
|
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
|
f96023455f
|
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
|
07865b0313
|
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
|
092a448d71
|
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
|
2546ff75ba
|
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
|
aa65825ca9
|
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
|
c8d7c016ec
|
NOT PART OF BUILD. Fix for memory leak in simple array
|
2001-10-30 23:06:50 +00:00 |
|
locka%iol.ie
|
603cecab7c
|
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
|
196f184967
|
QNX port; adding requires to make it work.
|
2001-10-30 03:31:00 +00:00 |
|
timeless%mac.com
|
b2b84663a0
|
Bugzilla Bug 99627�Freeze nsIURIContentListener
caused bustage for the QNX Port.
|
2001-10-30 03:28:59 +00:00 |
|
locka%iol.ie
|
2e884b90c1
|
NOT PART OF BUILD. New test pages
|
2001-10-29 20:03:03 +00:00 |
|
locka%iol.ie
|
cad042f00e
|
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
|
fe4cfbb3e6
|
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
|
978779a1e2
|
per bugzilla 106523, set PR_TRUE in observerService->AddObserver() for initializing profiles
|
2001-10-29 19:43:32 +00:00 |
|
locka%iol.ie
|
ba965f40fb
|
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:22:19 +00:00 |
|
dinglis%qnx.com
|
f19c812ba7
|
Not part of build
Photon embedding update
|
2001-10-29 14:17:16 +00:00 |
|
locka%iol.ie
|
0045e3d964
|
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
|
2001-10-28 15:50:09 +00:00 |
|
locka%iol.ie
|
0613088f4f
|
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
|
2001-10-28 15:40:45 +00:00 |
|
jaggernaut%netscape.com
|
a220efe49f
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-27 08:09:28 +00:00 |
|
seawood%netscape.com
|
3e1cbb069d
|
Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs
|
2001-10-27 05:49:30 +00:00 |
|
bnesse%netscape.com
|
faf03ce445
|
Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf
|
2001-10-27 05:39:25 +00:00 |
|
rpotts%netscape.com
|
ae53430684
|
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
|
2001-10-27 02:52:39 +00:00 |
|
mstoltz%netscape.com
|
3e08274ae7
|
bug 104495 - don't allow unprivileged scripts to create a window without
a close box, or to disable key shortcuts. r=danm, sr=jst.
|
2001-10-26 23:02:49 +00:00 |
|
locka%iol.ie
|
3fd4c7333a
|
NOT PART OF BUILD. Make IE plugin dir lookup able to cope with trailing backslashes in the registry key.
|
2001-10-26 12:30:49 +00:00 |
|
dougt%netscape.com
|
a74e9d9e5d
|
fixes 106736 and 106523. Regressions caused by nsIObserverService changes. r=chak@netscape.com r=morse@netscape.com
|
2001-10-26 00:10:54 +00:00 |
|
depstein%netscape.com
|
093ae772a8
|
Included SimpleEnumerator.h, added maxLength check for sHistory index, updated Observe() in TestEmbed.cpp to handle profile switching changes.
|
2001-10-25 18:32:34 +00:00 |
|
locka%iol.ie
|
6119d648ca
|
Use do_GetService instead of nsServiceManager::GetService plus some re-indentation. b=105458 r=dougt@netscape.com sr=blizzard@mozilla.org
|
2001-10-25 11:37:18 +00:00 |
|
dbaron%fas.harvard.edu
|
02f3a2d769
|
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
|
2001-10-25 03:21:53 +00:00 |
|