rods%netscape.com
4769035b93
1) Adds two bools to the PrintSettings and then when the PS gets
...
initialized from Prefs or from the Printer they get set. They get unset when
the printer name changes.
This is all necessary because the Page Setup Dialog calls
initPrintSettingsFromPrinter each time it is shown. So if you have set values
they will get "written" over the next time the dialog is shown.
2) Removes a lot of platform specific initialization from nsPrintOptionsImpl
and it now uses just the the "generic" XP routines and is now consistent with
the other platforms for initializing the PS.
Bug 167894 r=dcone sr=kin a=roc
2002-10-30 14:35:22 +00:00
rods%netscape.com
b38b250086
Put in a lot of safety checks and changed where SetPrintSettingsFromDevMode was
...
called and set into the psWin, now we only Lock the global devmode once.
Bug 169689 r=dcone sr=alecf a=roc
2002-10-30 13:31:58 +00:00
ashishbhatt%netscape.com
f9d3e11926
adding js file for automation framework
2002-10-28 21:57:23 +00:00
depstein%netscape.com
66c5e8e6fc
Better error checking in QaUtils and webProgLstnr methods. Not part of the build.
2002-10-26 01:49:44 +00:00
seawood%netscape.com
4007ad4e1a
Fix platform detection and workaround bug in cygwin perl's FindBin module.
...
Thanks to Adam Lock <adamlock@netscape.com> for the patch.
Bug #166105 r=cls a=asa
2002-10-22 04:25:08 +00:00
locka%iol.ie
f0a081a4bb
NOT PART OF BUILD. Implement IWebBrowser/2/App object and preference change observer. Cleanup naming convention
2002-10-18 11:43:36 +00:00
locka%iol.ie
5b065c698f
Implement put_innerHTML and some other simple methods. Fix property page to display proper content type for document. b=171769 r=chak@netscape.com sr=rpotts@netscape.com a=a=rjesup@wgate.com
2002-10-18 11:39:57 +00:00
dsirnapalli%netscape.com
12dab86278
Updated test cases to test accKeyboardShortcut attribute method.
2002-10-17 23:16:47 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
locka%iol.ie
83f8c9f4d6
NOT PART OF BUILD. Add cleaned up scripting sample for plugin
2002-10-16 23:32:29 +00:00
locka%iol.ie
ad789295fc
NOT PART OF BUILD. Delete a couple of test scripts
2002-10-16 23:30:57 +00:00
locka%iol.ie
ed316f350b
NOT PART OF BUILD. Fix bustage running in 1.0.x builds and the use of nsAutoString in LegacyPlugin.cpp because of xpcom glue issues
2002-10-16 23:06:25 +00:00
rods%netscape.com
6501579eec
null checks added
...
Bug 173519 r=dcone sr=alecf a=rjesup
2002-10-16 09:17:37 +00:00
locka%iol.ie
40db78c9e3
NOT PART OF BUILD. Fix flawfinder buffer issue.
2002-10-15 18:46:17 +00:00
locka%iol.ie
73b9500983
Fix buffer issue highlighted by flawfinder b=173630 r=chak@netscape.com sr=heikki@netscape.com a=rjesup@wgate.com
2002-10-15 18:38:31 +00:00
locka%iol.ie
c83338e2b5
NOT PART OF BUILD. Remove name parameter from control site
2002-10-15 18:19:09 +00:00
dsirnapalli%netscape.com
fa368dab76
Updated testcases to test attribute accKeyboardShortcut.
2002-10-14 19:36:28 +00:00
depstein%netscape.com
6a953536bc
removed "NULL" entry for aEditorType in MakeWindowEditable() and inserted "text" (Bug 174151). not part of the build.
2002-10-14 19:34:34 +00:00
depstein%netscape.com
e20afdc74e
Fixed Get/SetURIContentListener and SetContainerWindow test cases in nsIWebBrow.cpp. Added SetSessionHistory test case in nsiHistory.cpp (while saving existing sHistory). Not part of the build.
2002-10-12 01:51:18 +00:00
depstein%netscape.com
09cf60a607
Added test cases for nsIWebProgress->GetIsDocumentLoading() and nsIWebNavigation->SetSessionHistory(). Added IsDocumentLoading tracking in web progress listeners. not part of the build.
2002-10-10 05:03:39 +00:00
locka%iol.ie
bdaffca69b
NOT PART OF BUILD. Fix IOleInPlaceSiteWindowless impl, expose flags to allow callers to disable windowless support if desired.
2002-10-09 22:32:17 +00:00
locka%iol.ie
7ae0005bcd
NOT PART OF BUILD. Disable windowless control support, extend event sink firing, implement various IE DOM methods to support expectations of some controls
2002-10-09 22:31:08 +00:00
dsirnapalli%netscape.com
767236c067
Small correction in output.
2002-10-09 20:18:39 +00:00
mjudge%netscape.com
6eb7e201b4
136774 adding param for makewindoweditable. just the default.
2002-10-09 02:15:15 +00:00
mjudge%netscape.com
2ab1d5593b
added null param for make window editable for 136774
2002-10-09 02:11:38 +00:00
locka%iol.ie
41b6ca5c1a
NOT PART OF BUILD. Add some extra DHTML validation tests, plus test of control's visible property.
2002-10-08 22:09:06 +00:00
locka%iol.ie
a1e7fb5214
NOTPART OF BUILD. Fix get_URL impl
2002-10-08 22:07:10 +00:00
aaronl%netscape.com
a2d82cf413
Bug 171079. Typeaheadfind::findnext overriding regular find next when it shouldn't. r=akkana, sr=sfraser
2002-10-08 18:00:01 +00:00
rods%netscape.com
99ba429de0
safety checks for null pointers
...
Bug 172783 r=dcone sr=kin
2002-10-08 10:46:27 +00:00
locka%iol.ie
0ffa86e89b
NOT PART OF BUILD. Add dispatch tearoff
2002-10-07 21:41:04 +00:00
timeless%mac.com
380b2ab510
Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
...
r=caillon sr=bz
2002-10-06 23:14:25 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
depstein%netscape.com
aa05d48cf7
minor changes to screen dialogs, "Run All Tests" for interface tests run more smoothly.
...
a=asa for QA checkins that are not part of the default builds
2002-10-05 04:03:32 +00:00
bryner%netscape.com
1bb489617c
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
depstein%netscape.com
e35efbe07d
Better error checking for NS objects. not part of the build.
2002-10-04 07:26:37 +00:00
depstein%netscape.com
96d308915a
Reference to mozEmbed.ico. not part of the build.
2002-10-04 07:21:53 +00:00
locka%iol.ie
71aa53afbc
NOT PART OF BUILD. Cleanup event sink and fire named DOM events, add dispatch tear off to scriptable peer
2002-10-03 21:59:34 +00:00
depstein%netscape.com
03e2af1ed0
Added protocol menu to UrlDialog. Hooked up nsIWebBrowserFind to screen dialog output.
...
a=asa for QA checkins that are not part of the default builds
2002-10-03 02:42:09 +00:00
locka%iol.ie
1f59783905
NOT PART OF BUILD. Override the event sink so the DOM specific part can be implement in the plugin not the base class
2002-10-01 20:28:21 +00:00
locka%iol.ie
c0295e6e4a
NOT PART OF BUILD. Make event sink overridable
2002-10-01 20:27:15 +00:00
aaronl%netscape.com
9113ce1184
Bug 134066. Make nsIPromptService support accesskey, via & before accesskey character. Also fixes bug 133582 - don't put initial focus on 'Don't ask me again' checkboxes in confirm dialogs. r=sgehani, sr=hewitt.
2002-10-01 05:13:37 +00:00
locka%iol.ie
b55366e92c
NOT PART OF BUILD. Implement the site service provider and event sinks plus lots of cleanup
2002-09-30 22:11:28 +00:00
locka%iol.ie
5431a97494
Disable debug reference counting. b=154814 r=chak sr=alecf
2002-09-30 21:58:44 +00:00
locka%iol.ie
13c73dea62
NOT PART OF BUILD. Event Sink dumps some info about the event the control has fired
2002-09-30 13:49:22 +00:00
depstein%netscape.com
aa1f5976da
Added nsIProtocolHandler->NewURI() test to the Tests menu.
...
a=asa for checkins not part of the default build.
2002-09-28 22:09:28 +00:00
hewitt%netscape.com
b2066bcd6b
moving phoenix history from browser to toolkit to fix bustage, sr=bryner
2002-09-28 21:54:00 +00:00
locka%iol.ie
e28f216899
Clean up DOM classes. b=154814 r=chak@netscape.com sr=alecf@netscape.com
2002-09-28 14:32:14 +00:00
hewitt%netscape.com
c45d71af1e
165955 - build changes for phoenix due to forking history, r=bryner, sr=hyatt
2002-09-28 10:51:20 +00:00
depstein%netscape.com
e406a306ec
Modified test results for several interface tests to display to rv dialog.
...
a=asa for QA checkins that are not part of the default builds
2002-09-28 01:41:25 +00:00
danm%netscape.com
98273ff790
expose constants to script. bug 166442 r=jag,lumpy
2002-09-27 23:23:01 +00:00