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

38097 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com dd977a4a1d More search UI tweaking so that any given search engine's HTML is displayable. Just JS changes. 1999-08-23 08:12:36 +00:00
rjc%netscape.com 2c07c34ea5 Save HTML page results for any given engine. 1999-08-23 08:11:42 +00:00
cls%seawood.org 3f059f7c37 Fixed setting of MOZ_MONOLITHIC_TOOLKIT.
Added new option: --enable-random-options .
This option will randomly invoke a select number of other build options.  The purpose of this option is to encourage the testing of some of our non-common build options by making it easy.  In theory, every option should work (given a constraint or two) or should be removed.  Currently, the additional options selected will override the ones passed on the command line.
1999-08-23 08:08:57 +00:00
jband%netscape.com 085ded5878 Switched to newer style NS_IMPL_* macros. Fixed some warnings. 1999-08-23 08:01:33 +00:00
jband%netscape.com 0c0fd6a587 changed a comment 1999-08-23 07:58:19 +00:00
hyatt%netscape.com 5356344529 Implemented element-level capturing in the XUL DOM. 1999-08-23 07:26:57 +00:00
jband%netscape.com 72978b6209 changed all those pesky instances of 'NULL' to 'nsnull' 1999-08-23 07:16:50 +00:00
rjc%netscape.com 8df54727ea Tweak search UI. Just XUL/JS/CSS changes. 1999-08-23 07:06:19 +00:00
buster%netscape.com 5ad9a0d8d8 preliminary support for text area wrap
install text control's event listeners ahead of the editor's own default listeners.
1999-08-23 06:46:08 +00:00
buster%netscape.com b9f8eebf77 Split out installing the editor's own event handler as a separate step.
The owner of the editor can now initialize the editor,
set up its own listeners if it wants to, then the editor will set up it's own
backstop listeners as part of PostCreate().
The backstop key listener now ignores ENTER for single line text controls.
Ugly to have to do it here, it would be better if the owner could just swallow the key event.
1999-08-23 06:42:04 +00:00
waterson%netscape.com 553b1a7b60 Fix VC5.0 bustage. 1999-08-23 05:33:20 +00:00
hyatt%netscape.com a3b6196856 Tweaking capturing. Still doesn't work for elements though. 1999-08-23 05:32:55 +00:00
hyatt%netscape.com 337b1d9e9a Teaching the RDF element about the concept of being focusable. 1999-08-23 05:20:14 +00:00
putterman%netscape.com a5ac55a366 Change resultspane to use onselect. 1999-08-23 05:16:48 +00:00
karnaze%netscape.com 877cee348b new regression test 1999-08-23 05:02:38 +00:00
karnaze%netscape.com 59dfefdff7 bug 11026 - rounding error on balancing when max element size is too large. 1999-08-23 04:41:30 +00:00
waterson%netscape.com 76b0333c94 Add xpfe/components/directory/Makefile. 1999-08-23 04:20:45 +00:00
waterson%netscape.com b22ab01502 Make it work. 1999-08-23 04:20:28 +00:00
waterson%netscape.com 22ea60b3bb Clean up Unix compiler warnings. 1999-08-23 04:19:48 +00:00
ramiro%netscape.com 71da968c71 Fix for gcc 2.7. 1999-08-23 03:54:04 +00:00
waterson%netscape.com 7b2a02a1fa Initial revision. Not yet part of the build. 1999-08-23 03:48:53 +00:00
putterman%netscape.com ac339b80c0 Changes to use onselect in threadpane. Make Next Message and Next Unread Message work
as well.
1999-08-23 02:58:28 +00:00
hshaw%netscape.com 0bcf491f93 fix depend file generation 1999-08-23 02:14:16 +00:00
hyatt%netscape.com 516a437d89 Fix for bug 9839. 1999-08-23 02:09:01 +00:00
mccabe%netscape.com bbe3cec92b Remove unused explicit NS_DECL_IFOO declarations from %{C++ blocks in the header files; these are replaced by xpidl-generated NS_DECL_NSIFOO macros. 1999-08-23 01:41:52 +00:00
mccabe%netscape.com 809c56e21e Move remaining implementations in xpfe to using NS_DECL_NSIFOO. 1999-08-23 01:28:33 +00:00
troy%netscape.com 4c669f0158 Removed nsString object that was defined but never used 1999-08-23 01:15:57 +00:00
hyatt%netscape.com 6830cb457a Fix for several bugs (12299, 12289, 12295). 1999-08-23 01:13:29 +00:00
mccabe%netscape.com 3add504545 Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew. 1999-08-23 01:07:33 +00:00
blizzard%redhat.com 7a76067ba4 add example of how to handle a size allocation change 1999-08-23 00:52:31 +00:00
troy%netscape.com 64741c3428 Changed diagnostic code to DEBUG_troy instead of NS_DEBUG so it doesn't
slow down all debug builds. Show be done with NSPR loggin instead...
1999-08-23 00:37:10 +00:00
blizzard%redhat.com df120023cd fix build for xlib embedding 1999-08-23 00:30:42 +00:00
jband%netscape.com bb9b3a9f2c - Move reflected result codes into Components.results - populated dynamically.
- Throw nsIXPCException objects rather than strings into JS.
- Better and more information in exceptions - including names of result codes and call stack.
- Added nsIJSErrorReport as attachment to exceptions for JS errors.
- Exceptions thrown in JS now get properly translated into result codes.
- Exceptions thrown JS->native->JS get propagated.
- Added per thread nsIXPConnect::[G,S]etPendingException.
- Added XPCConvert::JSValToXPCException - still needs better handling JS exception objects.
- Added XPCConvert::JSErrorToXPCException.
- No longer eat JS errrors in wrapped JS code called from native code.
- Declare xpconnect result codes in nsIXPConnect.h.
- Changed format of xpc.msg to give error names and descriptions.
- Fixed extraneous semicolons on XPC_IMPLEMENT_* macro usage.
- Using NS_IMPL_ISUPPORTS2 for nsIXPCScriptable declarations.
- Improve refcounting in xpccomponents.
- Turned some common code into macros.
- Converting some interfaces to use mccabe's NS_IMPL_* macros.
- Cleanup lots of trailing whitespace.
- Fixed idl comments.
1999-08-22 23:56:42 +00:00
karnaze%netscape.com ef5e992e74 removed assertions in new incremental layout methods 1999-08-22 23:56:39 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
morse%netscape.com 8b787f19af fix potential dereferencing problems 1999-08-22 23:45:35 +00:00
mscott%netscape.com ba531d8708 Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces. I fixed the
implementation of threadsafe addref and release for windows to notrequire it so people no longer need to include windows.h whenever
you are using a threadsafe interface.
1999-08-22 23:03:27 +00:00
mscott%netscape.com 0745b35425 Add more status lines. 1999-08-22 23:02:45 +00:00
mscott%netscape.com 9fccfad957 return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations 1999-08-22 22:58:40 +00:00
mscott%netscape.com 42a78671fc Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces. I fixed the
implementation of threadsafe addref and release for windows to notrequire it so people no longer need to include windows.h whenever
you are using a threadsafe interface.
1999-08-22 22:57:50 +00:00
mscott%netscape.com 04ac9b4b14 Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces.
I fixed the implementation of threadsafe addref and release for windows to not require it so people no longer
need to include windows.h whenever you are using a threadsafe interface.

return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations

Use NS_GET_IID.
1999-08-22 22:55:47 +00:00
mscott%netscape.com 3a542daaff Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces.
I fixed the implementation of threadsafe addref and release for windows to not require it so people no longer
need to include windows.h whenever you are using a threadsafe interface.
1999-08-22 22:54:05 +00:00
bienvenu%netscape.com 1a2472bcc8 back out scc's change, and my attempted fix 1999-08-22 22:06:53 +00:00
bienvenu%netscape.com d6dd860f3c attempt to fix build bustage 1999-08-22 21:44:45 +00:00
scc%netscape.com 83feff8821 Added |GetIID| 1999-08-22 20:54:08 +00:00
briano%netscape.com a285a87f2d Automated update 1999-08-22 20:30:21 +00:00
cls%seawood.org fc73d31dff Removed checks for unused headers, libs and functions.
Added --enable-x11-shm option for gfx-gtk shm support.
1999-08-22 20:25:26 +00:00
hshaw%netscape.com 7cec5bbc3a initial checkin 1999-08-22 20:22:43 +00:00
bienvenu%netscape.com 403754af19 remove NS_COMFALSE 1999-08-22 18:10:21 +00:00
hshaw%netscape.com 6d1d1b2144 get macro definition from config.mak 1999-08-22 17:51:49 +00:00