dougt%netscape.com
f7ecc24741
backing out that last change
2002-07-18 06:34:18 +00:00
dougt%netscape.com
37919d4226
best guess at how to fix gtk orangeness
2002-07-18 06:29:21 +00:00
dougt%netscape.com
c2ec17237f
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
seawood%netscape.com
fe2f4b55ff
Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
...
Bug #154232 r=wtc sr=scc a=scc
2002-07-18 04:09:30 +00:00
rbs%maths.uq.edu.au
41a6388b7a
Turn on MathML in the Mac build, b=155703, r=peterv, sr=sfraser
2002-07-16 23:25:55 +00:00
bryner%netscape.com
f84fcb05fc
Fix cookie chrome registration for embedding (bug 153581). r=pinkerton, sr=bzbarsky, a=asa.
2002-07-16 22:51:52 +00:00
mjudge%netscape.com
47e8fbc7bf
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
2002-07-15 22:04:13 +00:00
depstein%netscape.com
abb61cbd8d
new string handling for webProg notification flags.
...
a=asa for QA checkins that are not part of the default builds
2002-07-15 18:25:47 +00:00
rods%netscape.com
2c95359558
Forgot to initialize the arg to false, and th js code needs to finsih PP in the catch if an error is passed back.
...
Bug 157129 r=carlen sr=waterson a=asa
2002-07-15 11:44:42 +00:00
locka%iol.ie
4d1220b5a7
Support client specific manifests. b=154878 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-07-13 15:09:26 +00:00
locka%iol.ie
9542d85cf7
Support client specific manifests. b=154878 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-07-13 14:41:45 +00:00
ccarlen%netscape.com
a7e9c3a544
Fixing bustage on planetoid.
2002-07-13 01:07:57 +00:00
ccarlen%netscape.com
04b6fab64b
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
2002-07-13 00:18:46 +00:00
alecf%netscape.com
c9ab75d6dc
bug 156736 - reorganize basebrowser-* to make it easier for embeddors to pick & choose components
...
r=adamlock, sr=dveditz, a=asa
2002-07-12 20:33:12 +00:00
dsirnapalli%netscape.com
956343336e
Updated the test case.
2002-07-12 18:38:20 +00:00
rods%netscape.com
e4f359543e
changed all the DEVMODE allocating and freeing to native Windows calls HeapAlloc and HeapFree
...
nsPrintSettingsWin.cpp was creating and copying only the non-platform specific data by using the
"sizeof" of the DEVMODE struct, instead of checking the struct size with dmSize
and the size of the private (device-specific) data with dmDriverExtra. Now it
creates the correct size of memory and copies all the non-private data and private data.
Bug 156318 r=dcone sr=kin,waterson,rpotts a=asa
2002-07-12 11:48:38 +00:00
rods%netscape.com
0216c6ef66
Minor comment change
...
Bug 99619 r=kmcclusk sr=sspitzer a=jud adt=paw
2002-07-12 11:34:52 +00:00
dsirnapalli%netscape.com
ce6c4333c5
Test Cases to test XUL Elements for Accessibility.
2002-07-11 23:33:04 +00:00
dsirnapalli%netscape.com
cdd7ea4a41
Modified the name of the function to make it general.
2002-07-11 20:46:42 +00:00
dsirnapalli%netscape.com
2323aa7048
Test Cases to test HTML Elements for Accessibility.
2002-07-11 00:56:08 +00:00
dsirnapalli%netscape.com
09dfe3f333
Updated with new test cases.
2002-07-11 00:51:06 +00:00
locka%iol.ie
792e9d0118
Fixup xml-stylesheet processing instructions. b=136718 r=heikki@netscape.com sr=kin@netscape.com
2002-07-09 21:40:19 +00:00
alecf%netscape.com
d9fc4c4531
REQUIRES update after find component cleanup
2002-07-09 21:21:37 +00:00
akkana%netscape.com
37542fe83a
126312: remove old find code. r=brade sr=alecf
2002-07-09 20:41:51 +00:00
ccarlen%netscape.com
6eddc81186
Bug 149036 - Zoom button is not enabled, No min/max size contraints on resizing windows. r=pink/sr=sfraser
2002-07-09 14:44:16 +00:00
rods%netscape.com
33e0320aa3
Somehow we all missed initializing this to false
...
Implement progress dialog for printing and PP that show before reflow
Bug 154136 r=dcone/sgehani sr=alecf
2002-07-09 12:48:39 +00:00
rods%netscape.com
042870ed98
Missed this minor change
...
Implement progress dialog for printing and PP that show before reflow
Bug 154136 r=dcone/sgehani sr=alecf
2002-07-09 12:44:47 +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
shanjian%netscape.com
61397a850b
#70507 New Windows opened via Javascript do not inherit their parent's character set
...
pass default charset from parent window to new window.
r=jag, sr=brendan
2002-07-09 00:14:48 +00:00
bryner%netscape.com
90a2f7dfb7
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
blakeross%telocity.com
52c5817315
143072 - no way to close the properties window without cancelling the dialog. r=law sr=ben
2002-07-08 04:22:14 +00:00
depstein%netscape.com
1267864ca1
cosmetic changes, changed some urls in the url table.
...
a=asa for QA checkins that are not part of the default builds
2002-07-04 01:37:04 +00:00
locka%iol.ie
8081195fa2
Remove nsDOMWalker & nsIDOMWalker. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com
2002-07-03 22:16:35 +00:00
locka%iol.ie
9314e4d056
Obseleted by DOM TreeWalker. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com
2002-07-03 22:13:59 +00:00
locka%iol.ie
62fce5f9be
Remove nsDOMWalker & nsIDOMWalker altogether. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com
2002-07-03 22:12:29 +00:00
locka%iol.ie
aaee4f863b
winEmbed window sizing fixes on behalf of steve-w@dircon.co.uk. b=152853 r/a=adamlock@netscape.com
2002-07-03 20:52:05 +00:00
locka%iol.ie
dc4d08992a
Added DO NOT USE comment, pending removal for bug 155066
2002-07-03 11:19:53 +00:00
locka%iol.ie
1b348bb93a
Turn nsDOMWalker into an XPCOM object. b=155066 r=ccarlen sr=kin
2002-07-02 20:54:13 +00:00
ccarlen%netscape.com
99e5ca772d
Bug 154880 - dropdown lists don't go away on a click outside of them. r=pink/sr=sfraser
2002-07-02 19:01:34 +00:00
rods%netscape.com
989a4bec4b
to fix the bustage
2002-07-02 02:05:54 +00:00
chak%netscape.com
5ef22fef01
Fix for #126869 - MfcEmbed OpenNewWindow opens Editor
...
r=adamlock, sr=rpotts
2002-07-01 20:45:48 +00:00
rods%netscape.com
a2e94034c6
Implement nsPrintingPromptService for MfcEmbed
...
Bug 154244 r=chak sr=rpotts
2002-07-01 20:30:18 +00:00
rods%netscape.com
6f79fc903f
Change status to "frozen"
...
Bug 99619 r=kmcclusk sr=sspitzer
2002-06-28 23:52:18 +00:00
ccarlen%netscape.com
a6aecbbf37
Bug 145827 - window.focus and window.blur not implemented in PPEmbed. r=adamlock/sr=sfraser
2002-06-28 14:32:13 +00:00
rods%netscape.com
009263bc3d
Minor fix up for improved dialog the min should have 30 to match mozilla
...
& in UI should have been &&
Implementing a better setup dialog
Bug 154239 r=chak rs=alecf
2002-06-28 13:29:06 +00:00
bzbarsky%mit.edu
b6ac3de7a2
Allow embeddors to override helper apps. Bug 147142, patch by
...
philipl@mail.utexas.edu (Philip Langdale), r=bzbarsky, sr=blake
2002-06-28 01:35:57 +00:00
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
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