Commit Graph

2014 Commits

Author SHA1 Message Date
locka%iol.ie
3be0457890 Fix bustage in plugin when MOZ_OBJDIR is defined. b=185679 r=dbradley@netscape.com sr=seawood@netscape.com 2002-12-16 22:05:05 +00:00
depstein%netscape.com
26ff64f548 Enhanced nsIWebBrowserChrome and nsIEmbeddingSiteWindow test implementations. Not part of the build. 2002-12-16 03:48:36 +00:00
rbs%maths.uq.edu.au
5c9db7b7ec Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst 2002-12-13 22:12:10 +00:00
seawood%netscape.com
58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
locka%iol.ie
f46f5eda96 Detabbed file. No code changes. 2002-12-12 23:14:24 +00:00
depstein%netscape.com
05b1b7f955 Added post-AsyncOpen() tests to OnStartRequest() impl in BrowserImpl.cpp. not part of the build. 2002-12-12 02:38:49 +00:00
asasaki%netscape.com
f20a73e8ae 168580: unhardcode versions in embedding files. r=cls, build changes
with r=cls don't require sr=.
2002-12-12 01:18:52 +00:00
colin%theblakes.com
0824e190c0 OpenVMS build changes. b=180290. r=cls 2002-12-12 00:08:59 +00:00
depstein%netscape.com
82efdf3f43 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
6e6130b673 updating test case 2002-12-09 21:52:29 +00:00
ashishbhatt%netscape.com
2b854636c9 Updating testcase 2002-12-09 21:45:10 +00:00
locka%iol.ie
73d7ed36cb 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
4f6980440d 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
18cbe9dd42 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
318c9e8db1 added AsyncOpen() before security and content tests. not part of the build. 2002-12-07 00:55:15 +00:00
bryner%netscape.com
f79bfbbb98 Comment corrections, not part of the build 2002-12-06 10:30:15 +00:00
darin%netscape.com
a736085beb 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
64bc0b7520 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
9865d58016 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
51fc1682d2 updating javascript file paths 2002-12-03 20:27:28 +00:00
locka%iol.ie
ddc81dbc3c 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
97e72cce23 updating test case 2002-12-03 01:12:10 +00:00
blizzard%redhat.com
f63bfb0e0b 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
92f4a5bb1a refactored code, changes to object error checking handling. not part of the build. 2002-11-28 22:39:58 +00:00
depstein%netscape.com
9ad566c020 Add test cases for nsIChannel. not part of the build. 2002-11-28 03:31:43 +00:00
depstein%netscape.com
ab28846ffc cosmetic string change. not part of the build. 2002-11-27 01:28:51 +00:00
locka%iol.ie
0fd0d8b99b 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
63f206f4f6 adding xpcom test cases 2002-11-22 01:04:01 +00:00
ashishbhatt%netscape.com
8eb3d53568 adding nsIDOMWindow test case 2002-11-22 01:01:21 +00:00
ashishbhatt%netscape.com
611ac8787d ndding nsISelection test case 2002-11-22 00:58:43 +00:00
ashishbhatt%netscape.com
94dcdcbc1b nsIProfile Test case 2002-11-22 00:56:32 +00:00
ashishbhatt%netscape.com
0b59c8d998 adding netwotking folder for necko test cases 2002-11-22 00:49:06 +00:00
kin%netscape.com
5d19412ecc 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
f5c6a99e1f 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
4b06a70b5f 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
c265c34a46 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
fcb9823046 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
8317371bcd 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
384066e98e 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
228104baf7 Bug #121253. Port embedding widget to gtk2. r=pavlov, sr=bryner 2002-11-16 02:36:22 +00:00
darin%netscape.com
5a6ccfaf39 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
depstein%netscape.com
6f7c14c2ad 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
1e05e467e8 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
c1f4cb20c0 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
2c50bde712 need to adjust and add the domwindow to the parameters 2002-11-12 23:49:23 +00:00
cmanske%netscape.com
722881b278 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
d0f35d5727 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
f623bad311 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
484631ec73 NOT PART OF BUILD. Restore file that breaks LiveConnect build of plugin 2002-11-12 01:04:26 +00:00
mkaply%us.ibm.com
0b6eee59d4 Bustage fix - Windows only 2002-11-11 23:38:51 +00:00