Re: [webkit-dev] Meaning of '7' in WebKit Versioning

2023-12-15 Thread Timothy Hatcher via webkit-dev
is why the prefix number hasn't changed in the last few years. — Timothy Hatcher > On Oct 29, 2023, at 10:07 PM, 강수진 via webkit-dev > wrote: > > Meaning of '7' in WebKit Versioning > > Hello, > > I have a question about the versioning rules in WebKit. > > I am aw

Re: [webkit-dev] Remove HAVE_ACCESSIBILITY

2018-11-16 Thread Timothy Hatcher
. It was one of the pain points I remember in maintaining an outside port. https://trac.webkit.org/search?q=%21HAVE%28ACCESSIBILITY%29 — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Remove HAVE_ACCESSIBILITY

2018-11-14 Thread Timothy Hatcher
It wasn’t added for Tesla. But they did build with it disabled at the time I lasted worked on it. It was a frequent pain point to keep the build working when AX changes happened. — Timothy Hatcher > On Nov 14, 2018, at 5:29 PM, Ryosuke Niwa wrote: > > I think it was added for Telsa'

[webkit-dev] Matt Baker is now a WebKit Reviewer

2016-08-08 Thread Timothy Hatcher
I want to announce that Matt Baker <mattba...@apple.com> is now a WebKit Reviewer. His expertise is in the Web Inspector codebase. Congratulations, Matt! — Timothy Hatcher smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev m

Re: [webkit-dev] Proposal: Adopt Web Inspector coding style for all WebKit JS/CSS source code

2016-07-11 Thread Timothy Hatcher
rest of WebKit? We pretty much follow the C++ WebKit style for things that overlap in the syntax. — Timothy Hatcher smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] WebKit project repo size

2016-03-31 Thread Timothy Hatcher
Also, removing files from the repo does not save anything with a Git checkout since they are still there in the history. — Timothy Hatcher > On Mar 31, 2016, at 12:50 PM, Brian Burg <bb...@apple.com> wrote: > > Hi Marcus, > > It’s unclear what your actual problem is. &

Re: [webkit-dev] Suggestion: runtime disable Fetch API until it's complete enough for real web-apps

2016-03-31 Thread Timothy Hatcher
I think we can keep it enabled and have it be in the next Safari Technology Preview release. We do need to be careful with things like this in the future though. — Timothy Hatcher smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev m

Re: [webkit-dev] [Block Pointer] Deterministic Region Based Memory Manager

2016-03-13 Thread Timothy Hatcher
are irrelevant to JavaScriptCore’s needs. We are not interested. — Timothy Hatcher smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Web inspector images

2016-02-09 Thread Timothy Hatcher
Hi Michael, I am looking into our options for the license of the images. Stay tuned. — Timothy Hatcher > On Feb 6, 2016, at 8:23 PM, Michael Catanzaro <mcatanz...@igalia.com> wrote: > > Hi, > > I'd like to address the problem with the license for the web inspector >

Re: [webkit-dev] Some text about the B3 compiler

2016-01-29 Thread Timothy Hatcher
to other names if you want something different. — Timothy Hatcher > On Jan 29, 2016, at 9:34 AM, saam barati <saambara...@gmail.com> wrote: > > I'm happy to convert the document to markdown. Can you send me your latest > revision or post it to the website? > > I

Re: [webkit-dev] Some text about the B3 compiler

2016-01-29 Thread Timothy Hatcher
I also added: https://webkit.org/documentation/b3/air/ loads /docs/b3/assembly-intermediate-representation.md > On Jan 29, 2016, at 10:05 AM, Filip Pizło <fpi...@apple.com> wrote: > > Thank you! I'll convert them today. > > -Filip > > On Jan 29, 2016, at 10:0

Re: [webkit-dev] Some text about the B3 compiler

2016-01-28 Thread Timothy Hatcher
They should be markdown files like we do for the code style and policy documents. https://trac.webkit.org/browser/trunk/Websites/webkit.org/code-style.md We can then make Wordpress pages on the site that load the markdown. Maybe put them in a /docs/b3/ directory? — Timothy Hatcher > On

Re: [webkit-dev] Updated WebKit Project Logo

2015-08-05 Thread Timothy Hatcher
to swap-in what they created. https://bugs.webkit.org/show_bug.cgi?id=147684 I put together an idea (see attached image) for one possible design. Thanks for showing what you designed. The blueprint look is something Jon has been exploring for parts of the redesigned website. — Timothy Hatcher

Re: [webkit-dev] Pattern for singleton classes instance getters

