Граф коммитов

2087 Коммитов

Автор SHA1 Сообщение Дата
sgehani%netscape.com 4ff1572cca Landing print preview toolbar and UI.
b=111235; r=law; sr=hewitt
2002-02-20 06:19:39 +00:00
hewitt%netscape.com 7d0f387877 case issue in file name 2002-02-20 04:49:47 +00:00
ben%netscape.com 7ceb4f2e83 Fix for 106326 - better handling of IE favorites. Adding support for one-time import of
IE favorites in addition to dynamic root which is now off by default.
r=rjc, sr=hyatt
2002-02-20 04:06:57 +00:00
hewitt%netscape.com 5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
rods%netscape.com 785aacab83 1) Makes sure that when a PrintSettings is created it is initialized from the
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
2002-02-20 03:18:33 +00:00
dbragg%netscape.com c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
cbiesinger%web.de 8f35a0689a bug 126059 r=timeless sr=alecf
disable menu stuff for images (like Search in Page, Text Zoom, etc.)
2002-02-19 21:19:42 +00:00
blakeross%telocity.com 041e0b7b9a 87970 - selecting entry from location bar history should move entry to top. r=jag sr=shaver 2002-02-19 03:07:43 +00:00
blakeross%telocity.com d7530223ec 78749 - only show history folders that contain entries.
77935 - make autocomplete from global history optional.

126320 - invalid typed urls should be hidden and expire quickly.

126127 - custom keyword with :// doesn't work.

r=hewitt sr=alecf
2002-02-19 02:47:08 +00:00
dbragg%netscape.com 4df9fe19a7 Fix for bug 91721. This part of the fix is in the View menu. Instead of bringing
up the little submenu it now brings up the Preferences dialog for content and language
packs.  This makes the UI more consistent for selecting and downloading these packs.
r=tao, sr=alecf
2002-02-18 23:28:26 +00:00
jaggernaut%netscape.com 2f8dd50c03 Bug 123794: urlbar not properly updated when leaving www.libertarian.org [frames]. r=hewitt, sr=jst 2002-02-18 15:23:12 +00:00
cbiesinger%web.de 51537449df checking in patch for bug 122144 again because the backout had no visible impact on Txul times. 2002-02-18 12:14:52 +00:00
blakeross%telocity.com 89908498f3 56647 - autocomplete menu has improper tooltip. r/sr=hewitt 2002-02-18 06:05:16 +00:00
cbiesinger%web.de 391c32f009 backing out patch for bug 122144 because Txul is 1% up
a=shaver
2002-02-17 22:26:05 +00:00
cbiesinger%web.de 46ca6d433f fix strict warning introduced with 122144
r=timeless sr=blake
2002-02-17 20:00:56 +00:00
pinkerton%netscape.com 1dc8ab7ecd pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605 2002-02-17 19:32:08 +00:00
cbiesinger%web.de e22386f61a bug 122144 r=timeless sr=blake
disable 'Translate' menu item for images
2002-02-17 19:25:24 +00:00
ian%hixie.ch f98144cbaf Make Personal Toolbar tooltips also contain the URI of the link. b=105485, r=blake, sr=ben. 2002-02-17 19:14:08 +00:00
cbiesinger%web.de 08d8a54f01 bug 125848 r=bryner sr=blake
Mnemonic  for Exit Mozilla in Quick Launch should be X not E
2002-02-17 10:16:39 +00:00
sgehani%netscape.com 20f66d9ddb Make context menu search item open results in a new window.
b=122162; r=morse; sr=dveditz
2002-02-17 00:26:54 +00:00
cbiesinger%web.de bfe74c9ce5 bug 125653 r=timeless sr=alecf
Changes window._content.location.href=foo to loadURI(foo)
2002-02-16 12:26:33 +00:00
akkana%netscape.com 0e68594cf7 124484: fix link to the bug form. Fix from jmd (mozilla@turbogeek.org), r=gerv and me 2002-02-16 05:46:35 +00:00
blakeross%telocity.com 8c5f8a01f6 87949 - drag from chrome widget over content area shows tooltip. r=dean sr=hewitt 2002-02-15 12:26:42 +00:00
dean_tessman%hotmail.com 7505133f7b Bug 124323 - Active window indicator in Tasks menu should be the same as in Go menu
This changes the Go menu to use radio menu items instead of checks.
r=timeless, sr=blake
2002-02-15 06:21:48 +00:00
timeless%mac.com 49d0369ad3 Bug 124484 restructuring Nav QA menu.
patch by jmd@pobox.com r=gerv rs=blake
2002-02-14 04:41:06 +00:00
blakeross%telocity.com 8645415d78 112208 - Autocomplete doesn't match against redirected urls (like amazon.com, hotmail.com). r=hewitt sr=alecf 2002-02-13 22:07:31 +00:00
rods%netscape.com 106d57603e 1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
   It now has a single GetDevMode method that must be paired with a UnlockDevMode  method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
