Commit Graph

492 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
405b41aadf Bug 103329 (regression): treat whitespace as "about:blank". r=biesi, sr=hewitt 2006-09-14 06:07:09 +00:00
jaggernaut%netscape.com
341cc772c8 Bug 109551: load the "page to load on startup / new window", instead of always loading the homepage (bad me, no cookie!). r=biesi, sr=bryner 2006-09-14 06:07:08 +00:00
jaggernaut%netscape.com
30932f1fd4 Bug 109551: prefs to show home/current/blank page in new tab. r=shliang, sr=bryner 2006-09-14 06:07:07 +00:00
neil%parkwaycc.co.uk
a30abbbd4b Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL r=jag sr=bz 2006-09-14 06:07:06 +00:00
neil%parkwaycc.co.uk
a3e1d90c48 Bug 191818 File menu missing "Close other tabs" option r=shliang sr=jag a=asa 2006-09-14 06:07:05 +00:00
neil%parkwaycc.co.uk
6c77ea4436 Bug 173223 Separator remains on toolbar when home button hidden p=martin@wulffeld.org r=me sr=jag a=asa 2006-09-14 06:06:50 +00:00
shliang%netscape.com
bb5fc3b04a bug 190014 - prefill popup manager appropriately when opened from popup blocked statusbar icon - r/sr=jag 2006-09-14 06:06:49 +00:00
shliang%netscape.com
0c48f0bd34 bug 176624 - popup blocking. r=danm, sr=jag 2006-09-14 06:06:48 +00:00
cbiesinger%web.de
746393a0cf 181724 r=caillon sr=bzbarsky shift+enter in location bar no longer works 2006-09-14 06:06:40 +00:00
timeless%mozdev.org
f8ddf28a8a Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL
patch by neil@parkwaycc.co.uk r=jag sr=bz
2006-09-14 06:06:39 +00:00
dbaron%fas.harvard.edu
4494fef4e8 Fix shutdown leaks of observer service via cycles through JS caused by closures and global variables. b=170022 r=morse sr=jag 2006-09-14 06:06:38 +00:00
jaggernaut%netscape.com
1f545c5159 Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers 2006-09-14 06:06:37 +00:00
caillon%returnzero.com
c7352679ae Bug 162393 - Making our content area clicking and link handling more robust.
r=bzbarsky sr=jag a=asa
2006-09-14 06:06:36 +00:00
jaggernaut%netscape.com
3d45fbea51 Bug 118835: add support for home page groups. r=law, sr=hewitt 2006-09-14 06:06:35 +00:00
varga%netscape.com
5877edc4c3 Fix for bug 172322. Merge securityOverlay.xul with navigator.xul.
r=kaie, sr=jag
2006-09-14 06:06:33 +00:00
danm%netscape.com
e699a31105 add popup blocking context menu item. bug 166442 r=brendan,jag 2006-09-14 06:05:18 +00:00
danm%netscape.com
4ea179ff72 bloody hell. backing out the rest of popup manager because of a suspected Txul regression. bug 167929 2006-09-14 06:05:17 +00:00
danm%netscape.com
749359a226 backing out Txul-regression-causing popup window manager. bug 167929 2006-09-14 06:05:16 +00:00
danm%netscape.com
e840d05598 adding popup window checkbox. bug 166442 r=jag,jst,timeless 2006-09-14 06:05:15 +00:00
caillon%returnzero.com
23ecdf0465 Add a method on the fixup object to strip off wyciwyg from nsIURIs
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2006-09-14 06:05:12 +00:00
kyle.yuan%sun.com
9ab90e4fc8 Bug 43714 Tooltip for the 'Home' button not updated when setting page via prefs
r=biesi, sr=bzbarsky
Register a pref callback in navigator.js.
2006-09-14 06:05:11 +00:00
caillon%returnzero.com
d5e3d19bd1 152625 - Make loading a groupmark honor the 'Load links in the background' pref
r=sicking sr=jag
2006-09-14 06:05:10 +00:00
cbiesinger%web.de
0c54015c1a bug 97123 part 2; patch by jrgm@netscape.com r=biesi sr=bzbarsky
fix regression - clicking on entries in autocomplete dropdown didn't work anymore
2006-09-14 06:05:09 +00:00
cbiesinger%web.de
f8b463188b bug 97123 r=brade sr=alecf modifier+Enter in address field and go button should behave like modifier+click on link 2006-09-14 06:05:08 +00:00
alecf%netscape.com
397a6fe4c7 bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2006-09-14 06:05:07 +00:00
sgehani%netscape.com
84d5b770e1 Take user to their search engine homepage when they click the search button
next to the location bar but have not entered anything into it themselves.
b=156504; r=jess; sr=blake
2006-09-14 06:04:30 +00:00
bzbarsky%mit.edu
f8409648b4 "Textbox context menu generates spurious focus events.". Bug 155871,
patch by neil@parkwaycc.co.uk, r=dean_tessman@hotmail.com, sr=jag
2006-09-14 06:04:29 +00:00
bzbarsky%mit.edu
0a560593ee Bug 128629 -- speed up personal toolbar a bit. Patch by
neil@parkwaycc.co.uk, r=pierrechanial@netscape.net, sr=ben
2006-09-14 06:04:28 +00:00
dean_tessman%hotmail.com
072954f7ec 1. 62495 - clickSelectsAll should not trigger if you're selecting text
2. 96446 - Right-clicking location bar selects entire URL even if location bar already has focus

