Commit Graph

8081 Commits

Author SHA1 Message Date
dmose%netscape.com
5f24709f88 Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa 2001-06-20 05:54:23 +00:00
syd%netscape.com
192d02b443 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=84882. Add a entry, windows
only, the the advanced prefs panel. This is not a pref, but UI that has the
following semantics:

when the panel loads, if there is a shortcut in the windows startup folder for
turbo mode, the checkbox in the UI is set. Otherwise, it is clear,

when the user hits OK, if the checkbox is not set, the shortcut is removed, if
necessary. Otherwise, if the checkbox is set, the shortcut is added, if necessary.

r=ssu, sr=mscott, a=asa
2001-06-20 05:51:47 +00:00
timeless%mac.com
69d6ecb57b Bugzilla Bug 81406 "OK" button in Help->About Mozilla behaves strangely for keyboard input
patch by bhart00@yahoo.com r=bzbarsky@mit.edu, rs=darin, a=asa
2001-06-20 05:41:22 +00:00
dbaron%fas.harvard.edu
9d35ed31a4 Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
blakeross%telocity.com
ec45468266 Cannot dismiss pref dialog by OK after visiting Advanced -> System (80946). r=jbetak sr=mscott a=asa 2001-06-20 02:23:29 +00:00
blakeross%telocity.com
be66649c77 Add command() method to nsIDOMXULElement, fixes bug 56137 and some other accessibility bugs (83614). r=kerz sr=ben a=asa 2001-06-20 02:02:57 +00:00
gordon%netscape.com
fcae8f4778 Fix bug 84116, removing reference to non-existant class. r=neeti, sr=darin, a=asa. 2001-06-20 01:33:10 +00:00
matt%netscape.com
a610a06b22 bug 26106 adding ensureElementIsVisible so that that tree item is visible when it moves down
r=mcafee sr=ben a=asa
2001-06-20 01:06:38 +00:00
matt%netscape.com
b91cb2578c fix for bug 5005 r=hewitt sr=ben a=asa fix for changning urls for search autocomplete 2001-06-20 00:40:30 +00:00
bzbarsky%mit.edu
35dade1ebc Make "View Source of Frame" inherit the charset of the document in the
frame.  Bug 85346, r=ftang, sr=blizzard, a=asa
2001-06-20 00:39:11 +00:00
dianesun%netscape.com
2e487bdf56 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
sicking%bigfoot.com
c9c27b3e59 Make links look like links in the "properties" dialog. bug 84259. r=hwaara sr=hewitt a=asa (for drivers). 2001-06-19 23:15:09 +00:00
andreww%netscape.com
315400ee27 bugzilla 79220: r= timeless, sr=hewitt, a=asa - decouples timebomb message from directed url. Req'd by L10N. 2001-06-19 22:50:23 +00:00
oeschger%netscape.com
bfdc2fc6ad context sensitive help, sr=blake, a=asa, r=sfraser, b=46226, part2 2001-06-19 22:40:56 +00:00
dmose%netscape.com
0fa82b6c17 speed up LDAP autocomplete by using the new param to SearchExt() to only ask for necessary attrs (bug 74098) r=ducarroz, sr=dougt, a=asa 2001-06-19 22:30:15 +00:00
cls%seawood.org
624dd88ec7 This should've gone in with yesterday's checkin. Should fix OS/2 bustage 2001-06-19 17:07:12 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
pchen%netscape.com
075c4080f0 bug 52930, r=matt, sr=alecf, a=blizzard, sync up dtd with internal one used in mozilla/profile/defaults/panels.rdf before I have panels.rdf use this dtd 2001-06-18 20:56:04 +00:00
scc%mozilla.org
1f69171c8f bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
law%netscape.com
f51e963831 Bug 58848; change ddeexec registry entry so Windows won't use DDE to talk to Mozilla; r=ssu/sr=blaker/a=asa 2001-06-18 00:18:02 +00:00
scc%mozilla.org
a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
ben%netscape.com
fd187a2060 Roll back view/search/go menu changes (bug 85386) for now, as need to develop a strategy that is consistent across applications, do not have cycles to develop this strategy at the moment. 2001-06-16 11:19:50 +00:00
markh%activestate.com
fac9fbbb92 Fix bug 65974 - first window after start is below all other open windows
r=laws, sr=hyatt, a=asa
2001-06-16 04:52:44 +00:00
hewitt%netscape.com
2960e48ec1 85340 - autocomplete breakage, r=ducarroz, sr=alecf, a=asa 2001-06-16 01:10:49 +00:00
alecf%netscape.com
e8ff63b0bb final part of fix for bug 83366 - make DDE code honor the appropriate commandline handler, using new API checked in yesterday..
sr=sspitzer, r=blake a=asa
2001-06-15 21:53:07 +00:00
ccarlen%netscape.com
5e61b0513b Bug 81706 - Disable "turbo" mode when multiple profiles are present. r=law/sr=blake/a=asa 2001-06-15 20:33:34 +00:00
dmose%netscape.com
b292106d6f Parameterize LDAP autocomplete searchfilter via hidden pref (bug 77386); also improves default searchfilter (85315). r=leif@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org 2001-06-15 05:04:32 +00:00
anatoliya%netscape.com
dfaa97bf11 When tab not found, sidebar should indicate that in tab, bug 77635, r=pchen sr=alecf a=asa 2001-06-15 02:35:30 +00:00
blakeross%telocity.com
b8a6a8062f Wrong URL dragged from browser window on second drag when links are close together (72801) and link titles (and more) lost when dragging URLs to composition window (44371). r=kerz sr=alecf a=asa 2001-06-15 00:10:33 +00:00
alecf%netscape.com
87db1e9152 why didn't this get checked in the last time?
part of fix for bug 83366, r=blake,
                                                                      sr=sspitzer, suggestions=jag - add
                                                                      a new method to
                                                                      nsICmdLineService to get the
                                                                      handler for a given parameter
                                                                      a=asa
