Commit Graph

55969 Commits

Author SHA1 Message Date
leaf%mozilla.org
8e5c168460 adding newline to end of file to fix workshop compiler. r=granrose 2000-03-21 21:51:55 +00:00
kmcclusk%netscape.com
498a49a30a Initialize the result value in nsViewManager::SetFrameRate b=32381 r=rods@netscape.com 2000-03-21 21:47:50 +00:00
ssu%netscape.com
dbc6706464 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
e3042083ab Use StPortSetter from the nsGfxUtils.h header. r=pinkerton 2000-03-21 21:43:13 +00:00
sfraser%netscape.com
e35432ce72 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
865fc222e1 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
3b127beb67 Minor mouse move event handling cleanup. r=pinkerton 2000-03-21 21:39:13 +00:00
sfraser%netscape.com
b58e78f1ff Work in progress for bug 17369 (not activated yet). 2000-03-21 21:38:10 +00:00
sfraser%netscape.com
adb516afcd Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nhotta%netscape.com
24717f0541 Replaced malloc by local buffer for charset conversion, r=ftang. 2000-03-21 21:26:52 +00:00
leaf%mozilla.org
88b6eec5d0 Automated update 2000-03-21 21:15:28 +00:00
rogerl%netscape.com
c72c567bc7 r=rginda
bug #31316, screwed up match array contents for | operator.
2000-03-21 21:11:19 +00:00
slamm%netscape.com
b99284cb21 Silly little comment change. 2000-03-21 21:09:33 +00:00
slamm%netscape.com
65ad49148d Output options from mozconfig. 2000-03-21 21:09:11 +00:00
slamm%netscape.com
7302393b6b Output options from mozconfig. Rework checkout. 2000-03-21 21:08:35 +00:00
slamm%netscape.com
a244159dd3 Clean up detect-webshell-leaks option. 2000-03-21 21:05:13 +00:00
ftang%netscape.com
60bff949e1 add assertion code for data lostage. r/a=rickg 2000-03-21 21:04:50 +00:00
ftang%netscape.com
84856445ab add assertion code to catch data lostage. r=jband 2000-03-21 21:02:18 +00:00
brade%netscape.com
753cbe9c87 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
e316474834 image map entity 2000-03-21 20:54:31 +00:00
brade%netscape.com
d8e82333e8 put image map editor files into proper locations 2000-03-21 20:53:52 +00:00
brade%netscape.com
b22e313ed7 missing checkin from earlier today; more image map stuff from Dan Haddix 2000-03-21 20:53:15 +00:00
edburns%acm.org
aa3d2d50d7 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
c49fc801bc 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
aeb4d8484a turned off ifdef for drag support
fix build bustage
2000-03-21 16:00:58 +00:00
mkaply%us.ibm.com
38d09a352a # 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
dc10da2847 Bug 31852: Empty string value for multipart form submission now submits, r=nisheeth 2000-03-21 15:48:07 +00:00
pollmann%netscape.com
5b0432fb33 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
5c29355768 Turned off debug output for table selection. r=mjudge 2000-03-21 15:40:34 +00:00
rods%netscape.com
069d9699a3 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
52e409233a 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
8248eec343 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
6948ab66ea 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
4582c893de possible spacer fixes for bug #12514 2000-03-21 15:11:43 +00:00
brade%netscape.com
7b0a90d231 fix bug #25779; alternate cut/copy/paste keybindings for Windows and Linux 2000-03-21 14:47:24 +00:00
brade%netscape.com
69fbffbdc1 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
e72ab1dd61 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
9d6d37029d 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
brade%netscape.com
c2c2a3b1b5 fix for #25456; add keybindings for shift-home and shift-end 2000-03-21 14:26:08 +00:00
svn%xmlterm.org
715d77bcea xmlterm changes only
Fixed typos in ltermManager.c (Thanks to Jerry.Kirk@nexwarecorp.com)
2000-03-21 14:23:01 +00:00
sford3%swbell.net
b3623a6795 More prep work for wallet reorg 2000-03-21 14:18:41 +00:00
hyatt%netscape.com
51d9955907 Marking my territory. 2000-03-21 13:24:48 +00:00
hyatt%netscape.com
48c294c136 Marking my territory. ;) 2000-03-21 13:15:24 +00:00
hyatt%netscape.com
0446291c62 Adding licenses to XBL files. 2000-03-21 13:14:34 +00:00
hyatt%netscape.com
14b45dd3a4 removed files: mozilla/rdf/chrome/public/nsIChromeEntry.idl 2000-03-21 12:55:53 +00:00
brade%netscape.com
f3700c7b65 add image map resources to editor chrome folder 2000-03-21 12:55:08 +00:00
brade%netscape.com
58efbffe22 put image map resources in editor chrome directory 2000-03-21 12:54:06 +00:00
brade%netscape.com
001530aada put image map resources in Chrome directory 2000-03-21 12:53:20 +00:00
brade%netscape.com
38a5bbb22e latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-03-21 12:52:05 +00:00
hyatt%netscape.com
9cd675cfab removed files: mozilla/rdf/chrome/src/nsChromeEntry.cpp 2000-03-21 12:50:25 +00:00