Bug 86748

Summary: REGRESSION (r117428): WebKit API/SPI was removed
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: WebKit Review Bot <webkit.review.bot>
Status: RESOLVED FIXED    
Severity: Normal CC: cruz.ryan, eric, gyuyoung.kim, informatika, jberlin, mitz, smkolins, svetloslav
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 86704    
Attachments:
Description Flags
ROLLOUT of r117428 none

Description WebKit Review Bot 2012-05-17 09:30:36 PDT
http://trac.webkit.org/changeset/117428 broke the build:
It broke the Safari build (Requested by jessieberlin on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-05-17 09:31:30 PDT
Created attachment 142489 [details]
ROLLOUT of r117428

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Jessie Berlin 2012-05-17 09:35:18 PDT
Looks like the attached patch is bogus. This will need to be done by hand.

The reason that this broke the Safari build is that it removed API / SPI that Safari was using.
Comment 3 mitz 2012-05-17 10:27:06 PDT
Reverted r117428 in <http://trac.webkit.org/r117460>.
Comment 4 Alexey Proskuryakov 2012-05-17 11:37:14 PDT
*** Bug 86735 has been marked as a duplicate of this bug. ***
Comment 5 Alexey Proskuryakov 2012-05-17 11:37:26 PDT
*** Bug 86737 has been marked as a duplicate of this bug. ***
Comment 6 Alexey Proskuryakov 2012-05-17 11:37:52 PDT
*** Bug 86729 has been marked as a duplicate of this bug. ***
Comment 7 Alexey Proskuryakov 2012-05-17 11:38:19 PDT
*** Bug 86740 has been marked as a duplicate of this bug. ***
Comment 8 Eric Seidel (no email) 2012-05-17 12:14:05 PDT
Comment on attachment 142489 [details]
ROLLOUT of r117428

View in context: https://bugs.webkit.org/attachment.cgi?id=142489&action=review

> Source/WebCore/ChangeLog:16
> +2012-05-17  Pavel Feldman  <pfeldman@chromium.org>

This changelog loks wrong, but otherwise the patch looks fine.  I wonder why the sherrif-bot goofed here.
Comment 9 Eric Seidel (no email) 2012-05-17 12:19:01 PDT
Thank you mitz.