2001-06-14 23:55:42 +00:00
alecf%netscape.com
fd8fa52c9d remove these files from CVS (not part of the build) so people stop asking me about them :) 2001-06-14 23:54:48 +00:00
alecf%netscape.com
6e53d98f64 part to of bug 83366 r=blake, sr=sspitzer - update nsAppRunner to use the new command line API a=asa 2001-06-14 23:51:17 +00:00
alecf%netscape.com
d7d72efbbc part of fix for bug 83366, r=blake, sr=sspitzer, suggestions=jag - add a new method to nsICmdLineService to get the handler for a given parameter a=asa 2001-06-14 23:47:05 +00:00
alecf%netscape.com
39e1e2e1d1 fix for bug 81258 r=bienvenu, sr=waterson a=asa
correctly update the UI when items are deleted from history.. also update the FindRow semantics so it actually returns an error when the row isn't found, and fix callers who were thus doing unnecessary checks
2001-06-14 23:43:49 +00:00
hwaara%chello.se
3839438668 i suck. it was open for approved checkins. :) 2001-06-14 15:03:09 +00:00
hwaara%chello.se
9d0fb3282c oops, tree is closed. backing out. 2001-06-14 15:00:26 +00:00
hwaara%chello.se
a03e6eed41 #85752, make the viewsource menubar a little more consistent with the navigator one. r=hwaara, sr=ben, a=asa. Patch by doron. 2001-06-14 14:56:13 +00:00
leif%netscape.com
7adcd672d4 Bug 74498: Add attribute support to SearchExt(), making it possible to limit
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com.
2001-06-14 05:48:03 +00:00
matt%netscape.com
675e64fa89 fix for bug 82041. Navigator pref getting moved back to netscape. r=mcafee, a=asa, sr=blake 2001-06-14 02:19:16 +00:00
matt%netscape.com
96731644f3 forgot to take out the foo id from checkin 2001-06-14 02:00:42 +00:00
matt%netscape.com
e286268963 bug 81093 a=asa sr=blake r=mcafee fix for checkboxes in tree in prefs
aren't working.  Taking out of tree and into just checkboxes
2001-06-14 01:48:14 +00:00
mcafee%netscape.com
381b61c5fc Adding pref UI (debug pane) to control modifier and menu access keys (49909). r=matt, sr=alecf, a=asa 2001-06-13 23:58:54 +00:00
pchen%netscape.com
446c2fe869 bug 79837, r=pinkerton, sr=alecf, a=asa, don't disable mime matching for Internet Config mappings if we didn't get passed in a file extension 2001-06-13 22:31:08 +00:00
hewitt%netscape.com
612cd55264 80663 - Column picker not working, r=andreww, sr=blake, a=asa 2001-06-13 03:44:48 +00:00
hewitt%netscape.com
14bbc982af 83632 - First instance of autocomplete is blank (from hyatt), r=pinkerton, sr=hewitt, a=asa 2001-06-13 03:43:35 +00:00
alecf%netscape.com
8bb3bf7c46 oops, forgot this file from my previous checkin 2001-06-13 00:05:25 +00:00
alecf%netscape.com
9b7e999bef fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
sr=hewitt
r=ben
a=asa
2001-06-12 23:59:01 +00:00
ben%netscape.com
b2385a11e4 85386 - Navigator menu cleanup.
Revise wording
r=jag, sr=blake, a=asa
2001-06-12 23:52:18 +00:00
ben%netscape.com
0b90e55064 85386 - Navigator menu cleanup.
Rearrange content of view menu
r=jag, sr=blake, a=asa
2001-06-12 23:52:01 +00:00
law%netscape.com
2350eb1a95 Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa 2001-06-12 22:33:34 +00:00
bzbarsky%mit.edu
17009a68ba Bug 68541 -- "no checkmark for View|Toolbar in bookmarks manager".
Patch by Stephen Walker (walk84@usa.net), r=hwaara, sr=ben, a=dbaron
2001-06-12 20:15:29 +00:00
hwaara%chello.se
41860f4bd1 fix for bug 63026, r=jag, sr=ben, a=asa - adds a menu to the viewsource window - also fixes 22022 39389 50877 59489 69036 74862 76250 79518 81102 82663.
patch by doronr@naboonline.com
2001-06-12 20:05:16 +00:00
jaggernaut%netscape.com
bb04d495a1 Bug 80380: xp file picker: unable to type in textfield after selecting from droplist
r=bryner, sr=ben, a=asa@mozilla.org
2001-06-11 21:40:19 +00:00
stephend%netscape.com
6911c21d63 Bug 80598 - View source window doesnt' focus the content area when brought up. Patch by bzbarsky@mit.edu (Boris Zbarsky). r=blakeross@telocity.com sr=alecf@netscape.com a=asa@mozilla.org (on behalf of drivers) 2001-06-11 19:17:56 +00:00
blakeross%telocity.com
481bf360db Bug number for last checkin was 68429. 2001-06-10 18:02:01 +00:00
blakeross%telocity.com
8905ad9333 Dragging a personal toolbar link to a textfield drops the text representation of the xpconnected nsIRDFNode instead of the url (64829). r=kerz sr=ben a=asa 2001-06-10 18:00:16 +00:00
blakeross%telocity.com
596492b345 Links dragged from content area to personal toolbar have no title (84976). r=kerz sr=ben a=asa 2001-06-10 17:58:38 +00:00
blakeross%telocity.com
b97a6cafef Properties and Rename should be disabled when separator is selected in bookmarks manager (73898). r=kerz sr=ben a=asa 2001-06-10 17:54:51 +00:00
blakeross%telocity.com
6d85b848e8 Delete should now be in IE Favorites context menu (84975). r=kerz sr=ben a=asa 2001-06-10 17:51:53 +00:00
mcafee%netscape.com
a0d9c7c352 Moving debug cache prefs to debug|networking pane (84805). r/sr=ben, a=asa 2001-06-09 09:54:50 +00:00
dbaron%fas.harvard.edu
b659af71e9 Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847 2001-06-09 01:32:19 +00:00
pinkerton%netscape.com
48991000e0 create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023. 2001-06-09 00:16:13 +00:00
andreww%netscape.com
3f2c27c137 bugzilla 80397: r=kerz, sr=hewitt, a=asa@mozilla.org - themes pref panel was cut off in all skins. 2001-06-08 20:52:00 +00:00
dmose%netscape.com
c405385555 Entry selected from autocomplete in compose window not used (bug 81695). Patch from Joe Hewitt <hewitt@netscape.com>. r=ducarroz@netscape.com, sr=smfr@netscape.com, a=asa@mozilla.org 2001-06-08 07:29:17 +00:00
cmanske%netscape.com
6db56b0a88 Upgrade of editable menulist (b=82652) and colorpicker so Composer use has keyboard support (b=64160), r=kin, sr=hewitt, a=asa-drivers 2001-06-08 04:19:44 +00:00
mscott%netscape.com
68a9a6ba11 Bug #76795 --> don't register chromeless windows with the uriloader. This is causing chromeless windows
to get redirected content from the mail window.
r/sr=alecf
a=asa
2001-06-07 04:27:53 +00:00
dmose%netscape.com
7886df5150 Make LDAP autocompletion respect UI setting for maximum number of hits to return (bug 77388). r=leif@netscape.com, sr=mscott@netscape.com, a=blizzard@mozilla.org 2001-06-06 23:28:07 +00:00
law%netscape.com
fdb15ad6de Bug 25699; Add DDE support to get Acrobat weblinks working; r=syd, sr=mscott, a=brendan 2001-06-06 08:36:59 +00:00
sgehani%netscape.com
8755054352 Ability to force always asking before opening a helper app.
b  = 84241
r  = vishy
sr = mscott
a  = asa
2001-06-06 08:17:39 +00:00
gerv%gerv.net
9923600756 Fixing bug 81904 bustage. Apologies. r=mcafee, sr=tor, a=tor. 2001-06-06 07:07:26 +00:00
ben%netscape.com
9cdde5595b Fix for 78020 - Chromeless window when opening updated bookmarked page
Make bookmarks-service open a Navigator window with uri as argument using
WindowWatcher interface.
r=pchen, sr=blake, a=chofmann
2001-06-06 06:11:28 +00:00
ben%netscape.com
7a29cc16d5 Fix for 78020 - Chromeless window when opening updated bookmarked page
Fix web:status attribute to remove namespace quantifier so that style rule for
update icon matches
r=pchen, sr=blake, a=chofmann
2001-06-06 06:10:05 +00:00
ben%netscape.com
92fb92d1f0 Every other bookmark isn't deleted (80833)
We don't need to increment count since we splice elements out of the selection array.
r=jag, sr=blake, a=chofmann.
2001-06-06 06:06:11 +00:00
andreww%netscape.com
eda9b81bca bugzilla bug 82965 r=kerz, sr=hewitt, a=tor : fixing drag and drop on status bar. 2001-06-06 04:49:14 +00:00
loadrunner%betak.net
fc89c6e234 bug 41245, Cancel does not work in Accept languge preference, r=nhotta, sr=alecf, a=blizzard 2001-06-06 01:02:26 +00:00
leaf%mozilla.org
56755a9ae9 update user agent and mac version, r=jj, a=asa bug 83999 2001-06-05 23:05:32 +00:00
gerv%gerv.net
3babcec0f3 Bug 81094 - re-introduce the ability to set the DPI value to "Ask X server"; i18n fixes, general clean-up and also make the Fonts prefs panel slightly more clear by adding a separator. r=mcafee, sr=alecf, a=blizzard. 2001-06-05 21:38:24 +00:00
valeski%netscape.com
5892765fc6 r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager. 2001-06-05 21:25:57 +00:00
ben%netscape.com
8eed2acab4 Make tree widgets in search sidebar panel use the correct classes for
improved visuals.
r=matt, sr=blake, a=asa, bug 83954
2001-06-05 02:17:48 +00:00
ben%netscape.com
cf38989bdd Fix X-server crash by preventing drags from menus on non-Win32 platforms.
r=hyatt, sr=blake, a=asa, bug 79003.
2001-06-05 02:15:12 +00:00
bryner%uiuc.edu
4c99c242aa Bug 83662 - can't select first file in linux filepicker. r=jag, sr=blizzard, a=asa. 2001-06-05 00:07:49 +00:00
pinkerton%netscape.com
01ab6ebc97 in flavor list, don't have file before url, since this stops ability to drag shortcuts from desktop (they're both). r=blake/sr=sfraser/a=asa. bugs 76728 and 70302. 2001-06-04 23:41:37 +00:00
jaggernaut%netscape.com
4262405be0 Add property "contentDocument" to the browser binding. bug=82823, r=jag, sr=hyatt, a=blizzard 2001-06-04 22:36:43 +00:00
danm%netscape.com
d2d2322472 speed up PersistPositionAndSize. bugs 70283, 79060 r=hyatt,saari a=blizzard 2001-06-04 22:22:07 +00:00
jag%tty.nl
45bbeeeb45 Get rid of javascript errors on console. bug 79976, patch by jst, r=jag, sr=blake, a=chofmann 2001-06-04 05:46:33 +00:00
dmose%netscape.com
afd8717558 Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu 2001-06-04 03:01:51 +00:00
ben%netscape.com
91afe2856b last patch was a=tor, btw 2001-06-03 23:27:43 +00:00
ben%netscape.com
036898eb6c Fix testing mishap in my bookmarks panel checkin last night. Not part of original patch, just reversing.
r=Hixie, sr=blake.
2001-06-03 23:15:09 +00:00
timeless%mac.com
6b14939e90 bewildered BeOS 5.0 Depend on 06/03 10:47
Build Error Summary

