[webkit-dev] webkit-dev Digest, Vol 99, Issue 17

amir abdulahi amirabdulahi at hotmail.com
Sun Aug 25 08:43:28 PDT 2013



Amirabdulahi at hotmail.com Amirabdulahiall at AOL@yahool.com


-----Original Message-----
From: webkit-dev-request at lists.webkit.org
Sent: 8/23/2013 7:00:01 PM
To: webkit-dev at lists.webkit.org
Subject: webkit-dev Digest, Vol 99, Issue 17
Send webkit-dev mailing list submissions to
        webkit-dev at lists.webkit.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.webkit.org/mailman/listinfo/webkit-dev
or, via email, send a message with subject or body 'help' to
        webkit-dev-request at lists.webkit.org

You can reach the person managing the list at
        webkit-dev-owner at lists.webkit.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of webkit-dev digest..."


Today's Topics:

   1. Re: ChangeLog format (Joseph Pecoraro)
   2. New WebKit Reviewer: Mario Sanchez Prada (Christophe Dumez)
   3. Re: New WebKit Reviewer: Mario Sanchez Prada
      (Bruno de Oliveira Abinader)
   4. Re: New WebKit Reviewer: Mario Sanchez Prada (Brian Holt)
   5. Re: New WebKit Reviewer: Mario Sanchez Prada (Simon Pena Placer)
   6. Re: New WebKit Reviewer: Mario Sanchez Prada (Brian Holt)
   7. Re: New WebKit Reviewer: Mario Sanchez Prada (Denis Nomiyama)
   8. Proposal: Add support for Promises (Sam Weinig)
   9. Re: Proposal: Add support for Promises (Filip Pizlo)


----------------------------------------------------------------------

Message: 1
Date: Thu, 22 Aug 2013 12:34:00 -0700
From: Joseph Pecoraro <pecoraro at apple.com>
To: Carlos Garcia Campos <carlosgc at webkit.org>
Cc: WebKit Development <webkit-dev at lists.webkit.org>,   Mark Rowe
        <mrowe at apple.com>
Subject: Re: [webkit-dev] ChangeLog format
Message-ID: <64F50409-3B17-4580-8E12-D729216C440A at apple.com>
Content-Type: text/plain; charset="windows-1252"


On Aug 22, 2013, at 12:46 AM, Carlos Garcia Campos <carlosgc at webkit.org> wrote:

> El jue, 22-08-2013 a las 00:41 -0700, Mark Rowe escribi?:
>> On 2013-08-21, at 11:11 PM, Carlos Garcia Campos <carlosgc at webkit.org> wrote:
>>
>>> I see, I thought ChangeLog parser was used everywhere. So, I guess the
>>> solution would be to find a format most people like and adapt all
>>> scripts to it. I personally think it's not worth it, though. The oneline
>>> git log format is ok with the old commit message format IMO. If the only
>>> problem is that the bug number is not in the first line we can probably
>>> add it without adding the URL in angle brackets, something like:
>>>
>>> Bug 119872 - REGRESSION: Crash under JITCompiler::link while loading Gmail
>>> https://bugs.webkit.org/show_bug.cgi?id=119872
>>
>> What benefit does duplicating the bug number in the first line provide? It?s just yet another thing to have to add when writing the ChangeLog entry.
>
> The benefit is that you see the bug number when using git log oneline
> format, I'm guessing that seeing the bug number in the first line was
> the motivation of the new ChangeLog format.


I prefer the new format. However, the new format doesn't really gain us much, so it sounds like it is not worth the effort to change.

As for duplicating the bug number, I don't think that matters. `git log --oneline` shows a short SHA the "title line" which is everything in the commit message until the first empty line. So duplicating the bug number in the first line doesn't really help, since both of these lines already show up.

Old format:

