rjc%netscape.com
|
ba85e5af78
|
Cache sort resource requests.
|
1999-09-08 03:04:45 +00:00 |
|
akkana%netscape.com
|
22f63923ae
|
Remove some redundant logic
|
1999-09-07 19:13:04 +00:00 |
|
pollmann%netscape.com
|
132adbd121
|
Removing some dead code.
|
1999-09-07 18:35:30 +00:00 |
|
rjc%netscape.com
|
293b334687
|
Cache sort resources.
|
1999-09-07 07:27:49 +00:00 |
|
waterson%netscape.com
|
49ac7e179a
|
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
|
1999-09-07 02:51:13 +00:00 |
|
waterson%netscape.com
|
5eecd7bc1a
|
Re-write GetTextForNode() to be a bit more efficient; broke out data format. Bug 13137, fix broken use of CBufDescriptor. Add CBufDescriptors where appropriate.
|
1999-09-07 02:47:56 +00:00 |
|
waterson%netscape.com
|
e75207446c
|
Add nsXULContentUtils, eventually to replace nsRDFContentUtils. Not yet in the build though.
|
1999-09-06 22:25:45 +00:00 |
|
evaughan%netscape.com
|
e3ef163845
|
Added the ability to drag splitters. If any build problems call me at: 650 224-0620
|
1999-09-05 20:46:59 +00:00 |
|
bruce%cybersight.com
|
4921b1d83b
|
Use nsAllocator for char* data.
|
1999-09-04 13:59:52 +00:00 |
|
peterl%netscape.com
|
a8e65ff2a6
|
tracking UI & forms proposal changes
|
1999-09-03 23:40:35 +00:00 |
|
peterl%netscape.com
|
c6165d5393
|
fix warning
|
1999-09-03 23:40:22 +00:00 |
|
peterl%netscape.com
|
e9991bb140
|
remove error output for non-error conditions
|
1999-09-03 23:38:40 +00:00 |
|
peterl%netscape.com
|
b5b37d859e
|
added reparent style context
|
1999-09-03 23:35:41 +00:00 |
|
peterl%netscape.com
|
d91b64f10c
|
tracking UI & forms proposal changes
fixed impact of text decoration
|
1999-09-03 23:34:20 +00:00 |
|
ftang%netscape.com
|
abfeb59953
|
fix bug 12500
|
1999-09-03 22:48:20 +00:00 |
|
dougt%netscape.com
|
028f11d2bf
|
Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called. (thanks waterson, jband)
Also fixing 12237. (thanks jband).
|
1999-09-03 22:21:29 +00:00 |
|
sspitzer%netscape.com
|
b494799f9e
|
add newline to end of file to please certain UNIX compilers.
|
1999-09-03 10:43:00 +00:00 |
|
waterson%netscape.com
|
7a6584f998
|
Put the local store _first_, so that any persisted changes are picked up before default content.
|
1999-09-03 08:57:42 +00:00 |
|
bruce%cybersight.com
|
f67b510aa5
|
Use nsCRT::free() instead of delete[] for char* data.
|
1999-09-03 07:53:26 +00:00 |
|
bruce%cybersight.com
|
17430c7c3c
|
Replace delete[] for char* data with nsCRT::free().
|
1999-09-03 07:20:03 +00:00 |
|
waterson%netscape.com
|
2239643aca
|
Persistence, again.
|
1999-09-03 07:02:25 +00:00 |
|
karnaze%netscape.com
|
cd3dbc4f8d
|
bug 1163 - implemented bordercolor attribute on table
|
1999-09-03 05:06:08 +00:00 |
|
kipp%netscape.com
|
3072eef9ea
|
Eliminate a uselss string copy
|
1999-09-03 03:45:44 +00:00 |
|
hyatt%netscape.com
|
5c7402981c
|
Changing reflow hint for the width attribute of tree cols so that we can get a reflow on a resize.
|
1999-09-03 03:25:11 +00:00 |
|
pinkerton%netscape.com
|
bdda0f539f
|
hookup the drag listener attributes.
|
1999-09-02 23:19:56 +00:00 |
|
waterson%netscape.com
|
fea6bb1b19
|
Changed ParseNumericValue's declaration to match its definition.
|
1999-09-02 21:37:30 +00:00 |
|
waterson%netscape.com
|
c82d0aba3a
|
Fix bug that was causing insertion sort to _never_ run. Also, fix code that was looking for ID attribute during RDF:Seq detection.
|
1999-09-02 21:34:57 +00:00 |
|
waterson%netscape.com
|
07fe48827b
|
Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings.
|
1999-09-02 21:34:17 +00:00 |
|
waterson%netscape.com
|
2d4a0bffa0
|
Replace calls to nsRDFContentUtils::MakeElementURI() with MakeElementResource(), which is what we wanted anyway. Tweak SplitProperty to use GetValueConst().
|
1999-09-02 21:33:53 +00:00 |
|
waterson%netscape.com
|
cc0fb78f13
|
Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings; get rid of dead code that was causing a call to SplitProperty.
|
1999-09-02 21:32:23 +00:00 |
|
waterson%netscape.com
|
721ee62325
|
Get rid of silly code that was converting a nsString to a naked unicode, which required automatic coercion _back_ to an nsString, this time using a copy on the heap :-/.
|
1999-09-02 21:31:22 +00:00 |
|
cls%seawood.org
|
7c07dc5b09
|
Fix for gcc2.95 bustage. ANSI C++ forbids declaration of function with no type.
|
1999-09-02 21:06:34 +00:00 |
|
karnaze%netscape.com
|
fa024d2268
|
I forgot to check this in last night with the other changes.
|
1999-09-02 18:39:10 +00:00 |
|
karnaze%netscape.com
|
fed4bd6496
|
I forgot to check this is last night with fixes for table borders.
|
1999-09-02 18:20:43 +00:00 |
|
kipp%netscape.com
|
ca2b2003c6
|
Fixed an nsString usage oopsie
|
1999-09-02 18:02:52 +00:00 |
|
sspitzer%netscape.com
|
56873de822
|
bulletproofing to prevent the crash I reported in bug #13007. assert is better than a crash any day.
|
1999-09-02 07:22:47 +00:00 |
|
pinkerton%netscape.com
|
e58a5c3434
|
exposing drag and drop events to JS.
|
1999-09-02 03:51:03 +00:00 |
|
hyatt%netscape.com
|
8a00f5b25e
|
Fix for build bustage.
|
1999-09-02 02:09:21 +00:00 |
|
hyatt%netscape.com
|
47259d4d45
|
Must fix build bustage. I have to have access to members of this object without
being forced to call member functions (since my content nodes are in a separate
DLL from layout).
|
1999-09-02 02:09:07 +00:00 |
|
hyatt%netscape.com
|
c7a01f28f9
|
Adding support for proportional widths to tree columns.
|
1999-09-02 01:13:27 +00:00 |
|
karnaze%netscape.com
|
cde37cbb23
|
changed default for nsStyleTable.mRules to NS_STYLE_TABLE_RULES_ALL
|
1999-09-02 00:06:35 +00:00 |
|
kmcclusk%netscape.com
|
cf4f73e939
|
Bug#12729 Modified SinkContext::DemoteContainer to cache the child's mForm before
Removing it. After removing it the child's mForm is reset to the cached value.
|
1999-09-01 21:57:01 +00:00 |
|
putterman%netscape.com
|
702944dcc2
|
speedup building content. checkin for waterson.
|
1999-09-01 04:58:36 +00:00 |
|
cyeh%netscape.com
|
34cd2ddae1
|
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
|
1999-09-01 01:13:14 +00:00 |
|
kipp%netscape.com
|
c906edcfd3
|
Added another debug atom
|
1999-09-01 01:10:02 +00:00 |
|
kipp%netscape.com
|
d8a5ed19de
|
Removed GetRC code
|
1999-09-01 01:00:59 +00:00 |
|
briano%netscape.com
|
45f9b17d23
|
General cleanup.
|
1999-09-01 00:47:39 +00:00 |
|
nisheeth%netscape.com
|
d3eaaedcfb
|
The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created.
|
1999-08-31 11:17:26 +00:00 |
|
nisheeth%netscape.com
|
a3d25a6149
|
Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state.
|
1999-08-31 10:06:17 +00:00 |
|
waterson%netscape.com
|
c1ca0ebd36
|
Bug 12811. Fix frame system notifications s.t. as _few_ as possible get forwarded through to layout. Temporarily remove timer hacks from tree widget.
|
1999-08-31 06:40:41 +00:00 |
|