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

56851 Коммитов

Автор SHA1 Сообщение Дата
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
pavlov%netscape.com a66c3f2998 use nsIFilePicker instead of nsIFileSpecWithUI 2000-03-31 03:55:41 +00:00
waterson%netscape.com 7c69941bdc 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 3d5fa0a660 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 8fb55eec52 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 57839a9724 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 2bcd86c487 making inheritance work properly in XBL. 2000-03-31 03:13:43 +00:00
jband%netscape.com 80550f984e 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 541058b723 Allow anonymous function compilation via JS_Compile*Function (33840, r=shaver,jband). 2000-03-31 02:47:15 +00:00
tbogard%aol.net 90adad7595 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 be776aa837 Add nsEditorParserObserver.cpp to the build. 2000-03-31 02:36:10 +00:00
rhp%netscape.com 46b5d1e7d4 Finalizing the addbook: calls for printing - r: chuang 2000-03-31 02:21:53 +00:00
beard%netscape.com 4a2876b52c preemptive bustage fix. 2000-03-31 02:17:04 +00:00
alecf%netscape.com f3974297d3 reflect "defaultness" of the server into RDF 2000-03-31 02:16:21 +00:00
sfraser%netscape.com 26b4280b46 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 02:15:40 +00:00
sfraser%netscape.com 1d124a5671 Work in progress for bug 14599 -- handle loading frameset docs. r=cmanske 2000-03-31 02:13:00 +00:00
beard%netscape.com 34d5cd8501 landing xpfe/components/console build. r=mccabe 2000-03-31 02:10:14 +00:00
beard%netscape.com 79d6c9d6df initial check-in. 2000-03-31 02:03:19 +00:00
mccabe%netscape.com bfd7d3e4d5 Not part of the build. IDL manifest for soon-to-be-landed mac project for js console. 2000-03-31 01:59:50 +00:00
sfraser%netscape.com 1dfa8f42a4 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 01:59:45 +00:00
sfraser%netscape.com 212217d71c Added nsEditorParserObserver.cpp 2000-03-31 01:59:00 +00:00
attinasi%netscape.com f07dae7687 Implemented a timer for loading CSS style sheets to allow content to be displayed if the sheet is taking too long to load. b=17309 r=nisheeth 2000-03-31 01:57:54 +00:00
sfraser%netscape.com 9b692e974d Work in progress for frameset detection, bug 14599. r=cmanske 2000-03-31 01:57:28 +00:00
bienvenu%netscape.com dd1e0ed03b fix problem loading folders for putterman 2000-03-31 01:56:12 +00:00
rogerl%netscape.com 788fbc5ec8 Changes to CodeState thing, still not happy with this - RTTI would be
better?
2000-03-31 01:54:28 +00:00
sdv%sparc.spb.su 63d9109d48 moved applet tests to tests/src/applets 2000-03-31 01:42:34 +00:00
cls%seawood.org 214f9da634 Common makefile changes for OS/2. Bug #31845 2000-03-31 01:24:48 +00:00
sdv%sparc.spb.su 9107b3c809 keeping track with Java DOM changes
r=idk@eng.sun.com
2000-03-31 01:22:00 +00:00
tbogard%aol.net 4b1749a5e9 Slight re-ordering of the destruction of the children. First we kill the content viewer then release our children. 2000-03-31 01:19:28 +00:00
rjc%netscape.com a2dc8e53b6 Need to link search service against timers (on Windows). 2000-03-31 01:08:18 +00:00
rjc%netscape.com 49b905931a Preparation for update/updateCheckDays support. Also, when creating a nsIChannel to get the HTML, set the VALIDATE_NEVER option so that, if data is in the cache, we'll just use it, don't bother checking the server. 2000-03-31 01:01:32 +00:00
rjc%netscape.com 66a5ecddf0 When using bookmark timers, set channel load attributes to always validate. 2000-03-31 00:58:02 +00:00
beard%netscape.com 6763f39040 making icodegenerator work on Linux 2000-03-31 00:42:25 +00:00
jst%netscape.com 70f4a36661 Add null ptr checks to avoid crashing, this fixes #30372. r=av@netscape.com 2000-03-31 00:31:44 +00:00
mstoltz%netscape.com 72ad6e26bf Fixed bug 30915 using nsAggregatePrincipal. r=norris 2000-03-31 00:31:18 +00:00
rjc%netscape.com e920ad64cb Small bookmark timer fix (I believe this was broken a while ago when repeating timers were implemented.) 2000-03-31 00:26:15 +00:00
tbogard%aol.net b12e1479c3 Rely on the docshell for the implementation of destroy. 2000-03-31 00:15:55 +00:00
pavlov%netscape.com fe55a955d6 fix for bug 31856 patch from stric@ing.umu.se 2000-03-31 00:15:18 +00:00
tbogard%aol.net 9f625e0689 Fully implement nsDocShell::Destroy() so that webShell can rely on it for it's implementation. 2000-03-31 00:15:17 +00:00
sdv%sparc.spb.su c1348265a2 added DOMAccessor.java patch 2000-03-31 00:11:36 +00:00