mjudge%netscape.com
87141914e6
removing unnecessary ifdef
2000-07-13 23:19:21 +00:00
kin%netscape.com
84d952f9c3
Fix for bug #43208 : readonly text fields are not readonly
...
Modified CreateAnonymousContent() and AttributeChanged()
to set the editor's readonly and disabled flags.
r=sfraser@netscape.com
2000-07-13 13:51:37 +00:00
dougt%netscape.com
c422448137
bug 40750.
...
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org .
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
akkana%netscape.com
7dfa57ab2f
38232 (nsbeta2+): Make line break character configurable in the
...
output system, and use \n (the DOM linebreak character) when getting
output from text controls. Also fix some warnings. r=kin.
2000-07-10 19:46:59 +00:00
rods%netscape.com
021eb5de93
If the click is not on on item in the dropdown and not in the comboxbox display area then
...
the click count is set to zero so the JS event doesn't get fired. If it IS over the combobox
display area then the JS event does get fired.
b=40382 r=pollmann
2000-07-07 01:35:23 +00:00
rods%netscape.com
7d984aef6a
A "margin" variable isn't being set up in the correct spot.
...
b=41472 r=kmcclusk
2000-07-06 13:22:12 +00:00
cmanske%netscape.com
46738240e4
Fixed setting value on multiline textarea - get value from content node instead of frame. Fixed by kin, b=42646, r=mjudge, a=beppe
2000-07-05 23:38:26 +00:00
kin%netscape.com
6be6bbe159
Backout passing of PR_FALSE to GetText() in CreateAnonymousContent(). That
...
was a debug change in my tree that I accidentally included in my previous
checkin.
2000-07-05 21:23:35 +00:00
kin%netscape.com
10bf34f3db
Fix for bug #43679 : lose sender when scrolling in the addressing pane
...
Modified CreateAnonymousContent() to use mCachedState if it exists.
r=ducarroz@netscape.com
2000-07-05 20:51:08 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
kin%netscape.com
25f36a9875
Fix for bug #42178 Back causes data corruption
...
Modified CreateAnonymousContent() so that if the text widget has
a default value, it adds it as a text node under the div after it
is created. Add better error checking to avoid possible problems.
Removed calls to SetTextControlState() that were used
to initialize the text widget contents from GetPrefSize() because
it was causing a reflow within a reflow and the editor to be re-entered.
Added missing call to GetText() in Reset().
r=sfraser@netscape.com
2000-06-30 14:51:58 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
jfrancis%netscape.com
246b4d9654
fixing max text length initialization for text fields. 43275
2000-06-30 05:51:34 +00:00
sfraser%netscape.com
07fb6b17c6
Fix for 44118 and nsbeta2+ bug 42625, r=kin. Update selection-based commands (e.g. cut/copy) when the selection changes from collapsed to non-collapsed and vice versa, not just when it is uncollapsed.
2000-06-29 22:36:10 +00:00
mjudge%netscape.com
1513d464f8
oninput and on change now firing. this should be working completely now. bug 42045 uncommenting out lines that I had commented out for someone on accident. also this fixes listeners not firing for textareas and only for text inputs. pdt+dogfood+ ect.
2000-06-29 05:17:58 +00:00
pollmann%netscape.com
dd1d82d182
Bug 41013: Prevent event passing from frames to content during document destruction r=joki
2000-06-29 02:02:43 +00:00
mjudge%netscape.com
ad26ff0747
removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this
2000-06-28 04:16:44 +00:00
mjudge%netscape.com
16dba34403
r=jfrancis,r=hyatt 42045 beta2+ 42675 beta2+ hitting return on text area not putting new line. onchange,oninput.
2000-06-28 04:00:12 +00:00
ducarroz%netscape.com
3a91c0475b
Fix for bug 43575. Back out a line that Rods accidently change while checkin rev 1.40 R=hyatt
2000-06-27 05:26:28 +00:00
rods%netscape.com
0bb3a1f562
Better fix for printf spewage.
2000-06-23 13:19:50 +00:00
vidur%netscape.com
a2ff5b006c
Getting rid of debug spewage left in by one of the last couple of checkins
2000-06-23 05:51:07 +00:00
mjudge%netscape.com
b1d39dcd30
fix for 42188,42347 r=akkana . use selection controller to tell the doc if it should display non-text-selection.
2000-06-23 04:01:19 +00:00
rods%netscape.com
e150ad9e29
It wasn't call the NavQuirks sizing code when in NavQuirks mode.
...
Bug 42521,41629 r=kmcclusk
2000-06-23 02:30:38 +00:00
dbaron%fas.harvard.edu
aea58e73b1
Fix leak of nsInputDimensionSpec. r=waterson
2000-06-22 22:49:02 +00:00
pinkerton%netscape.com
3091226b99
fix leaked timer, bug 28226, r=hyatt.
2000-06-22 08:42:18 +00:00
pollmann%netscape.com
76aa7b59d5
Bug 41585: Don't chop of query string when POSTing forms, only when GETting them r=harishd
2000-06-22 02:49:01 +00:00
pollmann%netscape.com
7ab64c0cc4
Bug 25300: Enable activation of buttons by the keyboard (space or enter) r=nisheeth
2000-06-21 00:40:11 +00:00
hyatt%netscape.com
4cfbe9e471
Turning on the new tree widget. Bug#30511, r=evaughan
2000-06-19 22:57:39 +00:00
sfraser%netscape.com
565e046e27
Fix bug 42145 -- need to clear the editor out of the editor controller when the text frame is going away (like when its content is hidden in a popup window). r=kin
2000-06-16 06:09:33 +00:00
rods%netscape.com
cbea32e9e0
removed the incremental reflow targeted at the display text
...
instead we just reflow the text and the button each time.
b=40644 r=kmcclusk
2000-06-15 13:02:10 +00:00
rods%netscape.com
b3961cd107
ifdef'ing out the where we get the value of the label
...
currently we aren't supporting "label" for options because they get
concatentated with the content
b=4050 r=kmcclusk
2000-06-15 13:00:23 +00:00
rbs%maths.uq.edu.au
29f1b6960b
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
pollmann%netscape.com
f6cba04351
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-15 00:35:46 +00:00
mjudge%netscape.com
6364acbca2
handling of on input. adding selection change notifications to commands. we must tell the document when selection happens in the input fields. regriession from 34986, r=saari a=pdt+
2000-06-14 03:01:31 +00:00
rods%netscape.com
67cb90ee88
moved the unreg of the access keys from the destructor to the Destroy method
...
r=dcone, b=41246
2000-06-14 01:16:08 +00:00
mjudge%netscape.com
5d3a76913f
didnt implement selection. bug=34896. r=hyatt
2000-06-09 21:55:50 +00:00
akkana%netscape.com
a16b230ff3
34896: Fix ender lite build on Unix. r=mjudge
2000-06-09 20:50:24 +00:00
mjudge%netscape.com
a7b2a05404
turning on ender-lite. bug = 34896
2000-06-09 09:19:28 +00:00
mjudge%netscape.com
57de694b1c
form elements now accept a nsIFormFrame instead of the implementation as the parameter to allow others that inheirit from nsIFormFrame to call "CanSubmit". bug=34896 ender-lite, r=hyatt
2000-06-09 07:16:20 +00:00
mjudge%netscape.com
8d02b96d90
not in build, bug 34896
2000-06-09 05:13:32 +00:00
mjudge%netscape.com
60e591fabd
bug=34896 fixing reflow reason from nsFileControlFrame to send resize when resizing its input field. fixing mouseclick to not be so hardcoded so that the ender-lite text field still works for the "browse" button. a=beppe r=hyatt
2000-06-07 01:21:20 +00:00
mjudge%netscape.com
1c77290b49
bug=34896 setting up initial text to work after evaughns box changes to ender-lite. a=beppe, r=evaughn,r=hyatt.
2000-06-07 01:21:03 +00:00
evaughan%netscape.com
257f4b95ae
Fixed for ender-lite painting problems. bug #34896
...
-r mjudge
2000-06-06 01:25:03 +00:00
buster%netscape.com
0d2ecc5b7a
bug 36367
...
r=rods
fix was to pass in the correct width during certain types of incremental reflows.
2000-06-05 03:50:46 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
rods%netscape.com
ad5bd8dcb3
no longer subtracting off scrollbar width when mComputedSize is set
...
b=36548, r=kmcclusk
2000-06-02 20:59:57 +00:00
brade%netscape.com
2af2d2cbc0
#ifdef appropriately for ENDER_LITE (especially Macintosh); blocking Macintosh development; bug #41323 ; a=beppe; r=kin; a/r=mjudge
2000-06-02 20:57:10 +00:00
rods%netscape.com
04b81da9da
now checks to see if an explicit width or height is being set and then set the maxElementSize properly
...
it already did this for NavQuirks, this is for Standard mode
Bug 40621 r=dcone
2000-06-02 14:37:27 +00:00
mjudge%netscape.com
2a9c083b71
bug = 34896. changing caret use to not demand a presshell. r=hyatt
2000-06-01 02:39:52 +00:00
pollmann%netscape.com
9580066b57
Bug 22983: Fix extra newlines in bugzilla updates when not logged into bugzilla on Linux. r=nisheeth
2000-06-01 02:04:51 +00:00
kin%netscape.com
581c1a5629
Fix for bug #37650 : Initial values in text boxes not being displayed.
...
Modified AttributeChanged() to allow us to set the value attribute
even though mEditor is null.
r=morse@netscape.com a=beppe@netscape.com
2000-05-31 14:14:16 +00:00
pollmann%netscape.com
88884f46da
Bug 41037: Fix my regression that was causing forms to submit twice! r=nisheeth (thanks pinkerton, nisheeth, and leger for the quick turnaround!)
2000-05-31 02:24:48 +00:00
rods%netscape.com
5a866ce48b
missed one of the strings for localization
...
b=32666, original reviewer was pollmann, self is reviewer for this small additional change
2000-05-27 13:03:18 +00:00
rods%netscape.com
1a153fe6ac
Moved the localization methods to the helper class
...
the file control is now localizable (*.*, "All Files")
b=32666, r=pollmann
2000-05-27 02:27:47 +00:00
rods%netscape.com
4b203e621f
removed some uneeded code
...
made view so it was resized in SyncFrame
fixed the returning of the -1 for width
make sure combinedarea was set correctly for tables
b 39755,36321 r=buster,evaughan
2000-05-26 23:34:59 +00:00
rods%netscape.com
9161f31f32
set the clickCoubt appropriately on MouseUp so onclicks are sent or disabled correctly
...
b=40382 , r=joki
2000-05-26 23:31:25 +00:00
evaughan%netscape.com
4ab93afb2e
fix for [beta2] bugs:
...
37835
39085
32920
-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
joki%netscape.com
7389ef527f
Fixes for bug 38269. Fixes crash during page rewrite in focus, reset, submit and location change in onunload. r:mjudge
2000-05-26 00:26:54 +00:00
kin%netscape.com
2303aabdcb
Part 1 of fix for bug #39821 : Drag and Drop interferes with selection.
...
layout/base/public/nsIFrameSelection.h
layout/base/src/nsSelection.cpp
layout/events/src/nsEventStateManager.cpp
layout/html/base/src/nsFrame.cpp
layout/html/forms/src/nsGfxTextControlFrame2.cpp
xpfe/browser/resources/content/navigatorDD.js
r=brade@netscape.com ,cmanske@netscape.com a=beppe@netscape.com ,waterson@netscape.com
2000-05-25 20:04:02 +00:00
rods%netscape.com
f4137f0157
Preventing event from bubbling, capture and default causes a mismatch in mousecapture
...
and this causes the lock. After a lot of testing it appears that the original reason
this was needed is no longer there.
Bug 38422 r=kmcclusk
2000-05-22 21:35:00 +00:00
mjudge%netscape.com
b69f773c67
not in build yet. when switch is thrown I will get a code review/approval
2000-05-19 07:07:23 +00:00
hyatt%netscape.com
5bed7dc4bd
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
mjudge%netscape.com
78c90cba10
not in build yet. when i turn on ender-lite i will get a huge approval/review
2000-05-19 00:12:14 +00:00
akkana%netscape.com
98e0a1eb36
Build ender-lite files if MOZ_ENDER_LITE is defined
2000-05-17 03:05:11 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
mjudge%netscape.com
dc9f70025f
oops left in debugging header
2000-05-17 00:07:34 +00:00
mjudge%netscape.com
96d781fce9
adding switch. not on by default
2000-05-16 23:48:25 +00:00
mjudge%netscape.com
74effd00d7
not in build yet...
2000-05-16 23:45:42 +00:00
mjudge%netscape.com
778ec9dd41
adding new ender_lite flag to build
2000-05-16 23:29:35 +00:00
mjudge%netscape.com
0a948f51d6
more ender-lite enhancements
2000-05-16 22:42:00 +00:00
pollmann%netscape.com
7a9a277058
Bug 18501: Send onChange before submitting on enter press in text input if the text was changed. This fixes http://maps.mcom.com r=harishd
2000-05-16 22:09:04 +00:00
joki%netscape.com
91e64c7b7d
fix for bug 15189 along with an annoying assert that just started. r: rods
2000-05-16 21:58:37 +00:00
mjudge%netscape.com
e45208d90d
left in bad reference
2000-05-16 13:02:36 +00:00
mjudge%netscape.com
bb7550f190
fixing regunreg for form controls
2000-05-16 12:44:32 +00:00
mjudge%netscape.com
3e8c421156
accidental checkin
2000-05-16 12:20:24 +00:00
mjudge%netscape.com
953c6c0cb3
adding in destroy method
2000-05-16 12:18:49 +00:00
mjudge%netscape.com
01c5c27127
fixes for RegUnRegAccessKey
2000-05-16 12:18:36 +00:00
joki%netscape.com
b2e873d830
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
joki%netscape.com
1cdf7b1070
Adding accesskey support. Bug 959.
2000-05-16 10:22:20 +00:00
mjudge%netscape.com
23a877101f
not in build yet. default text now works..
2000-05-16 03:38:26 +00:00
mjudge%netscape.com
591855d634
not in build. form submission works
2000-05-16 01:03:07 +00:00
mjudge%netscape.com
80688cbf65
not in build
2000-05-16 00:03:38 +00:00
buster%netscape.com
1000dafb92
bug 35964, partial fix
...
r=rods
2000-05-15 22:51:42 +00:00
rods%netscape.com
6b3404f2be
focus now no longer shows when it has focus.
...
b=35307
2000-05-15 22:23:09 +00:00
mjudge%netscape.com
928391beab
not in build still getting ender-lite off ground
2000-05-15 14:34:20 +00:00
mjudge%netscape.com
27d9f8b02b
not in build
2000-05-15 14:24:53 +00:00
dbaron%fas.harvard.edu
27dfd22e4f
Fix AtomImpl leaks (includes bug 32608). r=pollmann@netscape.com
2000-05-15 13:12:27 +00:00
evaughan%netscape.com
f27fff5884
1) Scrolling menus
...
2) many bug fixes
3) box debuging flags
2000-05-15 04:12:31 +00:00
mjudge%netscape.com
28c086810a
adding navquirks support
2000-05-14 07:02:08 +00:00
mjudge%netscape.com
c512efdaad
ender-lite looks like a real thing now
2000-05-14 03:41:57 +00:00
danm%netscape.com
e6b9efbec5
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
mjudge%netscape.com
709f5ab644
ender-lite lives
2000-05-13 08:11:59 +00:00
sfraser%netscape.com
28da072539
Add a null check.
2000-05-12 23:11:04 +00:00
rods%netscape.com
e51aafde85
part of fix for Bug 33733
...
added ShouldRollupOnMouseWheelEvent methos to ask if the rollup want to rollup on MouseWheel events
2000-05-12 20:23:04 +00:00
rods%netscape.com
ad3aa5c4e5
makes sure we are responding to the correct layer for GetFrameForPoint (thanks dbaron)
...
b 38925
2000-05-11 19:22:06 +00:00
rods%netscape.com
027faeb146
added comments to ifdef for better explanation
2000-05-11 14:06:32 +00:00
rods%netscape.com
9c57b5ce10
temporary fix for 38825, the frame gets notified that an option has been added
...
before it is actually added into the content model, so the selection cache and the
content model can be of by 1
2000-05-11 14:05:44 +00:00
mjudge%netscape.com
a89f9e3c80
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
2000-05-11 04:25:43 +00:00
pollmann%netscape.com
a9002c94cc
Bug 30721: Crash fix for failing to get document URL during form submission, r=nisheeth
...
Bug 38664: Leak of encoder during form submission, fix thanks to yueheng.xu@intel.com , r=self, nisheeth
2000-05-10 22:37:49 +00:00
yueheng.xu%intel.com
77214f61d1
fix the platformencoder leak ( #38664 )
2000-05-10 22:24:35 +00:00
jst%netscape.com
50499cc037
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
2000-05-10 13:13:39 +00:00
dprice%netscape.com
f839ada629
Fixing 31135 r=mjudge
2000-05-10 03:41:50 +00:00
buster%netscape.com
3fb4ec431e
effectively removed area frame
...
work troy was holding in his tree
r=buster
2000-05-09 05:11:12 +00:00
buster%netscape.com
d136e3e5d5
bug 37171
...
r=kin
2000-05-09 05:02:09 +00:00
rods%netscape.com
6077a0a71b
get char code instead of key code
...
bug 34630
2000-05-08 22:18:38 +00:00
rods%netscape.com
79b7da3bf8
this should bring down the leaks
...
should have used XPCom
2000-05-08 21:39:29 +00:00
rods%netscape.com
80954aaa3c
The fix will turn itself on when in HTMLdocument and turn off in XUL documents
...
I will remove the old code when all the selects are removed from the UI
bug 36558
2000-05-08 20:32:11 +00:00
mjudge%netscape.com
521d8fc8eb
ifdef changes wont touch build
2000-05-08 03:58:48 +00:00
mjudge%netscape.com
499887712a
notin build yet
2000-05-08 03:58:25 +00:00
rods%netscape.com
138e4bd554
The press event always delivers the key as lowercase where key down gives you the key that was pressed
...
need to change str to lowercase instead of uppercase
b=34630
2000-05-05 21:51:56 +00:00
harishd%netscape.com
a9d336f569
Changed a parameter ( nsVector to nsVoidArray ).
...
to add support for KEYGEN.
2000-05-05 20:39:12 +00:00
mjudge%netscape.com
71bfeb00bc
not in build yet. ender-lite
2000-05-05 08:58:24 +00:00
mjudge%netscape.com
f2de9c62de
adding more support for forms
2000-05-05 02:46:56 +00:00
mjudge%netscape.com
3f2a36cca3
not in build yet
2000-05-05 02:38:28 +00:00
mjudge%netscape.com
91bec71070
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
2000-05-04 08:35:42 +00:00
rods%netscape.com
8877c991d4
bryner's fix for key repeat (thanks a lot)
...
need to make press event not bubble
b=38072, r=rods
2000-05-03 22:01:47 +00:00
mjudge%netscape.com
dd39333ed2
preparation for ender-lite landing.
2000-05-03 06:16:32 +00:00
mjudge%netscape.com
9b895c64e9
setting up for gfxtextcontrolchange
2000-05-02 03:40:44 +00:00
sfraser%netscape.com
5341d4f886
Oops, need to check in this file for new selection enums.
2000-05-02 02:51:30 +00:00
sfraser%netscape.com
8360afdc92
Fix for 37303 -- fix text selection code to behave better for an empty text field, and take -1 to mean 'select to end'.
2000-05-02 02:31:11 +00:00
sfraser%netscape.com
29ea7a1c61
Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions.
2000-05-01 21:49:52 +00:00
dbaron%fas.harvard.edu
207bd15b6b
Fix leak of nsHTMLOptionElement. r=pollmann@netscape.com
2000-05-01 04:00:38 +00:00
dbaron%fas.harvard.edu
d590a65996
Fixed miscellaneous leaks exposed to tinderbox leak stats by brade%netscape.com's JS checkin (rev 1.150 of navigator.js, 2000-04-28).
2000-05-01 00:26:37 +00:00
dprice%netscape.com
cf380b1220
not in build- mjudge
2000-04-30 20:01:29 +00:00
mjudge%netscape.com
fae1c2a58f
not in build yet
2000-04-30 17:09:52 +00:00
rods%netscape.com
01ce883ced
now sets maxelement width/height
...
b=25541
2000-04-30 13:27:49 +00:00
mjudge%netscape.com
b17fde78ff
not used in the build
2000-04-29 20:29:12 +00:00
mjudge%netscape.com
53b05aff5d
not used in the build.
2000-04-29 20:29:02 +00:00
rods%netscape.com
af703fcc29
add OptionDisabled so the nsHTMLOptionElement can notify a select that an option
...
has just been disabled
2000-04-28 23:24:59 +00:00
mjudge%netscape.com
6e453761da
change to move selection interfaces to nsISelectionController and away from nsIPresShell or nsIDocument
2000-04-28 06:21:31 +00:00
mjudge%netscape.com
1686da2939
files not in build yet
2000-04-27 08:13:39 +00:00
mjudge%netscape.com
48f046e6b3
ender lite checkin.
2000-04-27 07:37:12 +00:00
evaughan%netscape.com
d16b7355c7
1) StyleChange coelescing
...
2) Warning fixes
3) Table fixes
2000-04-25 07:10:48 +00:00
troy%netscape.com
8b0eb04e08
Reinstated clipping code which had been backed out because it caused
...
a problem for XUL layout. I added a workaround for the XUL problem
2000-04-25 04:43:11 +00:00
putterman%netscape.com
af52293cd0
Backing out troy's changes to fix various UI blocker bugs.
2000-04-24 22:15:55 +00:00
joki%netscape.com
3851e31b9f
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
pollmann%netscape.com
160feec6b5
Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification.
2000-04-23 23:54:29 +00:00
troy%netscape.com
73fc3dde30
Changes to bring clipping inline with upcoming CSS2 errata
2000-04-23 00:56:16 +00:00
scc%netscape.com
0b17d2a06c
making string conversions explicit
2000-04-22 10:31:38 +00:00
pollmann%netscape.com
67b8315ddc
Bug 33203: Form submit observer changes for psm-glue; r=dougt
2000-04-22 03:29:50 +00:00
pollmann%netscape.com
229aac375d
Bug 34416: Use CHROME vars in Makefile.in instead of overwriting install targets (GTK only); r=harishd
2000-04-22 03:01:11 +00:00
pollmann%netscape.com
dcf3ce3267
Bug 34416: Use CHROME vars in makefile.win instead of overwriting install targets (WIN32 only); r=harishd
2000-04-22 02:48:56 +00:00
rods%netscape.com
a877a964dc
also added asserts for improper sizes being passed
...
back in reflow send onChange events on all navigation bug 29440
2000-04-21 22:20:44 +00:00
rods%netscape.com
1118f2af9d
Add ifdef'ed Performance Reflow Counting code
...
also added asserts for improper sizes being passed back in reflow
send onChange events on all navigation bug 29440
2000-04-21 22:16:23 +00:00
rods%netscape.com
9248424a13
Add ifdef'ed Performance Reflow Counting code
2000-04-21 22:02:46 +00:00
rods%netscape.com
7bc1440f39
text content longer gets set to "" which it ignores, it
...
gets set to " " when thedisplay should be ""
bug 36459
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:53:38 +00:00
rods%netscape.com
7adb844995
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:51:35 +00:00
ducarroz%netscape.com
61db1a9a68
Remove unused files. Part of autocomplete clean up
2000-04-21 02:05:04 +00:00
anthonyd%netscape.com
05840e5f32
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
rods%netscape.com
87f1ef27e8
uncommenting out some important clean up code and gating it with "!kGoodToGo"
...
should fix leaks
2000-04-20 03:42:12 +00:00