sgehani%netscape.com
15d3c3e181
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
2002-07-10 03:53:24 +00:00
timeless%mac.com
04ee09cffc
Bug 148671 function retrieveURLFromData() is triplicated (?) in the code with slight differences.
...
patch by pierrechanial@netscape.net r=rginda,timeless sr=jag
2002-07-10 01:23:56 +00:00
rods%netscape.com
1ba1fcde85
Implement progress dialog for printing and PP that show before reflow
...
Bug 154136 r=dcone/sgehani sr=alecf
2002-07-09 12:39:02 +00:00
bzbarsky%mit.edu
5640958a00
"Textbox context menu generates spurious focus events.". Bug 155871,
...
patch by neil@parkwaycc.co.uk , r=dean_tessman@hotmail.com , sr=jag
2002-07-09 08:42:11 +00:00
bzbarsky%mit.edu
328b5f5978
Bug 128629 -- speed up personal toolbar a bit. Patch by
...
neil@parkwaycc.co.uk , r=pierrechanial@netscape.net , sr=ben
2002-07-09 08:30:09 +00:00
timeless%mac.com
7cad1ecc84
Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
...
patch=pierrechanial@netscape.net , r=timeless, sr=blake
2002-07-04 12:28:55 +00:00
dean_tessman%hotmail.com
efe3ee4d36
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
2002-07-04 01:34:53 +00:00
sicking%bigfoot.com
cc9f627efe
Bug 133250: "Transferring data from..." remains on status bar. Checkin for antonio.xu@sun.com
...
r=jkeiser sr=rpotts
2002-07-02 02:17:15 +00:00
timeless%mac.com
a2ae13eb82
Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
...
patch=pierrechanial@netscape.net , r=timeless, sr=blake
2002-06-28 17:55:48 +00:00
caillon%returnzero.com
6c72020b35
Bug 154535. Don't depend on the sidebar overlay for context menu code.
...
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
jaggernaut%netscape.com
5abd4b6906
Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt
2002-06-25 04:52:46 +00:00
timeless%mac.com
51ddd1c24c
Bug 153431 Bug 127784 introduced doubles of lines in navigator.properties
...
r=mkaply, sr=dveditz
2002-06-23 14:48:34 +00:00
mstoltz%netscape.com
5d7c0df7e1
Bug 149777 - Do not clone images and other embeds into the pageInfo window;
...
just copy the src and other relevant attributes over. r=bzbarsky, sr=jag,
patch by jrgm.
2002-06-21 23:31:41 +00:00
jaggernaut%netscape.com
530fbb0525
Bug 151807: New Tab button and New Tab context menu items don't set focus to urlbar after opening the new tab. r=bryner, sr=blake
2002-06-21 05:06:31 +00:00
shaver%mozilla.org
837aa1aa4a
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.
2002-06-19 20:29:54 +00:00
bzbarsky%mit.edu
1c533f70a5
use oncommand, not onclick, for the link toolbar. Bug 139157,
...
r=sballard@netreach.net , sr=jag
2002-06-19 05:11:02 +00:00
jruderman%hmc.edu
d5eb2bb1ef
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.
2002-06-19 00:50:20 +00:00
bzbarsky%mit.edu
f72ade79d3
Bug 126725, patch by Travis Crump <pretzalz@techhouse.org>, r=bzbarsky,
...
sr=alecf.
2002-06-19 00:17:18 +00:00
shaver%mozilla.org
c621eb112c
Bug 116653: Teach x-remote about openURL(,new-tab). r=blizzard, sr=jag.
2002-06-17 20:39:54 +00:00
caillon%returnzero.com
af22bbd97f
Bug 134800, Clicking on a groupmark shouldn't clobber all open tabs. r=jag sr=blake
2002-06-15 22:30:06 +00:00
kin%netscape.com
2cc8934aad
Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
...
mozilla/content/base/public/nsISelectionController.idl
mozilla/content/base/src/nsSelection.cpp
mozilla/editor/composer/src/nsEditorShell.cpp
mozilla/editor/idl/nsIPlaintextEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/nsEditor.h
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
mozilla/editor/ui/dialogs/content/EdTableProps.js
mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
mozilla/layout/base/public/nsIFrameSelection.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/mailnews/compose/src/nsMsgCompose.cpp
mozilla/xpfe/browser/resources/content/viewPartialSource.js
- Added aIsSynchronous arg to the ScrollSelectionIntoView()
method of nsISelectionController and nsIFrameSelection.
Updated all callers to pass new arg.
- Modified selection to post a plevent to call which does the
call to ScrollIntoView() in the async ScrollIntoView() case.
- Edits in text widgets now use asynchronous reflow, paint,
and scroll processing full time.
- Removed redundant ScrollSelectionIntoView() calls in the
editor event listeners.
- Editor IME code now forced to flush reflows and paints before
getting caret coordinates.
r=jfrancis@netscape.com sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
alecf%netscape.com
d8b279635a
fix for bug 149102 - fix consumers of outdated TypicalInput/Output stream
...
r=dougt, r=av (plugin stuff) sr=jag
2002-06-13 18:19:10 +00:00
sgehani%netscape.com
cd80d181d1
Fix ``Search engine name and search term string missing from search box
...
in autocomplete dropdown for first window in new profile''
b=144494; r=law; sr=hewitt
2002-06-13 01:11:01 +00:00
alecf%netscape.com
e7b9de7473
fix for bug 149121 - split up command line handler macros so we can write custom registration routines. r=bnesse, sr=sspitzer
2002-06-12 16:47:23 +00:00
timeless%mac.com
bf058e13f8
Bug 143791 menuseparator in Go menu should stay hidden for tabbed mode
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:31:40 +00:00
suresh%netscape.com
833f1c7f89
fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf.
2002-06-12 04:09:52 +00:00
leaf%mozilla.org
6e6bf977e5
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
stephend%netscape.com
d7e4f3d8eb
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
2002-06-06 23:56:56 +00:00
cbiesinger%web.de
1a92e0f845
bug 8031 r=tor sr=dveditz
...
XBM support
2002-06-04 08:48:12 +00:00
jaggernaut%netscape.com
a00d23ada6
Bug 148840: Add "Bookmark This Group of Tabs..." to Bookmarks menu. r=caillon, sr=hewitt
2002-06-03 21:35:10 +00:00
timeless%mac.com
a9d7b91808
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)
2002-05-30 22:01:13 +00:00
stephend%netscape.com
45e6367d56
Bug 115225. 'Exit' should be 'Exit &brandShortName;' in Quick Launch's systemtray icon context-menu. r=caillon@netscape.com/sr=blaker@netscape.com
2002-05-28 23:29:53 +00:00
stephend%netscape.com
522505a8ab
Bug 51985. 'Go' button should be styled as default. Patch by Bradley Hart <bhart@cvip.net>. r=walk84/sr=jag
2002-05-26 06:05:19 +00:00
caillon%returnzero.com
1f957b2932
Bug 141333, Renaming 'Add to Bookmarks' to 'Bookmark This Page' in the Bookmarks menu. r=gerv, rs=jag
2002-05-25 19:47:37 +00:00
caillon%returnzero.com
f80ed956e5
Bug 142711, adding a trailling slash to the default homepage. r=mpt, rs=jag
2002-05-25 19:42:12 +00:00
racham%netscape.com
c6ba26144c
Fixing bugscape 15562. Removing duplicate entries from pageInfo.dtd file. r=ftang, sr=sspitzer
2002-05-23 07:18:31 +00:00
cbiesinger%web.de
03f3ca9d9b
bug 92947 r=timeless sr=jag
...
Better feedback when components of a page do not download
2002-05-21 21:05:11 +00:00
jst%netscape.com
262f28f900
Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
2002-05-20 22:47:02 +00:00
rpotts%netscape.com
73de225b01
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rods%netscape.com
55cdb88790
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
2002-05-16 13:51:54 +00:00
oeschger%netscape.com
0da3dfcb54
adding a help button to page info, bug=140466, r=racham, sr=alecf
2002-05-16 05:40:57 +00:00
shliang%netscape.com
5901b79635
135204 - rearranging search menus. r=sspitzer,sr=hewitt.
2002-05-14 23:18:52 +00:00
rods%netscape.com
0c5c90b638
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
2002-05-14 12:05:00 +00:00
rbs%maths.uq.edu.au
5a252db08d
Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf
2002-05-10 22:05:59 +00:00
rods%netscape.com
4a063c4227
Missed these from checkin for
...
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
rods%netscape.com
1d956bc3a5
making a few adjustments to the APIs before the freeze
...
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
nhotta%netscape.com
a721125e17
Add GB18030 to mail compose charset menu,
...
bug 136498, r=yokoyama, sr=alecf.
2002-05-08 18:36:26 +00:00
rods%netscape.com
3d5fdd437f
change printpreview toolbar over to a combobox with discrete values
...
Bug 127857 r=sgehani sr=alecf
2002-05-08 14:16:44 +00:00
rods%netscape.com
15a673155f
Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
...
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
bzbarsky%mit.edu
4df804badc
Bug 139624 (minor fixes to view-source menus). Patch by
...
gregvalure@yahoo.com (Greg Valure), r=bzbarsky, sr=alecf
2002-05-06 20:19:54 +00:00