bzbarsky%mit.edu
d44ad313ae
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 00:41:51 +00:00
bzbarsky%mit.edu
0d5a3e6aa7
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
...
to it. Bug 313343, r=sicking, sr=jst
2005-10-27 02:25:23 +00:00
cvshook%sicking.cc
7371067364
Bugs 292962 and 311269: Make pages in bf cache not behave as if they have a presentation, and evict pages from the bf cache synchronously if they are modified.
...
r/sr=bryner
2005-10-07 20:20:52 +00:00
bryner%brianryner.com
4661df8775
Remove historyMaxTotalViewers from nsISHistoryInternal, and just use a static getter on nsSHistory instead. Bug 310597, r=marria@gmail.com, sr=darin.
2005-10-01 20:38:47 +00:00
bryner%brianryner.com
8d94bd5c6f
Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net
2005-09-29 20:24:27 +00:00
bryner%brianryner.com
6ba0ca043f
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-23 18:16:40 +00:00
bryner%brianryner.com
53d768e870
Backing out 292965 until Tp regression is understood.
2005-09-14 07:28:05 +00:00
bryner%brianryner.com
6fa0bb4be2
Reverting this change, it had no effect on Tp.
2005-09-14 07:18:17 +00:00
bryner%brianryner.com
2676977d7d
Commenting out call to EvictGlobalContentViewers to test perf impact. Bug 292965.
2005-09-14 06:12:00 +00:00
bryner%brianryner.com
d67792fcc9
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-14 03:38:40 +00:00
bzbarsky%mit.edu
ff7e54e813
Make sure to null out the weak parent ptr in session history entries as
...
needed. Bug 305181, r=bryner, sr=jst
2005-09-01 02:40:12 +00:00
bsmedberg%covad.net
b56d8a99d9
Bug 305090 - build shistory from docshell instead of xpfe/components (see also bug 230363 where the cvsmoves were actually performed) r+sr=bz
2005-08-18 16:35:41 +00:00
bryner%brianryner.com
8554eb2a6a
fix case on #include
2005-08-18 11:17:05 +00:00
bryner%brianryner.com
7492c614f4
Invalidate cached presentation if the DOM is mutated (bug 292962). Patch by sicking, r+sr=me, a=chofmann.
2005-08-18 11:17:04 +00:00
bryner%brianryner.com
ac3d7d9f8e
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-08-18 11:17:03 +00:00
timeless%mozdev.org
add5acbbc1
Bug 292973 Lonely forward-decl of nsISecureBrowserUIState
...
r=bz sr=bz a=brendan
2005-08-18 11:17:02 +00:00
bryner%brianryner.com
9ce3952605
Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.
2005-08-18 11:17:01 +00:00
bryner%brianryner.com
6b94f1804c
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-08-18 11:17:00 +00:00
timeless%mozdev.org
dc145eb043
Bug 121730 Add number of entries actually removed from sHistory when using PurgeHistory()
...
r=bz sr=bz
2005-08-18 11:16:59 +00:00
bsmedberg%covad.net
7892b7d614
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2005-08-18 11:16:58 +00:00
bzbarsky%mit.edu
d043a3ce48
Separate out the concepts of "history entries separated by just a scroll" and
...
"history entries with the same postdata". The latter is implied by the former,
but not conversely. Bug 264964, r=biesi, sr=darin
2005-08-18 11:16:57 +00:00
bzbarsky%mit.edu
e117f7c124
Make sure to copy the cache key when cloning. Bug 263653, r+sr=darin
2005-08-18 11:16:56 +00:00
darin%meer.net
8b73005309
fixes bug 262183 "FFTrunk and Trunk crash [@ nsSHEntry::GetChildAt]" r=biesi sr=bzbarsky
2005-08-18 11:16:55 +00:00
darin%meer.net
41f3b5f8a9
fixes bug 260314 "UMR in nsSHEntry::SetLayoutHistoryState + cleanup" r=biesi sr=bzbarsky
2005-08-18 11:16:54 +00:00
gerv%gerv.net
49d60be6a9
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-08-18 11:16:53 +00:00
hpradhan%hotpop.com
055a32ce6a
bug 229392 : minor cleanup in session history r=alecf sr=bz
2005-08-18 11:16:52 +00:00
bzbarsky%mit.edu
5c860a09e1
Make sure we don't end up with a too-negative mIndex. Bug 218639, r=timeless, sr=jag
2005-08-18 11:16:51 +00:00
jaggernaut%netscape.com
54bee235ab
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2005-08-18 11:16:50 +00:00
peterv%propagandism.org
8416c3a3d3
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2005-08-18 11:16:49 +00:00
darin%meer.net
65a4ba1a9a
fixes bug 252023 "'no-store' header directives from server or web script ignored by browser during non-SSL transactions" r+sr=bzbarsky
2005-08-18 11:16:48 +00:00
gerv%gerv.net
007abd140d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-08-18 11:16:47 +00:00
timeless%mozdev.org
38ca98d438
Bug 206166 Unused variable `PRInt32 cnt' in nsSHistory::CompareFrames
...
r=radha sr=rbs
2005-08-18 11:16:46 +00:00
seawood%netscape.com
277bd6e669
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2005-08-18 11:16:45 +00:00
dougt%netscape.com
b607052d35
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2005-08-18 11:16:44 +00:00
bzbarsky%mit.edu
b69a739453
Implement support for the "type" attribute of <a> elements. Bug 214626,
...
r=adamlock, sr=darin
2005-08-18 11:16:43 +00:00
hpradhan%hotpop.com
2a54071991
bug 197827 : fix a leak by making nsSHEntry use nsCOMArray. r=radha sr=alecf
2005-08-18 11:16:42 +00:00
jaggernaut%netscape.com
405cc280c8
Bug 126826: back/forward buttons stop working because of invalid value for sessionhistory.max_entries in prefs.js. r=jrgm, sr=bryner, a=asa
2005-08-18 11:16:41 +00:00
locka%iol.ie
11f0cd2e2b
Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
2005-08-18 11:16:40 +00:00
dbaron%dbaron.org
ac982a9e9f
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-08-18 11:16:39 +00:00
dougt%netscape.com
14f2cb2b10
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2005-08-18 11:16:38 +00:00
radha%netscape.com
3892d56d4a
Fix for bug 59774. Save scrollbar positions in sessionhistory when jumping from one anchor to another in a page. r=adamlock sr=alecf a=asa. Approved by ADT.
2005-08-18 11:16:37 +00:00
rpotts%netscape.com
8f0201019d
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
2005-08-18 11:16:36 +00:00
darin%netscape.com
48f0a35de6
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2005-08-18 11:16:35 +00:00
morse%netscape.com
8408b32f61
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2005-08-18 11:16:34 +00:00
radha%netscape.com
24d1394c9b
Fix for bug # 105299. Loop through all the subframes to make sure all url
...
changes are reloaded when going back and forward. r=adamlock. sr=alecf a=shaver
2005-08-18 11:16:33 +00:00
gerv%gerv.net
a282274059
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2005-08-18 11:16:32 +00:00
blakeross%telocity.com
0a265d89e1
112282 - navigate back/fwd stops working in some cases. This is just a safety patch. r=radha sr=hewitt
2005-08-18 11:16:31 +00:00
radha%netscape.com
80ea01e0db
Fix for bug 90224. Send nsISHistoryListener notifications for Reload. r=mcafee, sr=rpotts.
2005-08-18 11:16:30 +00:00
rpotts%netscape.com
31e1bb9bad
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2005-08-18 11:16:29 +00:00
dbaron%fas.harvard.edu
f0ab15a4cc
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2005-08-18 11:16:28 +00:00