Commit Graph

1303 Commits

Author SHA1 Message Date
hewitt%netscape.com
fbf9500279 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2006-09-14 06:03:18 +00:00
nisheeth%netscape.com
ec50e2dd8a Fix for bug 200004. r=caillon@aillon.org, sr=heikki@netscape.com, a=asa@mozilla.org. Make 'match only previously typed sites' autocomplete pref work properly. 2006-09-14 06:03:17 +00:00
bzbarsky%mit.edu
7f6cea56b2 Make "File > New Navigator Window" work in viewsource. Bug 122145,
patch by Doron Rosenberg <doronr@naboonline.com>, r=bzbarsky, sr=alecf,
a=asa
2006-09-14 06:03:16 +00:00
nisheeth%netscape.com
051728e2a3 Companion fix to earlier checkin for bug 197127. r=alecf, sr=heikki, a=asa. Do not allow typed data urls to enter global history. 2006-09-14 06:03:15 +00:00
timeless%mozdev.org
51792e1814 Bug 228405 Warning `reference to undefined property linkToolbarUI.initialized'' [xs] in file `chrome://navigator/content/linkToolbarOverlay.js'', line 247, character 0.
r=neil sr=bz
2006-09-14 06:03:14 +00:00
hewitt%netscape.com
d7f5ddff1c moving phoenix history from browser to toolkit to fix bustage, sr=bryner 2006-09-14 06:03:13 +00:00
blakeross%telocity.com
1993fbc2ec 56647 - autocomplete menu has improper tooltip. r/sr=hewitt 2006-09-14 06:03:12 +00:00
pinkerton%netscape.com
91abd09ad5 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 2006-09-14 06:03:11 +00:00
timeless%mac.com
2e9b2c5ce8 Bug 143791 menuseparator in Go menu should stay hidden for tabbed mode
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2006-09-14 06:03:10 +00:00
rjc%netscape.com
1713ce9619 Fix bug # 128678: Mac OS X window toolbar widget regression. r=brade sr=hewitt a=asa 2006-09-14 06:03:09 +00:00
timeless%mozdev.org
cb071a58da Bug 207463 Site Navigation Bar displays when not needed with multiple tabs
patch by stevechapel@earthlink.net r=jag sr=bz
2006-09-14 06:03:08 +00:00
blakeross%telocity.com
cf2ce049fb Readding line inadvertantly removed when I checked in the fix for 53496. r=hewitt sr=ben a=asa 2006-09-14 06:03:07 +00:00
timeless%mozdev.org
15244867a7 Bug 102905 Site navigation (links) toolbar doesn't update when tabs are switched
patch by neil@parkwaycc.co.uk r=sballard@netreach.net sr=bzbarsky a=blizzard
2006-09-14 06:03:06 +00:00
alecf%netscape.com
f3e187551d fix for bug 64489 - make Esc close the Page Info window/dialog
code by jonasj@jonasj.dk, r=db48x@yahoo.com, sr=alecf@netscape.com, a=asa
2006-09-14 06:03:05 +00:00
bzbarsky%mit.edu
f96921d06d Show alt text in page info. Patch by db48x@yahoo.com (Daniel Brooks),
r=bzbarsky, sr=jag, a=asa
2006-09-14 06:03:04 +00:00
caillon%returnzero.com
79521a1f13 Bug 133166, Remove JavaScript strict warning. Patch by walk84@yahoo.com, r=caillon, sr=blake. 2006-09-14 06:03:03 +00:00
mstoltz%netscape.com
c2ae4ead55 Bug 123383 - Make links in the Element Properties dialog inactive if they
point to a URL with an unknown or unsafe protocol. r=jrgm, sr=jst, a=asa.
2006-09-14 06:03:02 +00:00
darin%netscape.com
f3ae5dac11 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2006-09-14 06:03:01 +00:00
blakeross%telocity.com
764cf42b1d 87970 - selecting entry from location bar history should move entry to top. r=jag sr=shaver 2006-09-14 06:03:00 +00:00
blakeross%telocity.com
08d61391a7 53496 - no urlbar when using window.open and only 'location=yes'. r=hewitt sr=ben a=asa 2006-09-14 06:02:59 +00:00
bzbarsky%mit.edu
330054aca4 use oncommand, not onclick, for the link toolbar. Bug 139157,
r=sballard@netreach.net, sr=jag
2006-09-14 06:02:58 +00:00
hewitt%netscape.com
51421e3786 120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt 2006-09-14 06:02:57 +00:00
blakeross%telocity.com
c45f416b8b 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
2006-09-14 06:02:56 +00:00
varga%utcru.sk
2b5002cb1b Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2006-09-14 06:02:55 +00:00
dean_tessman%hotmail.com
fc801dcb73 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
2006-09-14 06:02:54 +00:00
blakeross%telocity.com
cd54ee41cd 112208 - Autocomplete doesn't match against redirected urls (like amazon.com, hotmail.com). r=hewitt sr=alecf 2006-09-14 06:02:53 +00:00
radha%netscape.com
eb459afa6a Fix for bug # 119617. sr=alecf r =walk84 2006-09-14 06:02:52 +00:00
cbiesinger%web.de
c5431190d2 bug 126059 r=timeless sr=alecf
disable menu stuff for images (like Search in Page, Text Zoom, etc.)
2006-09-14 06:02:51 +00:00
jaggernaut%netscape.com
b64476ec81 Bug 123794: urlbar not properly updated when leaving www.libertarian.org [frames]. r=hewitt, sr=jst 2006-09-14 06:02:50 +00:00
dbragg%netscape.com
d88bc8e4fd 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
2006-09-14 06:02:49 +00:00
cbiesinger%web.de
3986f82b85 checking in patch for bug 122144 again because the backout had no visible impact on Txul times. 2006-09-14 06:02:48 +00:00
cbiesinger%web.de
f40eea7b05 backing out patch for bug 122144 because Txul is 1% up
a=shaver
2006-09-14 06:02:47 +00:00
cbiesinger%web.de
fdb3fe19b9 fix strict warning introduced with 122144
r=timeless sr=blake
2006-09-14 06:02:46 +00:00
cbiesinger%web.de
957c8ff81e bug 122144 r=timeless sr=blake
disable 'Translate' menu item for images
2006-09-14 06:02:45 +00:00
cbiesinger%web.de
88b801d891 bug 125653 r=timeless sr=alecf
Changes window._content.location.href=foo to loadURI(foo)
2006-09-14 06:02:44 +00:00
akkana%netscape.com
1263dbaf30 124484: fix link to the bug form. Fix from jmd (mozilla@turbogeek.org), r=gerv and me 2006-09-14 06:02:43 +00:00
timeless%mac.com
7ca06a6435 Bug 124484 restructuring Nav QA menu.
patch by jmd@pobox.com r=gerv rs=blake
2006-09-14 06:02:42 +00:00
blakeross%telocity.com
94a97276fc 57505 - remove useless 'show images' menuitem. r/sr=ben 2006-09-14 06:02:41 +00:00
sgehani%netscape.com
fada20b4c9 Fix ``Focus goes bye-bye when opening print preview''.
b=126808; r=bryner; r=morse; sr=hewitt; a=asa
2006-09-14 06:02:40 +00:00
dcone%netscape.com
7a593c2b44 b=119574 r=rods sr=attinasi a=asa. Fixed some alerts.. dump the data instead. 2006-09-14 06:02:39 +00:00
rods%netscape.com
2c6de83cd8 Moves toolbar showing code into try block instead of after catch.
Bug 127335 r=sgehani sr=alexf a=asa
2006-09-14 06:02:38 +00:00
sgehani%netscape.com
e20bc76499 Landing print preview toolbar and UI.
b=111235; r=law; sr=hewitt
2006-09-14 06:02:37 +00:00
rods%netscape.com
2caaf9b849 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
2006-09-14 06:02:36 +00:00
blakeross%telocity.com
0870d81f18 87949 - drag from chrome widget over content area shows tooltip. r=dean sr=hewitt 2006-09-14 06:02:35 +00:00
rods%netscape.com
16dc8a3ad7 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
2006-09-14 06:02:34 +00:00
ian%hixie.ch
4afd81e328 Make Personal Toolbar tooltips also contain the URI of the link. b=105485, r=blake, sr=ben. 2006-09-14 06:02:33 +00:00
sgehani%netscape.com
8f682a2d60 Make context menu search item open results in a new window.
b=122162; r=morse; sr=dveditz
2006-09-14 06:02:32 +00:00
blakeross%telocity.com
a28c419306 60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt 2006-09-14 06:02:31 +00:00
hewitt%netscape.com
603660f64c 123448 - tooltips with window title shouldn't appear for xul docs in navigator, r=blake, sr=jag 2006-09-14 06:02:30 +00:00
sgehani%netscape.com
a80887ff9f Make sidebar display in the event that the windows integration dialog appeared.
b = 119975; r = law; sr = dveditz
2006-09-14 06:02:29 +00:00
cmanske%netscape.com
e57272a83a Support Edit Frame in Composer, simplify Save Frame for browser, and move editor methods in editorApplicationOverlay.js, b=89975, r=hewitt, sr=hewitt 2006-09-14 06:02:28 +00:00
ben%netscape.com
dc017b1cac backing out earlier changes to fix 121054, to address pageload spike 2006-09-14 06:02:27 +00:00
ben%netscape.com
e34ffc96d7 bug 121054 - adding history to go menu.
r=jag, sr=hewitt
2006-09-14 06:02:26 +00:00
bzbarsky%mit.edu
ff5fd892ff Make new tabs _not_ open for just enter if the "open new tab for
ctrl-enter" pref is set.  Bug 105537, r=timeless, sr=hyatt
2006-09-14 06:02:25 +00:00
bzbarsky%mit.edu
458baf3bf3 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2006-09-14 06:02:24 +00:00
morse%netscape.com
90224d7e57 bug 109593, remove full-screen mode, rsgehani, sr=ben 2006-09-14 06:02:23 +00:00
jaggernaut%netscape.com
727ab8b249 Bug 66034: Undo work-around put in for this bug, the underlying bug was fixed a while ago. r=alecf, sr=ben. 2006-09-14 06:02:22 +00:00
cmanske%netscape.com
5742094355 Let 'Edit Page' use the focused frame, b=89975, r=syd, sr=hewitt 2006-09-14 06:02:21 +00:00
rjc%netscape.com
5529879f4d Fix bug # 120069: #icons on <menu> issue. r=pink sr=ben 2006-09-14 06:02:20 +00:00
hyatt%netscape.com
348753cdba Fix for 115748, r=bryner, sr=sspitzer 2006-09-14 06:02:19 +00:00
hwaara%chello.se
9f4f655fd0 #116618, "Auto-complete prefs changes on OK if no changes were made",
#117007, "Default Navigator window size doesn't fit in 640*480",

