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

1523 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com d9d3ede542 Fix for 122031, r=pink, sr=brendan 2002-01-30 01:24:15 +00:00
chak%netscape.com c8a215a671 Updated fix for Bugscape #11939 - JavaScript Fails on CTA Signed Page
r=adamlock, sr=jband(for the branch fix)
2002-01-29 22:30:12 +00:00
locka%iol.ie 57f435ddc8 Dead file (not built). Should have been deleted when webbrowserpersist moved to embedding/components 2002-01-29 22:21:48 +00:00
danm%netscape.com aef095fb3d deactivate root focus controller as well as your own while deactivating yourself. bug 122462 / bugscape 11864 code=saari,myself r=bryner,hyatt 2002-01-29 21:42:07 +00:00
blizzard%redhat.com 306aedf985 Bug #121279. TestGtkEmbed crash on javascript window.close(). r=jst,sr=shaver 2002-01-29 21:39:31 +00:00
dougt%netscape.com 894fdcfaaf 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
chak%netscape.com 086b1597f5 Fix for Bugscape #11939 - JavaScript fails on CTA signed page
r=adamlock, sr=jband
2002-01-29 20:59:12 +00:00
depstein%netscape.com c3c0877400 added indiv cases for index entries and simple enumeration for nsiHistory 2002-01-29 01:31:15 +00:00
ashishbhatt%netscape.com 06f94b8d7d Added test cases for interface nsIClipboardCommand 2002-01-29 00:13:04 +00:00
locka%iol.ie e653e250bf Implement ConfirmEx and various Prompt methods on nsIPrompt. b=121931 r=chak@netscape.com a=asa@mozilla.org 2002-01-27 19:15:07 +00:00
mscott%netscape.com 3b823949fc Bug #43689 --> expose the suggested file name
r=law
sr=sspitzer
2002-01-25 22:05:16 +00:00
seawood%netscape.com 6a70bafd9e Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
rods%netscape.com fcf531ee3b Get whther we are printing silent from the PrintSettings
76456 r=rods sr=hyatt
2002-01-25 02:47:01 +00:00
hyatt%netscape.com f470a85724 Fix type bustage in cocoa view. Not part of build. 2002-01-25 01:59:11 +00:00
seawood%netscape.com e6a5443951 Fixing SVG static build bustage 2002-01-25 01:29:35 +00:00
waterson%netscape.com 97509533c8 Add EmbedComponents.cpp to the GARBAGE. 2002-01-25 01:23:41 +00:00
waterson%netscape.com 53063e68f5 Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-25 01:18:55 +00:00
dsirnapalli%netscape.com 5665e11c8d *** empty log message *** 2002-01-25 01:11:03 +00:00
dsirnapalli%netscape.com 3b5c2885e6 Test case to test accessibility of html element radio button. 2002-01-25 01:07:34 +00:00
dsirnapalli%netscape.com 6348107a2d Test case to test accessibility of html element radio button when checked. 2002-01-25 01:06:52 +00:00
dsirnapalli%netscape.com 1d2bced661 Html page containing html elements to test for accessibility. 2002-01-25 01:05:47 +00:00
dsirnapalli%netscape.com 0d71e64316 test case to test accessibility of html element check box. 2002-01-25 01:03:35 +00:00
peterlubczynski%netscape.com 0c44bd9bb6 For embedding, always consume context menu clicks for applets, embeds, and objects, bug 118789 r=av sr=alecf 2002-01-25 01:02:58 +00:00
dsirnapalli%netscape.com 5ee1e576cb Test case to test accessibility of html element checkbox when it is checked. 2002-01-25 01:02:52 +00:00
dsirnapalli%netscape.com 37440f629a *** empty log message *** 2002-01-25 01:01:19 +00:00
depstein%netscape.com 4dc34df40a changed PurgeHistory() text to indicate request for number of removed items. 2002-01-25 01:00:26 +00:00
heikki%netscape.com bad1b45760 Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au&adamlock, sr=jst. 2002-01-25 00:08:20 +00:00
waterson%netscape.com f6524f7ce0 Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-24 23:09:31 +00:00
locka%iol.ie 5229fef4f8 Fix to persist object to add state notifications when saving pages containing no saveable links. b=119496 r=brade@netscape.com sr=hyatt@netscape.com a=asa@mozilla.org 2002-01-24 23:05:51 +00:00
depstein%netscape.com 9abaafbc6d adding nsIObserServ.cpp & .h 2002-01-24 22:20:02 +00:00
depstein%netscape.com ddc088f1bb added some code to the listeners 2002-01-24 22:18:53 +00:00
timeless%mac.com 6aefe289af [Bug 121003] Silly code checks for if (interfaceName) instead of if (instanceName)
r=bzbarsky sr=brendan@mozilla.org a=brendan@mozilla.org
2002-01-20 23:15:31 +00:00
seawood%netscape.com 9260b0b35e Fixing win32 static build bustage in activex & simple plugin.
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
locka%iol.ie 16cf423f11 Fix directory creation permissions so files can actually be saved in them! b=120307 r=brade@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2002-01-17 23:11:33 +00:00
akkana%netscape.com 19e49244c2 120623: remove printfs. r=bzbarsky r,a=blizzard 2002-01-17 21:57:00 +00:00
locka%iol.ie c29d5139b4 Add pointer test to prevent crashes on frame/iframe elements with no src attribute. b=119939 r=timeless@bemail.org sr=rpotts@netscape.com a=dbaron@fas.harvard.edu 2002-01-17 12:15:44 +00:00
locka%iol.ie 231c6b9644 Remove chatzilla.jar & !ifdef unzipping of messenger.jar for when DISABLE_MAILNEWS is set. b=120104 sr=rpotts@netscape.com a=dbaron@fas.harvard.edu 2002-01-17 12:11:33 +00:00
seawood%netscape.com ab337c65bf Link against MOZ_UNICHARUTIL_LIBS to get ToUpper() & ToLower().
Fixing tinderbox bustage (planetoid & slag)
2002-01-16 08:48:51 +00:00
akkana%netscape.com 710b831fe4 Fix the mac build (I hope) removing duplicate nsFind.cpp entries (why did this work for jfrancis?) 2002-01-16 08:40:25 +00:00
akkana%netscape.com ee0d1f2c5a Fix the mac build (I hope) removing the ftp password setting 2002-01-16 08:33:39 +00:00
akkana%netscape.com 1579479376 97157: New faster find-in-page.
This is still work in progress and hasn't had all the bugs ironed out
  yet, so for now, it's preffed off by default ("browser.new_find").
  r=jfrancis sr=kin