r=walk84@yahoo.com, sr=blaker@netscape.com
2006-09-14 06:04:27 +00:00
jaggernaut%netscape.com
cf38af930d Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt 2006-09-14 06:04:26 +00:00
shaver%mozilla.org
e90e08a1e2 Followup to checkin for 116653 (openURL(,new-tab) support). Seems that the
observer service doesn't implement classinfo, and some people were reporting
a strict warning (?) related to this.  This is a more correct approach anyway,
so here we go. r=blizzard, sr=jag.
2006-09-14 06:04:25 +00:00
jruderman%hmc.edu
68b83c588b 86063 and 134614. add ctrl+shift+f shortcut for "search the web" and make "search the web" go to the user's selected search engine. r=aaronl,sgehani, sr=hewitt. 2006-09-14 06:04:24 +00:00
shaver%mozilla.org
a27a1aaac1 Bug 116653: Teach x-remote about openURL(,new-tab). r=blizzard, sr=jag. 2006-09-14 06:04:20 +00:00
caillon%returnzero.com
8d52bdbe7c Bug 134800, Clicking on a groupmark shouldn't clobber all open tabs. r=jag sr=blake 2006-09-14 06:04:19 +00:00
jaggernaut%netscape.com
4ded22cb50 Bug 148840: Add "Bookmark This Group of Tabs..." to Bookmarks menu. r=caillon, sr=hewitt 2006-09-14 06:04:18 +00:00
rpotts%netscape.com
c20c24aa2f bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2006-09-14 06:04:17 +00:00
alecf%netscape.com
35824b22e0 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2006-09-14 06:04:16 +00:00
cbiesinger%web.de
7bef6df2b3 bug 55798 r=fabian sr=alecf
strict warning in navigator.js
2006-09-14 06:04:07 +00:00
blakeross%telocity.com
7656e7ffde 134039 - theme switching should shut down quicklaunch. r=law sr=hyatt 2006-09-14 06:04:06 +00:00
jaggernaut%netscape.com
9fd5986493 Bug 139522: SSL Pages are incorrectly displayed as being not encrypted. r=kaie, sr=alecf 2006-09-14 06:04:05 +00:00
pete.zha%sun.com
eecddd48ce bug 127993:selected theme doesnot have one checked flag
r=bryner sr=blake
Check in for Jerry Tan(jerry.tan@sun.com)'s fix
2006-09-14 06:04:04 +00:00
bryner%netscape.com
3db3e1e622 Make sure not to focus the urlbar on window open if the navigation toolbar is hidden. Bug 88239, r=sgehani, sr=jag. 2006-09-14 06:04:00 +00:00
cbiesinger%web.de
1a054db85a bug 55798 patch by jscript@pacbell.net r=bzbarsky sr=alecf
js strict warning in navigator.js
2006-09-14 06:03:59 +00:00
alecf%netscape.com
681e5bb2db fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2006-09-14 06:03:58 +00:00
jaggernaut%netscape.com
3285db4f95 Bug 37638: URL bar is given focus by default in new window [via accel+N or File > New Navigator Window]
Bug 89835: Window opened up with JavaScript has focus in the URL bar while NN4 and IE put focus on the content area

Focus will now always go to the content area unless we're opening for a blank page.

r=bryner, sr=hewitt
2006-09-14 06:03:57 +00:00
caillon%returnzero.com
fd5b22fbd5 Backing out patch for bug 24651 until we can make initial button state honor preferences. a=tor 2006-09-14 06:03:56 +00:00
caillon%returnzero.com
9926584066 Bug 24651. Add a navigator button to clear the location bar. Patch by erik@hensema.xs4all.nl, r=timeless,bzbarsky sr=alecf a=asa. 2006-09-14 06:03:54 +00:00
blakeross%telocity.com
54a381b982 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2006-09-14 06:03:46 +00:00
rpotts%netscape.com
93a7dd4bcb bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network. 2006-09-14 06:03:45 +00:00
jaggernaut%netscape.com
d5bc8dd53a Bug 119599: add UI for bookmark groups in the File Bookmark dialog. r=bryner, sr=hewitt, a=asa 2006-09-14 06:03:42 +00:00