Commit Graph

7618 Commits

Author SHA1 Message Date
valeski%netscape.com
537f60c3ad fixing windows bustage 2001-04-17 21:27:51 +00:00
dougt%netscape.com
05c1669478 Fixes bug 76291. r=valeski@netscape.com, sr=me 2001-04-17 21:00:37 +00:00
mkaply%us.ibm.com
d386ad22e0 #70334
r=alecf, sr=waterson
Personal toolbar doesn't migrate on DBCS systems - use NS_ConvertUTF8toUCS2
2001-04-17 14:46:12 +00:00
locka%iol.ie
0825fab04c Fix for http referrer not being sent when session history urls are loaded from the network. b=61426 sr=rpotts@netscape.com 2001-04-17 11:53:11 +00:00
ssu%netscape.com
187a938b5c fixing bug 64249 - remove the '(D)' from "Edit | Unsubscribe(D)" and "Edit | Cancel Message(D)"
r=bhuvan
sr=sspitzer
2001-04-17 08:47:21 +00:00
alecf%netscape.com
6bc346cff6 fix for bug 71660 sr=ben, r=blake - use deep merging to set default hidden state on history columns in the history sidebar panel 2001-04-17 07:24:01 +00:00
alecf%netscape.com
ffd3024f00 fix for bug 53904 and bug 75023, sr=ben@netscape.com
fix up content area drag handler so that selection that is anchored on a text node works fine, by using nsIDOMSelection APIs to find what we're dragging
2001-04-17 07:21:59 +00:00
bryner%uiuc.edu
67924f7b12 Fixing js strict warnings. r=jag, sr=ben. 2001-04-17 07:19:52 +00:00
timeless%mac.com
cffbeb47df for Bugzilla Bug 76042 [FIX] remove duplicate cmd_rename line in bookmark.properties
patch by atontti@cc.hut.fi r=timeless, sr=alecf
2001-04-17 03:40:40 +00:00
disttsc%bart.nl
e643717fce Bug 68374, "xp filepicker should return an error if file doesn't exist". It will now popup a warning dialog. r=bryner, r=Pavlov, sr=blizzard. 2001-04-17 01:58:01 +00:00
loadrunner%betak.net
6166fc36ea bug 54285, r=nhotta, jag, pink, sr=brendan 2001-04-17 01:58:00 +00:00
mstoltz%netscape.com
2b6e6516d2 More fixes for 55237, cleaned up CheckLoadURI and added a check on "Edit This Link." Also added error reporting (bug 40538).
r=beard, sr=hyatt
2001-04-17 01:21:44 +00:00
maolson%earthlink.net
a1ece4a66a bug 11623 - change CSS file comments from // to /* */
r=dbaron, sr=hewitt
2001-04-16 23:11:27 +00:00
peterv%netscape.com
99570d2693 Fix View->Use Stylesheet. r=jag, sr=alecf. 2001-04-16 21:15:51 +00:00
sdagley%netscape.com
241b099532 Increasing memory partition (20MB minimum, 28MB preferred) so we can load something more complex than mozilla.org before hitting tempmem. Ostensibly for #65884 but I'm thinking that Shockwave might need a significantly larger partition (at least SW 8.0, SW8.5 reportedly behaves itself better). r=bnesse,sr=sfraser 2001-04-16 20:50:37 +00:00
bbaetz%cs.mcgill.ca
fbd2e44f06 Bug 76069 - fix rdf:httpindex (such as ftp bookmarks)
r=dougt, sr=waterson
2001-04-16 20:45:26 +00:00
danm%netscape.com
12351aa372 hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari 2001-04-16 20:35:46 +00:00
chak%netscape.com
1a90cb3c8f Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the mozilla to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:44 +00:00
pchen%netscape.com
2c58e0142a bug 49758, r=alecf, sr=sfraser, added string for external protocol not handled on mac error dialog 2001-04-16 20:17:02 +00:00
pchen%netscape.com
1624c3a8ac bug 49758, r=alecf, sr=sfraser, implement hasProtocolHandler method which calls Internet Config to look for protocol handler. Returns NS_ERROR_NOT_AVAILABLE if the app signature of the protocol handler is the same as the running application utilizing this code 2001-04-16 20:16:51 +00:00
pchen%netscape.com
5739a1c18e bug 49758, r=alecf, sr=sfraser, fix protocal misspelling 2001-04-16 20:16:49 +00:00
pinkerton%netscape.com
2fa656fb4b Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653 2001-04-15 01:49:46 +00:00
dbaron%fas.harvard.edu
33b7e5e884 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES. 2001-04-14 23:04:15 +00:00
bbaetz%cs.mcgill.ca
13f9f0b68f bug 70529 - tidy up protocol-specific code in the dirviewer
r=jag, sr=waterson
2001-04-14 22:08:35 +00:00
dbaron%fas.harvard.edu
34e3e165b7 Fix page cycler (and tinderbox orange). r=disttsc@bart.nl 2001-04-14 21:41:15 +00:00
dougt%netscape.com
3031f5413b fixing bustage 2001-04-14 21:15:25 +00:00
dougt%netscape.com
6eaef4a960 Removing ^M. 2001-04-14 21:10:14 +00:00
dougt%netscape.com
30d4274197 Fix for bug 75836.
Adds an optional log window to the ftp directory viewer.
Adds a nsIPrompt and nsIAuthPrompt to the directory viewer's interface requestor.
Attempts to serialize network requests.

