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

56080 Коммитов

Автор SHA1 Сообщение Дата
nhotta%netscape.com 863c088d0c Changed to use locale service instead of locale factory, bug 11880, r=tao. 2000-03-21 22:43:40 +00:00
locka%iol.ie a2b051797d Tests folder moved 2000-03-21 22:40:48 +00:00
valeski%netscape.com 5412e2c42d r=jst. 30067. we now expose OSCPU, vendor and product attributes of the user agent string through the JS navigator object. 2000-03-21 22:39:54 +00:00
valeski%netscape.com 70ad952ce3 r=jst. 30067. OSCPU User agent attrib is now exposed. 2000-03-21 22:38:40 +00:00
locka%iol.ie c11e84a634 Moved from webshell/embed/ActiveX 2000-03-21 22:35:48 +00:00
mwelch%netscape.com 9d4e41a5b6 Added EXTRA_DSO_LDOPTS to enable linking on VMS - adapted from changes by Colin Blake <colin@theblakes.net> 2000-03-21 22:34:56 +00:00
locka%iol.ie 050a0ada65 Moved from webshell/embed/ActiveX 2000-03-21 22:22:47 +00:00
locka%iol.ie 12bf85ee63 Updated source with changes from old activex control folder 2000-03-21 22:15:35 +00:00
kmcclusk%netscape.com 215bcc6049 Added support for crosshair, move, and help cursors b=1916 r=rods@netscape.com 2000-03-21 22:06:29 +00:00
valeski%netscape.com 036606f442 18007 partial. removing extraneous assertion and removing OnStartRequest callback firing. We don't want to fire OnStartRequests() if there was an error. 2000-03-21 22:01:52 +00:00
rods%netscape.com 8ec1e589ef Added releases and asserts for cleaning up viewer when it shutsdown.
b=32448 r=kmcclusk
2000-03-21 21:56:59 +00:00
sfraser%netscape.com 23e6b3565c Move StPixelLocker into nsGfxUtils.h, and added some code so that transparent images print properly. r=jfrancis 2000-03-21 21:54:08 +00:00
leaf%mozilla.org 4aab1d2a83 adding newline to end of file to fix workshop compiler. r=granrose 2000-03-21 21:51:55 +00:00
kmcclusk%netscape.com 8a4e27edea Initialize the result value in nsViewManager::SetFrameRate b=32381 r=rods@netscape.com 2000-03-21 21:47:50 +00:00
ssu%netscape.com 33c7a2cb6e fixing bugs:
31157
21575
27298
27578
27581
27582
27583
27589
27590
28537
28538
28539
28750
30436
29169
27579

windows platform only

r=sgehani
2000-03-21 21:43:22 +00:00
sfraser%netscape.com c90c6956e0 Use StPortSetter from the nsGfxUtils.h header. r=pinkerton 2000-03-21 21:43:13 +00:00
sfraser%netscape.com 9af55cbc4b Tweak our call frequency of WaitNextEvent for performance, and fix a bug in mouse moved handling that caused bad refreshes. r=pinkerton 2000-03-21 21:41:05 +00:00
rods%netscape.com 47e34f9c3f the previous var wasn't being set so it went down the wrong code path when adjusting
the child list for creating the fieldset.
b=27151 r=kmcclusk
2000-03-21 21:40:23 +00:00
sfraser%netscape.com 6819c6bc85 Minor mouse move event handling cleanup. r=pinkerton 2000-03-21 21:39:13 +00:00
sfraser%netscape.com e5f9d6116f Work in progress for bug 17369 (not activated yet). 2000-03-21 21:38:10 +00:00
sfraser%netscape.com 3b3684a1dd Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nhotta%netscape.com ad9d5951ca Replaced malloc by local buffer for charset conversion, r=ftang. 2000-03-21 21:26:52 +00:00
leaf%mozilla.org 2ab4490bf9 Automated update 2000-03-21 21:15:28 +00:00
rogerl%netscape.com 3581c8e965 r=rginda
bug #31316, screwed up match array contents for | operator.
2000-03-21 21:11:19 +00:00
slamm%netscape.com f096abb642 Silly little comment change. 2000-03-21 21:09:33 +00:00
slamm%netscape.com 4cf73f8c6d Output options from mozconfig. 2000-03-21 21:09:11 +00:00
slamm%netscape.com e2920ec878 Output options from mozconfig. Rework checkout. 2000-03-21 21:08:35 +00:00
slamm%netscape.com 992b9450d8 Clean up detect-webshell-leaks option. 2000-03-21 21:05:13 +00:00
ftang%netscape.com 4bc812b621 add assertion code for data lostage. r/a=rickg 2000-03-21 21:04:50 +00:00
ftang%netscape.com c9d3a2036a add assertion code to catch data lostage. r=jband 2000-03-21 21:02:18 +00:00
brade%netscape.com b91f328909 add an error check to reduce output to console; comment out an alert; uncomment insertion to reproduce bug; add a dump line 2000-03-21 20:55:56 +00:00
brade%netscape.com 7f73e24496 image map entity 2000-03-21 20:54:31 +00:00
brade%netscape.com 639fb1f71f put image map editor files into proper locations 2000-03-21 20:53:52 +00:00
brade%netscape.com e83c198998 missing checkin from earlier today; more image map stuff from Dan Haddix 2000-03-21 20:53:15 +00:00
edburns%acm.org 97880eb454 r=ashuk
a=edburns
bug=32011
This change enables the current webclient API to be called from native
code.

