ajschult@verizon.net
74007729dc
Bug 396649: Assert that content viewers aren't where they shouldn't be (debug-only), r+sr=bzbarsky, a=mtschrep
2007-11-16 22:28:56 -08:00
roc+@cs.cmu.edu
be7b03a18d
Bug 392873. Make some code debug-only and add mitigation code to try to not crash when we're getting into the bad state, setting a viewer on a session history item that already has one. r+sr=bzbarsky
2007-11-15 17:35:41 -08:00
reed@reedloden.com
82286b1997
Bug 392873 - "crash in nsExpirationTracker<nsSHEntry,3>::RemoveObject" (add more debugging code) [p=roc r+sr=bzbarsky a1.9=damons]
2007-11-08 22:47:00 -08:00
roc+@cs.cmu.edu
2476acef6c
Bug 392873. Add debugging code to help track down a crash in the bfcache-expiry code. r+sr=bzbarsky,a=damon
2007-09-30 14:34:56 -07:00
ajschult@verizon.net
32d62f0af8
Bug 396649: Content viewers not evicted when going back. r+sr+a=bzbarsky
2007-09-27 19:56:08 -07:00
roc+@cs.cmu.edu
f00b619008
Bug 395045. Expire cached content-viewers after they've been unused for 20-30 minutes. r+sr+a=bz
2007-09-21 02:19:59 -07:00
bzbarsky@mit.edu
baeaca5a28
Fix session restore to save and restore principals, so that about:blank, javascript:, data: stuff gets restored correctly. Bug 389274, r+sr=jst for the docshell changes, r=zeniko@gmail.com for the session restore changes, a=mconnor
2007-09-17 15:27:17 -07:00
surkov.alexander@gmail.com
84028a4c59
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
2007-09-05 01:22:17 -07:00
bzbarsky@mit.edu
3f4c992470
Make attribute changes that also cause a state change properly reresolve style
...
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
jwalden@mit.edu
12e960c504
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
peterv%propagandism.org
640b1dedbf
Fix for bug 430624 (Crash [@ nsDocShellEditorData::DetachFromWindow] with spellcheck attribute). Patch by cpearce, r=peterv, sr=jst.
2008-05-02 11:36:31 +00:00
roc+%cs.cmu.edu
5f8c5273e9
Bug 386782. save and restore editor state so that it isn't lost when a page goes into the bfcache and then comes back. patch by Chris Pearce, r+sr=peterv,a=beltzner
2008-04-23 21:36:19 +00:00
gavin%gavinsharp.com
7d6d11cf0a
Bug 421067: 'Try Again' after a DNS error sometimes loads previous page, not the one that failed to load, patch by Michal Novotny <michal@allpeers.com>, r+sr=bzbarsky, a=schrep
2008-04-14 01:36:04 +00:00
ajschult%verizon.net
8600fcab7f
Bug 358599: Crash when closing tab [@ nsSHistory::EvictWindowContentViewers], r+sr=bzbarsky, a=shaver
2008-03-07 07:47:30 +00:00
reed%reedloden.com
e6d7762c44
Bug 197466 - "Back button (session history) has 50 entries regardless of setting in prefs.js" [p=zug_treno@yahoo.com r+sr=bzbarsky a1.9=damons]
2008-02-23 09:36:27 +00:00
ajschult%verizon.net
2a33db5ffc
Bug 396649: Assert that content viewers aren't where they shouldn't be (debug-only), r+sr=bzbarsky, a=mtschrep
2007-11-17 06:28:56 +00:00
roc+%cs.cmu.edu
3827564f6c
Bug 392873. Make some code debug-only and add mitigation code to try to not crash when we're getting into the bad state, setting a viewer on a session history item that already has one. r+sr=bzbarsky
2007-11-16 01:35:41 +00:00
reed%reedloden.com
792fec58e0
Bug 392873 ��� "crash in nsExpirationTracker<nsSHEntry,3>::RemoveObject" (add more debugging code) [p=roc r+sr=bzbarsky a1.9=damons]
2007-11-09 06:47:00 +00:00
roc+%cs.cmu.edu
d17df5167a
Bug 392873. Add debugging code to help track down a crash in the bfcache-expiry code. r+sr=bzbarsky,a=damon
2007-09-30 21:34:56 +00:00
ajschult%verizon.net
3e7b96180d
Bug 396649: Content viewers not evicted when going back. r+sr+a=bzbarsky
2007-09-28 02:56:08 +00:00
roc+%cs.cmu.edu
1b1d080855
Bug 395045. Expire cached content-viewers after they've been unused for 20-30 minutes. r+sr+a=bz
2007-09-21 09:20:00 +00:00
bzbarsky%mit.edu
54c52de6c3
Fix session restore to save and restore principals, so that about:blank,
...
javascript:, data: stuff gets restored correctly. Bug 389274, r+sr=jst for the
docshell changes, r=zeniko@gmail.com for the session restore changes, a=mconnor
2007-09-17 22:27:18 +00:00
surkov.alexander%gmail.com
ab1f5513b7
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
2007-09-05 08:22:19 +00:00
bzbarsky%mit.edu
ee3679d650
Make attribute changes that also cause a state change properly reresolve style
...
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 20:05:49 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
tor%cs.brown.edu
fe44ffe2d9
Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
...
r+sr=sicking
2007-03-10 13:49:43 +00:00
cvshook%sicking.cc
e2aa94302c
Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst
2006-11-03 21:51:01 +00:00
cvshook%sicking.cc
cf07d96809
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
2006-07-02 07:23:10 +00:00
bryner%brianryner.com
72aeaba9ea
Clear the old child docshells when SetDOMDocument is called, so that they don't get persisted in session history before they're GC'd. Also, update SHEntry to hold strong references to the child docshells. Bug 319551, r=sicking sr=bzbarsky
2006-06-26 18:48:52 +00:00
bryner%brianryner.com
ea958d47a0
Clear cached content viewes in response to the memory-pressure notification (bug 306862) r=marria
2006-06-23 18:09:24 +00:00
bzbarsky%mit.edu
66d9ce92e5
Save the principal in the session history entry so that reloading a data: URL
...
will do the right thing. Also, change CheckLoadURI to allow null
principals to load things that anyone can load (e.g. http:// URIs). Bug
337260, r=dveditz, sr=jst
2006-06-19 21:08:45 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
timeless%mozdev.org
8d4c427033
Bug 334189 nsSHistory::PrintHistory should use a string class
...
r=jag sr=jag
2006-04-17 08:37:23 +00:00
timeless%mozdev.org
56d4773225
Bug 334189 nsSHistory::PrintHistory should use a string class
...
reindenting file
r=jag sr=jag
2006-04-17 07:50:02 +00:00
cvshook%sicking.cc
92b578d7ad
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
2006-04-13 04:07:12 +00:00
cbiesinger%web.de
93560d613c
Bug 302115 "Try again" on XUL error page loads wrong thing after going back
...
r=bryner sr=bz
2006-02-19 17:33:31 +00:00
gavin%gavinsharp.com
3063e481ca
Bug 324285 followup: remove all mentions of NS_SHISTORYLISTENER_CONTRACTID, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky
2006-02-05 16:45:52 +00:00
gavin%gavinsharp.com
a1f95dba67
Bug 324285: Improve nsISHistoryListener.idl documentation, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=bzbarsky, sr=darin
2006-02-04 19:58:48 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bryner%brianryner.com
b1ab4722ef
If a session history listener changes the current index, make sure we update the insertion point in the list to match. Bug 320742, patch by waymost+firefox@gmail.com, r+sr=me.
2006-01-27 20:34:43 +00:00
bryner%brianryner.com
f0aa3c94c1
Drop evicted content viewers from their SHEntry before calling Destroy, so that state-saving can locate the PresShell. Bug 321778, r=bzbarsky.
2006-01-05 21:01:24 +00:00
bzbarsky%mit.edu
1e91350bb2
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 00:41:51 +00:00
bzbarsky%mit.edu
3ecf2cf11d
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
acbe4d892e
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
1f07c47d1a
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
c9e270e353
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
0c00f57e07
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
33955684cd
Backing out 292965 until Tp regression is understood.
2005-09-14 07:28:05 +00:00
bryner%brianryner.com
48043fde18
Reverting this change, it had no effect on Tp.
2005-09-14 07:18:17 +00:00