hewitt%netscape.com
3cc1fb86f4
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
2006-09-14 06:03:18 +00:00
nisheeth%netscape.com
6915a0f585
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
24bfef9f6b
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
90707722b9
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
adaf3bff42
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
996802b52b
moving phoenix history from browser to toolkit to fix bustage, sr=bryner
2006-09-14 06:03:13 +00:00
blakeross%telocity.com
5b706fd5e7
56647 - autocomplete menu has improper tooltip. r/sr=hewitt
2006-09-14 06:03:12 +00:00
pinkerton%netscape.com
ad131401f4
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
b507c69f8e
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
4eea6b4fa6
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
f69badc1f8
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
4872973de2
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
1df5824ec6
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
5a8b548904
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
53ba1ee6c0
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
1520c62173
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
dc82d41582
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
eb06b65efa
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2006-09-14 06:03:01 +00:00
blakeross%telocity.com
2e653323f8
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
7a63076911
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
6c7b3c5cbc
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
eef1eae352
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
50184f1443
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
e6f3b6aaf5
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
7d2e99b5d7
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
0e5fa57448
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
0f12fc494f
Fix for bug # 119617. sr=alecf r =walk84
2006-09-14 06:02:52 +00:00
cbiesinger%web.de
50f8e1f9ae
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
a6dd0baa98
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
4af4b9b641
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
58b4ffbcc0
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
63f492607a
backing out patch for bug 122144 because Txul is 1% up
...
a=shaver
2006-09-14 06:02:47 +00:00
cbiesinger%web.de
04f3745718
fix strict warning introduced with 122144
...
r=timeless sr=blake
2006-09-14 06:02:46 +00:00
cbiesinger%web.de
5cb46f57f8
bug 122144 r=timeless sr=blake
...
disable 'Translate' menu item for images
2006-09-14 06:02:45 +00:00
cbiesinger%web.de
a91311b110
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
f9f31a08fb
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
935170a226
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
0e2176b7e6
57505 - remove useless 'show images' menuitem. r/sr=ben
2006-09-14 06:02:41 +00:00
sgehani%netscape.com
ca539f6993
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
48a012d1dd
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
69bfe6972d
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
9c0839102a
Landing print preview toolbar and UI.
...
b=111235; r=law; sr=hewitt
2006-09-14 06:02:37 +00:00
rods%netscape.com
f83d705e25
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
895c2444ad
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
30f819c3d2
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
acd2712cf5
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
8308769512
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
9c1d51a675
60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt
2006-09-14 06:02:31 +00:00
hewitt%netscape.com
f59997b5f4
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
44be7a2b4b
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