2015-01-28 Thread Timothy Hatcher
Yeah, that is exactly what I was thinking. Instance does not imply only one like singleton does. Call a singleton a singleton, we have a word for it. — Timothy Hatcher On Jan 28, 2015, at 9:19 PM, Maciej Stachowiak m...@apple.com wrote: This may be a question of what jargon we’ve

Re: [webkit-dev] Proposal: Removing ENABLE(INSPECTOR) guards

2015-01-19 Thread Timothy Hatcher
I agree. Lets remove it. — Timothy Hatcher On Jan 19, 2015, at 9:44 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi All, Inspector is enabled by default on all major WebKit port and the build without inspector isn't really maintained by anyone. Building without inspector can

[webkit-dev] Brian Burg is now a WebKit reviewer

2014-09-12 Thread Timothy Hatcher
be found at http://brrian.org/ http://brrian.org/. Lets hope he has enough time to review all of our patches now that he is a new father. Congratulations on WebKit reviewer and fatherhood, Brian! — Timothy Hatcher ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] WebGL on by default?

2014-04-06 Thread Timothy Hatcher
information on Apple stance for this tech. These questions are not appropriate for webkit-dev — they are more about Safari than WebKit. Apple does not comment on future product releases. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Heap snapshot/profiling support in Web inspector

2014-03-05 Thread Timothy Hatcher
Yes, the feature was V8 specific. It is a feature we would like to eventually have in JSC. — Timothy Hatcher On Mar 5, 2014, at 8:59 AM, dipak kumar mail.di...@gmail.com wrote: Do we currently support heap profiling/snapshot with JSC engine? What I have concluded is this feature is chrome

Re: [webkit-dev] Feature Announcement: URL API

2014-01-28 Thread Timothy Hatcher
domains better — instead of showing punycode. Otherwise, the URL parsing parts will be useful and I look forward to using them and removing our JS URL parser! — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https

Re: [webkit-dev] Proposal: Stop EWS bot commenting in bugs

2014-01-16 Thread Timothy Hatcher
includes. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Proposal: Stop EWS bot commenting in bugs

