Graeme McCutcheon
|
5a486a7210
|
Bug 345339. Make nsPresState not use a hashtable in favor of using less memory and only storing the things it really wants to store. Switch box objects to their own hashtable. r+sr=roc
|
2008-12-12 14:25:22 -05:00 |
|
Graeme McCutcheon
|
38c89ebd70
|
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
|
2008-12-03 12:55:14 -05:00 |
|
roc+@cs.cmu.edu
|
2763f9f7df
|
Backing out fix for bug 345339 because of test failures
|
2007-10-09 20:39:16 -07:00 |
|
roc+@cs.cmu.edu
|
24f20d0cd0
|
Bug 345339. Stop using a generic hashtable to store element session history state in nsPresState. patch by Karthik Sarma, r+sr=roc,a=sicking
|
2007-10-09 19:15:23 -07:00 |
|
gavin%gavinsharp.com
|
e67a58c911
|
Bug 345339, attachment 243112: Revisit nsPresState, patch by Karthik Sarma <karthik3@comcast.net>, r+sr=roc
|
2006-11-06 16:08:20 +00:00 |
|
Olli.Pettay%helsinki.fi
|
d9a7d477f1
|
Bug 346083, Crash [@ nsBoxObject::SetProperty], r+sr=bz
|
2006-07-28 06:28:27 +00:00 |
|
dbaron%dbaron.org
|
5dcd0b1309
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
bryner%brianryner.com
|
d94c0df713
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
|
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
hpradhan%hotpop.com
|
03e43cda2b
|
bug 218297 : disabled property of input elements is not stored in history
r=jkeiser sr=jst
|
2003-11-10 05:52:29 +00:00 |
|
jst%netscape.com
|
898a232581
|
Fixing part of bug 209699. Eliminate bad usage of NS_ConvertU*. r=caillon@aillon.org, sr=alecf@flett.org
|
2003-06-24 01:46:50 +00:00 |
|
dbaron%dbaron.org
|
3ea0dc57d4
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 21:07:51 +00:00 |
|
dougt%netscape.com
|
f2a00efc93
|
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
|
2002-09-03 23:36:13 +00:00 |
|
alecf%netscape.com
|
dc6d6e3736
|
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
|
2002-08-26 21:20:34 +00:00 |
|
alecf%netscape.com
|
f7ad4265ef
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
|
2002-08-06 00:53:19 +00:00 |
|
dougt%netscape.com
|
f4cf458eb8
|
Use flat strings when constructing string keys. This fixes a few high volume string key constructors. See 135781. r=dp@netscape.com, sr=darin@netscape.com
|
2002-04-15 22:39:43 +00:00 |
|
dbaron%fas.harvard.edu
|
66238732c8
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
|
pollmann%netscape.com
|
393596d00b
|
Bug 70510: Remove needless nsAutoString wrappers, patch by jag <disttsc@bart.nl>, r=pollmann@netscape.com, sr=jst@netscape.com
|
2001-03-02 02:55:24 +00:00 |
|
pollmann%netscape.com
|
856b7f2476
|
Bug 62713: Save strings in SH in UTF8 instead of UCS2 to reduce memory usage plus cleanup (thanks jst), r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 02:41:15 +00:00 |
|
rods%netscape.com
|
e419703ac9
|
GetStateProperty now clears the outgoing arg before appending the new value.
b=61297, r=jst,a=hyatt
|
2000-11-28 02:35:41 +00:00 |
|
hyatt%netscape.com
|
009a955c80
|
Fix for 44437. r,a=waterson
|
2000-10-02 23:23:55 +00:00 |
|
rayw%netscape.com
|
0257791053
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.
r=warren
|
2000-09-13 23:57:52 +00:00 |
|
scc%mozilla.org
|
cfbee28623
|
if you want a pointer to the characters, your going to have to |.get()| it
|
2000-09-13 04:47:36 +00:00 |
|
jst%netscape.com
|
9abec73fbe
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
|
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
|
scc%netscape.com
|
c5c503948f
|
making string conversions explicit
|
2000-04-03 11:20:35 +00:00 |
|
ftang%netscape.com
|
024820eef8
|
fix 29154. r=hyatt/pollmann a=rickg replace nsISupportString/char*/ToNewCSring
with nsISupportWString/PRUnichar*/ToNewUnicode
|
2000-03-04 05:37:46 +00:00 |
|
sfraser%netscape.com
|
dc37943ae3
|
Fix for 25952, don't crash when doing Open Location from composer window. nsPresState was using a null mProperties table. r=beard
|
2000-02-01 02:14:29 +00:00 |
|
hyatt%netscape.com
|
e740cdb714
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
|