[webkit-dev] How to flatten frames?

2009-06-30 Thread Seo K
Hi, I want to flatten frames within a frameset so that no individual scrollbars of frames would appear. This is the behavior of most mobile browsers including iPhone and Android. I found the patch from the Android WebKit source code with FLATTEN_FRAMESET. I applied the patch to the latest

Re: [webkit-dev] How to flatten frames?

2009-06-30 Thread Patrick Hanna
The patch on Android is against a different webkit revision so who knows what will happen when patching against the latest webkit. My first thought is to try view-resize(width(), height()) instead of using m_width and m_height but I don't know what that will change. Have you looked at the

Re: [webkit-dev] How to flatten frames?

2009-06-30 Thread Seo K
Hi, Thank you for the reply. I tried view-resize(width(), height(), but it does not make any difference. The stack trace is like the following when GTKLauncher hangs. #0 0xb74e80ac in WTF::PairFirstExtractorstd::pairunsigned int, unsigned long ::extract (p...@0x90c8860) at