(thanks to chris waterson who helped me figure out the refcounting)

r=mailto:bbaetz@cs.mcgill.ca
sr=waterson@netscape.com
2001-04-14 20:30:47 +00:00
disttsc%bart.nl
5ad5ad4564 Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf. 2001-04-14 20:08:32 +00:00
bryner%uiuc.edu
e828c987b4 Bug 61707 - Removing mac smart-scrolling warning. r=hewitt, sr=hyatt. 2001-04-14 08:03:01 +00:00
sspitzer%netscape.com
443901857c #75603 rebuild picker every time
#74672 use "ignoreincolumnpicker" allow columns to not show up in picker.

needed for mailnews, since since the thread pane is used by the search dialog.

sr=hyatt
2001-04-14 02:09:36 +00:00
darin%netscape.com
9deb4986e3 Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
cache validation preferences and browsing via history.  r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
law%netscape.com
1eb69820e2 Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt 2001-04-14 00:57:30 +00:00
sgehani%netscape.com
6ef78999bb Don't UTF-8 encode bookmark URLs twice.
b = 54866
r = sgehani (checking in for waterson)
sr = alecf
2001-04-14 00:45:15 +00:00
yokoyama%netscape.com
926aac3073 Partial fix for 66020: /r=valeski; /sr=alecf 2001-04-14 00:31:09 +00:00
dveditz%netscape.com
981e8139c0 fix for 73520, update user agent to 0.8.1+ 2001-04-13 23:11:45 +00:00
sfraser%netscape.com
22179ab725 Fix bugs 75649 and 9131. Make moveToAlertPosition work properly, by ensuring that the dialog has some size before trying to position it. Also, only use the default position for the find dialog if you haven't persisted its position once before. r=jag, sr=sspitzer. 2001-04-13 22:30:04 +00:00
radha%netscape.com
7bf7fbfa73 Fix for bug # 55055. Save CacheKey in SH for postdata results r=adamlock sr=rpotts 2001-04-13 22:19:21 +00:00
mscott%netscape.com
b984739d2f Bug #74011 --> fix xul syntax breakage. Change .value to .label so the cancel button becomes a close button. 2001-04-13 03:59:11 +00:00
disttsc%bart.nl
81dfaf49c1 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:51:47 +00:00
danm%netscape.com
6fb17bc311 removing files no longer used. bug 72112 continues 2001-04-13 01:53:19 +00:00
dougt%netscape.com
84b724d0f7 This file is not part of build. 2001-04-13 00:43:32 +00:00
chuang%netscape.com
89aa4e2c3c Bug 69480 Address Book re-factoring landing 2001-04-12 17:35:30 +00:00
rods%netscape.com
be33a15835 Implements Print FrameAsIs and other frame printing options
Bug 7201 r=dcone sr=attinasi
2001-04-12 13:04:29 +00:00
sfraser%netscape.com
1d140ed109 Shiny, better Find dialog which is wider, and uses grid for better alignment. (bug 75487). r=blake, sr=ben 2001-04-12 05:47:58 +00:00
hewitt%netscape.com
58196589e7 72530 - oversized dialog problems, r=jag, sr=alecf 2001-04-12 05:42:05 +00:00
blakeross%telocity.com
98b6632102 Use a cached ref to the url bar instead of retrieving it for each page load and accel+L (75331). r=kerz sr=alecf 2001-04-12 04:34:43 +00:00
eddyk%netscape.com
c34374706a Bug 70625: complex locked pref FE disabling
r=blake, sr=ben
2001-04-12 02:42:08 +00:00
eddyk%netscape.com
886075680d fix for disabled property in radio xul element to disable radiobutton children.
Bug 70033:  r=timeless, sr=ben
2001-04-12 02:01:40 +00:00
dr%netscape.com
ab6057a236 fix for outliner behaving weird when all columns are hidden (bug 66719), r=pchen, sr=hyatt 2001-04-12 00:47:31 +00:00
alecf%netscape.com
c245e99db5 fix for bug 75053 - sr=smfr, r=jag - oops, forgot to implement NSGetModule 2001-04-11 23:06:04 +00:00
pinkerton%netscape.com
f61d78e2ad remove special-case activation code for hidden window, let the OS do it. punts hidden window offscreen on mac so it can be visible yet of non-zero width/height for osx. bugs 70355/70388. r=danm/sr=hyatt. 2001-04-11 23:04:28 +00:00
shaver%mozilla.org
a9f1ba8dc2 fix my braindead build bustage by _properly_ resolving that conflict (I'm a loser) 2001-04-11 15:00:25 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
mkaply%us.ibm.com
83fb844950 Get OS/2 building - should IS_COMPONENT be removed 2001-04-11 09:11:01 +00:00
timeless%mac.com
86daaf4b98 fix Bugzilla Bug 73184 can't inline rename bookmarks/folders or add bookmark folders
patch by bzbarsky@mit.edu r=timeless, sr=alecf
2001-04-11 03:20:00 +00:00
alecf%netscape.com
96d16a52dc fix for bug 74908 r=jag, sr=shaver
the find component shouldn't be an appshell component, so it doesn't need to be loaded at startup.
2001-04-11 02:02:06 +00:00
alecf%netscape.com
37a9ef2da3 fix for bug 75053 - xfer and ucth do not need to be appshell components
convert them to regular modules, so they don't get loaded at startup
r=jag, sr=ben
2001-04-11 01:59:40 +00:00
danm%netscape.com
acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
disttsc%bart.nl
75541b372e Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
darin%netscape.com
dc959bf6a0 fixes mac bustage 2001-04-10 08:45:44 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
danm%netscape.com
310616b1f0 removing unused reference to commondialogs stuff. it bothered me. bug 72112 continues 2001-04-10 04:03:16 +00:00
tao%netscape.com
ed726cd791 71910: Location field for home page in Navigator prefs panel empty
(r=mcafee,sr=alecf). Relocate urls.
2001-04-09 23:13:30 +00:00
danm%netscape.com
bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
disttsc%bart.nl
29efe69669 "Disable theme "Apply" button if no item is selected in the tree", bug=46681, author=Gervase Markham <gervase.markham@univ.ox.ac.uk>, r=jag/timeless, sr=ben 2001-04-09 14:49:25 +00:00
gordon%netscape.com
d04770c91b Fix bug 73441 "New cache needs "Clear" functionality. Changed pref advanced cache panel clear buttons to clear new cache devices, and fixed bug in nsMemoryCacheDevice to avoid calling nsCRT::strlen(nsnull). sr=darin. 2001-04-09 09:52:15 +00:00
danm%netscape.com
9be7be64f3 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
disttsc%bart.nl
97f2f03260 Fix back/forward button going back/forward twice and their history menus going back/forward instead of jumping to the selected item. bug=74960, r=blake, sr=hyatt 2001-04-09 04:31:00 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
danm%netscape.com
c223f055da commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 01:35:41 +00:00
disttsc%bart.nl
d7632eed83 When opening a new window, place the uri to load in the location bar. If the load is somehow interrupted, you'll now have the uri you wanted there instead of nothing. bug=70682, r=mao, sr=ben 2001-04-08 08:39:33 +00:00
disttsc%bart.nl
72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
ben%netscape.com
3aad2295ca another small update to test file. not part of build. 2001-04-07 12:06:42 +00:00
ben%netscape.com
7aa9ec30fb update test case for outliner bookmarks. not part of build. 2001-04-07 12:04:23 +00:00
dbaron%fas.harvard.edu
ff7ff84484 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 05:11:47 +00:00
danm%netscape.com
33594c68ff removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
blakeross%telocity.com
b3f9664e50 This should fix at least some of the assertions (harpoon orange)...just commenting two things out. 2001-04-06 00:51:19 +00:00
heikki%netscape.com
4479de7012 Bug 48217, clean up context menus by using DOM Level 3 baseURI node property, also fixes Show Link in New Window when XML Base has been used. r=blakeross@telocity.com, sr=alecf. 2001-04-05 23:59:35 +00:00
blakeross%telocity.com
cee2d9e32d when the heck did I add these stupid alerts? 2001-04-05 22:15:32 +00:00
blakeross%telocity.com
36cc854164 another stupid alert. 2001-04-05 20:57:09 +00:00
blakeross%telocity.com
3e93f06329 removing alert that snuck in. 2001-04-05 19:54:08 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
gordon%netscape.com
8bfd39a936 Fix bug 74809 "Rearrange cache enable prefs in debug pref panel". r=mcafee. 2001-04-05 06:23:19 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
ben%netscape.com
cb16dd5543 First part of fix for bug 73508, test files for outliner bookmarks, not part of build!
(Testing only, will be removed once I'm done).
2001-04-05 03:17:58 +00:00
loadrunner%betak.net
0a506330d0 Bug 64231, The Edit|Preferences|Fonts has problem with display some foreign fonts, r=matt, nhotta, sr=alecf 2001-04-05 01:06:13 +00:00
loadrunner%betak.net
bc0588b645 Bug 72752, The default search engine will pick up AltaVista TradChinese, r=nhotta, sr=alecf 2001-04-05 01:05:28 +00:00
hyatt%netscape.com
fe8a8c8c58 Fix for 53670. 2001-04-04 23:15:02 +00:00
Xiaobin.Lu%eng.Sun.com
965339876c Bug 68933: r=sr=Mike Shaver.
M tasksOverlay.js
navigator.javaEnabled() implementation has been changed by jst@netscape
2001-04-04 22:07:46 +00:00
stephend%netscape.com
cbbef69a62 Fixing typo in the patch for bug 52154 'Make gui for view source coloring pref' patch this time by bzbarsky@mit.edu (this patch was previously reviewed by akkana and super-reviewed by Joe Hewitt) 2001-04-04 05:12:08 +00:00
stephend%netscape.com
58c9f11eb3 Fixes bug 52154, 'Make gui for view source coloring pref' r=akkana@netscape.com sr=hewitt@netscape.com 2001-04-04 03:19:17 +00:00
stephend%netscape.com
5207c10572 Part of the fix for bug 52154, 'Make gui for view source coloring pref' r=akkana@netscape.com sr=hewitt@netscape.com 2001-04-04 03:18:34 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
ducarroz%netscape.com
8b1622ee10 Fix for bug 70222. Add an API to retreive file mapping flags. R=varada, SR=bienvenu 2001-04-03 21:08:51 +00:00
disttsc%bart.nl
f2b7355968 Get postData from session history instead of BrowserInstance. bug=46200, r=law, sr=alecf 2001-04-03 20:53:50 +00:00
sspitzer%netscape.com
dd072af443 #74473
fix js exception when clicking on the column picker.
sr=ben.
2001-04-03 06:04:03 +00:00
mcafee%netscape.com
589229a55e Minor UI changes to get content to fit on pref panes with better resizing behavior (74002). sr=ben 2001-04-01 22:28:34 +00:00
mcafee%netscape.com
be2cf29f6b Centering find dialog (9131). sr=ben 2001-04-01 12:09:08 +00:00
mcafee%netscape.com
b847909064 Adding ctrl+f for edit|search history (67908). r=blake, sr=ben 2001-04-01 11:43:06 +00:00
disttsc%bart.nl
2e982313fa Removing prefutilities.js, moving the code in it to where it belongs. bug=73355, r=mao, sr=ben 2001-04-01 05:02:07 +00:00
morse%netscape.com
a5c6b78980 not part of build 2001-04-01 02:31:47 +00:00
mcafee%netscape.com
e51e231044 Setting width, height for logo.gif to avoid reflow (68264). sr=ben 2001-04-01 01:51:44 +00:00
pinkerton%netscape.com
3db365f15e prevent scrollbars and popups from doing bad things with the new context menu events. r=pchen/sr=hyatt. bug# 18726 2001-03-31 23:31:37 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
maolson%earthlink.net
3a67c8761e bug 53688 - javascript strict warnings in autocomplete.xml
r=timeless, sr=alecf
2001-03-30 07:47:46 +00:00
sspitzer%netscape.com
e1cc8fb9df make the widget state manager more robust. see #74072. sr=alecf 2001-03-30 07:16:59 +00:00
alecf%netscape.com
cd7184da22 fix for but 1995, checking in for sicking@bigfoot.com, sr=alecf r=jag 2001-03-30 06:01:00 +00:00
cls%seawood.org
8a31ea3fcb Backout ben's erronous checkin. bug #69366 2001-03-30 03:19:08 +00:00
danm%netscape.com
84b504c7de restrict conditions under which fix for bug 22658 fires; a fix for many focus bugs, especially bug 54936 2001-03-30 02:27:50 +00:00
hyatt%netscape.com
1d12acfac0 Fix for smoketest blocker. rs=pink,saari, bug #73336: 2001-03-29 23:01:09 +00:00
disttsc%bart.nl
cb793da71f Fix MOZ_TRACK_MODULE_DEPS bustage, add embedcomponents to REQUIRES line 2001-03-29 05:20:32 +00:00
morse%netscape.com
d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
alecf%netscape.com
d83725990e fix bustage 2001-03-29 00:38:11 +00:00
alecf%netscape.com
b04c1c9d1c fix assert-on-exit as well as a crash when switching profiles
sr=darin, r=dmose
2001-03-28 23:59:44 +00:00
radha%netscape.com
f54ac9de78 Fix for bug # 72995. r=morse, mcafee. sr=alecf 2001-03-28 23:47:00 +00:00
alecf%netscape.com
cd56764f82 add call to activate app-startup components when the app starts. r=heikki, sr=blizzard bug 60117 2001-03-28 23:00:02 +00:00
hyatt%netscape.com
43fbb26cff Fix for 73506. r=danm, sr=mscott 2001-03-28 22:45:43 +00:00
tao%netscape.com
d178a7b952 54998: RFE: UI language switching by command line option.
(r=tao,sr=hyatt), checkin for masaki-san.
2001-03-28 20:41:50 +00:00
alecf%netscape.com
0d7520e05a fix for catfood bug 71950 r=blake, a=ben, sr=shaver
fix flex so that bookmark property labels are visible
2001-03-28 19:15:18 +00:00
brade%netscape.com
64c93b9006 part of fix for bug #19329 (more internet config apis); r=pchen; sr=sfraser 2001-03-28 13:56:19 +00:00
disttsc%bart.nl
b176cb7996 Clean up jar.mn, r=jst, sr=ben. Add browserBindings.xml, bug=65412, r=timeless, sr=ben 2001-03-28 11:35:28 +00:00
disttsc%bart.nl
9c6b86c629 Catch exception for goHome(), add (better) exception comments to loadURI() and loadURIWithFlags(). r=timeless, sr=ben 2001-03-28 11:22:16 +00:00
disttsc%bart.nl
3051af216e Move <browser/> xbl binding out into its own file. Changing extension from xbl to xml. NOT PART OF BUILD. 2001-03-28 09:07:18 +00:00
disttsc%bart.nl
255a4dd9f7 bug 73237: "we should not call window.focus() on all windows right before closing them on shutdown", author=Boris Zbarsky <bzbarsky@mit.edu>, r=jag, sr=alecf 2001-03-28 07:09:16 +00:00
pinkerton%netscape.com
4b1de86ec0 adding nsIHistoryEntry.idl and nsISHistoryInternal.idl for radha. 2001-03-28 03:49:58 +00:00
radha%netscape.com
0ee149dabb Fixes related to bug # 71756 r=rpotts, valeski 2001-03-28 03:35:38 +00:00
radha%netscape.com
6fd1cd591a Fix for bug # 71756. New SH interfaces. r=rpotts, valeski 2001-03-28 03:32:42 +00:00
radha%netscape.com
c8fb9e99fd Initial checkin for new SH interfaces 2001-03-28 03:31:13 +00:00
nhotta%netscape.com
6198d6b1af Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-28 01:20:37 +00:00
danm%netscape.com
0daa4060c2 implement window.scrollbars.visible. bug 58539 r=hyatt,pinkerton 2001-03-27 23:23:09 +00:00
danm%netscape.com
566bcd714d sigh. allow dependent windows without parents because the Mozilla code will try to do that 2001-03-27 23:19:12 +00:00
disttsc%bart.nl
353a824cd2 Move <browser/> xbl binding out into its own file. NOT PART OF BUILD. 2001-03-27 10:17:43 +00:00
mcafee%netscape.com
f155c4e5b2 Changing x-remote help url to mozilla.org version, instead of 1994 jamie doc (70167). r=bryner, sr=dveditz 2001-03-27 07:48:11 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
blakeross%telocity.com
85f54f99db Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt 2001-03-25 16:49:38 +00:00
maolson%earthlink.net
f6c4f190ba no bug. removing an old line that crept into blake's xul syntax change
r=jag, sr=shaver
2001-03-25 09:08:28 +00:00
valeski%netscape.com
169a5140b5 r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
dr%netscape.com
b262408a88 fix for 67006, patch from MarkH@ActiveState.com, r=dr, sr=hyatt 2001-03-24 00:14:10 +00:00
alecf%netscape.com
0558bc4667 defer history loading until the first page is added to history for percieved performance improvement
sr=waterson bug=38621
2001-03-23 15:23:40 +00:00
morse%netscape.com
3cd6e7d954 bug 24533, view image should open in same window, coded by doronr@naboonline.com, r=bzbarsky@mit.edu, sr=alecf@netscape.com 2001-03-23 13:48:27 +00:00
timeless%mac.com
593a6bb64e fix Bugzilla Bug 25497 view source on image only brings unknown file type dialog
patch by gervase.markham@univ.ox.ac.uk
r=timeless sr=alecf
2001-03-23 08:35:21 +00:00
disttsc%bart.nl
c4169f4926 Back out delayedInit, it's a race problem waiting to happen. Keeping some of the goodness of that patch though, like setting session history before hooking up the progress listener. sr=hyatt 2001-03-23 08:14:49 +00:00
waterson%netscape.com
ea52e663cc Bug 71530. Preflight required changes for RDF outliner: fix typo. r=hyatt, sr=ben 2001-03-23 07:44:17 +00:00
mkaply%us.ibm.com
4e509b68bf #72745
r=doron, sr=alecf
Change hardcoded Mozilla to brandShortName
2001-03-23 03:26:54 +00:00
pinkerton%netscape.com
d914ce3f00 checking in new icons. old ones were fugly. r=endico/sr=sfraser. 2001-03-23 02:46:21 +00:00
blakeross%telocity.com
b4773b1e64 Missing prefs text (checked in after landing). sr=sspitzer 2001-03-22 22:16:49 +00:00
bryner%uiuc.edu
f8a10c7ce2 Fixing blocker bug 73038. patch by atontti@cc.hut.fi, r=blake, sr=shaver. 2001-03-22 20:21:16 +00:00
hyatt%netscape.com
11d5c2ca38 More on 73034. This will help us shake out the places that were missed (if any exist). 2001-03-22 20:17:33 +00:00
sspitzer%netscape.com
9660d00841 fix for blocker bug #73034. sr=brendan,shaver,r=sspitzer fix by blake.
a=loan pham
2001-03-22 19:36:46 +00:00
disttsc%bart.nl
5ea9f07348 Delay some browser startup/init stuff and the actual page load till after the window shows. bug=38621, r=shaver, sr=hyatt,alecf 2001-03-22 13:05:53 +00:00
disttsc%bart.nl
807baffc4a Add |const| to nsGlobalHistory::GetFindUriPrefix's second parameter as per .h definition to fix OS/2 bustage. author=|lou|, r=jag, sr=jst 2001-03-22 10:52:57 +00:00
blakeross%telocity.com
6310109ecc More fallout from landing. Won't affect current bustage. 2001-03-22 04:03:17 +00:00
blakeross%telocity.com
b906089233 Fix problem from my checkin. 2001-03-22 02:43:21 +00:00
tao%netscape.com
899c4a03c2 71042: Linux installer build: "English UNIX" in "View|Set Language"
(r=ssu,sr=erik)
2001-03-22 02:17:47 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
akkana%netscape.com
f685b8c2ce 57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
Clean up XBL bindings and eliminate redundancies and errors.
       Fix a bug in which XBL bindings didn't check for event cancellation.
       r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
alecf%netscape.com
3a67dc577b fix mac bustage 2001-03-21 20:17:24 +00:00
alecf%netscape.com
73c6fffbe8 fix for bug 71871 - group history by day, not by age, by normalizing the AgeInDays property to the current local day's midnight.
... and bug 66906 - update history UI while surfing - this ensures that visited URIs get added to any open history windows/sidebars by asserting against all sorts of expected find URIs
sr=shaver
2001-03-21 19:26:10 +00:00
timeless%mac.com
eb044b977f fix Bugzilla Bug 63103 add "About Plug-ins" to the Help menu
by bzbarsky@mit.edu r=timeless, a=ben
2001-03-21 02:35:13 +00:00
maolson%earthlink.net
24855c4217 bug 56680 - use a xul <stringbundle/> instead of including the strres.js code
first pass through prefs, more to come later.
r=jag, sr=alecf
2001-03-21 02:08:19 +00:00
alecf%netscape.com
cc581d0fdd NOT PART OF BUILD
first checkin of timing service so we can get rough timing of specific events
2001-03-20 23:39:25 +00:00
disttsc%bart.nl
c32f2155a4 Add accel+0 to reset text zoom to 100%. bug=69565, r=Hixie, a=ben 2001-03-20 08:47:55 +00:00
maolson%earthlink.net
f582d2b267 fix Bug 71845 - Schedule/Notify tabs in bookmark properties don't show if url starts with HTTP (upper case)
r=jag, a=ben
2001-03-20 08:14:16 +00:00
maolson%earthlink.net
4a962cb893 fix Bug 57646 - javascript strict warnings in bookmarks.js
r=timeless, a=ben
2001-03-20 08:12:07 +00:00
maolson%earthlink.net
b3ae208adc fix Bug 67790 - javascript strict warnings in bookmarksOverlay.js
r=jag, a=ben
2001-03-20 08:03:15 +00:00
disttsc%bart.nl
497249a5e8 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
mcafee%netscape.com
1c4af4d469 Adding rods reflow debugging tools to pref/debug panel (72582). r=pchen, sr=alecf 2001-03-20 05:29:02 +00:00
tao%netscape.com
a6926bddd9 Fix bustage. 2001-03-19 23:40:58 +00:00
tao%netscape.com
af837c8d5a 71517: Dynamically select platform jar in langxxxx.xpi. r=ssu, sr=dveditz.
package all en-*.jar into langenus.xpi and select on one the fly.
2001-03-19 23:10:12 +00:00
disttsc%bart.nl
8673dbea09 Stop "about:blank" from being loaded twice at startup and get rid of a reload at startup accidentily added a while back. bug=72342, r=hwaara, sr=hyatt 2001-03-19 21:52:33 +00:00
disttsc%bart.nl
84af4601c6 "Add gopher:// urls to winhooks integration", bug=70264, author=Stephen Walker <walk84@usa.net>, r=timeless, sr=alecf 2001-03-19 21:48:31 +00:00
law%netscape.com
6ef9ef717c Bug 26029; add CHROME_WINDOW_MIN flag to enable minimizable dialog windows (and use that for download progress dialogs); r=danm sr=alecf a=asa 2001-03-17 00:30:38 +00:00
hyatt%netscape.com
851e0fcd39 etc. 2001-03-17 00:28:00 +00:00
law%netscape.com
bd08853588 Bug 50424; open new browser window if there is no explicit url, -mail, etc.; r=mcafee, sr=hyatt, a=asa 2001-03-16 23:51:22 +00:00
disttsc%bart.nl
0fa0b3f419 Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa 2001-03-16 22:40:15 +00:00
disttsc%bart.nl
ceea27c833 "status bar not displaying final information", bug 62796, r=mao, sr=hyatt, a=asa 2001-03-16 21:40:33 +00:00
disttsc%bart.nl
61b5f3beff "Re-do change from bundle to gNavigatorBundle" (accidental backout), bug=72137, r=mao, sr=ben, a=blizzard 2001-03-16 21:32:24 +00:00
sdagley%netscape.com
baf08fce65 Fix #72048. Add Carbon target for apprunner project w/'carb' 0 resource so the built app is properly identified as a Carbon app. r=pinkerton, sr=sfraser. 2001-03-16 03:08:41 +00:00
hewitt%netscape.com
3d5e92aa75 65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf 2001-03-16 02:56:38 +00:00
alecf%netscape.com
0aec721091 fix today's pseudo-blocker by initializing a variable which determined if the "Now" value was valid or not
r=pchen, sr=blizzard
2001-03-14 18:34:57 +00:00
stephend%netscape.com
748d52f594 Checking in the fix for tooltip in browser, bug 71612 r=timeless@mac.com sr=hewitt@netscape.com 2001-03-14 03:05:08 +00:00
matt%netscape.com
3f9392b88d bug 71881
adding sidebar directory to popup menu
sr=hyatt
r=mcafee
2001-03-14 02:45:31 +00:00
blakeross%telocity.com
650b9d4dd1 Fix 49934: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
Fix 70404: assertionsf or datetime and finger. r=dougt, sr=rpotts

Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca)
2001-03-14 02:41:18 +00:00
matt%netscape.com
ba5d3e5101 adding search pattern matching on search button
"://" and "."
r=alecf
sr=ben
2001-03-14 02:38:24 +00:00
alecf%netscape.com
799a8d7f6d fix for bug 71822 r=pchen a=ben
workaround for focusedWindow being null
2001-03-13 19:56:36 +00:00
brade%netscape.com
506015d5ae use + to ensure files are overwritten (ignore modify date); bug #67116 2001-03-13 15:40:47 +00:00
timeless%mac.com
6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
locka%iol.ie
6d6db074a4 Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581 2001-03-13 12:21:34 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
stephend%netscape.com
78483509e7 Backing out again, I swear I'm color blind. Hopefully the trees are green tomorrow. Bug 71612 2001-03-13 07:59:27 +00:00
stephend%netscape.com
07da833dac Checking in on a safe tree per the rules this time, fix for bug 71612 r=timeless@mac.com sr=hewitt@netscape.com 2001-03-13 07:28:02 +00:00
alecf%netscape.com
b3e6a3e098 oops! I didn't mean to checkt this change in with my last landing 2001-03-13 07:25:04 +00:00
ben%netscape.com
28a24ae620 Fix for 52536, can't bookmark full page plugin. r=jag, kerz; a=hewitt 2001-03-13 07:05:39 +00:00
alecf%netscape.com
596e75a30a fix for 71511 - clean up nsIGlobalHistory even further by refactoring setTitle i
nto nsIBrowserHistory, cleaning up extra addPage() parameters, and fixing all co
nsumers
r=valeski, sr=shaver
2001-03-13 06:19:40 +00:00
maolson%earthlink.net
e1f780970e fix bug 53688 - javascript strict warnings in autocomplete.xml
r=timeless, sr=alecf
2001-03-13 06:17:22 +00:00
hyatt%netscape.com
6fa8df00ae Forgot this file in my checkin. 2001-03-13 04:17:20 +00:00
stephend%netscape.com
26f19b75a6 Backing out my changes for bug 71612 to meet the Netscape contributer tree requirements 2001-03-13 02:13:38 +00:00