c++ -o nsBookmarksService.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI   -I../../../../dist/include -I../../../../dist/include -I/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/obj-i686-pc-beos/dist/include/nspr         -fPIC   -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -pipe  -DDEBUG -DDEBUG_cltbld -DTRACING -g  -DMOZILLA_CLIENT -include ../../../../config-defs.h -Wp,-MD,.deps/nsBookmarksService.pp /boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp: In method `nsresult nsBookmarksService::ReadBookmarks()':
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp:4112: no matching function for call to `BookmarkParser::SetIEFavoritesRoot (nsCString)'
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp:403: candidates are: BookmarkParser::SetIEFavoritesRoot(nsCString &) <near match>
make[5]: *** [nsBookmarksService.o] Error 1

picky compiler. i'm amazed that any of the code in there works. this is a bustage fix that will only affect XP_BEOS.
2001-06-03 19:18:09 +00:00
ben%netscape.com
fb4aebf6a1 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
r=hixie, sr=blake, a=asa
part of 79904
2001-06-03 05:52:53 +00:00
ben%netscape.com
abbc22d8ed forgot this. oops 2001-06-03 05:45:44 +00:00
ben%netscape.com
22b039f159 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
- allow user to remove Imported IE favorites folder by setting a pref
  so that it is not automatically imported on startup.