shell> git log --oneline `git svn find-rev r153963` -10
503293b Move additionalIdentifiers into DFGCommonData as only the optimising JITs use them https://bugs.webkit.org/show_bug.cgi?id=119705
2dbc921 Stop making unnecessary copy of CodeBlock Identifier Vector https://bugs.webkit.org/show_bug.cgi?id=119702
c0c68df [cairo] memory corruption with putImageData and accelerated canvas. https://bugs.webkit.org/show_bug.cgi?id=118621
0502819 Layout Test fast/overflow/scrollbar-click-retains-focus.html is failing on Apple Mac WK1 and GTK. https://bugs.webkit.org/show_bug.cgi?id=104104
c19a87b Use const AtomicStringImpl* in DocumentOrderedMap https://bugs.webkit.org/show_bug.cgi?id=119700
02c59d8 The LayoutMilestones didLayout callback should only fire for the main frame https://bugs.webkit.org/show_bug.cgi?id=119457
2cb3317 Remove didNewFirstVisuallyNonEmptyLayout from WebKit2 https://bugs.webkit.org/show_bug.cgi?id=119658
6cb5165 Define DOM_KEY_LOCATION_* constants on KeyboardEvent https://bugs.webkit.org/show_bug.cgi?id=119341
597845d Remove glu's libtest rule from checker.py https://bugs.webkit.org/show_bug.cgi?id=119674
35852cd Multiple CSP tests complain about undefined strings in echo-object-data.pl and echo-script-src.pl https://bugs.webkit.org/show_bug.cgi?id=119692

New format:

shell> git log --oneline `git svn find-rev r154274` -10
c3bd590 <https://webkit.org/b/119882> Speed up moving cursor/selection up or down past non-rendered elements.
6c326ac <https://webkit.org/b/119933> [Qt] Fix tst_QObjectBridge::connectAndDisconnect() fail
381c093 <https://webkit.org/b/120000> Chrome::client() should return a reference.
f183c4b <https://webkit.org/b/120004> Rename StyleElement to InlineStyleSheetOwner and stop inheriting from it
0d74bc3 [Qt] QtWebKit (using the Arora browser) displays the border radii (radius) of a button very ugly https://bugs.webkit.org/show_bug.cgi?id=28113
e5a4a31 <https://webkit.org/b/119998> [Qt] Build fix (broken since r154257).
d3ac166 <https://webkit.org/b/120001> Clean up StyleElement
5c403bd <https://webkit.org/b/119990> Add toSVGStopElement(Node* node) to clean-up a static_cast<SVGStopElement*>
508cc36 <https://webkit.org/b/119996> Introduce toSVGAnimateElement(), and use it
db5024b <https://webkit.org/b/119997> Page::progress() should return a reference.

- Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20130822/1c30712a/attachment-0001.html>

------------------------------

Message: 2
Date: Fri, 23 Aug 2013 09:53:15 -0500
From: Christophe Dumez <ch.dumez at sta.samsung.com>
To: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID:
        <C057847DC2553B44AFF9651526E2332F068326EFC3 at staEX7mb4.telecom.sna.samsung.com>

Content-Type: text/plain; charset="utf-8"

Hi WebKit folks,

I am happy to announce that Mario Sanchez Prada <mario.prada at samsung.com<mailto:mario.prada at samsung.com>> is now a WebKit reviewer.

Mario has contributed over 350 patches to WebKit over the past 3 years, mostly around Accessibility and the WebKitGTK+2 API.

Please join me in congratulating Mario for his new status!

Kr,
--
Christophe Dumez - Samsung Telecommunications America
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20130823/797f51f2/attachment-0001.html>

------------------------------

Message: 3
Date: Fri, 23 Aug 2013 15:07:05 +0000
From: Bruno de Oliveira Abinader <bruno.d at partner.samsung.com>
To: Christophe Dumez <ch.dumez at sta.samsung.com>,
        "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID: <CE3CF2A8.10CD%bruno.d at partner.samsung.com>
