Changeset 172715 in webkit


Ignore:
Timestamp:
Aug 18, 2014 11:55:19 AM (10 years ago)
Author:
Simon Fraser
Message:

Enable Web Inspector in MiniBrowser WK2 windows
https://bugs.webkit.org/show_bug.cgi?id=136045

Reviewed by Tim Horton.

Set the pref to enable developer extras for all WK2 windows.

  • MiniBrowser/mac/WK2BrowserWindowController.m:

(-[WK2BrowserWindowController awakeFromNib]):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r172701 r172715  
     12014-08-18  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Enable Web Inspector in MiniBrowser WK2 windows
     4        https://bugs.webkit.org/show_bug.cgi?id=136045
     5
     6        Reviewed by Tim Horton.
     7       
     8        Set the pref to enable developer extras for all WK2 windows.
     9
     10        * MiniBrowser/mac/WK2BrowserWindowController.m:
     11        (-[WK2BrowserWindowController awakeFromNib]):
     12
    1132014-08-18  Renato Nagy  <nagy.renato@stud.u-szeged.hu>
    214
  • trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m

    r171926 r172715  
    5454        configuration = [[WKWebViewConfiguration alloc] init];
    5555        configuration.preferences._fullScreenEnabled = YES;
     56        configuration.preferences._developerExtrasEnabled = YES;
    5657    }
    5758    _webView = [[WKWebView alloc] initWithFrame:[containerView bounds] configuration:configuration];
Note: See TracChangeset for help on using the changeset viewer.