r=hixie, sr=blake, a=asa
part of 79904, 22642
2001-06-03 05:17:48 +00:00
ben%netscape.com
e463a8bf06 - Fix commands for bookmarks sidebar panel
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:15:27 +00:00
pinkerton%netscape.com
df48a1e1cd add id for print menu so PrintPlus can attach to it. r=kerz, sr=smfr, a=selmer. bugscape 4748. 2001-06-01 23:40:40 +00:00
naving%netscape.com
6ede902e72 Fix for bug 83410, View | Toolbars to View | Show/Hide. Patch by Stephen Walker (walk84@usa.net> r=stephend@netscape.com sr=ben@netscape.com a=asa@mozilla.org (on behalf of drivers) 2001-05-31 02:08:19 +00:00
sfraser%netscape.com
01b3b45470 Fix for bug 74499 -- command keys don't work on Mac when no windows are open. Focussing the hidden window when it's first created fixes this. r=saari, sr=kin, a=asa 2001-05-31 01:18:07 +00:00
alecf%netscape.com
d423eb3a13 back out previous checkin - it's only going in on the branch 2001-05-30 23:37:30 +00:00
gerv%gerv.net
bf5ba4f919 Remove "debug=true" from XUL. Bug 83240. r=timeless, sr=blake, a=asa. 2001-05-30 23:00:40 +00:00
alecf%netscape.com
b86425e6fa fix for bugscape 5057 - split up the preferences apply themes function so we can override it in the commercial build
work done by pchen@netscape.com
r=matt@netscape.com
sr=alecf@netscape.com
2001-05-30 22:29:22 +00:00
timeless%mac.com
99c654b1e4 Bugzilla Bug 46454 Segmentation fault trying to run with aphrodite theme. [@ nsBrowserInstance::ReinitializeContentVariables]
bullet proofing
original patch by peterh@sapros.com
r=mkaply rs=alecf a=asa@mozilla.org
2001-05-30 18:42:28 +00:00
danm%netscape.com
035f8a1ada ignore OnLocationChange if it's for another window. necessitated by change for bug 56062. this is bugs 82368, 82413 and the reason 50881 was reopened. r=hyatt,radha a=chofmann 2001-05-30 02:07:48 +00:00
pinkerton%netscape.com
30640defdc add carbon.r to suck in plst for icon and bundle stuff r=saari/sr=sfraser bug 58228 2001-05-29 23:16:34 +00:00
pinkerton%netscape.com
f7c32bb549 add plst to suck in icon and file mappings. r=saari/sr=sfraser bug 58228 2001-05-29 23:15:07 +00:00
pinkerton%netscape.com
f3aa81b40c remove 'carb' resource. plst will supercede. r=saar/sr=sfraser bug 58228 2001-05-29 23:14:30 +00:00
radha%netscape.com
553a99a133 Fix for bug # 82236. r=valeski sr=alecf a=blizzard(drivers@mozilla.org) 2001-05-29 22:45:57 +00:00
hewitt%netscape.com
9d041e025a 82039 - Search option at the end of autocomplete popup doesnt work, r=alecf, sr=blake, a=blizzard 2001-05-29 02:49:29 +00:00
hewitt%netscape.com
b479c547fa 78945 - Pressing return does nothing when editing a newsgroup, r=ducarroz, sr=blake, a=blizzard 2001-05-29 02:48:01 +00:00
hewitt%netscape.com
6c9a145edc 82457 - Dragging items on personal toolbar can lose bookmarks, r=blake, sr=sfraser, a=blizzard 2001-05-29 02:46:07 +00:00
blakeross%telocity.com
1f7b314191 Cleaning out the cruft (not part of build). 2001-05-28 03:10:57 +00:00
blakeross%telocity.com
9af2f30de2 Prevent the ability to drop a dragged node onto itself by default (fixes 74261 and one instance of 82457). r=hewitt sr=ben a=pdt 2001-05-27 03:16:53 +00:00
sfraser%netscape.com
905731d9e7 Drag the splash screen kicking and screaming into the 90's Appearance world, with some resource tweaks (needed for new splash on the commercial side). r=pinkerton, a=asa. No code changes. 2001-05-25 23:58:35 +00:00
loadrunner%betak.net
03230e35cd bug 82761 US browser not set to correct language in preferences, r=tao, sr=blizzard, a=blizzard 2001-05-25 23:56:34 +00:00
loadrunner%betak.net
65c67d4e3a bug 65253 Profile Creation: Need a user interface for Regional Content, r=nhotta, sr=alecf, a=blizzard 2001-05-25 23:54:38 +00:00
jag%tty.nl
220e686401 Fix a number of outliner filepicker issues:
Bug 82355: outliner filepicker shows no items in current directory
           r=Fabian Guisset <hidday@geocities.com>, sr=ben, a=blizzard

Bug 82426: sorting doesn't work in xp filepicker
           r=bryner, sr=ben, a=blizzard

Bug 82433: xp filepicker: sort on date changes dates to seconds since epoch
           r=Fabian Guisset <hidday@geocities.com>, sr=ben, a=blizzard
2001-05-25 07:50:34 +00:00
dmose%netscape.com
03ff4e78f8 Fix LDAP-related crash in addressing widget of compose window (bug 81692). r=ducarroz@netscape.com, sr=mscott@netscape.com, a=asa@mozilla.org 2001-05-25 07:17:26 +00:00
ben%netscape.com
6996b0610b Fix history D&D again. r=kerz, sr=blake, a=asa 2001-05-24 03:30:02 +00:00
cls%seawood.org
e67f8266b8 Updating dependency list to fix senna bustage 2001-05-23 08:56:33 +00:00
law%netscape.com
7bd888ae8b Last time didn't take...trying again. Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf 2001-05-23 07:04:37 +00:00
bryner%uiuc.edu
6305349245 Landing OUTLINER_FILEPICKER_BRANCH (bug 75838). r=jag, sr=blake. 2001-05-23 06:41:57 +00:00
law%netscape.com
a47f38eac6 Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf 2001-05-23 06:06:47 +00:00
law%netscape.com
60ba6b2282 Bug 75599; enabling the infamous '-turbo' cmd line switch; makes nsINativeAppSupport scriptable, adds Win32 code to handle -turbo switch; and tweaks window close logic in navigator.js to 'cache' a browser window; r=cathleen, sr=alecf 2001-05-23 06:04:39 +00:00
law%netscape.com
303e7c45c4 Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott 2001-05-23 06:03:59 +00:00
ben%netscape.com
0ded6e1344 Fix broken history drag and drop. I broke this ages ago when I changed the way the D&D wrapper library worked.
patch from blake, sr=me, r=Hixie.
2001-05-23 05:44:34 +00:00
ben%netscape.com
f9991121c2 Back out fix for 79639 and make sidebar toggle consistently accessible in all apps.
sr=alecf
2001-05-23 05:43:17 +00:00
ben%netscape.com
e8bbc7067a 71685 - rename bookmarksPanel.xul to bm-panel.xul. r=pchen, sr=sfraser 2001-05-23 05:09:52 +00:00
ben%netscape.com
610022035e [Part of fixes for 77125 and 81767 - disable inline editing in bookmarks]
Make Personal Toolbar bookmarks code launch a dialog instead of invoking
an inline edit widget. This fixes crashers and other glitches. Inline Edit
will be back, some day.
r=pchen, sr=blake
2001-05-23 04:57:50 +00:00
ben%netscape.com
2f8acc9b1b [Part of fixes for 77125 and 81767 - disable inline editing in bookmarks]
Add strings for Create Folder dialog.
r=pchen, sr=blake
2001-05-23 04:56:51 +00:00
ben%netscape.com
8c4aff48a6 [Part of fixes for 77125 and 81767 - disable inline editing in bookmarks]
Make bookmarksTree code launch a dialog for folder creation operations (this
replaces the inline edit field).
Also remove Copy Link Location code now that Copy is working properly.
r=pchen, sr=blake
2001-05-23 04:56:20 +00:00
ben%netscape.com
0ab60d4a87 Clean up after earlier fix for 35835 - back out additional Copy Link Location code 2001-05-23 04:54:44 +00:00
ben%netscape.com
f54fae03dd Clean up after my fix for 35835, back out earlier Copy Link Location code. 2001-05-23 04:54:22 +00:00
ben%netscape.com
21737c4384 [Part of fixes for 77125 and 81767 - disable inline editing in bookmarks]
Make Bookmark Properties dialog focus the name textfield when it is
displayed. Allows us to temporarily map Bookmark rename operations to
a call to display this window.
r=pchen, sr=blake
2001-05-23 04:53:17 +00:00
hewitt%netscape.com
f53227a108 82295 - move bookmarks button to right of separator, r=sgehani, sr=ben 2001-05-23 04:51:38 +00:00
ccarlen%netscape.com
de0120eb78 Bug 38626 - remove nsFileLocations. r=valeski/sr=alecf 2001-05-23 03:50:38 +00:00
ccarlen%netscape.com
5af746c81b Bug 38626 - remove nsFileLocations. This checkin removes it from Mac projects. 2001-05-23 03:45:36 +00:00
scc%mozilla.org
cd7dbf28a9 bug #82208: sr=sfraser, r=dbaron. Treat entries of |mIgnorePrefixes| consistently, dont' leak |mIgnorePrefixes|, don't |new NS_LITERAL_STRING|. Filed bug #82277 for further cleanup. 2001-05-23 01:11:30 +00:00
ben%netscape.com
4ff63b2599 Part A for fix fo 35835, r=matt, sr=blake.
Correct typo that incorrectly set text/unicode data to be the text/html string
Part B = removing the Copy Link Location item, coming next.
2001-05-23 00:17:16 +00:00
nhotta%netscape.com
6a7db91347 Delay menu check mark using setTimeout() to workaround the problem of checkmark not drawn, bug 73881, r=jbetak, sr=waterson. 2001-05-23 00:14:25 +00:00
gerv%gerv.net
3d0041b1ae Adding "Copy Link Location" to Bookmarks Manager context menu. Bug 35835. r=hwaara, sr=alecf. 2001-05-22 22:49:12 +00:00
gerv%gerv.net
d9e67ab2aa Fix View | Translate, which I broke by not understanding prefs enough. Bug 82018. r=doron, sr=alecf. 2001-05-22 22:31:55 +00:00
gerv%gerv.net
0d3b54bee6 Clean up Properties window (right click on elements in Navigator and select "Properties".) Bug 74121. r=rbs, sr=alecf. 2001-05-22 21:15:37 +00:00
gerv%gerv.net
b6a8d27686 Polish: fix alignment of a few things in preferences. Bug 81671. Patch by doronr@naboonline.com, r=gerv, sr=blake. 2001-05-22 20:42:23 +00:00
ben%netscape.com
671b1c4a2c I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!" (fix build bustage)
2001-05-22 03:26:20 +00:00
ben%netscape.com
3ef5b886c9 hm. See if this works. 2001-05-22 03:19:37 +00:00
danm%netscape.com
88dd737fa7 the check to abort the onload handler for frames now properly handles sandboxing. bug 81787 r=hyatt,pavlov 2001-05-22 02:02:08 +00:00
ben%netscape.com
d24cdf6cf6 71685, bookmarks in sidebar don't load. rename file back to bm-panel.xul
r=pchen, sr=sfraser
2001-05-22 01:30:05 +00:00
ben%netscape.com
a18c6f3058 71685 - bookmarks in sidebar don't load 2001-05-22 01:28:49 +00:00
ben%netscape.com
e7c071949e fix for 80281 - no sidebar panels in sidebar customize dialog.
convert a treecol->treecolgroup. Seems to fix the visual errors.
adjust window creation flags.
r=matt, sr=blake
2001-05-22 01:26:36 +00:00
ccarlen%netscape.com
b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
blakeross%telocity.com
954299f704 Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this. 2001-05-21 01:09:16 +00:00
blakeross%telocity.com
41aa8119c3 Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this. 2001-05-21 01:07:47 +00:00
blakeross%telocity.com
2674509b8b Defer retrieval of jvmmgr service until necessary (81560, patch by jrgm@netscape.com). r=doron sr=blake 2001-05-20 19:55:39 +00:00
hewitt%netscape.com
a5ada64ec3 after doing an admin -kb, trying again to repair corrupt google icon 2001-05-20 10:06:06 +00:00
hewitt%netscape.com
84b92bae5b another attempt to fix corrupt google icon 2001-05-20 10:04:19 +00:00
hewitt%netscape.com
f07156eb73 78882 - Dragging a bookmark into the personal toolbar causes all items to be deleted, r=ben, sr=alecf 2001-05-20 05:58:25 +00:00
waterson%netscape.com
4a0d5c8e46 Bug 81763. Fix inefficient use of strlen(). Patch provided by Ulrich Drepper (drepper@cygnus.com), sr=waterson. 2001-05-19 20:14:42 +00:00
gerv%gerv.net
80519a64ce Make it possible to set the location of the bookmarks file. Bug 31623. r=timeless, sr=waterson. Pref for this is browser.bookmarks.file - you need to edit your pref.js manually. I seem to remember you need to double your backslashes on Windows... 2001-05-19 15:57:08 +00:00
gerv%gerv.net
ff74e11470 Remove hardwired "Mozilla" and "Netscape" strings from DTD files. Part of bug 80838. r=rchen, sr=blizzard. 2001-05-19 15:54:29 +00:00
gerv%gerv.net
3168baae75 Refactor translation backend to support multiple translation providers. Bug 77207. r=timeless, sr=alecf. 2001-05-19 15:47:26 +00:00
gerv%gerv.net
07cb655f21 New fonts prefs panel. Bug 28899. r=fabian, sr=ben. 2001-05-19 15:44:13 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
ben%netscape.com
70c78eb3f6 Forgot to make history window set its windowtype to history:searchresults when the window is opened in search mode.
r=matt, sr=blake
2001-05-19 03:33:21 +00:00
matt%netscape.com
e05db65ae1 adding code for search button. Need sherlock to have happen.
bug 81742
2001-05-19 02:32:22 +00:00
ben%netscape.com
ba3af4948f 81575, Clean up after myself. (remove old find window files) 2001-05-19 02:21:37 +00:00
ben%netscape.com
33cfe226ea 81575, remove strings for removed menuitem. r=blake, timeless, sr=alecf 2001-05-19 02:16:55 +00:00
ben%netscape.com
717aa8f45f Still part of 81575:
- Update jar manifest to build new History Find dialog
all these changes r=blake, timeless, sr=alecf
2001-05-19 01:58:55 +00:00
ben%netscape.com
739f567b5d Still part of 81575:
- Make Bookmarks Find window look like proper Mac find windows
- newline at end of findBookmark.xul
all these changes r=blake, timeless, sr=alecf
2001-05-19 01:58:06 +00:00
ben%netscape.com
de3b19c2e4 Still part of 81575:
- remove Search in Bookmarks/History menuitem from Navigator as these are now two different mini-dialogs.
all these changes r=blake, timeless, sr=alecf
2001-05-19 01:56:28 +00:00
ben%netscape.com
1980e31d1b Fix for 81575, Implement a new find in history dialog. This replaces the ugly old dual Bookmarks/History search, which had problems.
- Duplicate bookmarks find dialog code (since it's so small it's not worth factoring)
- Make the history window know how to root its tree on a given URI
- Add Find in History dialog XUL, JS, etc
2001-05-19 01:54:10 +00:00
cmanske%netscape.com
89993c6a77 Fixed editable menulist problems needed to make Composer's Advanced Edit dialog and some wallet dialogs work. Part of work for bug 71743, r=mjudge, sr=hewitt 2001-05-19 01:08:04 +00:00
matt%netscape.com
2f370f95ee fix for bug 81679. adding actionButton and actionURL to RDF datasource r=ben SR=waterson
TIB
2001-05-18 23:52:19 +00:00
bstell%netscape.com
7463bcdd9a bug 78273, r=ftang/jbetak, sr=blizzard
For the embedding API added "get font list".
Use this new call to fill our font pref
2001-05-18 23:36:56 +00:00
hewitt%netscape.com
554f06506d 80600 - text following checkbox is not displayed. Just needed to extend the right xbl binding., r=blizzard, sr=alecf 2001-05-18 22:05:48 +00:00
mkaply%us.ibm.com
85a441e63d #74606
r=cls
Don't copy XP file picker on OS/2
2001-05-18 21:18:54 +00:00
sgehani%netscape.com
197c0cd45b Add the sidebar search mode pref to the search pref panel.
b  = 4995
r  = mcafee
sr = sfraser
2001-05-18 08:04:02 +00:00
sgehani%netscape.com
55cf7fe665 Add the sidebar search mode pref to the search pref panel.
b  = 4995
r  = mcafee
sr = sfarser
2001-05-18 08:04:00 +00:00
andreww%netscape.com
a1549a4b44 bugzilla 73982 r=pinkerton sr=hewitt. Adding xbl-based image pre-caching of toolbar buttons. 2001-05-18 01:21:47 +00:00
cls%seawood.org
3653919819 Set up final link to work for static builds using the generated FINAL_LINK_LIBS & FINAL_LINK_COMPONENTS lists.
Bug #46775
2001-05-18 01:06:02 +00:00
pinkerton%netscape.com
54128d5bdc removed tasksOverlay.xul because it's already included from navigatorOverlay.xul. r=saari/brade, rs=hyatt. bug# 78322. 2001-05-17 23:21:56 +00:00
mkaply%us.ibm.com
ad51866a7b BeOS bustage - wrong printf 2001-05-17 23:05:57 +00:00
pinkerton%netscape.com
58f07837af added commandset binding point so navigator commands will get overlayed into document. must have gotten lost in the shuffle somewhere. all menus now work when no window is open on mac. r=saari,brade/rs=brendan. bug# 78807. 2001-05-17 23:05:40 +00:00
mkaply%us.ibm.com
6f3e469eca #65678
r=mkaply, a=blizzard
We don't have a message queue yet, so create one
2001-05-17 20:19:01 +00:00
dbragg%netscape.com
71c972dd39 Changing NS_SetupRegistry_1 to always autoreg for now. Part of bug 65678 r=dveditz. 2001-05-17 19:59:36 +00:00
danm%netscape.com
1a4ac3b5cf merely shuffling names for the static build. bug 46775. this file should now be all swimmingly staticable. 2001-05-17 19:45:32 +00:00
loadrunner%betak.net
37d6fe4457 bug 78566 r=pchen, sr=alecf 2001-05-17 19:10:47 +00:00
mkaply%us.ibm.com
5b2cdcc92a #65678
r=mkaply, a=blizzard
OS/2 code for showOSAlert plus preemptive build break fix with XP_PC
2001-05-17 18:45:54 +00:00
alecf%netscape.com
740a099cd1 update the preloader - not part of build
add support for services and non-services
2001-05-17 18:44:55 +00:00
dbragg%netscape.com
7c1c6c9166 Last part of checkin for 65678. nsAppRunner.cpp will detect if a previous
update install completed successfully.  If not it will throw a platform-specifc
alert (showOSAlert.cpp) and kick off the cleanup utility. Then it will exit.
r=dveditz, sgehani. sr=mscott.
2001-05-17 18:35:38 +00:00
dbragg%netscape.com
13cff73550 Last part of checkin for bug 65678. nsAppRunner will detect if a previous update install completed successfully. If not, it will throw a platform-specific alert (showOSAlert.cpp) and kick off the cleanup utility. Then it will close. r=dveditz, sgehani. sr=mscott 2001-05-17 18:35:32 +00:00
sgehani%netscape.com
ed30c06d32 Add ids to search menus that got lost or didn't exist.
b  = 4830, 4627
r  = matt
sr = alecf
2001-05-17 07:02:00 +00:00
leif%netscape.com
a9b78f3686 Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
r=dmose@netscape.com
sr=mscott@netscape.com
2001-05-17 06:26:35 +00:00
dbragg%netscape.com
c7ef35c977 Platform-specific alert box to tell user a previous install didn't complete. Part of bug 65678. r=dveditz, sr=mscott. 2001-05-17 05:29:07 +00:00
bstell%netscape.com
abcff3f136 bug 79608, r=ftang, sr=vidur
for the embedding API: add get/set charset (use it in our js)
2001-05-17 02:17:31 +00:00
eddyk%netscape.com
1823c66831 Bug 70742: unable to focus, or enter text in some pref panel textfields if another pref panel is viewed
r=blake, sr=ben
2001-05-17 02:13:21 +00:00
dmose%netscape.com
ce464fac5a Added hidden pref to allow short strings to be ignored by LDAP autocomplete session (bug 76593). r=leif@netscape.com,ducarroz@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com 2001-05-17 02:04:00 +00:00
anatoliya%netscape.com
4be03d3937 bug 76512 r=pchen sr=hyatt 2001-05-17 02:02:51 +00:00
jj%netscape.com
ddc8f99888 fix for #77185 (updating Finder's version string to 0.9+) 2001-05-17 01:46:11 +00:00
scc%mozilla.org
7dbfdc16f4 bug #75220: sr=jst, r=dr; rename |nsCommon[C]String| to |nsSharable[C]String|. Fix all users of the old name. 2001-05-16 04:52:43 +00:00
thayes%netscape.com
0b5a224275 Bug 43501 - r=ddrinan,sr=blizzard Add Privacy & Security to basic prefs
window.  Restructure security prefs, and move cookie and wallet prefs.
2001-05-16 04:43:18 +00:00
jelwell%netscape.com
28735e7297 Fix for bug 50679 "Prefs -> change SOCKS to "SOCKS v5"
r=blake, sr=hewitt
2001-05-16 04:42:15 +00:00
ben%netscape.com
97e19783a8 Fix for 80392, poor fit for pref panels. r=blake, sr=hewitt 2001-05-16 02:01:25 +00:00
sfraser%netscape.com
8dbfb7bd45 Fix bug 80660 -- can bring up multiple find dialogs now. r=blake, sr=ben 2001-05-16 01:47:54 +00:00
ben%netscape.com
6436e54a9c fix for 74969. r=blake, waterson 2001-05-16 01:37:20 +00:00
blakeross%telocity.com
5da2720a05 Backing out anatoliya to fix build bustage. The compiler is your friend. It will help you catch errors. 2001-05-16 00:07:52 +00:00
anatoliya%netscape.com
5faa137abc bug 76512 r=pchen sr=hyatt 2001-05-15 22:03:51 +00:00
danm%netscape.com
a3f0d99763 fix sandboxing of sidebar iframe. bug 59603 r=hyatt,matt 2001-05-15 18:07:50 +00:00
yokoyama%netscape.com
d4b5577337 bug fix for 69121. 2001-05-15 18:00:14 +00:00
morse%netscape.com
045c1545b0 bug 53403, Dragging bookmark folder into child folder deletes folder, r=ben, sr=alecf 2001-05-15 13:43:27 +00:00
law%netscape.com
80fdeac6f8 Bug 53952; replace DDE client to prevent being blocked by ill-behaved applications; r=cathleen, sr=alecf 2001-05-15 10:32:51 +00:00
stephend%netscape.com
9e07ab2cd5 Choosing Help | About Mozilla should show 'about:' in URL. Patch by Henrik Gemal <gemal@gemal.dk> r=timeless@mac.com sr=ben@netscape.com 2001-05-15 06:25:17 +00:00
stephend%netscape.com
689b1dd1b2 autostretch='never' needs to be added for checkboxes. Patch by Stephen Walker <walk84@usa.net> r=timeless sr=ben@netscape.com. Bug 42406 2001-05-15 06:20:55 +00:00
stephend%netscape.com
d4caa9568f Removing an annoying 'go' dump statement in the color picker. Bug 80869. Patch by Stephen Walker <walk84@usa.net) r=stephend/timeless sr=hewitt 2001-05-15 05:55:10 +00:00
sspitzer%netscape.com
de70a2f2c7 fix for #65704. offline status indicators aren't changing.
now the offline indicators in multiple browser, mailnews, msg compose, editor windows will
update when we go offline.  also, allow windows to 'jump in' before the offline state
changes so they can do certain tasks and allow the user to cancel the state change, if needed.
(important for mailnews).  there is still some work to do, but this is the bulk of it.
r=alecf (on initial patch), r=bienvenu, sr=ben.
2001-05-15 05:49:09 +00:00
pchen%netscape.com
81abe4bacf bug 76705, r=mcafee, sr=ben, add fastnav.xul and fastnav.js to comm.jar 2001-05-15 05:01:53 +00:00
pchen%netscape.com
45c2a95bab bug 76705, r=mcafee, sr=ben, add minmal fastnav.xul and fastnav.js 2001-05-15 05:00:47 +00:00
sfraser%netscape.com
442a468064 Fix for bug 80810. Persist the position of the prefs dialog. r=pav, sr=ben 2001-05-15 04:37:33 +00:00
sfraser%netscape.com
408882d58c Making the add bookmark dialog look better (dialog=yes). r=pavlov, sr=ben 2001-05-15 04:31:23 +00:00
loadrunner%betak.net
00c7d93dd4 bug 57720, (sr, r)=alecf, blizzard 2001-05-15 03:48:51 +00:00
blakeross%telocity.com
90150f18ac Changing "Show" to "Show/Hide" to better reflect function. r=mpt rs=brendan 2001-05-15 03:28:10 +00:00
blakeross%telocity.com
9031988911 View > Toolbars submenu item should be "Status Bar", not "Statusbar" or "Taskbar". (80733, patch by Gerv). r=blake rs=brendan 2001-05-15 03:24:13 +00:00
hewitt%netscape.com
c222c09e51 80488 - page info dead, r=blake/andreww 2001-05-14 22:44:57 +00:00
dveditz%netscape.com
8688792701 fix Mac build problem for bug 7022; thanks to sgehani@netscape.com for tracking down 2001-05-14 12:38:15 +00:00
jst%netscape.com
adaaa4ea05 Checking in the change to use node.baseURI as tbe base wben computing absolute URI's again, this change was checked in, then removed since it required breaking the nsIDOMNode ABI which was unwanted. This change was made by heikki@netscape.com, r=blakeross@telocity.com, sr=alecf@netscape.com 2001-05-14 09:51:44 +00:00
blakeross%telocity.com
1441cf9c49 Stylesheet scoping caused radiogroup navigation regression in Classic. Fixing... r=kerz sr=hewitt 2001-05-14 04:11:17 +00:00
blakeross%telocity.com
952f8974ea Stylesheet scoping caused radiogroup navigation regression in Classic. Fixing... r=kerz sr=hewitt 2001-05-14 04:09:47 +00:00
blakeross%telocity.com
a187f82e97 Stylesheet scoping caused scrollbars to have context menus yet again. Removing... r=kerz sr=ben 2001-05-14 04:08:59 +00:00
blakeross%telocity.com
033897c647 Toolbars -> Show and move My Sidebar throughout (80484, patch by Gervase Markham). r=blake sr=shaver 2001-05-14 04:03:41 +00:00
blakeross%telocity.com
615d19ee33 Toolbars -> Show and move My Sidebar throughout (80484, patch by Gervase Markham). r=blake sr=shaver 2001-05-14 04:02:31 +00:00
blakeross%telocity.com
c2bc584942 Component bar in statusbar is flat and messed up in win classic (80434). r=kerz sr=ben 2001-05-14 03:58:24 +00:00
blakeross%telocity.com
ffc1194291 Upcoming outliner controller foo. Not yet part of build. 2001-05-14 03:46:51 +00:00
rpotts%netscape.com
f02e84c4bb bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
ben%netscape.com
82ddcdc255 cvs sux rox 2001-05-13 09:28:09 +00:00
ben%netscape.com
7be3bf435e Fix for 71685, Bookmarks in sidebar don't load. r=pchen, sr=sfraser 2001-05-13 09:17:39 +00:00
dbaron%fas.harvard.edu
4f53297cd6 Fix context menus on pages with background images. Patch from Mark Loiselle <mloiselle@yahoo.com>. r=dbaron sr=shaver b=80473 2001-05-12 21:19:45 +00:00
blakeross%telocity.com
5470f3d4c1 Dropping dragged webpage text yields null (68058). r=doron sr=ben 2001-05-12 20:07:12 +00:00
bbaetz%cs.mcgill.ca
422292336c Bug 32359 - fix context menu for mailtos
patch by gerv, r=bz,dr sr=alecf
2001-05-12 17:52:35 +00:00
bbaetz%cs.mcgill.ca
d1f2414952 bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars
submenu to "show"
patch by gerv, r=hwaara, sr=alecf
2001-05-12 17:49:15 +00:00
bbaetz%cs.mcgill.ca
8dcd73f985 Bug 53712 - changing themes shouldn't reaply current theme
patch by gerv (gervase.markham@univ.ox.ac.uk), r=timeless, sr=alecf
2001-05-12 17:47:33 +00:00
peterv%netscape.com
bca11b5ad0 Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
cls%seawood.org
74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
hewitt%netscape.com
11849619f2 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 05:07:39 +00:00
hewitt%netscape.com
154b1e86f9 75143 - new wizard bindings - part of build, but not yet used, sr=hyatt 2001-05-12 05:05:34 +00:00
hewitt%netscape.com
e4e8350056 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 04:51:28 +00:00
loadrunner%betak.net
0b70dc0cc7 bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
evaughan%netscape.com
94198ed5d8 Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
darin%netscape.com
b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
ftang%netscape.com
1640678728 fix bug 79680
r/sr = kin
add bidi additional string
should not impact the build
2001-05-11 13:49:54 +00:00
ftang%netscape.com
0d019dae21 fid bug 79677. add bidi option to the dtd
r/sr = kin
should not impact the tree
2001-05-11 13:47:48 +00:00
ftang%netscape.com
f1b9dddcba fix bug 79675 add new dtd files. r/sr=kin
not part of the build yet
should not impact the build
2001-05-11 13:46:03 +00:00
ftang%netscape.com
f3d18aef4d fix bug 79387. r=nhotta sr=blizzard
regroup the charset name for new charsaets
properties file chane. Should not impact the build
2001-05-11 13:44:35 +00:00
ben%netscape.com
8c4082ae26 Bug 79948, fix pref window size. r=pchen, sr=waterson & bonus fix for 79949 2001-05-11 08:42:42 +00:00