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

10011 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu b4e453c08e add an ID to the separator so things can go on the right side of it.
Bug 151479, r=bzbarsky, sr=blake
2002-06-19 06:42:27 +00:00
bzbarsky%mit.edu a824fe329f Not all URIs are URLs. Bug 143987, r=law, sr=jag 2002-06-19 05:13:59 +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
caillon%returnzero.com 5ad14210fa Bug 149474, Implement preventdefault="true" on XBL handlers, so that bindings are able to prevent the default action even if JavaScript is disabled. r=bryner sr=jag 2002-06-19 00:43:46 +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
caillon%returnzero.com 5990fee38b Bug 152278, opening a groupmark shouldn't load about:blank into the active tab. r=blake sr=jag 2002-06-18 04:39:43 +00:00
alecf%netscape.com e83eaff6cf add first-window case - when the window with the new title hasn't been seen, add it to the hashtable 2002-06-17 23:46:29 +00:00
alecf%netscape.com 4b02557811 Not part of build
backing out my last change - totally unnecessary
2002-06-17 23:41:42 +00:00
alecf%netscape.com 9a7dd9689f Not part of build
add category name to nsIWindowMediatorListener so listeners are created at startup
2002-06-17 23:25:21 +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
seawood%netscape.com 6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
henry.jia%sun.com 17c7eb88ae Bug 150627 inconsistant between display and action(modifier) of short cut key for function 'Select All'
r=Akkana
sr=hewitt
2002-06-17 01:43:29 +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
cbiesinger%web.de 22089c2150 bug 144488 patch by leaf r=timeless sr=tor
Change get new themes link to http://mozilla.org/themes/download/ instead of xulplanet
2002-06-15 21:29:52 +00:00
alecf%netscape.com d98e110620 not part of build
add windowds to windows nmake build
2002-06-14 20:31:44 +00:00
bzbarsky%mit.edu b5136aee67 Remove UI for the target="_blank" blocking for now. Bug 78037, patch by
jonasj@jonasj.dk (Jonas Jorgensen), r=doron,bzbarsky, sr=jag
2002-06-14 18:56:19 +00:00
alecf%netscape.com d86807d600 not part of build
update window datasource for bug 132175 - remove debugging, kill intaskslist support (nobody uses it anyway)
2002-06-14 18:08:23 +00:00
aaronl%netscape.com dd93418e7f Bug 147756 - Active Accessibility: get_accValue returning NS_ERROR_FAILURE for selects. r=kyle, sr=jst 2002-06-14 01:47:26 +00:00
dmose%netscape.com 8d1abc7bef First match not pre selected when multiple matches are present in directory (bug 102693); r=ducarroz@netscape.com, sr=mscott@netscape.com 2002-06-14 01:21:23 +00:00
dmose%netscape.com 1ff8c12305 support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com 2002-06-14 00:38:18 +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
seawood%netscape.com 32bb434f03 Fix symlink detection (again) so that relative symlinks work and the binary is executed from the cwd, not the installation directory.
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #57866 r=cls
2002-06-13 12:16:52 +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
sgehani%netscape.com c13b166a59 Accesskeys on print preview toolbar buttons.
b=133506; r=caillon; sr=blake
2002-06-13 01:08:48 +00:00
blakeross%telocity.com edb3d6ae4b 149812 - remove what's related domain blocking UI. r=bryner sr=ben 2002-06-12 20:38:42 +00:00
morse%netscape.com 0742d58397 bug 147223, URL bar doesn't function if launched too quickly in turbo mode, r=law, sr=darin 2002-06-12 20:29:46 +00:00
bnesse%netscape.com 10a7b9cd05 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +00:00
nhotta%netscape.com b8f3255535 Uncheck the previously checked item before checking the new item
to workaround the Mac radio menu check mark problem,
bug 98625, r=pinkerton, sr=jst.
2002-06-12 16:58:12 +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 3a3097908c Bug 146207 javascript strict warning in bookmarks.xml
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:38:29 +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
jaggernaut%netscape.com 1a49b72ac0 Bug 112769: Add "New Tab" button to tab bar. r=sgehani, sr=hewitt 2002-06-12 11:49:54 +00:00
dmose%netscape.com 5278df6851 authenticated LDAP autocompletion incorrectly autopicks current addr after password entered (bug 146569) r=blake@netscape.com, sr=hewitt@netscape.com 2002-06-12 05:14:32 +00:00
kyle.yuan%sun.com dcefbf3719 Bug 148010 JS exceptions in mailnews autocomplete widget on trunk
r=varga, sr=hewitt
Prevent JS exception and disable key-navigation feature in autocomplete
2002-06-12 04:32:04 +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
cbiesinger%web.de 04a45be8aa bug 86693 r=caillon sr=hewitt
js strict warning in colorpicker.xml
2002-06-11 20:51:21 +00:00
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
nhotta%netscape.com 12261cb4fa Map charset name to charset atom, this fixes the charset name canonicalization problem (e.g "utf-8" vs "UTF-8"),
bug 138638, r=rjc, sr=alecf.
2002-06-11 20:19:21 +00:00
law%netscape.com f0c6038400 Bug 89907; add new UI to Nav pref panel to simply making Mozilla the default browser; r=sgehanni, sr=ben 2002-06-11 20:06:05 +00:00
law%netscape.com 3e0cdd5b69 Bug 89907; new 'set default browser' UI for Nav pref panel; localization change only going in now; r=sgehani, sr=ben, a=asa 2002-06-09 22:43:29 +00:00
morse%netscape.com 9fb81cdaf6 bug 149176, can't invoke profile manager if only one profile and turbo active, r=law, sr=ben,a=asa 2002-06-08 01:20:06 +00:00
morse%netscape.com 266bae5fee backing out last change, didn't realize trunk now requires driver approval 2002-06-07 12:20:47 +00:00
morse%netscape.com 76bec835f6 bug 149176, profile manager doesn't appear when trying to create a 2nd profile and turbo is active, r=law, sr=ben 2002-06-07 12:17:23 +00:00
leaf%mozilla.org 6e6bf977e5 updating locale version string for impending release, bug 149802 2002-06-07 07:45:38 +00:00
oeschger%netscape.com c14a0fa60d key updates for help, shoulda been part of yesterday's check-in for 129540, r=bhuvan, sr=alecf, a=asa 2002-06-07 02:56:36 +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
rods%netscape.com 8082f46b4c Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
Bug 149317 r=dcone sr=kin
2002-06-06 10:40:42 +00:00
oeschger%netscape.com a4c85948f5 adding im and icq 'keys' for context sensitive help, bug=129540, r=cotter, sr=alecf, a=asa/drivers 2002-06-06 04:42:49 +00:00