Commit Graph

816 Commits

Author SHA1 Message Date
blakeross%telocity.com
a07efad3ca Fixing a typo in my last patch... 2000-11-02 02:38:05 +00:00
blakeross%telocity.com
13fafc7130 Fix 58333, 58283, 58354: Middle mouse paste of URL no longer works, shift+click (not alt+click) to save a link, and middle-click/control-click on <AREA> doesn't open in new window. r=ben sr=brendan 2000-11-02 01:31:05 +00:00
ben%netscape.com
b47f424cf7 that previous checkin was r=jrgm, blake, a=alecf 2000-11-01 06:55:19 +00:00
ben%netscape.com
a09b6cfc75 test for the fix for 58551, crash on startup when event listener added twice. 2000-11-01 06:54:19 +00:00
blakeross%telocity.com
027eeadcc1 Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf 2000-10-28 14:30:48 +00:00
pchen%netscape.com
1f28063f2c bugzilla 56564, r=matt, sr=alecf, add a "l" to ".htm" on other search URL 2000-10-26 20:28:40 +00:00
disttsc%bart.nl
406eb39378 Make the font size menu always set a zoom level as interim fix until we've hooked up mousewheel font size changing to this menu.
bug=57480, r=bryner, a=ben
2000-10-26 01:31:40 +00:00
disttsc%bart.nl
e858816f79 Fix Debug/Verification/PNG Images Test url, bug=39984, patch=teamwork (see bug), r=leaf, a=ben 2000-10-24 22:36:12 +00:00
blakeross%telocity.com
0ad93931fb Fix 57825: search button broken for single click searches. r=pchen a=alec, rtm+ 2000-10-24 21:59:48 +00:00
pchen%netscape.com
7a7bde4572 bugzilla 56564, r=matt, sr=alecf, ooops, found typo in fix, fixing typo 2000-10-23 02:49:02 +00:00
matt%netscape.com
6bea6637df http://bugzilla.mozilla.org/show_bug.cgi?id=55413
adding fuction for listeners
a=ben.
a=rjc
2000-10-20 20:45:21 +00:00
disttsc%bart.nl
25b374aebd Make accel+I work in the browser. bug=55569, r=ben, a=brendan 2000-10-20 20:04:28 +00:00
cls%seawood.org
de4337e464 Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2000-10-20 05:21:40 +00:00
pchen%netscape.com
481190ed33 bugzilla 56564, r=matt, sr=alecf, added string in string bundle for "third"
search URL
2000-10-19 22:43:02 +00:00
pchen%netscape.com
669d675d27 bugzilla 56564, r=matt, sr=alecf, revert code from bugscape 2666 and use
string bundle for "third" search URL
2000-10-19 22:42:17 +00:00
alecf%netscape.com
3a10d326e0 first part of fix for #52519 - escape text/x-moz-url URLs when they are dragged r=law@netscape.com (LOTS of review!)
a=ben@netscape.com
(from the N6 branch)
2000-10-19 21:38:25 +00:00
radha%netscape.com
076cfe24b7 Fix for bug # 53922. Checking in to trunk r=waterson sr=alec 2000-10-18 14:49:28 +00:00
blakeross%telocity.com
0cfe9bea08 Fix 25592 - implement "open frame in this whole window" functionality and add an item to the context menu. r=law sr=shaver 2000-10-14 03:40:41 +00:00
law%netscape.com
06fd6d13eb rtm+ bug 27187; add code to make Mozilla the 'default browser'; r=ssu@netscape.com; sr=scc@netscape.com 2000-10-14 01:58:06 +00:00
locka%iol.ie
5fe8183010 Fix to name Internet Shortcuts after the document title, not the window title. b=41984, a=ben@netscape.com, r=ben@netscape.com 2000-10-12 14:21:10 +00:00
blakeross%telocity.com
0e538f812a Fix 55839: URL bar passes empty search string to default search engine. r=rjc a=waterson 2000-10-11 22:19:01 +00:00
law%netscape.com
834d248022 rtm+ Bug 22411; r=radha@netscape.com; sr=brendan@mozilla.org; Handle various image files by converting relative URLs to absolute 2000-10-09 20:48:14 +00:00
disttsc%bart.nl
245363e961 Make accel-h show up in Tasks > Tools -> History menuitem and make accel-h work everywhere. bug=52580, r=/a=ben 2000-10-08 06:32:49 +00:00
disttsc%bart.nl
45975251e5 Make Text Size menu not show on Macs. bug=52969, r=pinkerton, a=ben 2000-10-08 05:20:59 +00:00
blakeross%telocity.com
e6c88ea0dc Fix 42404, wording change for the URL bar in navigator. r=matt sr=ben 2000-10-08 05:17:43 +00:00
blakeross%telocity.com
736310b247 Fix bug 52059, remove Print Preview from app menus until the feature is implemented and working. r=matt sr=ben, rtm+ 2000-10-08 02:39:24 +00:00
law%netscape.com
61271d46ca Bug 50656; r=matt@netscape.com; sr=ben@netscape.com; Don't let window.status override window.defaultStatus forever, and don't put auxilliary messages into overLink 2000-10-07 00:23:34 +00:00
blakeross%telocity.com
dc76bbed5a Fix bug 46645, pref about popping open the My Sidebar Search search when search results are available has no effect. r=rjc sr=scc, rtm+ 2000-10-07 00:14:03 +00:00
pchen%netscape.com
4d63ffff35 bugscape 2666, r=matt, sr=scc, set fallbackDefaultSearchURL to "http://search.netscape.com/" because navigator.js was overriding the old URL with this 2000-10-06 23:39:58 +00:00
pchen%netscape.com
d5aef24288 bugscape 2666, r=matt, sr=scc, removed code to check to see if defaultSearchURL equals fallback URL, set fallback URL to hard coded value, should be functionally equivalent and we can internationalize the URLs 2000-10-06 23:39:55 +00:00
hewitt%netscape.com
6529ba96ae #54751 - [Modern] main window cleanup, r=andreww, a=ben 2000-10-05 21:44:48 +00:00
morse%netscape.com
88d36fe513 bug 52674, changing url for privacy tutorial, r=dveditz,ben, a=verah,ben,dveditz,mcarlson,matt 2000-10-04 02:57:25 +00:00
mcafee%netscape.com
09f2166c9f Adding Ctrl-E for File | Edit Page accelerator (53773). r=akkana 2000-10-04 02:03:00 +00:00
disttsc%bart.nl
46a0504241 Remove an obsolete comment, r=/a=waterson 2000-09-29 21:34:48 +00:00
cls%seawood.org
b6dfdbc836 Make build ids work on unix again. Bug #53559 r=jag a=jar 2000-09-27 00:38:38 +00:00
ben%netscape.com
aa2614034a fix for 53537, middle mouse click drag on scrollbar causes clipboard to load in content area.
patch from jrgm, r=alecf, sr=ben (juss' checking it in...)
2000-09-27 00:08:27 +00:00
mcafee%netscape.com
904459f24a Ctrl-Home isn't supposed to go to home page, says lake the UI czar (51597). r=pavlov 2000-09-26 23:02:08 +00:00
mcafee%netscape.com
b73b132aff Adding ctrl+/- accelerators for View|Text Size enlarge/reduce (51597). patch=jag, r=mcafee 2000-09-26 22:05:40 +00:00
disttsc%bart.nl
1fa78daed4 Turn View -> Text Size back on now that bug 52985 (mac menu bug) is fixed. Bug=53207, a=brendan 2000-09-23 14:41:58 +00:00
hyatt%netscape.com
ac2865c3c4 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
blakeross%telocity.com
26cdf8034f Fix nsbeta3+ bug 50202, IE favorites not working in PT Bookmarks menu. r=a=don 2000-09-22 04:57:06 +00:00
radha%netscape.com
9660d43d3f Fix for bug #52215 r=ben a=ben 2000-09-22 04:51:34 +00:00
timeless%mac.com
f50548423c another fix for another part of bug 41535 r=cmanske a=ben. 2000-09-22 02:45:51 +00:00
timeless%mac.com
73b437d3dd for bug 41535; r=cmanske, a=brendan; urgent=blake+l10n.
It seems that charsetOverlay was replaced by charsetDetectorsOverlay.
2000-09-21 07:44:39 +00:00
ben%netscape.com
c4e1b1a01c part of previous checkin 2000-09-21 07:00:10 +00:00
ben%netscape.com
f895800aa0 Fix for bug 52966, blank first item in session history popup associated with URLBar. r=hewitt, sr=radha. 2000-09-21 06:59:25 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
locka%iol.ie
b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
mcafee%netscape.com
e2cbb0585b Mis-named key id was preventing ctrl-s from showing up in File menu (53269). a,r=waterson 2000-09-20 07:39:38 +00:00
waterson%netscape.com
7dc55680e8 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00