Commit Graph

8838 Commits

Author SHA1 Message Date
sgehani%netscape.com
b3e941f010 Fix reset button (was too large) on helper apps pref pane.
b=109516; r=sgehani; sr=alecf
(checking in for Andre Dahlqvist <andre.dahlqvist@telia.com>)
2001-11-30 00:44:16 +00:00
sgehani%netscape.com
ed39cb8438 Fix Netscape search sherlock plugin.
b=112029; r=morse; sr=alecf
2001-11-30 00:37:13 +00:00
sgehani%netscape.com
318c4f27fc Open a new window if one isn't around when users select the
``Search the Web'' menu item from the ``Search'' menu.
b=83329; r=morse; sr=sfraser
2001-11-30 00:30:22 +00:00
sgehani%netscape.com
44f0781c19 Don't distingiush between an edited and unedited URL bar text when
the search button is clicked.
b=60283; r=morse; sr=alecf
2001-11-30 00:27:47 +00:00
darin%netscape.com
da4cdaad30 fixes bug 112366 "status message is often incorrect [eg. resolving host...]"
r=jag, sr=alecf
2001-11-30 00:23:56 +00:00
sgehani%netscape.com
603cbed58c Remove dependency of sidebarOverlay on brand.dtd.
b=109450; r=morse; sr=blake
2001-11-30 00:20:07 +00:00
sgehani%netscape.com
4f76f22926 Add persistent panel support (iframe's remain loaded even when not visible).
b=106129; r=morse; sr=dveditz
2001-11-30 00:10:13 +00:00
sgehani%netscape.com
ca8d18178f Ask user if they'd like to make the search sidebar tab engine selection
their default search engine.
b=100078; r=morse; sr=alecf
2001-11-29 23:51:47 +00:00
kaie%netscape.com
4f540afa38 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
jaggernaut%netscape.com
ef227734c7 Bug 112569: Session History set from navigator.js redundantly. r=hyatt, sr=hewitt 2001-11-29 23:34:27 +00:00
jj%netscape.com
ab0a6bfa43 Mozilla icon for MacOS X 2001-11-29 23:08:42 +00:00
jj%netscape.com
2baa8581b2 bug #110132: updated version number to 0.9.6+ and added <CFBundleExecutable>, <CFBundleShortVersionString>, and <CFBundleGetInfoString> keys. 2001-11-29 23:05:57 +00:00
gordon%netscape.com
8b769b6c5b Fix bug 110405. Removing anachronistic assertion, added condition to respect STORE_ON_DISK policy. Changed fav icon cache policy to STORE_ANYWHERE. r/sr = darin, hyatt, sfraser. 2001-11-29 23:04:58 +00:00
bnesse%netscape.com
6fd0039b81 Fix for bug 108236. "intl.charset.detector" should not be treated as both a char pref and a unichar pref. Also whitespace cleanup. r=yokoyama, sr=alecf. 2001-11-29 22:46:42 +00:00
bzbarsky%mit.edu
113ab7d95d Fixing line endings to avoid all the "^M"s on Unix. Bug 112642,
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=brendan
2001-11-29 22:41:59 +00:00
morse%netscape.com
d449c7f61a backing out patch for bug 111396 because it caused smoketest blocker bug 112643 2001-11-29 20:52:48 +00:00
rods%netscape.com
1cf55daac6 Removed un-used first/last page option
Bug 102009 r=kmcclusk sr=attinasi
2001-11-29 09:46:15 +00:00
morse%netscape.com
731878504b bug 111396, tabbing in dialogs give incorrect results, r=jag, sr=hewitt 2001-11-29 09:27:19 +00:00
rjc%netscape.com
9ffe8d60f2 Fix bug # 112176. r=danm sr=hyatt 2001-11-29 07:02:24 +00:00
pchen%netscape.com
2d5c5f1b8a bug 57647, r=sgehani, sr=ben, don't redeclare 'var ix' 2001-11-29 02:03:05 +00:00
pchen%netscape.com
1cc006453f bug 86299, r=sgehani, sr=ben, do the right thing with relativeNode and parentNode when adding a new folder 2001-11-29 02:03:03 +00:00
pchen%netscape.com
304c8c141a bug 102311, r=hewitt, sr=ben, set bookmark types using rdf:type 2001-11-29 02:03:00 +00:00
pchen%netscape.com
02fbb307f3 bug 102311, r=hewitt, sr=ben, use getAttributeNS on RDF_NS to get correct bookmark types, also remove debugging alerts when adding a bookmark 2001-11-29 02:02:57 +00:00
pchen%netscape.com
6224dbc16d bug 102311, r=hewitt, sr=ben, use getAttributeNS on RDF_NS to get correct bookmark types 2001-11-29 02:02:54 +00:00
danm%netscape.com
3dbaaa6cbe reinstate rev 1.38 without breaking testgtkembed: focus and notify all common dialogs. somewhat experimental fix for bug 53345. r=pinkerton,sfraser 2001-11-29 01:52:25 +00:00
ben%netscape.com
b4f45bc3c1 back out unapproved changes to Navigator context menus. See bug 70830. 2001-11-29 01:40:21 +00:00
bryner%netscape.com
b194bed68a Bug 96981 - filepicker scrollbar stays in same position when switching directories. r=jag, sr=hewitt. 2001-11-29 00:28:27 +00:00
alecf%netscape.com
d7b67a31f3 big 'ol global history cleanup:
- remove lots of string assertions by avoiding using string classes on null strings
- clean up all known leaks
bug 112058, r=pchen, sr=blake
2001-11-29 00:02:16 +00:00
dbaron%fas.harvard.edu
824e7d22ca Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
bryner%netscape.com
56f7fc2275 Bug 105809 - filepicker crash if the user does not have read permission for the directory. r=jag, sr=shaver. 2001-11-27 23:02:07 +00:00
timeless%mac.com
04beaa2953 Bugzilla Bug 110271 Right Click->Copy doesn't work in JSConsole
patch by biesi r=timeless sr=blake
2001-11-27 21:36:31 +00:00
alecf%netscape.com
f4902d112a fix for bug 111333 - properly close out morkFactory object to reduce leak that was exposed recently. r=bienvenu sr=sspitzer 2001-11-27 05:17:42 +00:00
morse%netscape.com
fc8b9e3c05 bug 111362, no radio button selected in p3p dialog, r=bryner, sr=alecf 2001-11-27 04:41:37 +00:00
rjc%netscape.com
fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
dp%netscape.com
5709467498 Getting timeline to display startup time even if NS_TIMELINE_DISABLE is defined 2001-11-27 01:10:37 +00:00
nhotta%netscape.com
be656290c2 Added charset submenu to the context menu, written by jbetak, bug 70830, r=nhotta, sr=alecf. 2001-11-27 00:54:01 +00:00
hewitt%netscape.com
5bdf085a1c 111396 - tabbing in dialogs gives incorrect results, r=morse, sr=hyatt 2001-11-27 00:00:12 +00:00
alecf%netscape.com
4f853ddde7 one more try - fix last case of bug 102043 - hide urls as they're added to history, even when history ui is visible, by notifying rdf that the rows are gone.
sr=blake, r=waterson
2001-11-26 21:46:12 +00:00
timeless%mac.com
51a4520c4a Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
jaggernaut%netscape.com
c39dde4d25 Bug 108990: remove unreferenced function urlDomain() in navigator.js. r=jrgm, sr=ben 2001-11-26 00:47:42 +00:00
blakeross%telocity.com
bdd42ddbae Rest of fix for 98782. 2001-11-25 05:14:28 +00:00
blakeross%telocity.com
32d0b14b8d 96176 - access to localstore is wrong. r=ben sr=hewitt 2001-11-25 04:03:00 +00:00
blakeross%telocity.com
4818f17267 Fix for 98782 and a few other history bugs. r=ben sr=hewitt 2001-11-25 04:01:04 +00:00
varga%utcru.sk
d2947ec035 Fix for 109478. Add view, contentView and builderView properties to the outliner binding. r=hewitt sr=hyatt 2001-11-24 12:33:07 +00:00
dinglis%qnx.com
0b9a9f0c5c -not part of build-
clean up splash screen
removed PHIG env requirement.
2001-11-22 18:45:00 +00:00
kaie%netscape.com
3e80341582 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
ben%netscape.com
9ea17980e5 backing out fix for 90080 as it is redundant and caused other bugs (always showing alert
when exiting prefs after viewing appearance, inability to close prefwindow sometimes
see bug 109561).
2001-11-22 03:35:32 +00:00
hewitt%netscape.com
5b22b6a9b8 97119 - Inconsistent textbox height in Pref - Advanced - Proxies, r=ben, sr=hyatt 2001-11-22 03:08:17 +00:00
ben%netscape.com
fc0c6de576 42798 - consistency in debug pref panel titles. patch from henrik gemal, sr=ben@netscape.com 2001-11-22 02:27:05 +00:00
ben%netscape.com
b1c6fb5f11 77513 - remove some unnecessary text to save space.
r=hewitt, sr=ben, patch from andre dahlqvist
2001-11-22 02:26:10 +00:00