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

1998 Коммитов

Автор SHA1 Сообщение Дата
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
mkaply%us.ibm.com 953b27b5ac Two more REQUIRES needed 2002-11-11 22:35:49 +00:00
brade%netscape.com 17e418f5ee add requires (bug 157117) 2002-11-11 21:20:47 +00:00
brade%netscape.com 4b71696443 api changes to command manager (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:51 +00:00
brade%netscape.com 52267259f7 add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:44 +00:00
brade%netscape.com 36269f2a50 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 8b7920b088 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 bd10f91b44 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 013de5c8ce 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 47412da3e6 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 39cee6d65e Removing unused file 2002-11-08 13:20:49 +00:00
locka%iol.ie e34754b246 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 105c5383fd 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 cad979361b 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 4242ba77dd 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 c99f811464 Updating resource 2002-11-06 18:40:11 +00:00
ashishbhatt%netscape.com 1db96f67ab Updatind nsIDomWindow testcase 2002-11-06 18:39:36 +00:00