Commit Graph

1664 Commits

Author SHA1 Message Date
pinkerton%netscape.com
5367483734 hookup tooltips in PPEmbed. fix embedding tooltip impl to check window/dialog tag before groveling for title attribute. r=pink/sr=beard. bug# 142814. 2002-05-28 20:31:39 +00:00
bryner%netscape.com
c64a97e26a Ignore generated Makefiles. 2002-05-27 02:12:25 +00:00
bryner%netscape.com
e123863a98 Ignore generated makefiles. 2002-05-27 02:07:35 +00:00
depstein%netscape.com
da74c12aef adding web progress test cases. some minor code cleanup.
a=asa for QA checkins that are not part of the default builds
2002-05-24 20:03:19 +00:00
chak%netscape.com
04cab798ec Fix for #13127
FTP (HTML view) - folder and document icons do not display
(in an embedding scenario)
r=adamlock, sr=alecf
2002-05-23 21:25:19 +00:00
locka%iol.ie
b1b2f0f865 NOT PART OF BUILD. More XPConnect scripting improvements 2002-05-23 13:28:38 +00:00
depstein%netscape.com
272d204c29 fixed compiler bugs. removed nsIWebBrowser.cpp because of naming conflict, adding nsIWebBrow.cpp for test cases.
a=asa for QA checkins that are not part of the default builds
2002-05-21 21:37:34 +00:00
timeless%mac.com
0756b8de55 Bug 130853 crash in winembed.exe
scope observerService so it isn't held past embedding shutdown
r=smontagu moa=adamlock
2002-05-21 19:19:50 +00:00
jdunn%netscape.com
e8b4b1e3a2 fix AIX's xlC364 internal compiler error (just rearranging existing code)
# 143461
r=brade@netscape.com
sr=alecf@netscape.com
2002-05-21 13:26:30 +00:00
depstein%netscape.com
e6ecdd8c53 added nsIWebBrowser.obj 2002-05-19 07:51:04 +00:00
depstein%netscape.com
2eafb8e15e added nsIWebBrowser menu and UI for test cases
a=asa for QA checkins that are not part of the default builds
2002-05-17 23:03:43 +00:00
rods%netscape.com
159dff5ab9 Removing debug line for setting dialog title.
Bug 145037 r=dcone sr=kin
2002-05-17 19:25:51 +00:00
depstein%netscape.com
ebab086063 uploading nsIWebBrowser test cases
a=asa for QA checkins that are not part of the default builds
2002-05-17 06:01:52 +00:00
locka%iol.ie
62205ac808 Check for duplicate names when saving subframes. b=142846 r=brade@netscape.com sr=rpotts@netscape.com 2002-05-17 02:47:10 +00:00
law%netscape.com
8b9240bcab Bugs 129614/129604/137676; ensure all download errors are shown to user (and fix download manager quirk so it doesn't think all downloads are 0kb of 0kb); r=bzbarsky, sr=blake 2002-05-17 00:31:53 +00:00
rpotts%netscape.com
10620e5d2c bug #46856. r=valeski, sr=darin) nsIWebProgress/nsIWebProgressListener API changes. 2002-05-16 23:41:59 +00:00
akkana%netscape.com
e9b096e022 134275: make find stop at table cell boundaries. r=brade sr=kin 2002-05-16 23:30:59 +00:00
rpotts%netscape.com
7ede442c4a bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 22:35:31 +00:00
rpotts%netscape.com
4efa469250 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 21:46:18 +00:00
rpotts%netscape.com
413676046c bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 21:22:23 +00:00
rpotts%netscape.com
73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
rods%netscape.com
55cdb88790 Adds a new arg to the PP call. The new arg is not being used, it is
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2002-05-16 13:51:54 +00:00
timeless%mac.com
0291e398de fixing build bustage for qnx photon embedding
this is from the nsI*File freeze
2002-05-15 23:03:01 +00:00
dougt%netscape.com
c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
seawood%netscape.com
4293400e69 Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
depstein%netscape.com
99433c7adb remove mfcembed.htm 2002-05-15 00:10:36 +00:00
rods%netscape.com
68b0319c10 Changing CID to ContractID and const char* to const char xxx[]
As part of Bug 144128
2002-05-14 14:32:42 +00:00
rods%netscape.com
517bc877a1 Static build bustage fix 2002-05-14 14:15:19 +00:00
rods%netscape.com
93ac2ed60b Missed these...fixing bustage
Bug 144128 r=dcone sr=attinasi
2002-05-14 13:41:11 +00:00
rods%netscape.com
0c5c90b638 This patch does the following:
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
locka%iol.ie
9c3865877f NOT PART OF BUILD. Rudimentary scripting working in XPConnect. Invoke & SetProperty methods are working. 2002-05-14 01:58:00 +00:00
rods%netscape.com
169f8634ab The problem is thwe getting of the PS in the CreateBrowser method used to work.
But now the webBrowser no longer has a valid docshell.
But this patch now makes sure that it gets a Global PS at all the right places.
It also fixes PP. It checks the menu item when in PP and unchecks it when a
document is loaded. That way you can select the menu a second time and have it exit PP.
Bug 143346 r=chak sr=alecf
2002-05-13 22:33:24 +00:00
locka%iol.ie
23ac64ad8e NOT PART OF BUILD. Implemented variant to java object class, getProperty and return codes from Invoke(). Moved LiveConnect & XPConnect stuff into their own files. 2002-05-13 21:06:14 +00:00
rbs%maths.uq.edu.au
5a252db08d Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf 2002-05-10 22:05:59 +00:00
depstein%netscape.com
14f1875b31 added NotifyObservers() tests in nsIObserServ.cpp, webProg listener to TestYourMethod2() in Tests.cpp.
a=asa for QA checkins that are not part of the default builds
2002-05-10 19:03:28 +00:00
rods%netscape.com
1d956bc3a5 making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
rods%netscape.com
4abc321005 fix bustage, makefile was in correct 2002-05-08 23:07:46 +00:00
rods%netscape.com
bb0b2f65ed All the files have been moved to the unixshaed directory
Bug 115136 r=dcone sr=attainasi
2002-05-08 21:12:09 +00:00
depstein%netscape.com
a45ce9b0da made 'native' changes to nsILocalFile tests. added nsIWebBrowserSetup tests, temporarily in Tests.cpp (TestYourMethod()).
a=asa for QA checkins that are not part of the default builds
2002-05-08 19:11:49 +00:00
locka%iol.ie
b5bf4ad943 NOT PART OF BUILD. Throws exceptions for errors 2002-05-08 14:09:13 +00:00
locka%iol.ie
8a564932c6 NOT PART OF BUILD. Support for most primitive data types in LiveConnect impl. 2002-05-08 13:22:03 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
locka%iol.ie
58183d683b NOT PART OF BUILD. Fix for intermittant crash issue 2002-05-07 22:13:52 +00:00
depstein%netscape.com
f32b0fbb95 Fixed an 'observer matching' bug in nsIObserServ.cpp.
a=asa for QA checkins that are not part of the default builds
2002-05-07 21:59:57 +00:00
locka%iol.ie
574ffb901e NOT PART OF BUILD. More work on LiveConnect. It actually works now(!) but is a bit crashy for some undetermined reason. 2002-05-07 21:54:29 +00:00
locka%iol.ie
6d97942a45 NOT PART OF BUILD. Plugin test pages 2002-05-07 21:51:12 +00:00
depstein%netscape.com
77a8d08c16 updated sHistoryListener test, uses onLoad function.
a=asa for QA checkins that are not part of the default builds
2002-05-07 21:47:54 +00:00
ccarlen%netscape.com
d7075f7f22 Fixing bustage that will be happening. The wrong copy of this got checked in with Rod's checkin for bug 115136. 2002-05-07 13:51:21 +00:00
rods%netscape.com
15a673155f Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
akkana%netscape.com
7d28960d5c 92102: Make find wrap through frames. r=ccarlen sr=alecf 2002-05-06 23:41:29 +00:00