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

2207 Коммитов

Автор SHA1 Сообщение Дата
colin%theblakes.com 8a6d411d14 OpenVMS build changes. b=180290. r=cls 2002-12-12 00:08:59 +00:00
depstein%netscape.com bdc84e4c4c Created local uri table with different schemes. Hooked up to RunAllTests(). Not part of the build. 2002-12-10 04:23:16 +00:00
dsirnapalli%netscape.com 1aa1c0dc3e updating test case 2002-12-09 21:52:29 +00:00
ashishbhatt%netscape.com 45bdf6b9be Updating testcase 2002-12-09 21:45:10 +00:00
locka%iol.ie 1657fa34f3 Share pref settings between com connect and plugin. b=179573 r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org 2002-12-09 21:04:22 +00:00
locka%iol.ie 3c7fc33f67 Add directory service provider to control (no more MozillaControl profile pollution). b=76664 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2002-12-09 18:15:50 +00:00
blizzard%redhat.com 10b9f60e6f Bug #183912. embedding widget crashes with gtk 2.1.3. Make sure that the types for the signal marshalers match. r=timeless, sr=bryner, a=asa 2002-12-07 20:02:34 +00:00
depstein%netscape.com 3434d3602d added AsyncOpen() before security and content tests. not part of the build. 2002-12-07 00:55:15 +00:00
bryner%netscape.com ecf46a68dd Comment corrections, not part of the build 2002-12-06 10:30:15 +00:00
darin%netscape.com 703bf724e3 fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
yokoyama%netscape.com a5279d3175 181559 MfcEmbed: Find in this page does not find Non-Ascii characters
Find string is correctly converted to unicode string.
/r=shanjian; /sr=kin
2002-12-04 01:19:56 +00:00
locka%iol.ie 5db50498d6 Move IWebBrowser impl into a template class so it can be shared with plugin. Fixed postdata, headers and target args. b=100629 r=chak@netscape.com rpotts@netscape.com 2002-12-03 21:20:57 +00:00
ashishbhatt%netscape.com d5af8fbceb updating javascript file paths 2002-12-03 20:27:28 +00:00
locka%iol.ie a14f27fc37 Comment out base elements during persistence rather than removing and reinserting them. b=179990 r=brade@netscape.com sr=heikki@netscape.com 2002-12-03 19:31:18 +00:00
ashishbhatt%netscape.com 3f51bbf31b updating test case 2002-12-03 01:12:10 +00:00
blizzard%redhat.com 4a41ce9714 Bug #182162. gtk2 embedded moz random crashing on toplevel focus in/out. Make sure to pass the right object as the callback argument. r=tor, sr=shaver 2002-12-02 23:47:28 +00:00
depstein%netscape.com 9e5d6d7d78 refactored code, changes to object error checking handling. not part of the build. 2002-11-28 22:39:58 +00:00
depstein%netscape.com b4e24752f1 Add test cases for nsIChannel. not part of the build. 2002-11-28 03:31:43 +00:00
depstein%netscape.com bfa9bc7507 cosmetic string change. not part of the build. 2002-11-27 01:28:51 +00:00
locka%iol.ie 6cd80e846b NOT PART OF BUILD. Added a test to exercise postdata functionality of IWebBrowser2::Navigate2 2002-11-25 23:27:39 +00:00
ashishbhatt%netscape.com e15df56bdc adding xpcom test cases 2002-11-22 01:04:01 +00:00
ashishbhatt%netscape.com 81aff45e4c adding nsIDOMWindow test case 2002-11-22 01:01:21 +00:00
ashishbhatt%netscape.com af7b17ee3c ndding nsISelection test case 2002-11-22 00:58:43 +00:00
ashishbhatt%netscape.com 159e32ef2c nsIProfile Test case 2002-11-22 00:56:32 +00:00
ashishbhatt%netscape.com 40f256d681 adding netwotking folder for necko test cases 2002-11-22 00:49:06 +00:00
kin%netscape.com 3ce45e2b5c Fix for bug #176251 (Problems with nsContentIterator PRE traversal)
content/base/public/nsIContentIterator.h
  content/base/src/nsContentIterator.cpp
  content/base/src/nsGeneratedIterator.cpp
  content/build/nsContentCID.h
  content/build/nsContentModule.cpp
  embedding/components/find/src/nsFind.cpp
  layout/html/style/src/nsFrameContentIterator.cpp

  - Removed MakePre() and MakePost() from the nsIContentIterator interface.
  - Traversal must now be specified at time of creation.
  - Fixed nsContentIterator Init() methods so that they correctly calculate
    mFirst and mLast.
  - Modified PositionAt() to check if the node is in the traversal range.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2002-11-21 15:07:49 +00:00
