Commit Graph

169500 Commits

Author SHA1 Message Date
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
timeless%mac.com
d1914960b1 Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
patch=pierrechanial@netscape.net, r=timeless, sr=blake
2006-09-14 06:04:15 +00:00
timeless%mac.com
522cf73047 Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
patch=pierrechanial@netscape.net, r=timeless, sr=blake
2006-09-14 06:04:14 +00:00
stephend%netscape.com
c14635b054 Bug 148597. Can't drag a bookmark from personal toolbar to a tab. Patch by Pierre Chanial <pierrechanial@netscape.net> r=timeless, sr=blake, a=asa 2006-09-14 06:04:13 +00:00
timeless%mac.com
92f4fd191d Bug 139471 Rewrite of the personal toolbar drag and drop observer patch=pierrechanial@netscape.net, r=timeless, sr=ben
(maybe you should increment the version number to 2.1)
2006-09-14 06:04:12 +00:00
caillon%returnzero.com
02ebf1ba36 Bug 141333, Renaming 'Add to Bookmarks' to 'Bookmark This Page' in the Bookmarks menu. r=gerv, rs=jag 2006-09-14 06:04:11 +00:00
shliang%netscape.com
d8740aff68 135204 - rearranging search menus. r=sspitzer,sr=hewitt. 2006-09-14 06:04:10 +00:00
rods%netscape.com
6542edd527 Forgot to initialize the arg to false, and th js code needs to finsih PP in the catch if an error is passed back.
Bug 157129 r=carlen sr=waterson a=asa
2006-09-14 06:04:09 +00:00
rods%netscape.com
69cf832c59 Implement progress dialog for printing and PP that show before reflow
Bug 154136 r=dcone/sgehani sr=alecf
2006-09-14 06:04:08 +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
stephend%netscape.com
98d1127cd7 Bug 51985. 'Go' button should be styled as default. Patch by Bradley Hart <bhart@cvip.net>. r=walk84/sr=jag 2006-09-14 06:04:03 +00:00
timeless%mac.com
55b09378d0 Bug 134853 Bookmark groups displayed as folders within personal toolbar
patch by neil@parkwaycc.co.uk r=ben sr=alecf
2006-09-14 06:04:02 +00:00
blakeross%telocity.com
d242f44bc0 127349 - remove partial favicon support. r=ben sr=alecf a=asa 2006-09-14 06:04:01 +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
bzbarsky%mit.edu
222201cc0a Bug 126725, patch by Travis Crump <pretzalz@techhouse.org>, r=bzbarsky,
sr=alecf.
2006-09-14 06:03:55 +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
rods%netscape.com
3124d37813 Adds a new arg to the PP call. The new arg is not being used, it is
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2006-09-14 06:03:53 +00:00
blakeross%telocity.com
f7d6ea9edd 135244 - alt+b does not open bookmarks menu. r=dean sr=scc a=dbaron 2006-09-14 06:03:52 +00:00
rods%netscape.com
7d2fc850fe This patch does the following:
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2006-09-14 06:03:51 +00:00
rods%netscape.com
b057eb4d5e Missed these from checkin for
Bug 143248 r=dcone,conrad sr=attinasi
2006-09-14 06:03:50 +00:00
rods%netscape.com
b50858b05c making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi
2006-09-14 06:03:49 +00:00
rods%netscape.com
9478246b44 change printpreview toolbar over to a combobox with discrete values
Bug 127857 r=sgehani sr=alecf
2006-09-14 06:03:48 +00:00
rods%netscape.com
8c11227bd7 Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
Bug 115136 r=dcone sr=attinasi
2006-09-14 06:03:47 +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
timeless%mac.com
c6e58d56ae Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2006-09-14 06:03:44 +00:00
nhotta%netscape.com
23055922bf Add GB18030 to mail compose charset menu,
bug 136498, r=yokoyama, sr=alecf.
2006-09-14 06:03:43 +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
caillon%returnzero.com
62596eed1d Bug 133842: Accesskey 'B' was incorrectly applied to every item in the View > Use Style menu. Patch by fantasai@escape.com, r=jag, sr=alecf, a=asa. 2006-09-14 06:03:41 +00:00
blakeross%telocity.com
ce0fb9bee4 127784 - require restart on theme switch. r=hewitt sr=ben a=dbaron 2006-09-14 06:03:40 +00:00
sgehani%netscape.com
9195eb64d7 Fix search in URL bar, search button, and context menu.
b=132780; r=law; sr=scc; a=asa
2006-09-14 06:03:39 +00:00
rchen%netscape.com
a55e3d32ba Fix bug 86248 - Drop-down search text in address bar not localizable. r=rchen, sr=hewitt, a=asa (on behalf of drivers) for checkin to the 1.0 trunk 2006-09-14 06:03:38 +00:00
timeless%mac.com
af3e758bd8 Bug 51688 Use Stylesheet menu: differentiate "None" from disabling all styles
patch by fantasai@escape.com r=mpt, r=alecf, rs=brendan, a=asa
2006-09-14 06:03:37 +00:00
sgehani%netscape.com
edefdf8202 Delay morphing window when entering print preview mode.
b=126675; r=law; sr=alecf; a=asa
2006-09-14 06:03:36 +00:00
timeless%mac.com
30b2ec3e2f Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2006-09-14 06:03:35 +00:00
hyatt%netscape.com
6299732614 Landng boomar groups. 119599 r ben sr jag a asa 2006-09-14 06:03:34 +00:00
akkana%netscape.com
15a8becb5e 83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa 2006-09-14 06:03:33 +00:00
bzbarsky%mit.edu
0309d23ed3 Make "go" button pref do the right thing again. Bug 129686, patch by
caillon@returnzero.com (Christopher Aillon), r=bzbarsky, sr=jag, a=asa
2006-09-14 06:03:32 +00:00
bzbarsky%mit.edu
04de043081 Add a pref observer for the "hide tab bar with only one tab" pref. Bug
112699, patch by caillon@returnzero.com (Christopher Aillon),
r=bzbarsky, sr=jag, a=asa
2006-09-14 06:03:31 +00:00
hewitt%netscape.com
c1362a9f20 90337 - urlbar not responsive to enter key, r=hyatt, sr=blake, a=roc 2006-09-14 06:03:30 +00:00
ben%netscape.com
55f740af31 Fix for 128815 - numerous bookmarks improvements, including fixes for bugs: 77411, 114142, 126748, 128571.
r=blake, sr=hyatt, a=asa
2006-09-14 06:03:29 +00:00
blakeross%telocity.com
b3c1c446aa 104094 - dragging link to home button results in blank/messed up dialog. r=pink sr=hewitt a=shaver 2006-09-14 06:03:28 +00:00