r=bzbarsky, sr=blake
2006-09-14 06:02:18 +00:00
hewitt%netscape.com
f9cb13709f XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2006-09-14 06:02:17 +00:00
timeless%mac.com
3a79ba8812 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
2006-09-14 06:02:15 +00:00
timeless%mac.com
141a77238f 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
2006-09-14 06:02:14 +00:00
hwaara%chello.se
77382ef1e2 Sorry, the last checkin was r=timeless - not bzbarsky. 2006-09-14 06:02:13 +00:00
heikki%netscape.com
e6c652eeb2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2006-09-14 06:02:12 +00:00
jaggernaut%netscape.com
b8885bd325 Bug 121606: H and W attributes are reversed in the new Page Info -> Media. Patch by Christopher Aillon <caillon@returnzero.com>, r=Daniel Brooks <db48x@yahoo.com>, sr=jag 2006-09-14 06:02:11 +00:00
bzbarsky%mit.edu
2f9b1f4b0e Landing Daniel Brooks' <db48x@yahoo.com> page info rewrite. Tracking
bug is bug 52730, fixes bugs 53503, 53641, 55713, 60428, 68823, 74530,
74760, 76926, 77408, 81328, 85905, 88537, 91173, 94146, 96994, 97479,
110973, 110981, 112297, 117027. r=fabian,hwaara,bzbarsky,gerv,ksosez.
sr=jag,hewitt.
2006-09-14 06:02:10 +00:00
rods%netscape.com
9658379654 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
2006-09-14 06:02:09 +00:00
rods%netscape.com
b3f69137a2 added printWithSettings method for printing with PrintSettings
Bug 118352 r=dcone sr=jst
2006-09-14 06:02:08 +00:00
rods%netscape.com
981b9a3a39 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2006-09-14 06:02:07 +00:00
hwaara%chello.se
626f95d266 #116005, "'Save page as' in view-source doesn't work",
#116838, "File=>Save Frame As doesn't work at all"

