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

1898 Коммитов

Автор SHA1 Сообщение Дата
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
depstein%netscape.com da74c12aef adding web progress test cases. some minor code cleanup.
a=asa for QA checkins that are not part of the default builds
2002-05-24 20:03:19 +00:00
chak%netscape.com 04cab798ec Fix for #13127
FTP (HTML view) - folder and document icons do not display
(in an embedding scenario)
r=adamlock, sr=alecf
2002-05-23 21:25:19 +00:00
locka%iol.ie b1b2f0f865 NOT PART OF BUILD. More XPConnect scripting improvements 2002-05-23 13:28:38 +00:00
depstein%netscape.com 272d204c29 fixed compiler bugs. removed nsIWebBrowser.cpp because of naming conflict, adding nsIWebBrow.cpp for test cases.
a=asa for QA checkins that are not part of the default builds
2002-05-21 21:37:34 +00:00
timeless%mac.com 0756b8de55 Bug 130853 crash in winembed.exe
scope observerService so it isn't held past embedding shutdown
r=smontagu moa=adamlock
2002-05-21 19:19:50 +00:00
jdunn%netscape.com e8b4b1e3a2 fix AIX's xlC364 internal compiler error (just rearranging existing code)
# 143461
r=brade@netscape.com
sr=alecf@netscape.com
2002-05-21 13:26:30 +00:00
depstein%netscape.com e6ecdd8c53 added nsIWebBrowser.obj 2002-05-19 07:51:04 +00:00
depstein%netscape.com 2eafb8e15e added nsIWebBrowser menu and UI for test cases
a=asa for QA checkins that are not part of the default builds
2002-05-17 23:03:43 +00:00
rods%netscape.com 159dff5ab9 Removing debug line for setting dialog title.
Bug 145037 r=dcone sr=kin
2002-05-17 19:25:51 +00:00
depstein%netscape.com ebab086063 uploading nsIWebBrowser test cases
a=asa for QA checkins that are not part of the default builds
2002-05-17 06:01:52 +00:00
locka%iol.ie 62205ac808 Check for duplicate names when saving subframes. b=142846 r=brade@netscape.com sr=rpotts@netscape.com 2002-05-17 02:47:10 +00:00
law%netscape.com 8b9240bcab Bugs 129614/129604/137676; ensure all download errors are shown to user (and fix download manager quirk so it doesn't think all downloads are 0kb of 0kb); r=bzbarsky, sr=blake 2002-05-17 00:31:53 +00:00
rpotts%netscape.com 10620e5d2c bug #46856. r=valeski, sr=darin) nsIWebProgress/nsIWebProgressListener API changes. 2002-05-16 23:41:59 +00:00
akkana%netscape.com e9b096e022 134275: make find stop at table cell boundaries. r=brade sr=kin 2002-05-16 23:30:59 +00:00
rpotts%netscape.com 7ede442c4a bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 22:35:31 +00:00
rpotts%netscape.com 4efa469250 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 21:46:18 +00:00
rpotts%netscape.com 413676046c bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 21:22:23 +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
timeless%mac.com 0291e398de fixing build bustage for qnx photon embedding
this is from the nsI*File freeze
2002-05-15 23:03:01 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
seawood%netscape.com 4293400e69 Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
depstein%netscape.com 99433c7adb remove mfcembed.htm 2002-05-15 00:10:36 +00:00
rods%netscape.com 68b0319c10 Changing CID to ContractID and const char* to const char xxx[]
As part of Bug 144128
2002-05-14 14:32:42 +00:00
rods%netscape.com 517bc877a1 Static build bustage fix 2002-05-14 14:15:19 +00:00
rods%netscape.com 93ac2ed60b Missed these...fixing bustage
Bug 144128 r=dcone sr=attinasi
2002-05-14 13:41:11 +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
locka%iol.ie 9c3865877f NOT PART OF BUILD. Rudimentary scripting working in XPConnect. Invoke & SetProperty methods are working. 2002-05-14 01:58:00 +00:00
rods%netscape.com 169f8634ab The problem is thwe getting of the PS in the CreateBrowser method used to work.
But now the webBrowser no longer has a valid docshell.
But this patch now makes sure that it gets a Global PS at all the right places.
It also fixes PP. It checks the menu item when in PP and unchecks it when a
document is loaded. That way you can select the menu a second time and have it exit PP.
Bug 143346 r=chak sr=alecf
2002-05-13 22:33:24 +00:00
locka%iol.ie 23ac64ad8e NOT PART OF BUILD. Implemented variant to java object class, getProperty and return codes from Invoke(). Moved LiveConnect & XPConnect stuff into their own files. 2002-05-13 21:06:14 +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
depstein%netscape.com 14f1875b31 added NotifyObservers() tests in nsIObserServ.cpp, webProg listener to TestYourMethod2() in Tests.cpp.
a=asa for QA checkins that are not part of the default builds
2002-05-10 19:03:28 +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
rods%netscape.com 4abc321005 fix bustage, makefile was in correct 2002-05-08 23:07:46 +00:00
rods%netscape.com bb0b2f65ed All the files have been moved to the unixshaed directory
Bug 115136 r=dcone sr=attainasi
2002-05-08 21:12:09 +00:00
depstein%netscape.com a45ce9b0da made 'native' changes to nsILocalFile tests. added nsIWebBrowserSetup tests, temporarily in Tests.cpp (TestYourMethod()).
a=asa for QA checkins that are not part of the default builds
2002-05-08 19:11:49 +00:00
locka%iol.ie b5bf4ad943 NOT PART OF BUILD. Throws exceptions for errors 2002-05-08 14:09:13 +00:00
locka%iol.ie 8a564932c6 NOT PART OF BUILD. Support for most primitive data types in LiveConnect impl. 2002-05-08 13:22:03 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
locka%iol.ie 58183d683b NOT PART OF BUILD. Fix for intermittant crash issue 2002-05-07 22:13:52 +00:00
depstein%netscape.com f32b0fbb95 Fixed an 'observer matching' bug in nsIObserServ.cpp.
a=asa for QA checkins that are not part of the default builds
2002-05-07 21:59:57 +00:00
locka%iol.ie 574ffb901e NOT PART OF BUILD. More work on LiveConnect. It actually works now(!) but is a bit crashy for some undetermined reason. 2002-05-07 21:54:29 +00:00
locka%iol.ie 6d97942a45 NOT PART OF BUILD. Plugin test pages 2002-05-07 21:51:12 +00:00
depstein%netscape.com 77a8d08c16 updated sHistoryListener test, uses onLoad function.
a=asa for QA checkins that are not part of the default builds
2002-05-07 21:47:54 +00:00
ccarlen%netscape.com d7075f7f22 Fixing bustage that will be happening. The wrong copy of this got checked in with Rod's checkin for bug 115136. 2002-05-07 13:51:21 +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
akkana%netscape.com 7d28960d5c 92102: Make find wrap through frames. r=ccarlen sr=alecf 2002-05-06 23:41:29 +00:00
akkana%netscape.com fbc4b2a0d6 92102: Fix wrapping through frames, and don't find content inside noframes tags. r=ccarlen sr=alecf 2002-05-06 22:22:13 +00:00
ccarlen%netscape.com c45fd7bd5e Removing - obsolete and not part of build. Bug 141367. r=akkana/sr=kin 2002-05-06 22:06:02 +00:00
saari%netscape.com a87328417e fix for bugzilla 142138, null checks to prevent exploding when processing an activate event during window tear down. sr=jag, r=chak 2002-05-06 20:35:17 +00:00
bryner%netscape.com 22abbed4b4 Fixing gtk2 bustage. r=cls. 2002-05-06 07:02:45 +00:00
depstein%netscape.com eff06ffb65 added test cases for nsIWebBrowser, temporarily in TestYourMethod().
a=asa for QA checkins that are not part of the default builds
2002-05-04 05:55:55 +00:00
depstein%netscape.com a04ee26f52 updated web nav test case. a=asa for QA checkins that are not part of the default builds 2002-05-04 01:10:59 +00:00
ccarlen%netscape.com ea7e9cc6d5 Bug 141673 - PPEmbed crashes on launch due to bad code added in nsIFile API change. r=pinkerton/sr=darin 2002-05-03 13:22:08 +00:00
seawood%netscape.com a9ab635793 Fix xlib bustage.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #135441 r=cls
2002-05-03 08:11:10 +00:00
locka%iol.ie 71c3bb76da NOT PART OF BUILD. Reordered makefile, incorporated LiveConnect/XPConnect scripting patch by <Paul.Oswald@medec.com>. Code cleanup. b=127710 2002-05-02 22:10:19 +00:00
rods%netscape.com 3bbf624bb2 Fixing more bustage 2002-05-02 18:07:15 +00:00
rods%netscape.com 97f236565e some functions need to be static, this should fix the static build bustage 2002-05-02 16:23:20 +00:00
rods%netscape.com b1cb2953ae Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:38:43 +00:00
rods%netscape.com ec281a6b3d Minor fix
Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:32:13 +00:00
rods%netscape.com bd388ab0f7 minor change
Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:30:09 +00:00
rods%netscape.com 8fa4b72d4e Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:08:52 +00:00
rods%netscape.com 3696eb1212 Add the new pluggable dialog work, in build, not used yet
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 11:50:36 +00:00
akkana%netscape.com 36e553d4c4 132612: fix a case where find misses a match after a partial match. r=brade sr=kin 2002-05-01 23:57:32 +00:00
depstein%netscape.com a839dd32fb added NS_LITERAL_CSTRINGs to nsIFile.cpp. Some XPIDialog/Progress code in Tests.cpp 2002-05-01 03:33:18 +00:00
locka%iol.ie 72ccc640d1 On behalf of Dan McGuirk<mcguirk@tolteceng.com> Add missing scrollbar folder. b=138692 r=adamlock@netscape.com sr=rpotts@netscape.com 2002-04-28 11:09:26 +00:00
locka%iol.ie e649e725dd Switch if statement from testing for VARIANT_TRUE to testing for !VARIANT_FALSE to make behaviour more client forgiving and like IE. r=brade@netscape sr=blizzard@mozilla.org 2002-04-28 11:00:12 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
bryner%netscape.com e439596f8f Removing references to old XBL form control images and CSS. Not part of the build. 2002-04-26 21:11:04 +00:00
alecf%netscape.com fce06e28d7 check in start of "embed-lite" module, lightweight versions of some seamonkey components
This way embedding doesn't need to include stuff like chrome, rdf, mork, etc.

not part of the build
2002-04-26 20:47:58 +00:00
bnesse%netscape.com 78c4c72003 Attempting to fix pinkertons bustage... removed apparently unintentional definition. 2002-04-25 23:38:50 +00:00
jgaunt%netscape.com 242ee90c42 bug 138346 html element accessible action names not expose in embedding
added accessible.properties to the embedding manifest
r=chak
sr=alecf
2002-04-25 23:21:04 +00:00
pinkerton%netscape.com 76b6d83637 oops, missed a { 2002-04-25 21:35:40 +00:00
pinkerton%netscape.com ab3cfa4149 remove bugnumber accidentally inserted in file. 2002-04-25 21:26:03 +00:00
pinkerton%netscape.com 89cccb0e97 package download progress on mac for embedding. fix jar manifest to not pull en-unix on every platform. r=bryner/sr=ben/a=rjesup. bug#134523 2002-04-25 21:25:59 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
rbs%maths.uq.edu.au 787bb0a978 MathML entries are missing in embedding packages, b=137029, r=adamlock, sr=heikki 2002-04-24 21:32:26 +00:00
rbs%maths.uq.edu.au b8ea203342 MathML entries are missing in embedding packages, b=137029, r=adamlock, sr=heikki 2002-04-24 21:27:39 +00:00
tor%cs.brown.edu c45bbd713a Bug 137685 - gamma correction causing black backgrounds in embedding.
r=brendan, sr=hyatt
2002-04-23 23:21:25 +00:00
locka%iol.ie 31c9fc020f Add missing nssckbi library to embedding packages. b=134034 r=kaie@netscape.com sr=rpotts@netscape.com a=valeski@netscape.com 2002-04-23 12:51:09 +00:00
jst%netscape.com 70e9ad0081 Fixing printing crash bug 127891. Make the destruction of printing related frames not hide iframe's document viewers. r=rods@netscape.com, sr=rpotts@netscape.com 2002-04-22 23:12:18 +00:00
depstein%netscape.com a5294f4cd6 added additional flag support for onHistoryReload() of history listener.
a=asa for QA checkins that are not part of the default builds
2002-04-20 03:39:31 +00:00
depstein%netscape.com e2c7682141 adding nsIWebNavTestLib.js and nsIWebNavTestCase1.html into /webNav
a=asa for QA checkins that are not part of the default builds
2002-04-20 02:54:38 +00:00
depstein%netscape.com 1a5edf11e1 fixed makefile.win. some minor updates to other files.
a=asa for QA checkins that are not part of the default builds
2002-04-20 02:24:27 +00:00
bzbarsky%mit.edu 79be026732 Data URIs are not nsIURLs. Bug 77850, r=law, sr=darin 2002-04-19 03:21:35 +00:00
seawood%netscape.com 97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
jkeiser%netscape.com 0dc252669f Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com 2002-04-18 22:02:09 +00:00
blythe%netscape.com 44f2be5785 Fix bug 135807
Embedding tests need module name to work with modsquad scripts.
r=cls sr=alecf
2002-04-16 21:52:25 +00:00
pinkerton%netscape.com 2639b4120d package xul security dialogs in embedding. also add appcomps to embed to get session history. r=ccarlen/sr=alecf. bug# 135211 2002-04-16 19:09:57 +00:00
bryner%netscape.com 5ee18c0ade Oops, I meant to remove this files when I removed the old XBL form controls (bug 137483). These are no longer in the tree. 2002-04-16 04:00:58 +00:00
ccarlen%netscape.com bdaa3e03db Fixing bustage - needs #if TARGET_CARBON 2002-04-16 02:46:14 +00:00
ftang%netscape.com d66bdc5219 fix bug 110726. Add carbon event handler for Text Input event to handle input methods r=ccarlen sr=sfraser a=asa 2002-04-15 23:53:11 +00:00
ftang%netscape.com bc978614ac fix bug 110726. r=ccarlen sr=sfraser a=asa add CTextInputEventhandling.cpp 2002-04-15 23:51:13 +00:00
ftang%netscape.com 749f602a3e fix bug 110726. add carbon event handler for Text Input events. r=ccarlen sr=sfraser a=asa 2002-04-15 23:49:29 +00:00
dougt%netscape.com 2dbd1edd63 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00
bryner%netscape.com 57db3f841d Removing the old versions of the xbl form controls from the tree (bug 137483). r=pinkerton, sr=ben. 2002-04-15 22:21:28 +00:00
danm%netscape.com d4595ba65b changing the format of the comment describing registerNotification, as requested by depstein. bug 99618 2002-04-13 01:53:33 +00:00
pinkerton%netscape.com 245c950f22 actually hook up dnd overriding apis to webbrowserchrome. r=brade/sr=blizzard/a=valeski. bug# 136744. 2002-04-11 21:33:24 +00:00
seawood%netscape.com ef6a464de2 Fix link ordering problem when building static components with static gtk.
Bug #136192 r=bryner
2002-04-11 14:30:31 +00:00
depstein%netscape.com e2da17de0c Added session history listener library and test scripts. 2002-04-11 01:27:47 +00:00
danm%netscape.com 214f9212ae freezing interface for 1.0. bug 99618 r=chak,rpotts a=valeski 2002-04-10 21:18:20 +00:00
danm%netscape.com 5059093a01 (interface freezing in last revision is bug 99617 r=chak,rpotts a=valeski) 2002-04-10 21:17:38 +00:00
danm%netscape.com fdecfee7a6 freezing interface for 1.0. bug 136275 r=chak,rpotts a=valeski 2002-04-10 21:15:34 +00:00
danm%netscape.com 0bc0c0e447 freezing interface for mozilla 1.0 2002-04-10 21:13:37 +00:00
ccarlen%netscape.com 54e1af8c4d For smoketest blocker 136693. Adding impl of confirmEx to PPEmbed's prompt service. r=pink/sr=sfraser 2002-04-10 19:51:42 +00:00
briane%qnx.com d6e150746c PHOTON BUILD ONLY
fix for a path problem with config files
2002-04-10 13:57:19 +00:00
ashishbhatt%netscape.com a766a2c8e8 Added nsiFile.cpp and .h, Testcases for nsILocalFile 2002-04-08 22:19:03 +00:00
ashishbhatt%netscape.com 8228bd056d fixed nsIObserServ.cpp and .h
CV: ----------------------------------------------------------------------
2002-04-08 18:57:01 +00:00
pinkerton%netscape.com 8391280853 add JSLoader to basebrowser package r=ccarlen/sr=hyatt/a=asa. bug# 135530 2002-04-08 13:57:30 +00:00
depstein%netscape.com 6a2d8bbadd Minor changes. Added hex support for status string in nsIWebProgLstnr::OnChangeState() (in QaUtils.cpp). Added reload() method in nsIWebNav.cpp for Reload menu test under nsIWebNav.
a=asa for QA checkins that are not part of the default builds
2002-04-06 02:58:50 +00:00
brade%netscape.com 2062357234 avoid double-deletion by always cleaning up, add some extra error checking (bug 132417); r=adamlock, sr=kin, a=asa, adt=jaime 2002-04-06 01:00:39 +00:00
chak%netscape.com b97c23ce25 Fix for #135711 - Add wallet stuff to embed packaging
r=adamlock, sr=alecf, a=asa
2002-04-06 00:49:45 +00:00
timeless%mac.com c1e6c65c47 Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
updated last callers
r=brade sr=kin
2002-04-05 20:21:16 +00:00
briane%qnx.com 840203786f PHOTON BUILD only
Fixes some compile issues.
2002-04-05 15:17:55 +00:00
seawood%netscape.com 56a8fb0151 Use shell script instead of batch script since win9x appears to have problems calling a batch script from a cygwin shell.
Bug #134344 r=jrgm a=asa,jaimejr
2002-04-05 14:27:44 +00:00
timeless%mac.com c3b4db921a Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
blythe%netscape.com 9594c84aac Fix bug 127069
Default heap size of exes
This is the second patch for this bug and only affects gmake win32 builds
and test embed exes
r=dp, sr=scc, a=asa
2002-04-02 22:20:57 +00:00
michael.lowe%bigfoot.com fe9c7723d1 Download progress dialog text fields should be dimmed, b=132251, r=law, sr=jag, a=asa 2002-04-02 09:02:36 +00:00
ccarlen%netscape.com 4d55f838c7 Bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa 2002-04-01 15:35:57 +00:00
ccarlen%netscape.com ea8d1d85e7 New files for bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa 2002-04-01 15:33:35 +00:00
brade%netscape.com 39ba7c9bbe relativize url for images and related files (bug 133803); r=adamlock, sr=kin, a=asa 2002-04-01 14:35:57 +00:00
locka%iol.ie ca4f6b3c44 Fixed inconsistency between internal variable and default persist flags. b=128900 r=brade@netscape.com sr=kin@netscape.com a=valeski@netscape.com 2002-04-01 12:02:27 +00:00
alecf%netscape.com aff39b0295 fix for bug 132946
r=cls, r=pinkerton, a=asa
fix up packaging scripts so they can run from any directory
move from perl's "use" which is compile-time to require/import which are run-time, so that we can use the FindBin package.
also fix a typo which allows mozLock.pm to recognize windows paths
2002-04-01 04:43:40 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
ccarlen%netscape.com b4f58d10a5 Bug 132813 - PPEmbed doesn't send notification for security changes. r=pink/sr=beard/a=asa 2002-03-27 04:21:33 +00:00
akkana%netscape.com d59ab13b91 132894: improve our ability to go to the right place in the anchor
node; fix problem where we were skipping matches we should have
found.  r=cmanske sr=sfraser a=asa
2002-03-27 03:47:33 +00:00
depstein%netscape.com e6a4b04c27 adding nsISHistoryTestLib.js test library and nsISHistoryTestCase1.html test script. 2002-03-27 01:47:15 +00:00
depstein%netscape.com 2e737fce66 nsIRequest->GetName() now directly uses nsCString msg. No longer needs string conversion. 2002-03-26 23:55:54 +00:00
brade%netscape.com 423a631b12 clone uri before removing login/pw (bug 131218); r=adamlock, sr=kin, a=asa 2002-03-26 21:05:13 +00:00
locka%iol.ie 322b80b296 NOT BUILT. Fix some typos in a QA document. b=130498 2002-03-25 13:50:39 +00:00
rods%netscape.com b3a87921ff This patch is actually part of Bug 115136, but I think its best to get this part
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in
DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using
them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 03:19:32 +00:00
dbaron%fas.harvard.edu 3f52b082bc Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:35:01 +00:00
locka%iol.ie f715532b20 Add missing scrollbar arrow files to embed.jar. b=132653 r=valeski@netscape.com 2002-03-23 16:26:50 +00:00
mscott%netscape.com b0edbc3760 Bug #132643 --> add a new web browser chrome flag for a popup type.
r=danm
sr=hewitt
2002-03-22 19:20:54 +00:00
ccarlen%netscape.com a0cfdeea80 Bug 132106 - Put code into PPEmbed to support XUL preferences dialog. r=pink/sr=beard/a=asa 2002-03-22 15:52:22 +00:00
seawood%netscape.com 435ad09594 Add libart to basebrowser lists so that someone else doesn't spend 2 hrs wondering why the embedding tests don't work when you happen to have svg enabled. 2002-03-22 09:51:28 +00:00
seawood%netscape.com 1599b0f9c7 Filling out win32 gmake embed build. 2002-03-22 08:27:26 +00:00
seawood%netscape.com 7341dc8ca1 Make embedding/config both objdir & win32 gmake aware. 2002-03-22 06:47:00 +00:00
leaf%mozilla.org 7f39ba71f3 fix gmake static windows build 2002-03-22 00:39:50 +00:00
brade%netscape.com f27ce47a8f handle new flag for no link adjustments, handle empty values (bug 122227); r=adamlock, sr=kin, a=asa 2002-03-21 14:47:06 +00:00
brade%netscape.com 5515c472f3 add new flag; bug 122227, r=adamlock, sr=kin, a=Asa 2002-03-21 14:17:31 +00:00
seawood%netscape.com 674414d8f3 Since the nightly automation builds in embedding/config, do not autoreg entries when building embed.jar. This should fix the various chrome problems that people have been having lately.
Bug #131016 (& probably 131461 & 130331 too) r=bryner
2002-03-21 09:13:22 +00:00
darin%netscape.com cc7da97884 fixes pending mac bustage 2002-03-21 00:55:56 +00:00
darin%netscape.com 9e6cde08d2 fix more pending mac bustage 2002-03-20 23:36:03 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
blakeross%telocity.com d7fdbe6799 131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa 2002-03-20 21:49:18 +00:00
jaggernaut%netscape.com 8f26b59dcb Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
locka%iol.ie e542c23fba Implement GUID comparison method inilne rather than rely on ATLs constantly changing method. b=127982 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-03-19 22:28:50 +00:00
locka%iol.ie 40bf1930e8 Send error messages when file creation/open errors occur during persistence. b=124035 r=brade@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-03-19 22:24:06 +00:00
blakeross%telocity.com fb0487897d 131762 - can open multiple occurrences of download manager.
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:19:39 +00:00
pinkerton%netscape.com 75c2a47ecf enable packaging of xul prefs into embed.jar and build changes to do it on mac. r=ccarlen/sr=scc/a=asa bug#128924. 2002-03-19 22:06:12 +00:00
pinkerton%netscape.com fb366798fa refactor packaging into perl package so that it can be called from MacPerl. add basebrowser embed packaging to mac build. r=adamlock/sr=alecf/a=asa. bug#129737 2002-03-19 22:05:19 +00:00
alecf%netscape.com d5cc8727e4 *sigh* fix activeX bustage 2002-03-19 08:22:02 +00:00
alecf%netscape.com 1333f77291 *sigh* stupid nmake build 2002-03-19 07:38:25 +00:00
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
pinkerton%netscape.com c2f243ffdc basebrowser embed packaing for mach-o. r=cls/sr=hyatt/a=asa. bug#131819 2002-03-19 03:27:17 +00:00
akkana%netscape.com c3db3cdc94 80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa 2002-03-18 23:52:30 +00:00
danm%netscape.com aa2d5b5fac removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa 2002-03-18 23:33:49 +00:00
blakeross%telocity.com a687ff7199 117505 - save file dialog has paint inssue with pause/resume button (ftp downloads). r=timeless sr=hewitt a=dbaron 2002-03-18 05:10:24 +00:00
blakeross%telocity.com 93d044d117 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:41:01 +00:00
blakeross%telocity.com 69a2eecc19 Backing out...saving for a rainy day... 2002-03-17 07:39:08 +00:00
blakeross%telocity.com 563323de3b 102477 - Turning on download manager. r=law sr=ben a=dbaron 2002-03-17 04:52:34 +00:00
rods%netscape.com c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
akkana%netscape.com c034d51a37 80805, 129971: Check endpoint correctly, don't skip too many nodes after a comment, fix some return values. r=cmanske sr=dveditz a=asa 2002-03-16 04:33:20 +00:00
depstein%netscape.com 8c75a4443b a=asa for QA checkins that are not part of the default builds.
Removed getAdders for GetSpec() and GetPath(). use nsAutoString.
2002-03-16 02:31:53 +00:00
rods%netscape.com 9e6a587a72 Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway 2002-03-15 14:49:09 +00:00
rods%netscape.com 20d6c55150 1) Removes most all the unneeded data from nsPrintOptions service. All data
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
   object. The items not saved are those used during the printing process and
   it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
   If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
   Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
   set of prefs. Then if a printer name is available in the PS then it tries
   to initialize itself from the printer specific prefs. This enables to define
   "back stop" prefs for picking up first. Then the printer specific prefs
   can override those settings.
   For example, we may define in prefs that the default paper size 8.5x11,
   then if if the "save PS prefs" is turned on, for a given printer it might
   save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
   or written.
2002-03-15 13:55:54 +00:00
timeless%mac.com 9cce7cc74d Bug 123409 optimization for nsWindowWatcher::OpenWindowJS
r=adamlock sr=sfraser a=asa
2002-03-15 12:50:20 +00:00
timeless%mac.com 73907f947c Bug 123409 optimization for nsWindowWatcher::OpenWindowJS
r=adamlock sr=sfraser a=asa
2002-03-14 22:59:56 +00:00
pinkerton%netscape.com e9c2c5cac3 handle single files in the jar manifest correctly. r=adamlock/sr=sfraser/a=shaver. bug#129492 2002-03-14 15:28:42 +00:00
pinkerton%netscape.com f76d67c93e create embed.jar on mac, refactoring gen_mn.pl so it can be called from macPerl directly. r=ccarlen/sr=sfraser/a=shaver. bug#129492 2002-03-14 14:53:55 +00:00
brade%netscape.com ca374f2c72 send listener aStatus so listener can handle possible error conditions, remove login/pw from uri before changing url attributes, set target base uri (bug 130149/122227); r=adamlock, sr=kin, a=asa 2002-03-14 14:18:53 +00:00
brade%netscape.com c82946f48b add member mTargetURI (bug 130159/122227); r=adamlock, sr=kin, a=asa 2002-03-14 14:16:27 +00:00
brade%netscape.com 8be01d4456 add new flag; bug 130149/122227, r=adamlock, sr=kin, a=Asa 2002-03-14 14:15:02 +00:00
locka%iol.ie f519fbceff Add some missing xpt files so string bundle calls work in chrome. b=125291 r=kaie@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-03-14 11:22:34 +00:00
seawood%netscape.com 9bdb6711d0 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com abb8a23948 Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
darin%netscape.com 281c86ec58 b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
aaronl%netscape.com 5b96e558ae Fixes bug 66597, bug 103284, bug 114440, bug 120023, bug 128741, bug 19259. Cleans up browse with caret, makes it work with XML content docs, creates keyboard toggle for it (Accel+shift+K), synchronizes focus and document selection so that users can tab navigate relative to their last find or click in text, or vice versa, makes tabbing move relative to named anchor that has been jumped to. r=bryner, sr=alecf, a=asa 2002-03-10 06:21:48 +00:00
ccarlen%netscape.com 49237b7b2d Bug 129288 - Changing font size from XUL prefs dialog crashes PPEmbed. It's because the XUL pref window's docshell is typeContent, not typeChrome. r=adamlock/sr=alecf/a=asa 2002-03-08 23:58:50 +00:00
ccarlen%netscape.com c0349878fb Bug 129531 - Context menu handler does double delete of handle. r=pinkerton/sr=sfraser/a=asa 2002-03-08 21:57:21 +00:00
seawood%netscape.com a905a97812 Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
bryner%netscape.com 8b898b481f Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
locka%iol.ie f2a17ba7a0 Prevent persist object giving out duplicated file names. b=115991 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-03-07 20:34:57 +00:00
brade%netscape.com a2a1182765 don't clone node if flag is set to operate on original dom, add error checking (bug 125069); r=adamlock, sr=kin, a=asa 2002-03-07 20:14:19 +00:00
rods%netscape.com 4192ff3428 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
bryner%netscape.com 5c5f8c38b0 #include cleanup from my last checkin. Not part of the build. 2002-03-07 04:09:12 +00:00
bryner%netscape.com ac43cfc520 Fixing NSBrowserView bustage from the nsIURI API change. Not part of the build, a=shaver. 2002-03-07 03:53:50 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
dsirnapalli%netscape.com 84a4210562 Test case to test HTML Element <fieldset> without <legend> 2002-03-06 02:12:02 +00:00
dsirnapalli%netscape.com 340cecc078 Test case to test HTML Element <fieldset> with <legend> 2002-03-06 02:11:20 +00:00
dsirnapalli%netscape.com 0f892551ce Library file.Contains methods useful for all the testcases. 2002-03-06 02:07:40 +00:00
dsirnapalli%netscape.com c68e672348 This file will be replace by accesslib.js 2002-03-06 02:03:38 +00:00
pinkerton%netscape.com e74e999e38 first pass at basebrowser for macCFM. r=ccarlen/sr=sfraser/a=asa. bug 127341. 2002-03-05 23:12:45 +00:00
bzbarsky%mit.edu 4662f94ce5 Fix compiler warnings. Bug 127592, r=hwaara, sr=shaver, a=asa 2002-03-05 22:33:54 +00:00
bzbarsky%mit.edu 1e8adc7427 Make sure we send start and stop notification so progress dialogs get
taken down. Bug 127375, r=brade, sr=darin, a=asa
2002-03-05 03:23:20 +00:00
bryner%netscape.com e76130c9c7 Bug 128687 - include XBL form control files in embed.jar. This looks like a bigger change than it is because I'm also removing extra ^M's in embed-jar.mn. r=pinkerton, sr=shaver, a=asa. 2002-03-04 23:33:23 +00:00
alecf%netscape.com cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
locka%iol.ie 78de0c12c1 NOT PART OF BUILD. ActiveX plugin. Treat PARAMs with "True"/"False" values as VT_BOOL properties. 2002-03-04 13:55:55 +00:00
morse%netscape.com d8c109186b bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz 2002-03-02 01:49:30 +00:00
bzbarsky%mit.edu fdb372df0f Don't throw an uncaught exception on cancel. Bug 91056, patch by
law@netscape.com, r=bzbarsky, sr=jag, a=asa
2002-03-02 01:02:16 +00:00
danm%netscape.com 4050702da3 implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:22:55 +00:00
pinkerton%netscape.com b259f044cb api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069 2002-02-28 22:19:04 +00:00
brade%netscape.com 2110b7318e Calculate file extension based on existing extension (if it matches content type) before defaulting to primary extension (bug 125070). Don't do base tag modifications if flag is set (bug 127765). r=adamlock, sr=sfraser, r=roc 2002-02-28 14:12:57 +00:00
brade%netscape.com 15c898c949 add new flags; bug 125070, r=adamlock, sr=sfraser, a=roc 2002-02-28 14:09:07 +00:00
brade%netscape.com 38998b99c8 force stream closure when for uploading (bug 121314; r=adamlock; sr=darin; a=shaver) 2002-02-25 18:47:47 +00:00
akkana%netscape.com 68d64a1ce7 126651,126909: Fix some glitches in the find algorithm. r=cmanske sr=kin a=asa 2002-02-23 01:12:26 +00:00
locka%iol.ie 28547df338 NOT PART OF BUILD. Allow plugin to read name/value PARAMs when embedded by an OBJECT tag. b=126492 2002-02-22 11:08:55 +00:00
blythe%netscape.com 0c699aeff9 Fix bug 127069.
Reclaim .75 MB of VM on Win32.
r=dp sr=brendan a=shaver
2002-02-22 02:55:08 +00:00
law%netscape.com cc51d8a6ae Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott 2002-02-20 07:57:33 +00:00
law%netscape.com a057dd175d Bug 27609; final changes for new progress dialog, r=ben, sr=jag 2002-02-20 07:54:37 +00:00
jst%netscape.com 19b9e3ce32 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
law%netscape.com d1cd96362c Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag 2002-02-20 07:48:15 +00:00