Commit Graph

274 Commits

Author SHA1 Message Date
granrose%netscape.com
d2d653d5ac backing out mitesh. 2001-06-22 18:30:49 +00:00
mitesh%netscape.com
aaee252d00 Fixes for bug 70348 - autoconfig feature
r = bnesse, sr=alecf and a=dbaron
2001-06-22 17:46:30 +00:00
pinkerton%netscape.com
59da7d1010 fix # of params that initMenu takes. r=pink/sr=blake/a=asa. bug#87109. from jg@cyberstorm.demon.co.uk. 2001-06-22 02:24:40 +00:00
mstoltz%netscape.com
f4de90c798 86019 - Change stack-walking code in caps to keep functions from inheriting privileges
from their caller. r=jesse@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org, PDT+

86982 - Add same-origin security check to XMLDocument::Load(). r,a=blizzard@mozilla.org,
sr=jst@netscape.com

84191 - Fixing regression in Open URL dialog by not calling CheckLoadURI when it isn't
needed. r=cmanske@netscape.com, sr=sfraser@netscape.com, a=asa@mozilla.org
2001-06-22 02:08:10 +00:00
dougt%netscape.com
758f79ff72 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
blakeross%telocity.com
bb37d554f9 No feedback when Find Again (Ctrl+G) reaches EOF (63410). r=alecf sr=sfraser a=asa 2001-06-20 06:12:37 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ben%netscape.com
aa33a2858b Bug 79948, fix pref window size. r=pchen, sr=waterson 2001-05-11 08:41:33 +00:00
dbaron%fas.harvard.edu
4de9d368fc Fix middle mouse click opening new window, which was broken by an improvement in our DOM support in the XPCDOM landing (localName should return null in many cases). r=blake sr=jst b=79548 2001-05-10 11:50:12 +00:00
dr%netscape.com
51c7a2bb3d fix for 79393 (gray vertical splitter isn't -- typo). r=hwaara, rs=hyatt 2001-05-10 02:46:02 +00:00
scc%mozilla.org
887da6bd06 backing out 48748 as per comments in the bug. sr=shaver 2001-05-09 11:05:54 +00:00
ben%netscape.com
b58a221f2f Fix for 76502 and related bugs. some parts sr=alecf, tested by several people (andred, fabian) 2001-05-09 08:36:24 +00:00
timeless%mac.com
6e911222c9 Bugzilla Bug 54161 "about:plugins" should be proper HTML
fix by alexeyc@bigfoot.com r=hixie sr=alecf.
2001-05-09 07:56:23 +00:00
andreww%netscape.com
b9e6fe91ae bugzilla 48748 r=hangas sr=hewitt - change "tasks" menu to "Window" 2001-05-09 04:44:04 +00:00
andreww%netscape.com
1ca583f98d 43797 abolish the taskbar sr=hewitt (s)r=hyatt 2001-05-09 04:41:09 +00:00
andreww%netscape.com
bc903fcb13 bugzilla 43797 abolish the taskbar sr=hewitt, (s)r=hyatt 2001-05-09 04:40:33 +00:00
sfraser%netscape.com
0d77719154 Fix bug 78419; move Find-related JS into a new file, used in navigator and viewsource. sr=sspitzer, r=jag 2001-05-05 00:46:54 +00:00
jgmyers%netscape.com
158720a885 remove PSM from Tasks menu: bug 76181 r=blake sr=blizzard 2001-05-04 22:39:37 +00:00
bbaetz%cs.mcgill.ca
ca20128ff7 bug 25071 - add "view background image" to context menu
patch by gervase.markham@univ.ox.ac.uk
r=timeless, sr=blizzard
2001-05-04 20:47:50 +00:00
mitesh%netscape.com
1e1ffa36cf Checking in Bug 70348
Adding AutoConfig Feature
r=bnesse and sr=alecf
2001-05-04 20:45:20 +00:00
alecf%netscape.com
73a2cb5f6c fix for bug 53904 sr=ben, r=timeless 2001-05-02 22:29:05 +00:00
hewitt%netscape.com
615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
bbaetz%cs.mcgill.ca
0ca337367f Bug 74019 - r=jag, sr=ben
Bug 76587 - r=morse, sr=ben

Both bugs fix errors in the context menu js, which caused the context menu
to show all possible items.
2001-04-29 20:48:29 +00:00
heikki%netscape.com
ca3a97dba5 Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann. 2001-04-24 00:04:11 +00:00
blakeross%telocity.com
9dc300605f Open Web Location dialog does not work in Composer, and Choose File... button doesn't work at all (71234, 75849). r=blake, cmanske sr=blizzard, alecf a=asa 2001-04-20 02:21:52 +00:00
dr%netscape.com
2e8fbd1253 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +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
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
chuang%netscape.com
89aa4e2c3c Bug 69480 Address Book re-factoring landing 2001-04-12 17:35: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
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +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