r=bzbarsky, sr=jst
2006-09-14 06:02:06 +00:00
timeless%mac.com
5210a35c7d Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2006-09-14 06:02:05 +00:00
timeless%mozdev.org
75dee90ba9 Bug 102896 alternates with duplicate URIs ignored on the link toolbar
patch by choess@stwing.upenn.edu r=timeless sr=jag
2006-09-14 06:02:04 +00:00
neil%parkwaycc.co.uk
9203f14e46 Bug 155918 inefficent use of search and match in linkToolbarHandler.js p=stevechapel@earthlink.net r=me sr=jst 2006-09-14 06:02:03 +00:00
timeless%mozdev.org
2f0fb63996 Bug 197623 prefetch links should not be shown in Site Navigation Bar
patch by stevechapel@earthlink.net r=dean_tessman sr=jst a=asa
2006-09-14 06:02:02 +00:00
timeless%mozdev.org
da533fc968 Bug 173674 Remove "rel=home" mapping to "Top" button in Links Toolbar
patch by stevechapel@earthlink.net r=stevechapel@earthlink.net sr=alecf
2006-09-14 06:02:01 +00:00
timeless%mac.com
6de652db5e Bug 158227 "fontdef" is appearing in Site Navigation Bar
patch by gregvalure@wanderlife.com r=timeless sr=jst a=dbaron
2006-09-14 06:02:00 +00:00
timeless%mac.com
c6fb4d4172 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
2006-09-14 06:01:59 +00:00
bzbarsky%mit.edu
b5e2e3ee2f Send "referer" header when loading links via link toolbar. Bug 119478,
r=choess@stwing.upenn.edu, sr=blake
2006-09-14 06:01:58 +00:00
tingley%sundell.net
dbc62280e7 checkin for sballard@netreach.net.
bug 103097: make the UI for the <link> element faster
r=fabian, sr=blake
2006-09-14 06:01:57 +00:00
rjc%netscape.com
534144819e Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr 2006-09-14 06:01:55 +00:00
blakeross%telocity.com
10d0f986f5 112967 - hardcoded script path in navigator.xul, by colinp. r=doron sr=blake 2006-09-14 06:01:54 +00:00
bzbarsky%mit.edu
cb23bc1f1a Add "Print Preview" to menu on print button. Bug 111126, patch from
Christian Biesinger <cbiesinger@web.de>, r=bzbarsky@mit.edu, sr=blake
2006-09-14 06:01:53 +00:00
aaronl%netscape.com
2a60072f9a Sidebar keyboard accessibility - Alt+PgUp/Alt+PgDn to switch sidebar tabs. r=sgehani, sr=jag 2006-09-14 06:01:52 +00:00
law%netscape.com
28d94974a9 Bug 87257; delay default browser dialog till after navigator opens; r=jag, sr=ben 2006-09-14 06:01:51 +00:00
jaggernaut%netscape.com
a8d063bd3b Bug 116347: Remove dead skin switching support code from nsFrameFrame and navigator.js. r=bryner, sr=hewitt 2006-09-14 06:01:50 +00:00
hyatt%netscape.com
1a65fce996 Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson 2006-09-14 06:01:49 +00:00
bryner%netscape.com
c8c28c375d Backing out fix for bug 103758 to fix focus regressions. 2006-09-14 06:01:48 +00:00
jaggernaut%netscape.com
edfcc2db5c Bug 113076: browser has no session history when first opened from mail/news or when both browser and mail/news are launched at startup. Checking in hacky work-around. r=bryner, sr=ben, a=brendan 2006-09-14 06:01:47 +00:00
bryner%netscape.com
ceaf9bd783 Bug 103758 and 87946 - always focus the page content initially unless we are loading about:blank. r=jag, sr=jst. 2006-09-14 06:01:46 +00:00
ben%netscape.com
dbdebbd272 bug 11632 - save page with images, stylesheets, objects and applets.
r=hewitt, brade, sr=hyatt
2006-09-14 06:01:45 +00:00
blakeross%telocity.com
3ece579b81 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
2006-09-14 06:01:44 +00:00
jaggernaut%netscape.com
a09d3e5ac6 Bug 92589: View Use Stylesheet doesn't work on frames. Patch by neil@parkwaycc.co.uk, r=jag, sr=ben 2006-09-14 06:01:43 +00:00
bbaetz%cs.mcgill.ca
b729ef7fee Bug 101149 - previous window title sticks when accessing xul dir listings
patch by jrgm@netscape.com, r=bbaetz, sr=darin
2006-09-14 06:01:42 +00:00
hwaara%chello.se
838ed3a3db #84910, split up navigator.js.
Checking in for Doron Rosenberg <doronr@naboonline.com>.
r=jag, sr=alecf
2006-09-14 06:01:41 +00:00
hewitt%netscape.com
4ad032739d 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2006-09-14 06:01:40 +00:00
jaggernaut%netscape.com
fbb864dbdc Bug 120993: URL bar is cleared when a page is loaded in a new tab. r=bzbarsky, sr=ben 2006-09-14 06:01:39 +00:00
jaggernaut%netscape.com
86166819eb Bug 117857: window.status overwrites URL of link you are hovering over
Bug  99009: setting window.status from onmouseover doesn't work for links