It adds makefile and conditional compilation logic.

If the user defines BAL_INTERFACE in their environment before building
webclient, -DBAL_INTERFACE is added to LCFLAGS.  This causes code in
jni_util_export.cpp to behave differently due to the conditional
compilation logic.

I've broken out the 8 functions that are necessary to call into the
Webclient JNI methods into jni_util_export.{h,cpp}.

I've created a new pair of files, bal_util.{h,cpp} that contain function
declarations and definitions that are used when src_moz is built with
BAL_INTERFACE.  bal_util.obj is not built, nor added to webclient.dll if
building without BAL_INTERFACE.

See the page
http://www.mozilla.org/projects/blackwood/webclient/design/uno-transition.html
for a design document description of these changes.
2000-03-21 19:27:13 +00:00
terry%mozilla.org 738bae3187 Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition
of different target milestones by product.
2000-03-21 16:47:06 +00:00
rods%netscape.com db2c856459 turned off ifdef for drag support
fix build bustage
2000-03-21 16:00:58 +00:00
mkaply%us.ibm.com 95df8f9115 # 24199
r= pierre@netscape.com
BiDi - ability to change the default direction of the browser
2000-03-21 15:51:59 +00:00
pollmann%netscape.com 1969fe9265 Bug 31852: Empty string value for multipart form submission now submits, r=nisheeth 2000-03-21 15:48:07 +00:00
pollmann%netscape.com 620e4ea56e Bug 28143: Set selectedIndex to -1 should deselect all options (2 of 2 - when frame does not exist) r=waqar 2000-03-21 15:46:43 +00:00
cmanske%netscape.com ffb4d34084 Turned off debug output for table selection. r=mjudge 2000-03-21 15:40:34 +00:00
rods%netscape.com 35b6521b25 started to add drag selection support. This class is not being used yet.
r=dcone b=18895
2000-03-21 15:24:22 +00:00
rods%netscape.com fb036a0b2e now handling the incremental reflow better for options
when one more options have no label or content the height is zero, so we
now go get the first frame calculate a height based on the font metrics
r=dcone b=32383
2000-03-21 15:22:53 +00:00
rods%netscape.com 8c891be1db Moved GetAbsoluteFramePosition to nsFormControlFrame, chanhed the callers to check the return code.
r=dcone b=18895
2000-03-21 15:19:40 +00:00
rods%netscape.com 817c3a16ba Added static method for getting the absolute rect in twips and pixels
moved from nsComboboxControlFrame.cpp
r=dcone b=18895
2000-03-21 15:18:07 +00:00
brade%netscape.com 563ef43b98 possible spacer fixes for bug #12514 2000-03-21 15:11:43 +00:00
brade%netscape.com 7180365342 fix bug #25779; alternate cut/copy/paste keybindings for Windows and Linux 2000-03-21 14:47:24 +00:00
brade%netscape.com 201721b6c7 fix bugs 28313 and 25779; alternate key bindings for cut/copy/paste and shift-word-select in textarea (wrong command) 2000-03-21 14:44:10 +00:00
terry%mozilla.org 7bea35b096 Clear the shadow log when doing a full sync; the data isn't good for
anything anyway.
2000-03-21 14:39:23 +00:00
svn%xmlterm.org 566f5e00b8 xmlterm changes only;
UI changes. If user has started typing in a new command, double-clicking a filename copies the filename to the cursor position, rather than opening/executing the file.
2000-03-21 14:26:59 +00:00