Content-Type: text/plain; charset="us-ascii"

Congrats, Mario! :-)

From: Christophe Dumez <ch.dumez at sta.samsung.com<mailto:ch.dumez at sta.samsung.com>>
Date: Friday, August 23, 2013 10:53 AM
To: "webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>" <webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>>
Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada

Hi WebKit folks,

I am happy to announce that Mario Sanchez Prada <mario.prada at samsung.com<mailto:mario.prada at samsung.com>> is now a WebKit reviewer.

Mario has contributed over 350 patches to WebKit over the past 3 years, mostly around Accessibility and the WebKitGTK+2 API.

Please join me in congratulating Mario for his new status!

Kr,
--
Christophe Dumez - Samsung Telecommunications America
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20130823/bba530ff/attachment-0001.html>

------------------------------

Message: 4
Date: Fri, 23 Aug 2013 16:10:46 +0100
From: Brian Holt <brian.holt at samsung.com>
To: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID: <005901cea012$f1eb2ca0$d5c185e0$%holt at samsung.com>
Content-Type: text/plain; charset=us-ascii

Congratulations Mario!

> -----Original Message-----
> From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-
> bounces at lists.webkit.org] On Behalf Of Bruno de Oliveira Abinader
> Sent: 23 August 2013 16:07
> To: Christophe Dumez; webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
>
> Congrats, Mario! :-)
>
> From: Christophe Dumez <ch.dumez at sta.samsung.com>
> Date: Friday, August 23, 2013 10:53 AM
> To: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
> Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
>
>
>
>        Hi WebKit folks,
>
>        I am happy to announce that Mario Sanchez Prada
> <mario.prada at samsung.com> is now a WebKit reviewer.
>
>        Mario has contributed over 350 patches to WebKit over the past 3
> years, mostly around Accessibility and the WebKitGTK+2 API.
>
>        Please join me in congratulating Mario for his new status!
>
>        Kr,
>
> --
> Christophe Dumez - Samsung Telecommunications America





------------------------------

Message: 5
Date: Fri, 23 Aug 2013 16:20:46 +0100
From: Simon Pena Placer <simon.pena at samsung.com>
To: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID: <005801cea014$580de9e0$0829bda0$%pena at samsung.com>
Content-Type: text/plain; charset="utf-8"

Congratulations, Mario!



From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-bounces at lists.webkit.org] On Behalf Of Christophe Dumez
Sent: 23 August 2013 15:53
To: webkit-dev at lists.webkit.org
Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada



Hi WebKit folks,

I am happy to announce that Mario Sanchez Prada <mario.prada at samsung.com> is now a WebKit reviewer.

Mario has contributed over 350 patches to WebKit over the past 3 years, mostly around Accessibility and the WebKitGTK+2 API.

Please join me in congratulating Mario for his new status!

Kr,


--
Christophe Dumez - Samsung Telecommunications America



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20130823/baa239a9/attachment-0001.html>

------------------------------

Message: 6
Date: Fri, 23 Aug 2013 15:23:33 +0000
From: Brian Holt <brian.holt at samsung.com>
To: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID: <B6EE7E37BBBAD747B3F3BEF592ED021F4F47ACA7 at ex1.seri.co.uk>
Content-Type: text/plain; charset=utf-8

Congratulations Mario!

> -----Original Message-----
> From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-
> bounces at lists.webkit.org] On Behalf Of Christophe Dumez
> Sent: 23 August 2013 15:53
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
>
> Hi WebKit folks,
>
> I am happy to announce that Mario Sanchez Prada
> <mario.prada at samsung.com> is now a WebKit reviewer.
>
> Mario has contributed over 350 patches to WebKit over the past 3 years,
> mostly around Accessibility and the WebKitGTK+2 API.
>
> Please join me in congratulating Mario for his new status!
>
> Kr,
>
> --
> Christophe Dumez - Samsung Telecommunications America