r=bryner, timeless, sr=jst, a=asa
2006-09-14 06:01:38 +00:00
jaggernaut%netscape.com
d7439688d3 Bug 99009: Fix annoying and long standing window status bug. r=caillon, sr=jst 2006-09-14 06:01:37 +00:00
jaggernaut%netscape.com
967b77be64 Get rid of js strict warning. 2006-09-14 06:01:36 +00:00
jaggernaut%netscape.com
2c65fd9eb2 Bug 61886: Revert to use currentURI.spec instead of _content.location.href. r=dbaron 2006-09-14 06:01:35 +00:00
rjc%netscape.com
d02d08c92d Fix bug #108809. r=ben sr=hyatt 2006-09-14 06:01:34 +00:00
jaggernaut%netscape.com
4a2e0875e9 Bug 99501: JS error in viewZoomOverlay.js at startup. r=sfraser, sr=hewitt 2006-09-14 06:01:33 +00:00
rpotts%netscape.com
9805f48df1 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2006-09-14 06:01:32 +00:00
sgehani%netscape.com
287175a292 Don't distingiush between an edited and unedited URL bar text when
the search button is clicked.
b=60283; r=morse; sr=alecf
2006-09-14 06:01:31 +00:00
jaggernaut%netscape.com
5575151b37 Bug 112569: Session History set from navigator.js redundantly. r=hyatt, sr=hewitt 2006-09-14 06:01:30 +00:00
rjc%netscape.com
7e13aa622f Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2006-09-14 06:01:29 +00:00
gerv%gerv.net
b91e457036 Bug 103223 - Site Nav Bar doesn't check target of load/unload events. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa. 2006-09-14 06:01:28 +00:00
hewitt%netscape.com
889d6b1271 108543 - urlbar autocomplete isn't showing search, r=jag, sr=hyatt 2006-09-14 06:01:27 +00:00
pete%alphanumerica.com
7674e43843 b=92132, r=pete, sr=jag
Patch by Igor Nekrestyanov <nis@sparc.spb.su>
Urlbar history finally works the way it should.