2014-01-15 Thread Timothy Hatcher
It isn't just about seeing the comment on the page, it also gets emailed. I agree, no bot comments would be better. The stye bot spew is particularly bad, mainly because it dumps all the file paths it tested not just what fails. — Timothy Hatcher On Jan 15, 2014, at 8:17 PM, Ryosuke Niwa rn

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
earlier.) — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
On Nov 7, 2013, at 2:22 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Nov 7, 2013 at 9:24 AM, Timothy Hatcher timo...@apple.com wrote: On Nov 6, 2013, at 4:26 PM, John Mellor joh...@chromium.org wrote: I've suggested before that the attributes could be combined if that's considered

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
On Nov 7, 2013, at 2:38 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Nov 7, 2013 at 9:24 AM, Timothy Hatcher timo...@apple.com wrote: As I replied before, there should only be one attribute — srcset. I have a serious suggestion - could we rename srcset to src-n (literally, src-n

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
heavy sites and tools will need to be written to auto generate these lists of lists from the original assets. Scripts can easily deal with a micro format in one attribute. They can't easily deal with a micro format spread across multiple src-n attributes in arbitrary HTML. — Timothy Hatcher

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
? document.createElement('img').srcset is undefined. Sorry, I was confusing it with the CSS function. Tab is right, the HTML attribute is only in the WebKit nightly right now. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
On Nov 7, 2013, at 4:27 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Nov 7, 2013 at 3:39 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 2:22 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: srcset's parsing algorithm *cannot* be extended in the future. I gave

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Timothy Hatcher
On Nov 7, 2013, at 4:28 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Nov 7, 2013 at 3:43 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 2:38 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: I have a serious suggestion - could we rename srcset to src-n (literally, src

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-05 Thread Timothy Hatcher
to edit a single attribute's value, adding a logic operator between the rules. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] canconfirm-bit for WebKit Bugzilla account

2013-10-31 Thread Timothy Hatcher
I went ahead and turned off unconfirmed. Only New and Assigned are now allowed when creating a bug. — Timothy Hatcher On Oct 31, 2013, at 4:33 PM, Darin Adler da...@apple.com wrote: The WebKit project doesn’t use the unconfirmed state in any significant way. We probably should turn it off

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Timothy Hatcher
images and foreignObject has been considered taint worthy because it could leak the user's UI theme.) — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Timothy Hatcher
never make the focus ring as large as the canvas. Even if you don't make it full size, if the focus ring is drawn into the canvas buffer, you don't know how much room you need to account for. (If the focused control is near the edge of the canvas.) — Timothy Hatcher

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Timothy Hatcher
Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it? I have a legitimate use for -webkit-text-decoration-color that would allow me to eliminate a hack in the Inspector. — Timothy Hatcher On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield mmaxfi...@apple.com wrote: Hello, all

Re: [webkit-dev] For your consideration: Naming scheme for fooIfExists/ensureFoo

2013-06-19 Thread Timothy Hatcher
What about? StyleResolver* existingStyleResolver() StyleResolver styleResolver() — Timothy Hatcher On Jun 19, 2013, at 11:49 AM, Balazs Kelemen kbal...@webkit.org wrote: For me optional seems very misleading and generally different prefixes suggests that those objects are not the same

[webkit-dev] Web Inspector

2013-06-14 Thread Timothy Hatcher
of you to make Web Inspector even better! — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Web Inspector

2013-06-14 Thread Timothy Hatcher
Sorry for the duplicate message. ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Web Inspector

2013-06-13 Thread Timothy Hatcher
of you to make Web Inspector even better! — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Enabling Experimental Features

2013-04-19 Thread Timothy Hatcher
for everyone but the engineers is a bad approach and misses out on testing. We could have WebKit modify Safari's Develop menu to provide additional items to toggle. Safari provides an Enable WebGL item, we could inject more items next to it. — Timothy Hatcher

Re: [webkit-dev] Rewriting binding code generator, maybe?

2013-04-10 Thread Timothy Hatcher
their frustration for our tools currently written in Ruby and Python. I personally find Perl fine for this task and don't see a need to rewrite things just because. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https

Re: [webkit-dev] Rewriting binding code generator, maybe?

2013-04-10 Thread Timothy Hatcher
for anyone rewriting these scripts. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Ever increasing binary size

2013-04-01 Thread Timothy Hatcher
. Again, mostly images. So I don't think the majority of the download size increase correlates to in-memory size of the binaries. (See the link Eric sent later for that.) — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org https

[webkit-dev] ChangeLogs

2012-03-21 Thread Timothy Hatcher
an existing script) to check for this missing information and inform the contributor. It is clear not all reviewers are asking patch authors to provide this information when reviewing, and such a tool would help enforce it. — Timothy Hatcher ___ webkit-dev

Re: [webkit-dev] ChangeLogs

2012-03-21 Thread Timothy Hatcher
On Mar 21, 2012, at 2:46 PM, Adam Barth wrote: On Wed, Mar 21, 2012 at 2:29 PM, Timothy Hatcher timo...@apple.com wrote: Lately I have observed more and more and more changes going into WebKit that lack any details about why a particular change was made. It is intended that the ChangeLog

Re: [webkit-dev] ChangeLogs

2012-03-21 Thread Timothy Hatcher
). It would be difficult to make the tool smart. I merely looking for reminder to push folks to describe their changes in some fashion, not a analytical tool parsing for good vs bad. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] WebKit unit test framework

2011-04-20 Thread Timothy Hatcher
be printed.) Well documented thanks, dave ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev — Timothy Hatcher ___ webkit-dev mailing list

Re: [webkit-dev] DOM Mutation Events. WAS: Fwd: webkit editing rewrite?

2010-08-09 Thread Timothy Hatcher
solve the need of most extension developers that use mutation events today (the examples you cite). So that makes it hard to remove them, especially over time, no matter how much warning you give. — Timothy Hatcher ___ webkit-dev mailing list webkit

Re: [webkit-dev] Commit Queue Love

2010-07-09 Thread Timothy Hatcher
stop calling it cheating. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] On adding 'console.memory' API (and about the whole 'console' object.)

2010-06-03 Thread Timothy Hatcher
are not caused by their page. On Jun 2, 2010, at 2:45 PM, Mikhail Naganov wrote: Used memory count can be restricted to include only objects reachable from the caller execution context. In this case, an app could only see the amount of memory consumed by itself, not by the whole engine. — Timothy Hatcher

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Timothy Hatcher
. The xed command has an option --wait that can make it behave more like modal vi. The xed tool was created many years after I wrote those scripts. The Mac OS X open command also has a -W option which can wait for quit. I believe setting EDITOR=open -W -a Xcode would probably do it. — Timothy

Re: [webkit-dev] webkit-patch, check-webkit-style and git now support --squash and --git-commit

2010-04-26 Thread Timothy Hatcher
than everyone else… I don't do the whole branch-per-bug business. I usually have one git commit per commit I plan to push to SVN (each with a separate ChangeLog entry). — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Git meeting notes

2010-04-12 Thread Timothy Hatcher
the same monotonously increasing revision numbers as svn does. It will be a problem to replace REGRESSION(r12345) with REGRESSION(96c3b0300ccf16b64efc260c21c85ba9030f2e3a). — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Commit queue blocked because of failing tests