locka%iol.ie 3d0caf1194 Fix print cancel behaviour in control and add a couple of null pointer checks. b=179021 r=rods@netscape.com sr=rpotts@netscape.com 2002-11-20 23:38:26 +00:00
bzbarsky%mit.edu e43c4fe666 Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch by
Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
2002-11-20 23:13:09 +00:00
heikki%netscape.com b1264437f8 Bug 146062 and bug 136718, pay attention to namespaces in XML documents, and fix the small but important logic/typo error in handling xml-stylesheet href pseudo-attribute. r=adamlock, sr=alecf. 2002-11-20 23:09:00 +00:00
danm%netscape.com 739b4d4f2f prevent untrusted script from opening modal windows in general while still allowing alerts and the like. bug 180048 r=jst,mstoltz 2002-11-20 03:25:08 +00:00
seawood%netscape.com 543aaf6dd5 Missed a variable rename with the 161617 checkin.
Fixing phoenix nightly builds. r=bryner
2002-11-18 22:56:33 +00:00
timeless%mozdev.org 7875f468ed Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
blizzard%redhat.com af82b97e0c Bug #121253. Port embedding widget to gtk2. r=pavlov, sr=bryner 2002-11-16 02:36:22 +00:00
darin%netscape.com 978883d928 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
depstein%netscape.com 0cc7772af4 Added 2nd param inputs for nsIDOMWindow in nsICmdParams. GRE 1.3a tag in winEmbedFileLocProvider.cpp. Not part of the build. 2002-11-14 02:39:46 +00:00
locka%iol.ie eead2b859b Add --enable-activex-scripting switch to configure.in and package changes to include npmozax.dll. b=133818 r/a=seawood@netscape.com 2002-11-13 13:14:14 +00:00
rods%netscape.com 3de9556dba enable pagesetup to use mertic mm when using page sizes with mm/cm
Bug 118954 r=dcone sr=alecf
2002-11-13 12:35:15 +00:00
mjudge%netscape.com d1bb078490 need to adjust and add the domwindow to the parameters 2002-11-12 23:49:23 +00:00
cmanske%netscape.com ca1d8bc561 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser 2002-11-12 23:03:27 +00:00
danm%netscape.com 9e5297c92c hook up _parent target in window.open. it wasn't. bug 168807 code=keeda@hotpop.com r=jkeiser,jst,me 2002-11-12 19:05:17 +00:00
locka%iol.ie c943d09b41 NOT PART OF BUILD. Fire events to nsIScriptEventManager targets. Add some #ifdefs around some code to fix breakage in other configurations. Comment out a debug macro. b=174404 sr=rpotts@netscape.com 2002-11-12 13:15:05 +00:00
locka%iol.ie 9b096cf349 NOT PART OF BUILD. Restore file that breaks LiveConnect build of plugin 2002-11-12 01:04:26 +00:00
mkaply%us.ibm.com 3eeefb3725 Bustage fix - Windows only 2002-11-11 23:38:51 +00:00
mkaply%us.ibm.com a19ee4daea Two more REQUIRES needed 2002-11-11 22:35:49 +00:00
brade%netscape.com 46d9576a06 add requires (bug 157117) 2002-11-11 21:20:47 +00:00
brade%netscape.com 72b3b01f68 api changes to command manager (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:51 +00:00
brade%netscape.com 2af35371d8 add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:44 +00:00
brade%netscape.com ed698a8ae0 change api to allow for commands to be directed to a particular window, all non-targeted commands must come from chrome (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:40 +00:00
brade%netscape.com ac3a4dd489 change api to allow for commands to be directed to a particular window (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:31 +00:00
ccarlen%netscape.com 1bd86b4dc5 Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin 2002-11-09 19:38:43 +00:00
seawood%netscape.com a21ca257f6 Tighten (add?) tool version checks for win32 builds.
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392)
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
ccarlen%netscape.com 750d815424 Bug 170611 - AlertCheck dialog has a cancel button and it shouldn't. r=pink/rs=sfraser. 2002-11-08 14:52:52 +00:00
locka%iol.ie 388fb77268 Removing unused file 2002-11-08 13:20:49 +00:00
locka%iol.ie 21ba9b4939 Rewrite PropertyList to remove STL, fix various issues in ControlSite and add control download & install. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:06:08 +00:00
locka%iol.ie 78c3b02115 Remove WMP test harness. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:04:27 +00:00
locka%iol.ie 9a1e915205 Update to plugin to support DOM callbacks, control download & install, remove WMP test harness. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:03:52 +00:00
depstein%netscape.com 9d56c4f0cd Changed order of interface tests run in OnInterfacesRunalltestcases(). Commented out nsIWebNav tests until at some point they can be automated. Not part of the build. 2002-11-07 01:54:21 +00:00
ashishbhatt%netscape.com a4ec34b9a0 Updating resource 2002-11-06 18:40:11 +00:00
ashishbhatt%netscape.com 19ab9d574a Updatind nsIDomWindow testcase 2002-11-06 18:39:36 +00:00
locka%iol.ie 9f85138361 Disable XUL progress dialog and fix print progress listener. b=168510 r=rods@netscape.com sr=rpotts@netscape.com 2002-11-06 12:14:59 +00:00
aaronl%netscape.com 963530889d Bug 175046, bug 172991, bug 166471. Make sure typeaheadfind and regular find don't find comment nodes, display:none, visibility:hidden or visibility:collapsed nodes. r=akkana, sr=kin 2002-11-06 02:59:38 +00:00
chak%netscape.com fcb97a1071 Fix for #178555 - Update Mozilla milestone in MfcEmbed on the trunk..
r=Ashish, sr=Darin Fisher
2002-11-06 01:16:01 +00:00
depstein%netscape.com 1d8f1eb68d Some additional error checking for observer service. Direct rv results to screen dialog for nsIEditingSession tests. Not part of the build. 2002-11-05 04:19:33 +00:00
ashishbhatt%netscape.com 0c607dfedf Adding menu for run all test cases 2002-11-05 01:29:46 +00:00
ashishbhatt%netscape.com 299fcb945c Adding functionality for running test cases in automation 2002-11-05 01:29:02 +00:00
locka%iol.ie fe5ef87232 Fix about:plugins support in embedding. b=176191 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-11-02 12:29:38 +00:00
locka%iol.ie 8ece60c719 Add WS_CLIPCHILDREN to fix a painting problem. b=177637 r=jeff@tcbmi.com sr=blizzard@mozilla.org a=asa@mozilla.org 2002-11-02 12:27:52 +00:00
aaronl%netscape.com 5a14ea22fe Bug 171260. Typeaheadfind in page with frames wrecks normal find. r=akkana, sr=sfraser. a=asa 2002-11-01 23:24:33 +00:00
ccarlen%netscape.com add100cc88 Bug 143086 - Unicode input handler eats Cmd keys. r=brade/sr=sfraser/a=roc+moz 2002-10-31 15:09:17 +00:00
rods%netscape.com 329c900a75 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 51d366d400 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 91cf9677ba adding js file for automation framework 2002-10-28 21:57:23 +00:00
depstein%netscape.com 0a26e05e50 Better error checking in QaUtils and webProgLstnr methods. Not part of the build. 2002-10-26 01:49:44 +00:00
seawood%netscape.com e8c0071170 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 657ede9615 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 92f8d64405 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 ac0efa78fc Updated test cases to test accKeyboardShortcut attribute method. 2002-10-17 23:16:47 +00:00
seawood%netscape.com d1bef3cbe0 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 4e52160715 NOT PART OF BUILD. Add cleaned up scripting sample for plugin 2002-10-16 23:32:29 +00:00
locka%iol.ie 0e75f245e3 NOT PART OF BUILD. Delete a couple of test scripts 2002-10-16 23:30:57 +00:00
locka%iol.ie 459708a8d6 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 6cbc7fc5fe null checks added
Bug 173519 r=dcone sr=alecf a=rjesup
2002-10-16 09:17:37 +00:00
locka%iol.ie 76161f99c5 NOT PART OF BUILD. Fix flawfinder buffer issue. 2002-10-15 18:46:17 +00:00
locka%iol.ie 34430ef08d 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 6b0a400cd6 NOT PART OF BUILD. Remove name parameter from control site 2002-10-15 18:19:09 +00:00
dsirnapalli%netscape.com 129af67748 Updated testcases to test attribute accKeyboardShortcut. 2002-10-14 19:36:28 +00:00
depstein%netscape.com b0185a1888 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 46a4ecddea 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 0f746eb967 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 cbe9044621 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 33b5a0ec09 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 f8a0646a18 Small correction in output. 2002-10-09 20:18:39 +00:00
mjudge%netscape.com 694ca96796 136774 adding param for makewindoweditable. just the default. 2002-10-09 02:15:15 +00:00
mjudge%netscape.com eae116a803 added null param for make window editable for 136774 2002-10-09 02:11:38 +00:00
locka%iol.ie c5ad66bb89 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 30a346339d NOTPART OF BUILD. Fix get_URL impl 2002-10-08 22:07:10 +00:00
aaronl%netscape.com 01e64f2345 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 9365064e89 safety checks for null pointers
Bug 172783 r=dcone sr=kin
2002-10-08 10:46:27 +00:00
locka%iol.ie 7665afebba NOT PART OF BUILD. Add dispatch tearoff 2002-10-07 21:41:04 +00:00
timeless%mac.com f1ea69808e 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 aad1a1d1f6 fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky 2002-10-06 02:20:35 +00:00
depstein%netscape.com fb6912a4a5 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 c4d52841f0 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 98532636b4 Better error checking for NS objects. not part of the build. 2002-10-04 07:26:37 +00:00
depstein%netscape.com 0703286f2b Reference to mozEmbed.ico. not part of the build. 2002-10-04 07:21:53 +00:00
locka%iol.ie 81bca70132 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 4c3bfcc036 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 28a3aaae67 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 a669e7c35c NOT PART OF BUILD. Make event sink overridable 2002-10-01 20:27:15 +00:00
aaronl%netscape.com 4ac78a1931 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 d714b783a8 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 c05a34990c Disable debug reference counting. b=154814 r=chak sr=alecf 2002-09-30 21:58:44 +00:00
locka%iol.ie caab362bb1 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 61307bbf70 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 7771d558fa moving phoenix history from browser to toolkit to fix bustage, sr=bryner 2002-09-28 21:54:00 +00:00
locka%iol.ie aa6906fa08 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 1a9a491e19 165955 - build changes for phoenix due to forking history, r=bryner, sr=hyatt 2002-09-28 10:51:20 +00:00
depstein%netscape.com 35eac96458 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 c5ff3444bf expose constants to script. bug 166442 r=jag,lumpy 2002-09-27 23:23:01 +00:00
chak%netscape.com e2e7442d1f Part of fix for #79175 - merge jsloader module into xpconnect
[Mainly removing jsloader.dll from the gre package list]
sr=alecf(via AIM)
2002-09-27 23:12:16 +00:00
dougt%netscape.com 0ec338eb4b move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133 2002-09-27 19:23:21 +00:00
aaronl%netscape.com 5f0d0e6951 Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz 2002-09-27 19:07:44 +00:00
locka%iol.ie 5b655fd58a NOT PART OF BUILD. Return error code when requested property is not available 2002-09-27 18:45:08 +00:00
locka%iol.ie 271804f0ac NOT PART OF BUILD. Use Win32 api for GUID comparison 2002-09-27 18:44:08 +00:00
locka%iol.ie 88bec411ef NOT PART OF BUILD. Event sink class for controls, first cut 2002-09-27 18:43:27 +00:00
aaronl%netscape.com ee7b75e0df Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz 2002-09-27 18:14:06 +00:00
locka%iol.ie ca1c023025 NOT PART OF BUILD. Added service provider hook for controls which call out for services. 2002-09-27 11:54:49 +00:00
rods%netscape.com dddd3b5f28 Convert printer name WideCharToMultiByte
Bug 167128 r=roy sr=blizzard
2002-09-26 11:38:03 +00:00
depstein%netscape.com 4337d2ed7c Added test cases for NSNewChannel & AsyncOpen, and nsIIOService->NewURI(). These are accessed from the "Tests" menu. Added a couple of bug verifications, accessed from the "Verify Bugs" menu. not part of the build. 2002-09-26 02:57:09 +00:00
rods%netscape.com 3679690eaa This does two things:
1) When the it returns from the Print Dialog it checks to see if the
PD_PRINTTOFILE flags is set then then set the the info into the PrintSettings
2) IF we are printing to a file, but not a file driver, then check to see if
the file name is the special "FILE:" (as per the MS documentation)
Bug 170332 r=dcone sr=alecf
2002-09-25 14:12:14 +00:00
aaronl%netscape.com dfa292a995 Correct nsWebBrowserFind.cpp checkin to fix bustage using NS_NAMED_LITERAL_STRING 2002-09-25 00:56:34 +00:00
darin%netscape.com b5f119cf66 fixing aaronl's bustage 2002-09-25 00:42:40 +00:00
aaronl%netscape.com c17732f0f1 Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt 2002-09-24 22:46:50 +00:00
alecf%netscape.com 320c22937a oops, get embedding side of bug 169498, sr=bryner, r=ftang 2002-09-24 22:16:53 +00:00
alecf%netscape.com 2e126f8e7a oops, remove obsolete gfx2 cruft leftover from bug 168048 2002-09-24 22:11:21 +00:00
dougt%netscape.com bb1632e972 Backing out 157597 2002-09-24 01:56:37 +00:00
depstein%netscape.com b7437535e9 Common table for Editor Embedding tests. Added NS_NewChannel test (Tests menu). not part of the build. 2002-09-23 22:29:24 +00:00
dougt%netscape.com da3e06b2c1 fixes AIX bustage - patch by pkw@us.ibm.com 2002-09-23 19:13:28 +00:00
dougt%netscape.com d7471d36f6 removing nsCRT reference. 141451. 2002-09-23 17:36:35 +00:00
dougt%netscape.com 7d7abcf248 Relanding 157597 - Make embedding base and examples use XPCOM Glue. r=adamlock, sr=rpotts 2002-09-23 17:21:47 +00:00
depstein%netscape.com c794efea48 Hooked up command data table to nsICmdParam tests. Table to be revised at later time. not part of the build. 2002-09-21 08:06:16 +00:00
depstein%netscape.com 54f8f432ff Added 'data:' url to nsIRequest tests. Now invoking simple string compare for input/output URL matching. GetTheURI() now returns the string.
a=asa for QA checkins that are not part of the default builds
2002-09-21 01:51:36 +00:00
ccarlen%netscape.com 183c879be8 Bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:58:56 +00:00
ccarlen%netscape.com 9f118d72bb Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
depstein%netscape.com 07c3dc7dd9 Inadvertantly overwrote GRE changes in winEmbedFileLocProvider.cpp. Putting back GRE indicators.
a=asa for QA checkins that are not part of the default builds
2002-09-20 18:44:22 +00:00
rods%netscape.com 25a2d6d475 we were not setting the values we modified in the DevMode back into the printer driver
Bug 169739 r=dcone sr=alecf
2002-09-20 13:22:51 +00:00
depstein%netscape.com 01901d9c17 Updated ReadMe. not part of the build. 2002-09-20 01:17:28 +00:00
alecf%netscape.com 9993af8a8a fix for bug 115217
merge cache dll into main necko dll for a minor startup improvement
r=dougt, sr=darin
2002-09-19 18:29:56 +00:00
depstein%netscape.com d41d3ea189 Added input stream consumer in nsIStreamListener->OnDataAvailable(). not part of the build. 2002-09-19 05:14:28 +00:00
depstein%netscape.com dd8b36ede1 Updated sHistory script so it works in embedding apps (i.e. MfcEmbed). Added read-only txt version of script. not part of the build. 2002-09-18 21:15:30 +00:00
curt%netscape.com 38d94fae37 Using "mozilla.org" in install and Windows registry paths. Also, version 1.2b
(Bug #168751, r=jbetak, sr=dveditz)
2002-09-18 19:46:03 +00:00
depstein%netscape.com 729cc87799 Updated webNav script so it works in embedding apps (i.e. MfcEmbed). not part of the build. 2002-09-18 19:39:15 +00:00
dsirnapalli%netscape.com c65e597926 Corrected the test case. 2002-09-18 19:12:40 +00:00
kaie%netscape.com 3373f29db2 b=166945 Remove "pippki" from embedding packages
r=adamlock sr=alecf
2002-09-18 12:23:46 +00:00
depstein%netscape.com f97e59a4f4 Set return value to false for nsIUriContentListener->OnStartUriOpen(). Added urlDialog for nsIUriLoader->OpenUri(). Now passing 2nd parameter (doCommandState) in DoCommandTest() in nsICommandMgr.cpp. Not part of the build. 2002-09-18 03:42:09 +00:00
dsirnapalli%netscape.com bdb4966878 Corrected the test case. Previously corrected on mozilla but forgot here. 2002-09-18 00:19:55 +00:00
alecf%netscape.com d8c808288f fix for bug 168048 - combine commonly used decoders into the main imglib dll
r=pavlov, sr=tor
2002-09-17 23:05:27 +00:00
dsirnapalli%netscape.com debb4937b2 Updated the text cases because of the recent changes in the code. 2002-09-17 22:38:58 +00:00
locka%iol.ie 75e40d3ff4 NOT PART OF BUILD. More work on XPConnect in plugin 2002-09-17 22:15:30 +00:00
locka%iol.ie 51d1df143d NOT PART OF BUILD. Minor tweaks to control site classes to fix problems exposed by random activex controls running in the plugin. 2002-09-17 22:12:43 +00:00
dsirnapalli%netscape.com 4769f79c52 Updating the test case. 2002-09-17 20:18:17 +00:00
seawood%netscape.com b2836c716c Call FindCanvasBackground after it has been defined since it is an inline funciton.
Fixing Solaris Forte tinderbox bustage.
2002-09-16 13:54:28 +00:00
ccarlen%netscape.com b27c802333 Bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf 2002-09-16 00:13:37 +00:00
ccarlen%netscape.com 2861980340 Adding new files for bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf 2002-09-16 00:07:07 +00:00
depstein%netscape.com 8371a7b023 Enhanced nsIUriContentListener test implementations (incl Get/Set methods). Added UI for registering the listener (under Test menu). Not part of the build. 2002-09-15 02:35:22 +00:00
danm%netscape.com 7c94daa5a9 reinstating earlier version; Txul regression in hand. long live bug 166442 r=jag,jst,et al. still applies 2002-09-14 19:44:29 +00:00
loadrunner%betak.net 5820bcb1c0 DCCK - backing out initial checkin, not part of the build 2002-09-14 02:57:35 +00:00
loadrunner%betak.net b383f47b47 DCCK - initial checkin, not part of the build 2002-09-14 02:15:03 +00:00
chak%netscape.com 033b7f3ce7 Fix for #168255 - Change references to MRE into GRE in XPCOM/Embedding
r=dougt, sr=alecf
2002-09-13 22:18:43 +00:00
darin%netscape.com c8bc7f6793 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
depstein%netscape.com 84c2088c56 1) Updated nsIWebBrowserChrome, nsIEmbeddingSiteWindow, and nsIURIContentListener implementations.
2) Updated nsICommandManager DoCommand() handling for commands with string attribute input.
3) Added additional FormatAndPrintOutput() method for PRUint32 input.
a=asa for QA checkins that are not part of the default builds
2002-09-13 02:25:34 +00:00
brade%netscape.com c66477dc07 reduce size of HashEntry so that the assertion won't be triggered (bug 168301, r=sfraser, sr=brendan) 2002-09-12 22:09:45 +00:00
locka%iol.ie 630cba7ffc NOT PART OF BUILD. Clean up scriptable peer object to make it inheritable 2002-09-12 21:31:24 +00:00
locka%iol.ie 574f5c15d7 NOT PART OF BUILD. Clean up scriptable peer object to make it inheritable 2002-09-12 21:03:32 +00:00
brade%netscape.com 4d97568c42 fix api for JS usage (bug 157097, r=cmanske, sr=sfraser) 2002-09-12 19:10:32 +00:00
brade%netscape.com cefcaed23b fix api for JS usage; remove nsIStateUpdatingControllerCommands in favor of CommandParams (bug 157097, r=cmanske, sr=sfraser) 2002-09-12 19:09:40 +00:00
curt%netscape.com fc054acb31 Renaming MRE to GRE (Gecko Runtime Environment)
(Bug 167795, r=chak, sr=leaf)
2002-09-12 19:07:34 +00:00
locka%iol.ie 1a412c4940 Added xmlextras to embedding manifests. b=166608 r=ccarlen@netscape.com sr=heikki@netscape.com 2002-09-12 12:20:50 +00:00
danm%netscape.com 264b2adba2 bloody hell. backing out the rest of popup manager because of a suspected Txul regression. bug 167929 2002-09-12 02:42:44 +00:00
danm%netscape.com 64e244e3c1 update popup window abuse check. bug 166442 r=jag,jst,timeles 2002-09-11 02:24:48 +00:00
depstein%netscape.com 2d83e0f85e Created table for nsICommandManager tests, will also be used for nsICommandParams. Updated the ReadMe text to include new build instructions.
a=asa for QA checkins that are not part of the default builds
2002-09-09 17:17:47 +00:00
dougt%netscape.com c5e8f896cd 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com d94b37c68a Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
dougt%netscape.com bdb2708779 Mfcembed no longer runs in Visual Studio Debugger, r=timeless, sr=alec, a=rjesup, b=166977 2002-09-06 20:19:14 +00:00
alecf%netscape.com 834b28fe29 fix for bug 164657, trace-malloc support in MFCEmbed
r=chak, sr=rpotts, a=rjesup
2002-09-06 17:42:40 +00:00
locka%iol.ie 0c4d7caaaa Ignore empty uri strings during persistence. b=166269 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-09-05 12:56:22 +00:00
depstein%netscape.com d944ab0e9b Added menus for nsICmdParams tests. Updated nsICommandParams tests. not part of the build. 2002-09-05 02:50:27 +00:00
locka%iol.ie 0da7401bd2 Trivial fix for blocker. Restore control ids to the values that commdlg expects. b=166673 2002-09-04 21:50:02 +00:00
depstein%netscape.com 60e7f38934 Added another form of FormatAndPrintOutput, accepting double param. not part of the build. 2002-09-04 05:14:59 +00:00
dougt%netscape.com c1b9f8114d Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
loadrunner%betak.net 8416281846 b165591, Locale selection issues (installed-chrome.txt), r=adamlock, sr=rpotts 2002-09-03 23:31:07 +00:00
bzbarsky%mit.edu 1b4bed7a2a Persist non-unique frame filenames correctly. Bug 166184, r=adamlock, sr=kin 2002-09-03 22:17:05 +00:00
depstein%netscape.com 15ef06afb8 Adding initial test cases for nsICommandParams. Enhanced nsICommandManager cases.
a=asa for QA checkins that are not part of the default builds
2002-08-30 08:29:25 +00:00
locka%iol.ie a448f42747 NOT PART OF BUILD. Added hack workaround for 1.1 which doesn't like equals signs in PLIDs 2002-08-29 14:29:45 +00:00
locka%iol.ie ec4cee4a60 NOT PART OF BUILD. Removed bogus test method x() 2002-08-29 14:28:44 +00:00
locka%iol.ie f5c60fe0ba NOT PART OF BUILD. Added -j flags to xpi file creation 2002-08-29 14:28:11 +00:00
brade%netscape.com 97bd73ddc5 initialize mSerializingOutput in constructor (bug 164917) 2002-08-29 13:49:12 +00:00
rods%netscape.com 31d7d32fff remove bit to hide "print to file"
Bug 155552 r=dcone sr=alecf
2002-08-28 11:51:15 +00:00
locka%iol.ie 20a43b9561 NOT PART OF BUILD. Bumped up the version number and added install.js and xpi build target 2002-08-27 17:53:13 +00:00
dougt%netscape.com d0dc56776f exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com 5d2a2e5fef bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bryner%netscape.com 3376c8276b Oops, change unixcharset.properties to maccharset.properties. r/sr=sfraser. 2002-08-24 01:26:38 +00:00
pinkerton%netscape.com c079e30f76 make toplevel widget the size of teh grayRgn to prevent region coordinate overflow problems and shearing when scrolling (r=sdagley/sr=sfraser) bug 162885. 2002-08-23 20:07:07 +00:00
alecf%netscape.com 4f78b2ef7a embedding side of txtsvc removal for bug 157567 - remove dll references from embedding packages
r=akkana, sr=kin
2002-08-22 22:16:36 +00:00
depstein%netscape.com 72856bb554 Added preliminary Editor Embedding test cases. not part of the build. 2002-08-22 04:49:42 +00:00
locka%iol.ie dd25dd9a73 NOT PART OF BUILD. Add XPConnect scripting interface with working invoke/setProperty/getProperty 2002-08-20 23:36:15 +00:00
locka%iol.ie 1b83a1de2f NOT PART OF BUILD. Move ActiveX plugin over to GNU make 2002-08-20 21:06:19 +00:00
locka%iol.ie 6dd5de6674 NOT PART OF BUILD. Move ActiveX plugin over to GNU make 2002-08-20 20:21:11 +00:00
locka%iol.ie 2789fb00d5 NOT PART OF BUILD. Move ActiveX plugin over to GNU make 2002-08-20 19:52:26 +00:00
bryner%netscape.com d96798d50e Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +00:00
chak%netscape.com f1924b6494 Fix for #162829 - Add additional missing files to the current MRE package.
r=leaf, sr=alecf
2002-08-16 23:15:54 +00:00
caillon%returnzero.com d9ec8520f9 128801 - downloading dialog has "-1%" in titlebar
Patched by Aaron Kaluszka <ask@swva.net>
r=law sr=bryner
2002-08-16 05:23:47 +00:00
pinkerton%netscape.com 977a86857e pull in mimetypes.rdf since we're using helperAppDlg.js (bug 157564) r=ccarlen/sr=sfraser/a=asa. 2002-08-15 17:54:25 +00:00
depstein%netscape.com ee4c6eac72 Updated prompt and dialog Component impls to be compatible with MfcEmbed. Some general code cleanup as well.
a=asa for QA checkins that are not part of the default builds
2002-08-15 00:12:26 +00:00
antonio.xu%sun.com e5c68f5f9b replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
radha%netscape.com 474b4d2289 Initial checkin for mozEmbed, XPCOM based embedding app. Not part of the mozilla trunk build. 2002-08-13 19:23:55 +00:00
radha%netscape.com 17f931a950 Initial checkin for mozEmbed, XPCOM based embedding component. Not part of the mozilla build. 2002-08-13 19:21:53 +00:00
dougt%netscape.com 3a6371556a Fixes NS_InitEmbedding unconditionally calls AutoRegister. This also removes xpinstall from using component.reg which I believe is the last users of this file. r=chak,dveditz sr=bryner b=149208 2002-08-12 22:09:25 +00:00
ftang%netscape.com e677198b3f fix bug 137695, add japanese ime reconversion to mac, r=brade, sr=sfraser 2002-08-12 21:56:36 +00:00
alecf%netscape.com a2acf86c80 fix for bug 157993 - combine all unicode converters into a single library, and share GetMaxLength() implementation between all converters that can support it.
r=ftang, sr=blizzard
2002-08-12 19:16:16 +00:00
depstein%netscape.com e06e2f11e8 Enhanced nsIUriContentListener implementations. Replaced nsIRequest methods
with parameter handling in nsIStreamListener implementations (BrowserImpl.cpp).
a=asa for QA checkins that are not part of the default builds
2002-08-10 19:48:59 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
depstein%netscape.com d67db26c07 1) Implemented nsIUriContentListener test methods.
2) Enhanced nsITooltip Listener methods.
3) Added pass/fail results dialog for webBrowser, webProg, and sHistory tests.
a=asa for QA checkins that are not part of the default builds
2002-08-09 02:43:04 +00:00
henry.jia%sun.com 1227fc4269 5th patch for bug 158080
Description: replace the hardcode of @mozilla.org/embedcomp/window-watcher;1 with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 06:20:45 +00:00
henry.jia%sun.com 5b64006da1 4th patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
seawood%netscape.com d792c3f858 Fix win32 gmake static builds.
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
alecf%netscape.com 3703f3c61b bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
ccarlen%netscape.com 899d45afd8 Bug 160212 - Embedding window creators need flag to distinguish unrequested popups from other windows. r=pink/sr=jst/a=rjesup 2002-08-02 14:51:24 +00:00
bzbarsky%mit.edu d11d5d871b Add a nullcheck for the parentDocshell, since the parent window might
get closed out from under us.  Bug 160590, r=sicking, sr=jst, a=asa
2002-08-01 23:44:40 +00:00
aaronl%netscape.com 17e7f506d1 Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt 2002-08-01 23:12:38 +00:00
ashishbhatt%netscape.com 77121fee12 Added makefile for gnu make 2002-08-01 00:20:35 +00:00
ccarlen%netscape.com 1a1e6a9098 Bug 156786 - referrer not set when opening links in new window. r=sdagley/sr=sfraser/a=asa 2002-07-30 14:13:05 +00:00
ashishbhatt%netscape.com 84d4e42e70 updated the sequence of function calls 2002-07-29 23:12:52 +00:00
ccarlen%netscape.com 015a097178 Bug 159014 - In PPEmbed, autoscroll when selecting text does not work when cursor leaves view. r=pink/sr=sfraser/a=chofmann 2002-07-29 13:53:26 +00:00
yokoyama%netscape.com 67f709dca2 Bug 156979
XBL emulation of marquee
update the installed-chrome.txt for embedder
/r=adamlock, chak, /a=asa
2002-07-26 22:20:39 +00:00
ashishbhatt%netscape.com 1e49576756 Updated to show profiles dialog at startup 2002-07-26 21:34:44 +00:00
leaf%mozilla.org 3053d9585b fix for bug 156577, r=chak. simple change to check for directory existence
before mkdir commands.
2002-07-26 19:31:06 +00:00
yokoyama%netscape.com 7cd06b2e15 Bug 156979
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
ccarlen%netscape.com eec4e5d484 Bug 158126 - PPEmbed does not send activate events to Gecko. r=pink/sr=sfraser/a=asa. 2002-07-26 14:36:22 +00:00
alecf%netscape.com e43c79b3a2 fix bustage by #including nsCOMPtr.h 2002-07-25 19:44:15 +00:00
alecf%netscape.com ab7922b195 fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
depstein%netscape.com bf16cd7590 changed url 2002-07-25 08:19:35 +00:00
pete.zha%sun.com a5af529151 Fix the foolish comments in previou check in.
Change "we are them" to "we enable them"
Will not effect the build
2002-07-25 05:20:14 +00:00
pete.zha%sun.com 2fe53381c8 unix: should remove the Reveal Location & Launch File buttons from download progress dialog
bug=90008 r=jkeiser sr=bzbarsky a=asa
2002-07-25 05:10:46 +00:00
locka%iol.ie 020908a352 Fixup link tags as stylesheets or anchors according to the value in their "rel" attribute. b=148797 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-07-24 19:59:17 +00:00
depstein%netscape.com 1b6369aff7 Added web progress notification dialog; and additional flag to url dialog.
a=asa for QA checkins that are not part of the default builds
2002-07-23 22:31:23 +00:00
henry.jia%sun.com ecff57635e First patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=blizzard, sr=alecf, a=asa(for trunk)
2002-07-23 02:27:19 +00:00
hwaara%chello.se 5cf7e65e13 #125887, fix some cases where whitespace would make window.open() and openDialog() to not work.
r=jkeiser, sr=bzbarsky, a=brendan
2002-07-21 18:12:38 +00:00
dougt%netscape.com 7f8aff45d1 backing out 2002-07-18 06:58:27 +00:00
dougt%netscape.com c6281bc868 fixing bustage 2002-07-18 06:49:05 +00:00