ccarlen%netscape.com 0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
dbragg%netscape.com 7d8f199a9c Moving the default search engine name from the language pack into the content (aka region) pack.
Fixes bug 91984. r=tao, sr=alecf
2002-02-12 00:37:45 +00:00
bryner%netscape.com e85c057950 Re-applying blake's checkin for bug 112071 - timebomb not working. r=hewitt, sr=ben. 2002-02-11 05:29:32 +00:00
bryner%netscape.com 9e75be1a32 testing startup performance impact of blake's checkin for bug 112071. a=endico. 2002-02-11 04:40:35 +00:00
blakeross%telocity.com 82efe8d455 Fix bustage. 2002-02-09 05:52:38 +00:00
blakeross%telocity.com 74f96ce488 57505 - remove useless 'show images' menuitem. r/sr=ben 2002-02-09 04:09:13 +00:00
blakeross%telocity.com 9dde4a920a 112071 - timebomb not working. r=hewitt sr=ben 2002-02-09 03:18:53 +00:00
blakeross%telocity.com 3b51580793 60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt 2002-02-08 22:30:17 +00:00
hewitt%netscape.com a9e1e85355 123448 - tooltips with window title shouldn't appear for xul docs in navigator, r=blake, sr=jag 2002-02-08 00:16:51 +00:00
timeless%mac.com c796b4304e Bug 121792�User can see content of password and hidden fields in page info, and this option cannot be turned off
patch by db48x@yahoo.com r=caillon@returnzero.com sr=jag
2002-02-08 00:08:56 +00:00
bzbarsky%mit.edu cbe5841612 Send "referer" header when loading links via link toolbar. Bug 119478,
r=choess@stwing.upenn.edu, sr=blake
2002-02-03 03:28:59 +00:00
alecf%netscape.com 81c11ebbb5 dependency update 2002-02-02 20:09:29 +00:00
blakeross%telocity.com 805947e17d 98805 - need confirmation dialog, not aler,t when disabling ql. r=law sr=hewittCVS: ---------------------------------------------------------------------- 2002-02-02 05:19:40 +00:00
law%netscape.com 97b9729140 Bug 117702; change wording to say 'system tray'; r=caillon, sr=blake 2002-02-02 00:09:46 +00:00
hewitt%netscape.com 6eb9a9d9b1 120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt 2002-02-01 23:03:22 +00:00
rods%netscape.com ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
jaggernaut%netscape.com b015726231 Bug 46200: more cleaning up of dead code, r=ben, sr=alecf 2002-01-30 21:41:06 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
timeless%mac.com d57623e76e Bug 119858 "p3pv1" link in Site Navigation toolbar?
patch by choess@stwing.upenn.edu r=timeless sr=hyatt

prevent stylesheet's, icon's, p3pv*'s and schema.*'s from appearing in the toolbar
2002-01-27 02:13:12 +00:00
timeless%mac.com c9c1bf230c Bug 105057 images used as form controls doesn't appear on Page Info | Images
patch by db48x@yahoo.com r=bzbarsky@mit.edu sr=jag
2002-01-27 01:45:58 +00:00
sgehani%netscape.com 3a7d390ded Make sidebar display in the event that the windows integration dialog appeared.
b = 119975; r = law; sr = dveditz
2002-01-26 19:59:42 +00:00