2010-02-25 Thread Timothy Hatcher
I agree with Jeremy and David. If you are a committer you should try to land patches on your own when you can. I mainly think this because it lets svn/git blame work as intended instead of always blaming who ran the bot. Maybe we should have a commit-...@webkit.org user? On Feb 25, 2010, at

Re: [webkit-dev] Buildbot Emails

2010-02-08 Thread Timothy Hatcher
On Feb 8, 2010, at 5:29 PM, Maciej Stachowiak wrote: That could be either webkit-dev or a new list. Maybe some won't want the spam but I bet a lot of people would like to find out about every build break. Please make it a new opt-in list. — Timothy Hatcher

Re: [webkit-dev] Selection highlight painting (gaps?)

2009-10-19 Thread Timothy Hatcher
On Oct 19, 2009, at 1:43 PM, Peter Kasting wrote: Note that within Chrome we put in ctrl-shift-v to paste as plain text precisely because of issues like this. Most other programs don't have that option though (and even in Chrome it's hard to discover). On Mac we call this Paste and

Re: [webkit-dev] Selection highlight painting (gaps?)

2009-10-19 Thread Timothy Hatcher
On Oct 19, 2009, at 1:43 PM, Peter Kasting wrote: Note that within Chrome we put in ctrl-shift-v to paste as plain text precisely because of issues like this. Most other programs don't have that option though (and even in Chrome it's hard to discover). I guess it isn't exactly what you

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-02 Thread Timothy Hatcher
I also agree and that is the style I use. On Jul 2, 2009, at 7:05 AM, Adam Roben wrote: - I generally move the Reviewed by line after the bug number/ description/URL. When you're reading a ChangeLog entry/commit message (especially an older one), it's generally much more interesting which

Re: [webkit-dev] how to destroy JSObjescts?

2008-11-25 Thread Timothy Hatcher
JavaScript objects and the JavaScriptCore API objects (except JSStringRef) are garbage collected. So sometime after the last reference goes away, they will release their memory. In this case when the global object goes away. If you want to release them, you can call JSObjectDeleteProperty

Re: [webkit-dev] Debugging JavaScript Core Apps that are not Safari

2008-11-21 Thread Timothy Hatcher
The debugging functionally is part of WebKit, not Safari. So you can use the JavaScript debugger that is part of the Web Inspector in any WebKit client application. But this does not include JavaScriptCore client applications. I am surprised to hear that Drosera worked, since it was

Re: [webkit-dev] High Resolution Timer API proposal(s)

2008-10-02 Thread Timothy Hatcher
Why double delayInSeconds and not milliseconds to stay consistent? On Oct 2, 2008, at 5:32 PM, Ojan Vafai wrote: On Thu, Oct 2, 2008 at 5:16 PM, Aaron Boodman [EMAIL PROTECTED] wrote: On Thu, Oct 2, 2008 at 5:05 PM, Maciej Stachowiak [EMAIL PROTECTED] wrote: I don't really like the

Re: [webkit-dev] How to catch JS exceptions/log messages from a WebView?

2007-12-23 Thread Timothy Hatcher
() and console.error() within a WebView? — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Timothy Hatcher
and using a CMake facility, an Xcode project (to work under XCode on Mac), a VS project, a CMakeFile for linux- based solutions, — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Timothy Hatcher
/Scripts/sort-Xcode-project-file), but it requires a little more insight than just staring at the source. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Timothy Hatcher
I think Git is rather slow on Windows I hear. On Oct 8, 2007, at 9:29 PM, Oliver Hunt wrote: * Speed: Git is much faster than svn (which becomes very valuable on windows, — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Threading issues regarding Netscape API plugins in WebKit

2007-09-28 Thread Timothy Hatcher
Netscape APIs in WebKit have similar APIs like NPN_PluginThreadAsyncCall (refer to http://developer.mozilla.org/en/docs/NPN_PluginThreadAsyncCall) in Gecko SDK in Mozilla? Will a new thread pawned from plugin main thread be able to invoke any JavaScript methods in browser? — Timothy

Re: [webkit-dev] identifying a unique iPhone?

2007-08-17 Thread Timothy Hatcher
in the future I know which iPhone this is? I know I can implement a cookie style log-in system, but I was hoping for some value I can just get and use. — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org

Re: [webkit-dev] lists and tables in contentEditable

2007-07-05 Thread Timothy Hatcher
We don't have plans to add support for these yet. But bug reports requesting the features and patches are always are always welcome. — Timothy Hatcher On Jul 5, 2007, at 6:54 PM, piet wrote: NSTextView supports the edition of lists and tables through orderFrontListPanel