spider%netscape.com
2501910c35
Change the cursor based on the splitter's orientation
1998-09-21 23:04:32 +00:00
akkana%netscape.com
f22d899b7d
Fix build error: C++ comment in file included by C files
1998-09-21 22:43:50 +00:00
beard%netscape.com
423978edb9
Removed nsINetworkManager.
1998-09-21 22:18:43 +00:00
nisheeth%netscape.com
6be5f553af
Adding files created by Ori Kravitz (orik@mercury.co.il) for exposing
...
interfaces for testing the layout engine.
1998-09-21 22:16:41 +00:00
ramiro%netscape.com
45f2da8bf2
Fix taskbar action button transparency.
1998-09-21 22:08:18 +00:00
nisheeth%netscape.com
f18b714ba8
Adding build support for modules/libtest if MOZ_LIBTEST is defined.
1998-09-21 22:08:05 +00:00
dcone%netscape.com
36c6e47dd0
scroll bar is drawing, nothing else
1998-09-21 21:56:55 +00:00
nisheeth%netscape.com
1336a846e3
Checking in changes made for the Layout Probe API project by Ori Kravitz
...
(orik@mercury.co.il ) and Andrei Romanov (aromanov@segue.com ).
1998-09-21 21:54:50 +00:00
dcone%netscape.com
9c5598ba8c
Fixed alpha layer
1998-09-21 21:46:39 +00:00
nisheeth%netscape.com
ac4f5eb633
Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set.
1998-09-21 21:46:38 +00:00
dcone%netscape.com
b17f3006a6
*** empty log message ***
1998-09-21 21:43:58 +00:00
nisheeth%netscape.com
1fa80935d5
Adding build support for modules/libtest that exposes interfaces for
...
testing the layout engine.
1998-09-21 21:43:38 +00:00
terry%netscape.com
6429bbc29e
Now works under "use strict".
1998-09-21 21:15:42 +00:00
sudu%netscape.com
744428a731
Added back a initializer which I missed in last merge
1998-09-21 21:01:16 +00:00
spider%netscape.com
d91186522f
WIP: Splittable Canvas
1998-09-21 21:00:53 +00:00
ramiro%netscape.com
31bd6bb923
Add a margin to taskbar action button.
1998-09-21 20:55:53 +00:00
ramiro%netscape.com
a44a589d08
Remove unused taskbar stuff.
1998-09-21 20:51:41 +00:00
ramiro%netscape.com
5acab40034
Unbreak the taskbar some more.
1998-09-21 20:50:25 +00:00
beard%netscape.com
24604b9239
Added JVM_SpendTime.
1998-09-21 20:47:21 +00:00
jsun%netscape.com
a15928d665
Removed memory leak.
...
The leak occurred in InitialLoadData when
copying the fetched events from the vector returned by FetchEventsByRange
to the mpShell->m_pCalendar.
1998-09-21 20:45:43 +00:00
beard%netscape.com
f1af088431
Added SpendTime to nsIJVMPlugin. Only turned on for XP_MAC, to avoid breaking other's plugins.
1998-09-21 20:41:19 +00:00
ramiro%netscape.com
535a9664a6
Add a callback to control which toolbar children are resized to the max
...
dimensions.
1998-09-21 20:20:14 +00:00
ramiro%netscape.com
40cb0c6f0a
Callback reason modularization.
1998-09-21 19:49:21 +00:00
troy%netscape.com
01dab470d9
Fixed dump-tree problem
1998-09-21 19:33:21 +00:00
spider%netscape.com
f110dbd388
Add support for ActionCommand's to trickle up the canvas hierarchy
...
until command gets processed. Support for LoadUrl in Container also
implemented.
1998-09-21 19:27:44 +00:00
sudu%netscape.com
81fdba8f73
Bring autoconf build up to date with non-autoconf build
1998-09-21 19:25:58 +00:00
terry%netscape.com
d6d28618c7
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize
...
BSDI systems.
1998-09-21 18:51:33 +00:00
spider%netscape.com
3f9d6de45f
platform independe libnls libs
1998-09-21 18:37:17 +00:00
buster%netscape.com
4dc3232dcf
added "center" to table horizontal align attribute as a legal value, although the HTML4 spec
...
says "middle" for h-align and "center" for v-align. But Nav4 and IE both accept "center" as
well as "middle", so now we do too.
1998-09-21 18:34:30 +00:00
blizzard%appliedtheory.com
7c741a205d
Add the include/private directory to the include path
1998-09-21 18:18:29 +00:00
rpotts%netscape.com
7168deeca3
Moved the code to mangle resource: URLs into file: URLs out of the Url::Open(...) method and into the NetServiceManager...
1998-09-21 18:15:26 +00:00
cyeh%netscape.com
4f6f47185d
check-in and pray: trying a delay of 10 seconds before each external perl tool call.3
1998-09-21 18:12:30 +00:00
terry%netscape.com
50859c18c7
Was generating garbage instead of the Cc: line.
1998-09-21 18:07:52 +00:00
norris%netscape.com
5ab9ae41fe
Fix bug 122041 "get illegal url when having foo.html? http://norris.html "
1998-09-21 17:49:36 +00:00
cyeh%netscape.com
b37ba45617
adding a 10 second delay in the hopes that this will cause the automation to work.+
1998-09-21 17:48:17 +00:00
kin%netscape.com
b98ddce3a4
Removed the ParagraphStyle and CharacterUnderline buttons from the HTMLArea
...
toolbar.
1998-09-21 17:38:41 +00:00
kin%netscape.com
3e662e1a7f
Modified htmlarea_create() use the current_text if it exists. Fixes HTMLArea
...
reload, page forward and back.
1998-09-21 17:36:59 +00:00
kin%netscape.com
69386a2ac0
Fix for bug #318302 : "Undo" leaves a line of text
...
Removed call to StartTyping(), in CEditBuffer::ReturnKey(), for the
case where bTyping is false.
Reviewed by cmanske. Approved by marek.
Added parens around a set of conditions in CEditBuffer::PasteText() to prevent
the occassional dereferencing of a null pointer.
1998-09-21 17:33:14 +00:00
blizzard%appliedtheory.com
f33c8530e3
Only try to detect Motif if you plan on building xfe
1998-09-21 17:29:32 +00:00
spider%netscape.com
199ead2387
Moving images to subdirectory off of XML ui description files
1998-09-21 17:27:21 +00:00
spider%netscape.com
452a35eae0
Adding NPL's which were mistakenly forgotten upon initial checkin
1998-09-21 17:18:04 +00:00
norris%netscape.com
17bc1b47f5
Fix bug 323696 "js12: unimplemented bytecode error in switch test"
...
Rename js_ResetCodeGenerator to js_FinishCodeGenerator to indicate that
js_InitCodeGenerator must be called after finish before it can be reused.
1998-09-21 17:17:26 +00:00
troy%netscape.com
2c48537ccc
Fixed a bug introduced with the LastFrame() changes
1998-09-21 16:37:38 +00:00
troy%netscape.com
88ce6d7582
Fixed some horkage I introduced
1998-09-21 16:35:49 +00:00
troy%netscape.com
77dfb5a44a
Updated to latest DOM
1998-09-21 16:31:54 +00:00
spider%netscape.com
bd49fcafa4
WIP: NLS stub implementation on NSPR
1998-09-21 16:13:08 +00:00
ramiro%netscape.com
beb421b60c
Un-break the taskbar some more.
1998-09-21 14:20:52 +00:00
ramiro%netscape.com
b3691a0e1e
Add XfeTabGetOrientation().
1998-09-21 13:47:39 +00:00
ramiro%netscape.com
0e899d54b0
Add XfeToolBar.
1998-09-21 13:22:45 +00:00
ramiro%netscape.com
037fda1136
Create the ender toolbar item only when needed.
1998-09-21 12:22:38 +00:00