2002-01-16 07:05:40 +00:00
seawood%netscape.com fa5df5e54c Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bzbarsky%mit.edu 1c61776f7a Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
ben%netscape.com 8d73f2ab99 Fix .9.8 bugs:
115180 - saving a complete page on top of an existing complete page messes up
116167 - "Save Image" uses POST method
116445 - gzip files expanded when downloaded via "save link as"
115181 - saving a file sometimes results in an unpopulated progress dialog that does not go away
42441 - Save as Plain Text
115148 - save as dialog does not remember last directory used
115440 - File/Save Page does not work for PDF files
116263 - "File Type" selection in Save Page dialog is not remembered
115395 - Save Page as full page mpg does not work
115210 - Save Page as for plain text is not intelligent
115087 - Doing save page on an image Document should not save image document HTML

Nature of fixes described here:
http://bugzilla.mozilla.org/show_bug.cgi?id=120174

r=law, sr=hewitt
2002-01-16 04:00:28 +00:00
briane%qnx.com 8f10094536 PHOTON ONLY, not part of build
Updates to this test app and fixed printing support.
2002-01-15 16:54:01 +00:00
briane%qnx.com b08b62db88 PHOTON only, NOT PART OF BUILD
Fixes for printing (PR:112048), Fixes for context menu image saving, addition
of scrollbar navigation via resources.
Also removed references to nsIDiskDocument.h.
2002-01-15 16:53:21 +00:00
locka%iol.ie 556ab654c6 Build bustage - XP_MAC section contained unamed variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:44:08 +00:00
locka%iol.ie 441d3f853d Removed an unused variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:38:21 +00:00
locka%iol.ie a988ed2884 Updated documentation slightly to reflect reality. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:32:31 +00:00
locka%iol.ie a1ae2cd318 New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 12:41:27 +00:00
chak%netscape.com c6188834dc #111320 - Add ViewFrameSource/OpenFrameInNewWindo context menus
sr=jst
2002-01-12 15:11:06 +00:00
blizzard%redhat.com 79d155cc79 Bug #115085. gtkmozembed does not support custom directory service providers. Patch from John Corwin <jcorwin@us.ibm.com>. r=mkaply, sr=blizzard 2002-01-12 05:04:57 +00:00
dsirnapalli%netscape.com 26fcab4247 updated the test case. 2002-01-10 22:00:27 +00:00
rods%netscape.com 56d6393a84 Removing an uneeded line of code when this got accidently checked in 2002-01-10 15:23:57 +00:00
dsirnapalli%netscape.com d9f4f9ded3 Test case to test the accessibility of html button text 2002-01-09 19:10:41 +00:00
chak%netscape.com d909300519 Fix for #118852 - Add pipboot.* files to embedding manifests
r=adamlock, sr=alecf
2002-01-09 18:56:01 +00:00
alecf%netscape.com 3d9e878c34 Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
dsirnapalli%netscape.com 0e2a22fd49 Test Case to test the accessibility of HTML Button. 2002-01-08 20:45:50 +00:00
depstein%netscape.com a5a252137a made changes for compatibility with MfcEmbed 2002-01-08 20:40:06 +00:00
locka%iol.ie 1f15ef53c5 NOT PART OF BUILD. Add code to pass postdata in call to IWebBrowser 2002-01-08 14:36:02 +00:00
locka%iol.ie 4c9d98380d Fixed context menus to work when right clicking over image links. Detabbed file too. b=114427 r=chak@netscape.com sr=blizzard@mozilla.org 2002-01-08 12:15:09 +00:00
alecf%netscape.com 72507557e8 C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
ccarlen%netscape.com 0f9cb6c5fc Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
danm%netscape.com 7d0a19f464 update some comments and mention that this file is for bug 57841, r=bryner,rpotts 2002-01-05 02:07:40 +00:00
danm%netscape.com 3b6d099732 adding nsIEmbeddingSiteWindow2 (our first revved public interface! yay) bug 57841 r=bryner,rpotts 2002-01-05 02:04:03 +00:00
danm%netscape.com 8e61237a2c adding nsIEmbeddingSiteWindow2 (our first revved public interface! yay) 2002-01-05 02:00:26 +00:00
dsirnapalli%netscape.com 18bcbdf8dd *** empty log message *** 2002-01-03 21:35:52 +00:00
dsirnapalli%netscape.com a0db6b0fc0 *** empty log message *** 2002-01-03 21:21:50 +00:00
locka%iol.ie ffb523b51e Extremely obvious bug impacting some control users. Enclosed a section of code with an else statement. No bug number. 2002-01-03 14:29:06 +00:00
seawood%netscape.com 26054e8541 Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917) 2002-01-02 05:34:00 +00:00
rods%netscape.com 1fde5f13f3 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
seawood%netscape.com e5fc3853f2 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
mcafee%netscape.com 96a5a1b3cb Ignore generated files 2001-12-29 03:09:11 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
depstein%netscape.com ab0db2f0a1 removed NS_DoIdleEmbeddingStuff() from OnIdle() method in TestEmbed.cpp 2001-12-22 02:35:49 +00:00
dsirnapalli%netscape.com e29a049fa3 *** empty log message *** 2001-12-20 20:49:48 +00:00
dbaron%fas.harvard.edu 586a521563 Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527 2001-12-20 02:09:49 +00:00
dsirnapalli%netscape.com 5d914e4879 Test Case to Test HTML Text Area for Accessibility. 2001-12-19 20:51:38 +00:00
seawood%netscape.com 251414564d Add -I. to LOCAL_INCLUDES 2001-12-19 09:25:36 +00:00
seawood%netscape.com c6dfd9f7d8 Add $(LIBS_DIR) to fix hpux bustage 2001-12-19 08:43:57 +00:00
seawood%netscape.com c55190b8f7 Use srcdir when calling midl 2001-12-19 06:22:51 +00:00
dougt%netscape.com 9a75bc4b8e nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
dsirnapalli%netscape.com 63b1ad169c Test Case to Test HTML Table Row Node for accessibility. 2001-12-18 23:59:37 +00:00
dsirnapalli%netscape.com 57c974f7b5 Test Case to Test HTML Table Node for accessibility. 2001-12-18 23:59:15 +00:00
dsirnapalli%netscape.com 803db5f3ec Test Case to Test HTML Table Cell Text Node for accessibility. 2001-12-18 23:58:48 +00:00
dsirnapalli%netscape.com 365badf77b Test Case to Test HTML Table Cell Node for accessibility. 2001-12-18 23:58:18 +00:00
dsirnapalli%netscape.com c9b62fc5c2 Test Case to Test HTML Table Caption Text Node for accessibility. 2001-12-18 23:57:46 +00:00
dsirnapalli%netscape.com 59e8cd39e1 Test Case to Test HTML Table Caption Node for accessibility. 2001-12-18 23:57:22 +00:00
dsirnapalli%netscape.com 2abd6d53e1 Test Case to Test HTML Anchor Text Node for accessibility. 2001-12-18 23:56:30 +00:00
dsirnapalli%netscape.com 4834779bc4 Test case to test HTML Anchor Node for accessibility. 2001-12-18 23:55:47 +00:00
dsirnapalli%netscape.com 877fd563f5 *** empty log message *** 2001-12-18 23:54:46 +00:00
dsirnapalli%netscape.com 5ec7bac9e0 nsIAccessibleTestTable.txt is replaced by other test cases. 2001-12-18 23:51:32 +00:00
locka%iol.ie d976f46e61 NOT PART OF BUILD. Added basic logic for generating H & C stubs 2001-12-18 13:36:52 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com e1ae37f75b baking out fix for mac. moving file nsISelectionDipslay over to content to fix bustage 2001-12-18 02:41:38 +00:00
mjudge%netscape.com d58e0d5e12 moving file to content to fix bustage 2001-12-18 02:38:56 +00:00
mjudge%netscape.com 6d102e3902 fixing bustage moving file to content 2001-12-18 02:34:39 +00:00
mjudge%netscape.com 9b25533dc1 bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not 2001-12-18 01:29:49 +00:00
mjudge%netscape.com f48496ffa4 new idl not in build yet. bs7868 r= saari 2001-12-18 01:08:36 +00:00
ben%netscape.com 77d9e3c317 115451, 115154 - Can't close save file progress dialog, directory created with wrong permissions
Ensure correct permissions are used when creating a directory for attached files when saving a document, and that we don't try to create a new directory when one exists.
Also, null check webBrowserPersist in case it does not exist.
r=bz for 115154, sr=hyatt/blake
2001-12-17 22:52:40 +00:00
jaggernaut%netscape.com 7936b26225 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 502372b8a8 Attempt to fix BeOS bustage 2001-12-16 14:40:33 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com 5cd1b8e131 bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
seawood%netscape.com 3738d752bc Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ben%netscape.com 2451f6c4f4 Fix for smoketest blocker 114874 - save page does not work.
This code was checked in last night into a file that had recently become obsolete. Simply moving the code that was checked in last night into the file that is currently in use.
2001-12-12 22:21:53 +00:00
locka%iol.ie 3246458e1b Added ActiveX control to Win32 embedding dist. b=112472 r=valeski@netscape.com sr=rpotts@netscape.com 2001-12-11 22:51:22 +00:00
ccarlen%netscape.com 742f7d9a11 Bug 99613 - Freeze nsIWebBrowserFind iface. r=chak/sr=sfraser 2001-12-11 15:25:30 +00:00
ccarlen%netscape.com de865879b2 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com 5be3015148 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com b4f1e83674 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
ccarlen%netscape.com 9fe1e910d1 Missed these with checkin for 98349. 2001-12-10 23:29:34 +00:00
ccarlen%netscape.com 0766c35c7f Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 1b00c70ee8 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
ccarlen%netscape.com eec09f1b7d Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
ccarlen%netscape.com 2d15ad27bc Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +00:00
locka%iol.ie 8a837ffa48 NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter 2001-12-07 19:38:35 +00:00
locka%iol.ie fcc44cfac3 NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter 2001-12-07 19:34:47 +00:00
briane%qnx.com f7e61d4f3e PHOTON BUILD only
fixes and updates for the embedding, base on the gtk code base
2001-12-07 14:30:38 +00:00
law%netscape.com 4d139eeda1 Bug 92508; switch over to moved/renamed progress dialog; r=ccarlen, sr=mscott 2001-12-07 01:29:14 +00:00
law%netscape.com 4c2aefbb93 Bug 92508; change this renamed .xul to use the renamed .js; r=ccarlen, sr=mscott 2001-12-07 01:20:22 +00:00
law%netscape.com 088d85000e Bug 92508; adding entries for moved/renamed progress dlg files; r=ccarlen, sr=mscott 2001-12-07 01:17:37 +00:00
law%netscape.com d4120b4f48 Bug 92508; moving these files (and renaming) from obsolete mozilla/xpfe/components/ucth project; r=ccarlen, sr=mscott 2001-12-07 00:36:33 +00:00
chak%netscape.com 7baf9c35e2 Fix #83568 - BASE tag inserted when downloading file to a local drive
r=adamlock, sr=rpotts
2001-12-06 22:06:45 +00:00
locka%iol.ie 1e2d1c8cc0 NOT PART OF BUILD. Utility for turning ActiveX typelibraries into XPCOM IDL and XPT files 2001-12-06 21:16:30 +00:00
pinkerton%netscape.com 8150b5c67d fix mismatch between static in header and source file 2001-12-06 15:55:30 +00:00
law%netscape.com 7d72c6fcb3 Bug 88287; use the new GetDataSourceBlocking method to ensure we get the same data source as prefs is using; r=sgehani, sr=mscott 2001-12-06 04:07:26 +00:00
blythe%netscape.com 51e311e86f Bug 112953, non debug trace-malloc on win32.
r=dp,sr=brendan
NOT part of normal build.
Change hinges on another change to nsprpub/gmakefile.win that should land
by those in charge of that module shortly.
2001-12-06 02:36:02 +00:00
dsirnapalli%netscape.com 1cd5ec7ae3 Test case to test nsIAccessible methods for HTML Table. 2001-12-03 22:33:51 +00:00
dsirnapalli%netscape.com f37a64c722 This javascript file contains all the basic functions needed to test nsIAccessible interface. 2001-12-03 22:33:13 +00:00
vidur%netscape.com 88f1b0b60f Better handling of progress indicator. [not part of build] 2001-12-01 01:20:46 +00:00
vidur%netscape.com 43b1a94096 Ensure that we call NS_TermEmbedding on shutdown. [not part of build] 2001-12-01 01:20:02 +00:00
rpotts%netscape.com a33a19e3d1 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
jst%netscape.com 460f2ccd6f Fixing bug 93513. Make window.open() use the base uri of the caller as the base, and not the document uri of the caller. r=danm@netscape.com, sr=rpotts@netscape.com 2001-11-30 07:49:32 +00:00
law%netscape.com ae081b807c Bug 108567; put icon <image>s in vbox so they don't stretch; r=hwaara/bzbarsky, sr=blake 2001-11-30 04:17:05 +00:00
vidur%netscape.com ac1cee8366 progress indicator and menu improvements. [not part of build] 2001-11-30 02:02:11 +00:00
vidur%netscape.com 697d321cd0 Fixed prompt and password dialogs. [not part of build] 2001-11-30 01:59:01 +00:00
vidur%netscape.com 28ae4fb9dc Copy over installed-chrome.txt to get scrollbars working 2001-11-30 00:47:09 +00:00
vidur%netscape.com bb6feb1372 Fixed alerts and added prompt and password support. [not part of build] 2001-11-30 00:46:06 +00:00
pinkerton%netscape.com 97ac6e3b86 view shouldn't be opaque. allows webpages to show up. [not part of build] 2001-11-29 22:39:37 +00:00
pinkerton%netscape.com 3a6ab517ad one more removed file bustage fix. 2001-11-29 16:11:12 +00:00
pinkerton%netscape.com 5aee4bfa62 removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851 2001-11-29 14:38:56 +00:00
rjc%netscape.com 0aec2416cf Fix bug # 112176. r=danm sr=hyatt 2001-11-29 07:02:24 +00:00
vidur%netscape.com 9035105170 Got rid of installation name in project. This is not part of the build. 2001-11-29 04:11:53 +00:00
vidur%netscape.com 96fcc32650 Removed absolute paths to framework. Relative paths *should* work. 2001-11-29 01:20:38 +00:00
vidur%netscape.com e7d2d67e7e Adding Cocoa test application to test Cocoa embedding wrapper framework. This is not part of the default build. 2001-11-28 22:40:06 +00:00
vidur%netscape.com 659408c73b Temporarily change framework installation path to be absolute. This is not part of the default build. 2001-11-28 22:38:54 +00:00
vidur%netscape.com a6b008ea4e First iteration of Cocoa NSView wrapper around embedded component. This is not part of the default build. 2001-11-28 21:42:53 +00:00
ashishbhatt%netscape.com a656590a72 Changed in acordance with mfcembed 2001-11-27 23:43:36 +00:00
locka%iol.ie fd94bfb375 Implement nsIWindowCreator service for ActiveX control. r=danm@netscape.com sr=rpotts@netscape.com 2001-11-27 20:13:43 +00:00
ashishbhatt%netscape.com 04535bec80 Updating typo error from RunAllHistoryEnrtyTests to RunAllHistoryEntryTests() 2001-11-27 20:11:41 +00:00
locka%iol.ie 95386ac6d9 Add -chrome argument to mfcembed so it can load chrome content. b=111627 r=chak@netscape.com sr=rpotts@netscape.com 2001-11-27 20:09:39 +00:00
rods%netscape.com 834dcaf5c2 temp patch for Bug 112048 r=rods a=leaf 2001-11-27 16:28:01 +00:00
ashishbhatt%netscape.com 03d0ba9625 Updated for cascading menus and interface test cases 2001-11-26 21:47:06 +00:00
rods%netscape.com 57b2ac3bb2 Initial checkin
Bug 108345 r=dchak,dcone sr=attinasi
2001-11-26 14:11:23 +00:00
rods%netscape.com df3d24459a Bug 108345 r=dcone,chak sr=attinasi 2001-11-26 13:45:36 +00:00
rods%netscape.com 555992e4c5 Change nsIWebBrowserPrint.h interface to use nsIPrintSettings
Also added minimal PageSetup dialog with support for Printing BGColors, BGIMages, and Scaling
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 12:51:39 +00:00
bzbarsky%mit.edu 0b19fcf775 Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
timeless%mac.com 2fd2336015 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
r=axel@pike.org sr=kin
2001-11-22 15:12:51 +00:00
bhart00%yahoo.com 359201cef9 fix for bug 102349, r=ben/sr=brendan 2001-11-22 04:03:36 +00:00
chak%netscape.com 54152ad281 Fix for #90749 - MfcEmbed does not show the Form method part
r=adamlock, sr=rpotts
2001-11-21 23:17:11 +00:00
chak%netscape.com b30a4540b2 Fix for #82708 - Using Find doesn't alert user when completed searching
r=adamlock, sr=rpotts
2001-11-21 23:11:36 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
attinasi%netscape.com f432c70aff Moving loading and broken image icons to /res and adding to embedding dists. b=110384 r=adamlock,sfraser sr=sfraser,waterson 2001-11-20 22:21:59 +00:00
rpotts%netscape.com f841b6befe bug #110179 (r=danm@netscape.com, sr=jst@netscape.com) The domwindowopened notification should *not* be fired while the window watcher is holding onto its internal lock. 2001-11-20 20:05:52 +00:00
timeless%mac.com dfa8594725 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
leaf%mozilla.org 1129953fea turn the embedding tests on for MOZILLA_OFFICIAL builds, bug 110341, r=cls 2001-11-17 02:34:52 +00:00
locka%iol.ie ff6deeff45 NOT PART OF BUILD. Implement IAuthenticate to allow streams requiring username/password to be downloaded 2001-11-16 13:01:06 +00:00
danm%netscape.com a606bb32e6 get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary) and get rid of alternate docshell about:blank initialization path which fired off an actual URL load. bug 88229 r=jst,rpotts 2001-11-16 02:12:07 +00:00
danm%netscape.com 764295d8ce get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary). bug 88229 r=jst,rpotts 2001-11-16 02:10:57 +00:00
jaggernaut%netscape.com 9a2d10888f Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
locka%iol.ie bd936656b7 Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com 2001-11-15 12:23:57 +00:00
alecf%netscape.com 52cd89e71b win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
darin%netscape.com 98a39fa92e patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
bzbarsky%mit.edu 0dce65ed23 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dinglis%qnx.com 30687c6192 - not part of build -
fix up bustage.
2001-11-13 15:49:51 +00:00
sfraser%netscape.com cde6848940 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
dbaron%fas.harvard.edu 261f76a8ba Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
law%netscape.com 41894e82a4 Bug 102350; it's just a little disk; r=jag, sr=hewitt 2001-11-07 02:54:28 +00:00
law%netscape.com 0352d62a28 Bug 100406 (patch submitted by Mike Kaply); size to content before centering; this is necessary because we change the content; r=law, sr=hyatt 2001-11-07 02:50:43 +00:00
locka%iol.ie d0f8c99f93 Add flag to prevent saveURI from decompressing gzipped data as it is arriving b=108268 r=bryner@netscape.com sr=blizzard@mozilla.org 2001-11-06 23:43:39 +00:00
blizzard%redhat.com 798f3859c5 back out darin's fix for bug #107789 since it caused blocker #108637. 2001-11-06 16:32:52 +00:00
dinglis%qnx.com d3f7f9462d NTO PART OF BUILD
fixed photon bustage
2001-11-06 13:33:36 +00:00
darin%netscape.com 803d882528 fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
danm%netscape.com 65b60229a4 don't show a new chrome window immediately upon creation, but after chrome has loaded. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:22:58 +00:00
danm%netscape.com 3779efd362 consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:19:39 +00:00
dinglis%qnx.com 55e2c37d43 Not part of build
fixed REQUIRES
2001-11-05 13:35:02 +00:00
blakeross%telocity.com b06d00a2bf stupid whitespace changes. 2001-11-05 02:29:54 +00:00
blakeross%telocity.com 3bd372dfa1 These changes never made it in with original xul landing (/embedding). r=hewitt sr=ben 2001-11-05 01:50:50 +00:00
jaggernaut%netscape.com 6404d0a8a9 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-03 09:26:07 +00:00
locka%iol.ie 28edbbb402 NOT PART OF BUILD. Add code to _OpenURL() to turn relative links into absolute ones for correct loading, using the base address of the browser. Patch provided by mirko@czesla.de. Thanks Mirko! 2001-11-01 22:15:34 +00:00
locka%iol.ie ac5d543433 Missing backslash causing build bustage on some ports platforms. r=brade@netscape.com 2001-11-01 17:23:22 +00:00
brade%netscape.com e4f2f14083 nsIFile->nsIURI in nsIDiskDocument r=adamlock (bug #104883) 2001-11-01 15:25:53 +00:00
locka%iol.ie 7ffdfe69e3 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 15:02:13 +00:00
locka%iol.ie 350313c527 Mac changes to move webbrowserpersist object to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:41:02 +00:00
locka%iol.ie 91e485f39a Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:39:53 +00:00
locka%iol.ie 2bafd807d9 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:39:26 +00:00