--pete
2006-09-14 06:01:26 +00:00
blakeross%telocity.com
5910d5a2c7 96176 - access to localstore is wrong. r=ben sr=hewitt 2006-09-14 06:01:25 +00:00
aaronl%netscape.com
91bfdb61ed Bug 62423. Alt+down now opens history list in URL bar. r=ben, sr=hewitt 2006-09-14 06:01:24 +00:00
pchen%netscape.com
41b710dfae bug 102311, r=hewitt, sr=ben, set bookmark types using rdf:type 2006-09-14 06:01:23 +00:00
cmanske%netscape.com
2dadae6000 Added id to print menuitem as part of fix to bug 106374, r=syd, sr=sfraser 2006-09-14 06:01:22 +00:00
sgehani%netscape.com
a7036b0ebe Fix Debug|Verification|JavaScript menu item link.
b=56848; sr=alecf
2006-09-14 06:01:21 +00:00
jaggernaut%netscape.com
68124d6d72 Bug 108990: remove unreferenced function urlDomain() in navigator.js. r=jrgm, sr=ben 2006-09-14 06:01:20 +00:00
sgehani%netscape.com
8ddc3960a8 Make search results show up in search sidebar tab again.
b=110792; r=morse; sr=mscott
2006-09-14 06:01:19 +00:00
blakeross%telocity.com
d6e4db55e6 oops, gFocusedDocument is from ben's fullscreen landing. 2006-09-14 06:01:18 +00:00
blakeross%telocity.com
4e1f9c3ef0 110679 - minor performance optimizations in navigator. r=hewitt sr=ben 2006-09-14 06:01:17 +00:00
darin%netscape.com
3569664f58 fixes bug 112366 "status message is often incorrect [eg. resolving host...]"
r=jag, sr=alecf
2006-09-14 06:01:15 +00:00
jaggernaut%netscape.com
7c2419b8b1 Bug 15050, bug 109650: if user starts typing after page load kicks off, but before it replaces the url, don't overwrite what the user just typed, but do update the rest of the UI, doh!, and make sure switching tabs does replace what the user typed. r=ben, sr=hewitt. 2006-09-14 06:01:14 +00:00
blakeross%telocity.com
8313a3dd94 73748 - Stop loading nsJSSupportsUtils.js and nsJSComponentManager.js on startup. r=hewitt sr=ben 2006-09-14 06:01:13 +00:00
blakeross%telocity.com
bf18d0f009 109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt 2006-09-14 06:01:12 +00:00
jaggernaut%netscape.com
826f0922f1 Bug 15050: page load shouldn't overwrite text typed into the url bar. r=hewitt, sr=ben 2006-09-14 06:01:11 +00:00
pchen%netscape.com
7591b537b6 bug 110081, r=adamlock, sr=ben, check for null url to avoid needless load 2006-09-14 06:01:10 +00:00
sgehani%netscape.com
ed3022a877 Don't build search results when search panel isn't open and
auto open search panel isn't set.
b=91168; r=morse,jruderman; sr=alecf
2006-09-14 06:01:09 +00:00
blakeross%telocity.com
91b53573f6 changing timeout to 0, r/sr=hyatt 2006-09-14 06:01:08 +00:00
morse%netscape.com
8b91f0e686 bug 68136, full screen mode, r/sr=ben/alecf 2006-09-14 06:01:07 +00:00
gerv%gerv.net
4c0acbfc81 Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa. 2006-09-14 06:01:06 +00:00
gerv%gerv.net
3bb1b55aa0 Links toolbar fixes. All are sr=hyatt, a=asa.
Bug 102895 - a few functions in the wrong place. Patch by choess@stwing.upenn.edu, r=sballard@netreach.net.

