scc%netscape.com
f563b72b38
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
6ce1fbbb34
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
78bc9a2658
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
4aa3ccc698
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
9bf03bae6a
Forgot file.
2000-03-31 07:20:50 +00:00
cls%seawood.org
e9d2f63938
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
d5f7c5d938
adding in new cids and new factories for nsgeneratedcontent and nsgeneratedsubtree iterators
2000-03-31 07:18:45 +00:00
mjudge%netscape.com
a4bad11091
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
dc60fc89bf
adding in nsGeneratedContent as new file
2000-03-31 07:15:13 +00:00
mjudge%netscape.com
772d9f433a
changing bitflags for selection types. well they are bitflags now
2000-03-31 07:14:39 +00:00
mjudge%netscape.com
988739343b
adding in new init methods for the new nsGeneratedContentIterator!
2000-03-31 07:14:02 +00:00
cls%seawood.org
7f57abc11c
Added HOST_LIBIDL_CONFIG to build. Bug #11890
2000-03-31 07:12:39 +00:00
kvisco%ziplink.net
5ad520bac1
updated to support changes to String.h/cpp
2000-03-31 07:11:29 +00:00
kvisco%ziplink.net
303bee7d02
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
9492c6f504
changed the AttributeValueTemplate parsing to be unicode safe
2000-03-31 07:08:44 +00:00
attinasi%netscape.com
1621b39d9e
Implemented Style Size Dump. r=rickg b=26565
2000-03-31 07:08:36 +00:00
kvisco%ziplink.net
159a398e15
updated to support changes in String.cpp
2000-03-31 07:07:24 +00:00
evaughan%netscape.com
53b00e50f0
box skinnablility changes.
...
-r Hyatt
2000-03-31 07:02:06 +00:00
tbogard%aol.net
092d752c7a
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
1013de80e8
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
f4d1966800
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
c1e471397e
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
d03fb2c191
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
dff6633c76
fixing a broken header.
2000-03-31 05:47:42 +00:00
troy%netscape.com
3438f7ea3e
Fix for divide by zero I accidently introduced
2000-03-31 05:40:35 +00:00
troy%netscape.com
380605b839
Fix non Win32 compiler bustage
2000-03-31 05:10:36 +00:00
troy%netscape.com
fb978dd3bb
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
bf04656f15
Add JS Console components to the unix and windows build systems.
2000-03-31 04:20:00 +00:00
pavlov%netscape.com
17e64c00b9
few more changes
2000-03-31 04:19:59 +00:00
cmanske%netscape.com
9a9c1a24e8
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
426dbb7c2d
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
8747d1f24c
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
c9d2a7b3e3
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
29c2386a5b
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
e7b2c6c380
fix bug 26760, download wallet tables only if they've changed
2000-03-31 04:04:25 +00:00
waterson%netscape.com
93fb73ad56
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
f22eeade2f
few minor changes here and there
2000-03-31 04:01:02 +00:00
leaf%mozilla.org
75bf0e0ade
Automated update
2000-03-31 04:00:43 +00:00
blizzard%redhat.com
aff2baee44
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
pavlov%netscape.com
ca1a5c3192
use nsIFilePicker instead of nsIFileSpecWithUI
2000-03-31 03:55:41 +00:00
waterson%netscape.com
e703ba7bc1
Fix off-by-one error that could occur if you try to inspect an RDF container during renumbering.
2000-03-31 03:52:55 +00:00
tbogard%aol.net
249e773aae
Changed the nsIXULBrowserWindow to distinguish between JS status and it's own status. Fixed bugs where pages that set the window.status wouldn't actually end up showing up correctly. Now status has a priority scheme where different status versus links etc take priority. Use the new interfaces on nsPIDOMWindow to get to the properties hanging off the js window object instead of the old separate list.
2000-03-31 03:36:26 +00:00
troy%netscape.com
04d42a3503
Added new GetWidth() function that takes as additional arguments an
...
array of break points and an available width and then returns how many
characters fit in the available width. This allows the text frame code
to measure in chunks instead of just a single word at a time
2000-03-31 03:34:05 +00:00
tbogard%aol.net
f382be7ec2
Removed GetDocShell from nsPIDOMWindow as it can be retrieved using nsIScriptGlobalObject. Added SetXPConnectObject and GetXPConnectObject which hooks up or retrieves an xpconnect object to a property on the dom window. Removed some old XXXEMBEDDING comments as they were wrong. The old methods on nsIDOMWindow for adding and getting an object now call through to the property code. Those methods will soon be removed.
2000-03-31 03:33:49 +00:00
hyatt%netscape.com
42eb91ab24
making inheritance work properly in XBL.
2000-03-31 03:13:43 +00:00
jband%netscape.com
6ed140070f
use JS_LookupProperty to find the Components object in the JS scope because the OBJ_GET_PROPERTY call we had been using can fail for security reasons. travis needs this to fix bug 33489. r=brendan@mozilla.org
2000-03-31 02:47:46 +00:00
brendan%mozilla.org
67eed4bca0
Allow anonymous function compilation via JS_Compile*Function (33840, r=shaver,jband).
2000-03-31 02:47:15 +00:00
tbogard%aol.net
3d1c2bc802
The OverLink handler no longer caches the current over and target link to ensure we aren't called for the same link more than once. The lower level is assuring we aren't execpt in on case where a popup is up and then you move over links. This is a small case. Since string copies were actually showing up on some profiles I'm removing this caching of the string for some small amount of performance and bloat benefit as well as code cleanup.
2000-03-31 02:47:04 +00:00
sfraser%netscape.com
c4e54d4889
Add nsEditorParserObserver.cpp to the build.
2000-03-31 02:36:10 +00:00
rhp%netscape.com
92a435ed66
Finalizing the addbook: calls for printing - r: chuang
2000-03-31 02:21:53 +00:00