[webkit-dev] Setting Unlimited Capacity to BackForwardList

mwas webkit.meister at gmail.com
Sun Jan 18 23:31:52 PST 2009


Hi,

I would like to know, is there a way to set Unlimited Capacity to History
BackForwardList. The current WebKit Code contains 100 as the default
capacity as shown below

static const unsigned DefaultCapacity = 100;
BackForwardList::BackForwardList(Page* page)
  : m_page(page)
  , m_current(NoCurrentItemIndex)
  , m_capacity(DefaultCapacity)
  , m_closed(true)
  , m_enabled(true)
{
}

Any Ideas would be much appreciated!

Thanks

mwas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090119/d64f488a/attachment.html>


More information about the webkit-dev mailing list