------------------------------

Message: 7
Date: Fri, 23 Aug 2013 17:09:43 +0100
From: Denis Nomiyama <d.nomiyama at samsung.com>
To: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
Message-ID: <006601cea01b$2e7517f0$8b5f47d0$%nomiyama at samsung.com>
Content-Type: text/plain; charset=us-ascii

Congrats Mario!

> -----Original Message-----
> From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-
> bounces at lists.webkit.org] On Behalf Of Brian Holt
> Sent: 23 August 2013 16:11
> To: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
>
> Congratulations Mario!
>
> > -----Original Message-----
> > From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-
> > bounces at lists.webkit.org] On Behalf Of Bruno de Oliveira Abinader
> > Sent: 23 August 2013 16:07
> > To: Christophe Dumez; webkit-dev at lists.webkit.org
> > Subject: Re: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
> >
> > Congrats, Mario! :-)
> >
> > From: Christophe Dumez <ch.dumez at sta.samsung.com>
> > Date: Friday, August 23, 2013 10:53 AM
> > To: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
> > Subject: [webkit-dev] New WebKit Reviewer: Mario Sanchez Prada
> >
> >
> >
> >      Hi WebKit folks,
> >
> >      I am happy to announce that Mario Sanchez Prada
> > <mario.prada at samsung.com> is now a WebKit reviewer.
> >
> >      Mario has contributed over 350 patches to WebKit over the past 3
> > years, mostly around Accessibility and the WebKitGTK+2 API.
> >
> >      Please join me in congratulating Mario for his new status!
> >
> >      Kr,
> >
> > --
> > Christophe Dumez - Samsung Telecommunications America
>
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev




------------------------------

Message: 8
Date: Fri, 23 Aug 2013 11:32:52 -0700
From: Sam Weinig <weinig at apple.com>
To: WebKit Development <webkit-dev at lists.webkit.org>
Subject: [webkit-dev] Proposal: Add support for Promises
Message-ID: <42398462-A989-490E-9BBF-C9B3041732D5 at apple.com>
Content-Type: text/plain; charset=windows-1252

Hey WebKittens,

I?d like to add support for Promises.  Promises are currently specified in the DOM Living Standard (http://dom.spec.whatwg.org/#promises) but will probably be moved to an ECMAScript standard at some point in the future.  As such, I plan to implement them in JavaScriptCore.

The main motivation for adding Promises is that many upcoming specs have them as a dependency, including WebCrypto (https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html), the updated FileSystem API (http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0071.html) and others.

Thoughts?

-Sam

------------------------------

Message: 9
Date: Fri, 23 Aug 2013 11:44:26 -0700
From: Filip Pizlo <fpizlo at apple.com>
To: Sam Weinig <weinig at apple.com>
Cc: WebKit Development <webkit-dev at lists.webkit.org>
Subject: Re: [webkit-dev] Proposal: Add support for Promises
Message-ID: <829662A8-A51A-4E6E-AEEE-D2ED5CE02DFC at apple.com>
Content-Type: text/plain; charset="windows-1252"

I like it!

-Filip


On Aug 23, 2013, at 11:32 AM, Sam Weinig <weinig at apple.com> wrote:

> Hey WebKittens,
>
> I?d like to add support for Promises.  Promises are currently specified in the DOM Living Standard (http://dom.spec.whatwg.org/#promises) but will probably be moved to an ECMAScript standard at some point in the future.  As such, I plan to implement them in JavaScriptCore.
>
> The main motivation for adding Promises is that many upcoming specs have them as a dependency, including WebCrypto (https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html), the updated FileSystem API (http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0071.html) and others.
>
> Thoughts?
>
> -Sam
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20130823/3203f11f/attachment-0001.html>

------------------------------

_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


End of webkit-dev Digest, Vol 99, Issue 17
******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130825/0b0990a2/attachment.html>


More information about the webkit-dev mailing list