Commit Graph

1372 Commits

Author SHA1 Message Date
chak%netscape.com
fd51159c88 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
a836e37499 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
87998027b0 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
b4360dcc6c Bug #121279. TestGtkEmbed crash on javascript window.close(). r=jst,sr=shaver 2002-01-29 21:39:31 +00:00
dougt%netscape.com
c50ca402ad 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
518cf687d8 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
dfbbc3a0d4 added indiv cases for index entries and simple enumeration for nsiHistory 2002-01-29 01:31:15 +00:00
ashishbhatt%netscape.com
fd0109f2c0 Added test cases for interface nsIClipboardCommand 2002-01-29 00:13:04 +00:00
locka%iol.ie
f8cd1c60ae 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
27978a05e9 Bug #43689 --> expose the suggested file name
r=law
sr=sspitzer
2002-01-25 22:05:16 +00:00
seawood%netscape.com
39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
rods%netscape.com
6d86bf575a 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
67a696495c Fix type bustage in cocoa view. Not part of build. 2002-01-25 01:59:11 +00:00
seawood%netscape.com
55bb706d4a Fixing SVG static build bustage 2002-01-25 01:29:35 +00:00
waterson%netscape.com
7f5b8281fb Add EmbedComponents.cpp to the GARBAGE. 2002-01-25 01:23:41 +00:00
waterson%netscape.com
c92978fe06 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
d688973a40 *** empty log message *** 2002-01-25 01:11:03 +00:00
dsirnapalli%netscape.com
9f79cf477e Test case to test accessibility of html element radio button. 2002-01-25 01:07:34 +00:00
dsirnapalli%netscape.com
8b7bcff9d7 Test case to test accessibility of html element radio button when checked. 2002-01-25 01:06:52 +00:00
dsirnapalli%netscape.com
77246e50da Html page containing html elements to test for accessibility. 2002-01-25 01:05:47 +00:00
dsirnapalli%netscape.com
e9d23afd15 test case to test accessibility of html element check box. 2002-01-25 01:03:35 +00:00
peterlubczynski%netscape.com
c279ed5ed5 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
118b04451a Test case to test accessibility of html element checkbox when it is checked. 2002-01-25 01:02:52 +00:00
dsirnapalli%netscape.com
d850f55ddf *** empty log message *** 2002-01-25 01:01:19 +00:00
depstein%netscape.com
3c7642e902 changed PurgeHistory() text to indicate request for number of removed items. 2002-01-25 01:00:26 +00:00
heikki%netscape.com
9e499e0599 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
6a1b19137a 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
ab30c3c7e2 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
69a4a20709 adding nsIObserServ.cpp & .h 2002-01-24 22:20:02 +00:00
depstein%netscape.com
cf3b43870a added some code to the listeners 2002-01-24 22:18:53 +00:00
timeless%mac.com
518e4ed3ef [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
57704fbdfe 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
605aaf0df3 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
eed65c3fbe 120623: remove printfs. r=bzbarsky r,a=blizzard 2002-01-17 21:57:00 +00:00
locka%iol.ie
8270e25e99 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
9dc7de0bb1 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
bc93ec4484 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
5230b73490 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
500059a76a Fix the mac build (I hope) removing the ftp password setting 2002-01-16 08:33:39 +00:00
akkana%netscape.com
c22c537961 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
e56e20b1dc 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
5a1b42ffbb 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
abc03d13c7 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
9c31a14432 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
762acd5b60 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
8cd05c0745 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
8bad2a319e 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
b1c794a2cb 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
96f95d8b41 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
64158e99f8 #111320 - Add ViewFrameSource/OpenFrameInNewWindo context menus
sr=jst
2002-01-12 15:11:06 +00:00