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

1759 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 52771301fc backing out 2002-07-18 06:58:27 +00:00
dougt%netscape.com 295c9976d6 fixing bustage 2002-07-18 06:49:05 +00:00
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