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

56990 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com 908255a292 removed nsString2 reference 2000-03-31 09:12:35 +00:00
ramiro%fateware.com c07d2534ef Changed the signature GtkMozEmbedChrome::FindNamedBrowserItem() for the l+g
embedding changes.  nsIDocShellTreeItem vs. nsIWebBrowser.
2000-03-31 09:09:45 +00:00
rickg%netscape.com 19ed0e4511 changed reference from nsString2 to nsString 2000-03-31 09:08:17 +00:00
rickg%netscape.com fd5f2d8ce2 updated includes to access nsCRT 2000-03-31 09:04:29 +00:00
cls%seawood.org 942ae72d8e Oops. Forgot a CROSS_COMPILE ifdef. 2000-03-31 08:00:08 +00:00
alecf%netscape.com 6594bf537d fix build bustage 2000-03-31 07:55:08 +00:00
danm%netscape.com be45b241ec adding nsGeneratedIterator for mjudge 2000-03-31 07:36:08 +00:00
tbogard%aol.net 33ac9cc8c7 When height or width are specified in window.open we now properly apply it to the content area and not to the outer window's size. Fixes #32663. 2000-03-31 07:34:32 +00:00
evaughan%netscape.com 2cbece73ef Yet another missing file. 2000-03-31 07:32:35 +00:00
evaughan%netscape.com 1529080da5 2 more 2000-03-31 07:28:48 +00:00
scc%netscape.com 1421ca7839 incremental changes. these files are not yet part of the build 2000-03-31 07:28:38 +00:00
scc%netscape.com ac3e2d0d46 more work bringing |ns[C]String| into line with the new implementations. Again, this is no change when |NEW_STRING_APIS| is not defined. 2000-03-31 07:26:13 +00:00
mjudge%netscape.com cf1f96e1bb changed alot here having to do with get position. made it much faster for non-slow frames. (slow=char spacing ect) also removed some code to make the ::GetWidth call factored out so I can reuse it. selection now has a DrawSelectionIterator that spits out the next series of chars and their color ect when drawing selection. this allows us to combine many different types of selection. This also means that XOR is not used here any more. we will hook up selection colors to style shortly in the next week. 2000-03-31 07:26:07 +00:00
racham%netscape.com 9f22fb6e2a Fixing bug 15787. Close the app on clicking x in the upper right corner of profilemanager window. r=gayatrib 2000-03-31 07:26:01 +00:00
mjudge%netscape.com 80449e4b8c changing troys generated content SUB iterator with changes that he sent me personally. these will allow us to have iterators over generated tables or just plain before or after nodes. 2000-03-31 07:22:38 +00:00
evaughan%netscape.com b6e8f1ef9e Forgot file. 2000-03-31 07:20:50 +00:00
cls%seawood.org 5f6e2a6cff Fix cross-compiling rules so that we can build both the host & target version of our "internal" build tools.
Added .ho suffix for host objects.
Added rules for HOST_PROGRAM, HOST_LIBRARY & HOST_SIMPLE_PROGRAMS.
When cross-compiling, use the host_ versions of nsinstall, xpidl & xpidl_link and install host targets under $(DIST)/host .
Bug #11890
2000-03-31 07:18:52 +00:00
mjudge%netscape.com 26c42834e7 adding in new cids and new factories for nsgeneratedcontent and nsgeneratedsubtree iterators 2000-03-31 07:18:45 +00:00
mjudge%netscape.com a471fdc5e3 moving nsGeneratedContent stuff to new file nsGeneratedIterator. adding new bitflags for selection types for nsSelection 2000-03-31 07:17:22 +00:00
mjudge%netscape.com 0aa549340e adding in nsGeneratedContent as new file 2000-03-31 07:15:13 +00:00
mjudge%netscape.com 774b479d38 changing bitflags for selection types. well they are bitflags now 2000-03-31 07:14:39 +00:00
mjudge%netscape.com ba197c0a18 adding in new init methods for the new nsGeneratedContentIterator! 2000-03-31 07:14:02 +00:00
cls%seawood.org 93408ca534 Added HOST_LIBIDL_CONFIG to build. Bug #11890 2000-03-31 07:12:39 +00:00
kvisco%ziplink.net 004985f4fa updated to support changes to String.h/cpp 2000-03-31 07:11:29 +00:00
kvisco%ziplink.net d4f206d32c Fixed a memory leak when using the Translate function,
also made change to use the String::toUnicode method instead
of String::toCharArray
2000-03-31 07:10:12 +00:00
kvisco%ziplink.net f0026e99fa changed the AttributeValueTemplate parsing to be unicode safe 2000-03-31 07:08:44 +00:00
attinasi%netscape.com f435083f78 Implemented Style Size Dump. r=rickg b=26565 2000-03-31 07:08:36 +00:00
kvisco%ziplink.net 912c49a876 updated to support changes in String.cpp 2000-03-31 07:07:24 +00:00
evaughan%netscape.com 4891539d50 box skinnablility changes.
-r Hyatt
2000-03-31 07:02:06 +00:00
tbogard%aol.net ab5349aaa4 Removed the nsIDOMWindow::GetXPConnectObject, AddXPConnectObject, and RemoveXPConnectObject methods. This feature can be done through properties or through nsPIDOMWindow::GetXPConnectObject. 2000-03-31 06:59:30 +00:00
racham%netscape.com 84b4f40e7c Remove activation cookie after it is processed, bug 32506. Fix memory leak, bug 31878. r=gayatrib 2000-03-31 06:34:40 +00:00
racham%netscape.com 44f20f3436 Adding interface to remove activation cookie after it is processed. Bug 32506.r=gayatrib 2000-03-31 06:34:27 +00:00
mccabe%netscape.com 8a8a2155c9 Fix solaris bustage -
Add (nsISupports *) cast to nsSupportsArray::RemoveElement call, to remove overloading ambiguity detected on Solaris
2000-03-31 06:29:34 +00:00
putterman%netscape.com 84a75fece8 r=mscott. Sort by order received remembered per folder and turn on the menuitem
by removing '.'
2000-03-31 05:58:37 +00:00
beard%netscape.com 33874b728f fixing a broken header. 2000-03-31 05:47:42 +00:00
troy%netscape.com 630be5e105 Fix for divide by zero I accidently introduced 2000-03-31 05:40:35 +00:00
troy%netscape.com 84ff39f74d Fix non Win32 compiler bustage 2000-03-31 05:10:36 +00:00
troy%netscape.com bcb180081c Changed text measurement code to use the new rendering context function
that measures chunks or words. Because that function is only implemented
on Win32 the code is #ifdef _WIN32
2000-03-31 04:27:43 +00:00
mccabe%netscape.com 32ffaeca59 Add JS Console components to the unix and windows build systems. 2000-03-31 04:20:00 +00:00
pavlov%netscape.com 3147da3bb5 few more changes 2000-03-31 04:19:59 +00:00
cmanske%netscape.com 328092db3b Show/hide paragraph marks (b=22181) and cleaned up style sheet code. 3-D shading fixed for HLine props (b=26841). Toolbar button spaces (b=12514). New color picker button and other conversions to new XUL widgets in dialogs. Optimizations in table editing. r=sfraser 2000-03-31 04:18:29 +00:00
mccabe%netscape.com a909f3ffeb Rename progids to foo.bar.1 format; change console.js to take advantage of nsIScriptError messages when it gets them. 2000-03-31 04:17:54 +00:00
svn%xmlterm.org 623cda76fb xmlterm changes only;
Removed all wchar dependence by recoding the primitive Unicode string
functions used by lineterm. (FreeBSD doesn't have a wchar implementation!)
2000-03-31 04:14:39 +00:00
tbogard%aol.net bd79d0b0ac Implemented EnsureWebProgressListener(). You can now call GetInterface on the docshell to get to a nsIWebProgressListener interface. 2000-03-31 04:11:29 +00:00
troy%netscape.com 286dbc1989 Increase the size of the underlying arenas from 2K to 4K. After looking
at a veriety of pages that seems to be a better choice
2000-03-31 04:11:28 +00:00
morse%netscape.com 53bfd2fbc0 fix bug 26760, download wallet tables only if they've changed 2000-03-31 04:04:25 +00:00
waterson%netscape.com a47543a7de Bug 26402. Compile event handlers when content is inserted into the document. r=hyatt 2000-03-31 04:03:25 +00:00
pavlov%netscape.com 5d77107339 few minor changes here and there 2000-03-31 04:01:02 +00:00
leaf%mozilla.org 48a0993df1 Automated update 2000-03-31 04:00:43 +00:00
blizzard%redhat.com 31f5ab0f46 remove the old webshell based gtk embedding widget from the build. also, add the new gtk embedding widget makefiles to allmakefiles.sh. r=leaf 2000-03-31 03:58:02 +00:00