Re: [webkit-dev] Overtype mode in WebKit for editable content?

2013-04-12 Thread Shezan Baig
On Fri, Apr 12, 2013 at 6:01 PM, Ryosuke Niwa rn...@webkit.org wrote: On Fri, Apr 12, 2013 at 10:00 AM, Ryosuke Niwa rn...@webkit.org wrote: On Fri, Apr 12, 2013 at 9:50 AM, Sergio Villar Senin svil...@igalia.com wrote: I know that WK follows the NSTextView implementation but FF for example

Re: [webkit-dev] Overtype mode in WebKit for editable content?

2013-03-12 Thread Shezan Baig
On Tue, Mar 12, 2013 at 12:18 AM, Ryosuke Niwa rn...@webkit.org wrote: Have you tested your code with bidirectional text? I don't think using block caret will work due to the way offsets at bidi-level boundary works in WebKit. In particular, suppose we have, in the document/byte order, ABC123

Re: [webkit-dev] Overtype mode in WebKit for editable content?

2013-03-11 Thread Shezan Baig
On Mon, Mar 11, 2013 at 8:32 PM, Peter Kasting pkast...@google.com wrote: I question whether it makes sense at all from a user's perspective. Users don't know or care what classes are used to implement their applications, they care what the applications do. And from that perspective Windows

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Shezan Baig
Welcome! I'm very interested in following the multicolumn changes you submitted - in particular the changes for page floats and column spans, but I couldn't find the relevant bugs, Do you happen to have links for those? Thanks, -shez- On Wed, Feb 13, 2013 at 3:06 AM, HÃ¥kon Wium Lie

[webkit-dev] Disjointed selection ranges

2012-08-14 Thread Shezan Baig
Hi WebKit, We are using embedded WebKit in our application, and we need to be able to use disjointed selection ranges for table editing. I was wondering whether anybody is currently working on implementing this, and is there any bug number for it? If not, I will attempt to implement it based on

Re: [webkit-dev] Disjointed selection ranges

2012-08-14 Thread Shezan Baig
On Tue, Aug 14, 2012 at 3:25 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Aug 14, 2012 at 11:51 AM, Shezan Baig shezbaig...@gmail.com wrote: We are using embedded WebKit in our application, and we need to be able to use disjointed selection ranges for table editing. I was wondering

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-20 Thread Shezan Baig
On Fri, Jul 20, 2012 at 7:46 AM, Konstantin Tokarev annu...@yandex.ru wrote: 19.07.2012, 22:20, Filip Pizlo fpi...@apple.com: Now consider the stream form: thingy foo a bar someWeirdNonsenseToEnableHex b baz c endl; This is 8 procedure calls and three string constants. This

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-20 Thread Shezan Baig
On Fri, Jul 20, 2012 at 10:53 AM, Shezan Baig shezbaig...@gmail.com wrote: On Fri, Jul 20, 2012 at 7:46 AM, Konstantin Tokarev annu...@yandex.ru wrote: 19.07.2012, 22:20, Filip Pizlo fpi...@apple.com: Now consider the stream form: thingy foo a bar someWeirdNonsenseToEnableHex b

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-20 Thread Shezan Baig
On Fri, Jul 20, 2012 at 11:48 AM, Brady Eidson beid...@apple.com wrote: On Jul 20, 2012, at 7:53 AM, Shezan Baig shezbaig...@gmail.com wrote: And because I'm in the middle of debugging a particular issue, I don't really want to create a new type that wraps up those (potentially unrelated

Re: [webkit-dev] github mirror

2012-04-24 Thread Shezan Baig
On Tue, Apr 24, 2012 at 9:55 AM, Adam Roben aro...@webkit.org wrote: In what situation does this cause issues? Probably the biggest issue is for people who've been using git.webkit.org and now want to try out GitHub. Since the commits are distinct between the two repositories, they have to do

Re: [webkit-dev] Eliminate potential null pointer dereference?

2012-04-20 Thread Shezan Baig
On Fri, Apr 20, 2012 at 3:06 PM, Filip Pizlo fpi...@apple.com wrote: Someone in this thread said something about code readability. So let's consider that. If I see code like: if (!var) thingy(); Then I will be under the impression that var might sometimes be zero and that thingy() might

[webkit-dev] github mirror

2012-04-18 Thread Shezan Baig
Hi WebKit, I've been using a fork of the following repo: https://github.com/WebKit/webkit However, yesterday there was discussion on #webkit that the SHA-1 checksums on this repo are different from repo at git.webkit.org, which means folks working on both need to have both versions checked out.

Re: [webkit-dev] github mirror

2012-04-18 Thread Shezan Baig
would mean that future svn commits - being mirrored to both repos in parallel - would result in identical sha1 hashes going forward...? Jarred On Wed, Apr 18, 2012 at 6:53 AM, Shezan Baig shezbaig...@gmail.comwrote: Hi WebKit, I've been using a fork of the following repo: https://github.com

Re: [webkit-dev] github mirror

2012-04-18 Thread Shezan Baig
On Wed, Apr 18, 2012 at 11:02 AM, Simon Hausmann simon.hausm...@nokia.comwrote: I believe the reason for them being different is because in the github repo the commit author fields are resolved. That would certainly explain it :) I don't have a git.webkit.org checkout, so I couldn't tell

[webkit-dev] EditBugs permission

2012-04-12 Thread Shezan Baig
Hello, When I submit a patch to bugzilla, I get an error that EditBugs is not set on my account. Can someone add this permission to my bugzilla account please? I sent a message to webkit-committ...@lists.webkit.org as instructed, but that doesn't get through. My login is: shezbaig...@gmail.com