Re: [webkit-dev] Also in the tradition of massive renames

2017-05-10 Thread Dan Bernstein
I suggest that when this takes place, the Xcode projects within these directories get renamed as well, to maintain the invariant that the .xcodeproj is named after the enclosing directory. > On May 10, 2017, at 11:18 AM, Maciej Stachowiak wrote: > > > I'd like to propose the

Re: [webkit-dev] Intent to remove the WebCore::IconDatabase (GTK needs to make a decision)

2017-06-19 Thread Dan Bernstein
On Jun 19, 2017, at 10:20 AM, Geoffrey Garen wrote: >>> Another minor comment: it seems like this new API returns raw data. It >>> seems like the native way to use this would result in running untrusted >>> data from the network through image decoders outside the Web

Re: [webkit-dev] Intent to remove the WebCore::IconDatabase (GTK needs to make a decision)

2017-06-16 Thread Dan Bernstein
> On Jun 16, 2017, at 11:25 AM, Brady Eidson wrote: > > >> On Jun 16, 2017, at 11:11 AM, Maciej Stachowiak > > wrote: This is slightly tangential, but a comment on the model: it doesn't seem like there's a way for clients

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-29 Thread Dan Bernstein
> On Aug 29, 2017, at 12:48 PM, Geoffrey Garen wrote: > >>> We have some preliminary data that says incremental builds will be OK, but >>> not a full benchmark. >>> >>> Here’s a full benchmark I propose to test incremental builds: >>> >>> Start 7 days ago in SVN

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-29 Thread Dan Bernstein
> On Aug 29, 2017, at 11:03 AM, Geoffrey Garen wrote: > >> I worry about adopting unity build because while it makes clean builds >> faster, it also slows down incremental builds. As a developer, I rarely do >> clean builds, I mostly do incremental builds so this would

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-29 Thread Dan Bernstein
uch a benchmark would be a good approximation, so that’s a bad alternative to gathering more evidence. > > Geoff > >> On Aug 29, 2017, at 2:21 PM, Dan Bernstein <m...@apple.com >> <mailto:m...@apple.com>> wrote: >> >> >> >>> On Aug 2

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-29 Thread Dan Bernstein
> On Aug 29, 2017, at 1:39 PM, Geoffrey Garen wrote: > >> I see. The right question to ask would have been how much change occurs in >> their working copy between consecutive incremental builds. > > If you want to help make our benchmark righter, please do share any data

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-30 Thread Dan Bernstein
> On Aug 30, 2017, at 7:33 PM, Dean Jackson wrote: > > Dan, how did you gather the data below (i.e. how did you count the number of > files compiled)? Number of Compile* instances in the build log. ___ webkit-dev mailing list

Re: [webkit-dev] [webkit-changes] [224805] trunk/Source/WebKit

2017-11-13 Thread Dan Bernstein
> On Nov 13, 2017, at 11:26 PM, rn...@webkit.org wrote: > > -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101200 > +#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101200 A right-closed interval for __MAC_OS_X_VERSION_MIN_REQUIRED is usually incorrect. Did you mean to write < 101300 ?

Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Dan Bernstein
> On Jun 8, 2018, at 6:19 AM, Jingbin Yu wrote: > > Hi, everybody: > As what's said on webkit.org, running the WebKit I built involves changing > the value of $DYLD_FRAMEWORK_PATH environment variable to point to my build > products, making Safari load my WebKit build instead of using the

Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Dan Bernstein
s/Scripts leave the variable set outside the scope of the script execution. So unless you set it yourself in some context (such as your current shell), you don’t need to worry about it. If you do set it, then simply un-setting it should suffice. > > At 2018-06-08 23:12:51, "Dan Bernstein&

Re: [webkit-dev] Objective-C code in libwebrtc already assuming ARC?

2018-06-06 Thread Dan Bernstein
> On Jun 6, 2018, at 9:28 AM, Darin Adler wrote: > > Hi folks. > > As some of you have probably noticed, I’ve begun making changes with the goal > of preparing us to move most Objective-C code in WebKit to ARC. In doing so, > I have been exploring the existing code in the tree and the

Re: [webkit-dev] Freenode spam counter-measure

2018-08-05 Thread Dan Bernstein
> On Aug 5, 2018, at 3:20 PM, Darin Adler wrote: > >> On Aug 5, 2018, at 2:38 AM, Philippe Normand wrote: >> >> Can one of the #webkit admin please set the +r mode on? This would help >> reducing spam. Only messages from registered nicks would come through. > > I tried this by typing

Re: [webkit-dev] Tips to build faster on Mac?

2018-03-27 Thread Dan Bernstein
> On Mar 27, 2018, at 9:07 AM, Frédéric Wang wrote: > > I see that the make command allows to make incremental builds for macOS. Does > anyone know how to specify that we want to build for the iOS Simulator? Add SDKROOT=iphonesimulator to the make

Re: [webkit-dev] Cannot load pages with run-safari --ios-simulator (public SDK)

2019-06-06 Thread Dan Bernstein
> On Jun 6, 2019, at 9:19 AM, Frédéric Wang wrote: > > WebContent and Networking seems to abort but the backtraces are not > really helpful: > > * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT > * frame #0: 0x00011421338e dyld`__abort_with_payload + 10 >

[webkit-dev] webkit-changes substitute

2022-08-08 Thread Dan Bernstein via webkit-dev
Hello, Is there some way to receive full webkit commits in email form, similar to the webkit-changes mailing list? ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

<    1   2