Bug 123466 - Add a way to fulfill promises from DOM code
Summary: Add a way to fulfill promises from DOM code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 122679
  Show dependency treegraph
 
Reported: 2013-10-29 14:00 PDT by Alexey Proskuryakov
Modified: 2013-10-30 17:07 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (21.45 KB, patch)
2013-10-29 14:23 PDT, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff
patch for landing (21.43 KB, patch)
2013-10-30 14:32 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-10-29 14:00:09 PDT
Quick and dirty.
Comment 1 Alexey Proskuryakov 2013-10-29 14:23:26 PDT
Created attachment 215428 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2013-10-30 14:32:40 PDT
Created attachment 215564 [details]
patch for landing
Comment 3 WebKit Commit Bot 2013-10-30 15:04:01 PDT
Comment on attachment 215564 [details]
patch for landing

Clearing flags on attachment: 215564

Committed r158317: <http://trac.webkit.org/changeset/158317>
Comment 4 WebKit Commit Bot 2013-10-30 15:04:03 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Brendan Long 2013-10-30 17:07:38 PDT
I ran into some build errors on WebKitGTK after this patch. I made a fix on bug #123544