Changeset 104748 in webkit


Ignore:
Timestamp:
Jan 11, 2012 2:44:32 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Switch web intents to use supplemental IDL for DOMWindow
https://bugs.webkit.org/show_bug.cgi?id=76092

Patch by Greg Billock <gbillock@google.com> on 2012-01-11
Reviewed by Adam Barth.

  • Modules/intents/DOMWindowIntents.idl: Added.
  • WebCore.gypi:
  • page/DOMWindow.idl:
Location:
trunk/Source/WebCore
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r104747 r104748  
     12012-01-11  Greg Billock  <gbillock@google.com>
     2
     3        Switch web intents to use supplemental IDL for DOMWindow
     4        https://bugs.webkit.org/show_bug.cgi?id=76092
     5
     6        Reviewed by Adam Barth.
     7
     8        * Modules/intents/DOMWindowIntents.idl: Added.
     9        * WebCore.gypi:
     10        * page/DOMWindow.idl:
     11
    1122012-01-11  Kent Tamura  <tkent@chromium.org>
    213
  • trunk/Source/WebCore/WebCore.gypi

    r104702 r104748  
    11501150            'Modules/gamepad/GamepadList.idl',
    11511151            'Modules/gamepad/NavigatorGamepad.idl',
     1152            'Modules/intents/DOMWindowIntents.idl',
    11521153            'Modules/intents/Intent.idl',
    11531154            'Modules/intents/IntentResultCallback.idl',
  • trunk/Source/WebCore/page/DOMWindow.idl

    r104654 r104748  
    603603        attribute [EnabledAtRuntime=webkitVideoTrack] TrackEventConstructor TrackEvent;
    604604#endif
    605 
    606         attribute [Conditional=WEB_INTENTS] IntentConstructor Intent; // Usable with the new operator
    607605
    608606        attribute DOMPluginConstructor Plugin;
Note: See TracChangeset for help on using the changeset viewer.