Bug 102899 - missing icons in Classic. Patch by gerv, r=choess.

Bug 103097 - two line fix to improve perf in auto-show case. Patch by sballard, r=gerv.

Bug 102991 - Links toolbar is officially known as Site Navigation Bar. Patch by gerv, r=choess.
2006-09-14 06:01:05 +00:00
hewitt%netscape.com
86b9074e36 fixing various fun regressions from blake's earlier landing, rs=hyatt 2006-09-14 06:01:04 +00:00
timeless%mac.com
f3df923679 Bug 83017 - Frame Info dialog has title 'View Page Info'
patch by db48x@yahoo.com r=fabian, sr=jst
2006-09-14 06:01:03 +00:00
timeless%mac.com
1692dbb1a5 Bugzilla Bug 83017 Frame Info dialog has title 'View Page Info'
patch by db48x@yahoo.com r=fabian sr=jst
2006-09-14 06:01:02 +00:00
cbiesinger%web.de
dc82dae96a bug 152623 patch by nick@technisys.com.ar r=matic,biesi,bz,fabian sr=jst a=asa
title property is shown with 100px fixed width in Element Properties
2006-09-14 06:01:01 +00:00
blakeross%telocity.com
fd57de0823 stupid whitespace changes. 2006-09-14 06:01:00 +00:00
blakeross%telocity.com
523cfd9342 Er, typo in last patch. r=hewitt sr=hyatt 2006-09-14 06:00:59 +00:00
hewitt%netscape.com
c9ac332333 83457 - Text overflow handling of URL bar search popup, r=ben, sr=hyatt 2006-09-14 06:00:58 +00:00
hyatt%netscape.com
eb432bdf66 Fix to convert property to field. 106153. r=hixie, sr=hewitt 2006-09-14 06:00:57 +00:00
timeless%mac.com
20f00ca96b Bug 120282�javascript error in metadata.js (Link Properties doesn't work)
patch by neil.marshall@sympatico.ca r=timeless sr=alecf a=asa
2006-09-14 06:00:56 +00:00
hyatt%netscape.com
bc01c0a0b8 Turn off favicon.ico and remove support for turning it on from the UI. r=hixie, sr=ben, a=asa 2006-09-14 06:00:55 +00:00
hyatt%netscape.com
6b0e0d0ad9 Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt 2006-09-14 06:00:54 +00:00
pchen%netscape.com
c3d26e13d4 bug 14824, r=rjc, sr=blake, add timeout at end of Startup() which will call nsBookmarksService::ReadBookmarks() 2006-09-14 06:00:53 +00:00
rods%netscape.com
4d0d5a4094 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2006-09-14 06:00:52 +00:00
rods%netscape.com
4a740f3f4d Removing the Print Preview option from the menu
Bug 107562
2006-09-14 06:00:51 +00:00
rods%netscape.com
b84ba508c5 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2006-09-14 06:00:50 +00:00
ben%netscape.com
bfb076a178 108595 - prevent a duplicate load of contentAreaContextOverlay.xul which is causing problems for image blocking, and remove an unused script include. r=kerz, sr=blake 2006-09-14 06:00:49 +00:00
bryner%netscape.com
28b3b788b4 Adding the XUL tabindex test to the debug menu. r=hyatt. 2006-09-14 06:00:48 +00:00
blakeross%telocity.com
38219d9f6b 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2006-09-14 06:00:47 +00:00
bzbarsky%mit.edu
1d83ba2e78 Fix variable name to make "Wrap Long Lines" pref work correctly once
again.  Bug 110594, r=timeless, sr=jst
2006-09-14 06:00:46 +00:00