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

1711 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com dbf4960c3f Implementing a better setup dialog
Bug 154239 r=chak rs=alecf
2002-06-27 12:01:30 +00:00
morse%netscape.com c214f1ead5 bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf 2002-06-25 22:33:44 +00:00
bnesse%netscape.com 5741980ed5 Fix for bug 153622. Remove macxprefs (no longer used) from the build. r=ccarlen, sr=sfraser. 2002-06-25 20:05:48 +00:00
depstein%netscape.com 27b245bd32 added support for webProgress flags for AddWebProgressListener() 2002-06-25 00:41:01 +00:00
ashishbhatt%netscape.com 4692c8d212 Updated testEmbed for MRE application support. Changed files testembed.cpp, winfilelocprovider.cpp & .h 2002-06-24 19:32:18 +00:00
depstein%netscape.com 2d4436abfc updated some urls in nsIWebNav.cpp 2002-06-22 03:25:39 +00:00
depstein%netscape.com 925e73993c updated webBrowserFind tests
a=asa for QA checkins that are not part of the default builds
2002-06-22 00:24:55 +00:00
bzbarsky%mit.edu 1dad29c8ea Save background images on tables/rows/cells. Bug 115532, r=adamlock, sr=jst 2002-06-21 22:33:50 +00:00
locka%iol.ie de735e8b56 Remove MozillaControl.html b=150618 2002-06-21 11:57:07 +00:00
depstein%netscape.com 390c629f73 Adding test cases for nsIWebBrowserFind. New url for simple text search. 2002-06-21 02:31:36 +00:00
timeless%mac.com eb17bae486 backing out bug 128750 2002-06-20 23:02:31 +00:00
locka%iol.ie 0d6ab7480f Remove MozillaControl.html. b=150618 r=chak@netscape.com sr=rpotts@netscape.com 2002-06-20 21:33:59 +00:00
locka%iol.ie 74dd7c3382 Sample code changed to use MIT licence. b=82339 2002-06-19 14:48:07 +00:00
locka%iol.ie 97e9649045 Sample code changed to use MIT licence. b=82339 2002-06-19 14:38:39 +00:00
locka%iol.ie aeca349336 Sample code changed to use MIT licence. b=82339 2002-06-19 14:25:27 +00:00
varga%utcru.sk 818af92414 Checking in for Neil.
Bug 151565 - JS strict warning in nsHelperAppDlg.js
r=varga, sr=jag
2002-06-19 12:59:20 +00:00
locka%iol.ie 7f0509f4e9 Added nsIEmbeddingSiteWindow2 implementation. b=149307 r=rpotts@netscape.com sr=alecf@netscape.com 2002-06-19 11:41:25 +00:00
bzbarsky%mit.edu 5959cf04de Remove an unneeded flex. Bug 128750, r=law,sr=alecf 2002-06-18 22:36:27 +00:00
chak%netscape.com e6a18315be Fix for #151574 - Add MRE packaging make target to embedding/config
r=adamlock,  sr=darin
2002-06-18 21:37:05 +00:00
locka%iol.ie 1410ec7a6a Add application launcher dialog to activex control, plus some member variable cleanup. b=126245 r=chak@netscape.com sr=rpotts@netscape.com 2002-06-18 21:31:41 +00:00
locka%iol.ie de9ec9f398 Add application launcher dialog to activex control, plus some member variable cleanup. b=126245 r=chak@netscape.com sr=rpotts@netscape.com 2002-06-18 20:47:41 +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
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
bnesse%netscape.com 6c13a461c3 Fix for bug 148444. Remove obsolete pref file references from embedding configs. r=adamlock, pinkerton. sr=cls. 2002-06-13 17:57:05 +00:00
locka%iol.ie 8665fce309 Increase 20 character limit when creating filenames. b=134890 r=brade@netscape.com sr=kin@netscape.com 2002-06-12 21:47:43 +00:00
depstein%netscape.com 970e67b708 Url dialog now supports flag loading.
a=asa for QA checkins that are not part of the default builds
2002-06-12 18:44:48 +00:00
pinkerton%netscape.com fae8273176 fix typo, bug 149283. r=tao/sr=alecf/a=valeski. 2002-06-12 18:19:42 +00:00
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
chak%netscape.com 0969ca0ed1 Fix for #129582 - Chnages to demostrate MRE usage
r=adamlock, sr=rpotts, a=drivers
2002-06-11 20:35:27 +00:00
chak%netscape.com 6e26f00081 Fix for #131175 - Chnages to register MRE components
r=dougt, sr=rpotts, a=drivers
2002-06-11 20:33:04 +00:00
locka%iol.ie fa246615a5 NOT PART OF BUILD. First impl of helper app dialog for activex control. 2002-06-11 20:15:08 +00:00
bryner%netscape.com 1cf10f8ec3 Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes. 2002-06-09 00:05:37 +00:00
locka%iol.ie 406ebb0385 Persist data for embed & object tags. b=141316 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-06-07 21:31:33 +00:00
locka%iol.ie 8e7e0b4a27 (On behalf of Steve Williams <steve--w@dircon.co.uk>) Add activate message to fix focus in text areas. b=148613 r=adamlock@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-06-07 21:29:20 +00:00
alecf%netscape.com bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
rods%netscape.com 9d0f06bfa1 Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
Bug 149317 r=dcone sr=kin
2002-06-06 13:27:30 +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
caillon%returnzero.com e619a700c4 Bug 107949, Allow the user to prevent sites from disabling window features via window.open(). r=danm, sr=jag 2002-06-04 22:24:00 +00:00
locka%iol.ie 3d7fc0af50 Added unsupported warnings to winEmbed. 2002-06-04 21:29:04 +00:00
depstein%netscape.com 21bbf4129c added 'javascript' channel test in "TestYourMethod2()", Tests.cpp
a=asa for QA checkins that are not part of the default builds
2002-06-04 20:22:45 +00:00
locka%iol.ie b6244f8c14 Clarify nsIWebBrowserSetup documentation. b=143326 r=depstein@netscape.com sr=rpotts@netscape.com 2002-06-04 18:31:00 +00:00
depstein%netscape.com ae87d09eeb added GetTheChannel() and a few URIs for request handling. 2002-06-04 01:29:26 +00:00
brade%netscape.com 997445783e add flag and code to handle serialization of output (one file at a time) so that publishing doesn't fail due to too many logins or similar (bug 138662 and others); r=adamlock, sr=alecf 2002-06-03 13:08:27 +00:00
depstein%netscape.com 8f77e8da30 removed session-logout from observers, per bug 148189.
a=asa for QA checkins that are not part of the default builds
2002-05-30 21:54:32 +00:00
pinkerton%netscape.com 111cd16f5b clean up packaging warnings so real errors are easier to see. r=ccarlen/sr=beard/a=valeski. bug# 142556 2002-05-30 20:54:40 +00:00
depstein%netscape.com c13fd212b7 some code cleanup. more test coverage for uri loads and reloads.
a=asa for QA checkins that are not part of the default builds
2002-05-30 01:11:53 +00:00
depstein%netscape.com 3ccc10eb4d added more urls with more diversity to the URLTable. Stop() now tests with all 3 flags. Modified nsIWebNav code.
a=asa for QA checkins that are not part of the default builds
2002-05-29 03:13:37 +00:00
pinkerton%netscape.com 5367483734 hookup tooltips in PPEmbed. fix embedding tooltip impl to check window/dialog tag before groveling for title attribute. r=pink/sr=beard. bug# 142814. 2002-05-28 20:31:39 +00:00
bryner%netscape.com c64a97e26a Ignore generated Makefiles. 2002-05-27 02:12:25 +00:00
bryner%netscape.com e123863a98 Ignore generated makefiles. 2002-05-27 02:07:35 +00:00