Changeset 170305 in webkit


Ignore:
Timestamp:
Jun 23, 2014 12:00:30 PM (10 years ago)
Author:
Simon Fraser
Message:

Enable the Web Inspector in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=134148

Reviewed by Joseph Pecoraro.

Set the pref to enable Web Inspector in both WK1 and WK2 windows.

  • MiniBrowser/mac/AppDelegate.m:

(-[BrowserAppDelegate applicationDidFinishLaunching:]):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r170260 r170305  
     12014-06-23  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Enable the Web Inspector in MiniBrowser
     4        https://bugs.webkit.org/show_bug.cgi?id=134148
     5
     6        Reviewed by Joseph Pecoraro.
     7       
     8        Set the pref to enable Web Inspector in both WK1 and WK2 windows.
     9
     10        * MiniBrowser/mac/AppDelegate.m:
     11        (-[BrowserAppDelegate applicationDidFinishLaunching:]):
     12
    1132014-06-21  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    214
  • trunk/Tools/MiniBrowser/mac/AppDelegate.m

    r170194 r170305  
    8989
    9090    [self _updateNewWindowKeyEquivalents];
     91   
     92    [[NSUserDefaults standardUserDefaults] setBool:@YES forKey:@"WebKitDeveloperExtrasEnabled"];
    9193    [self newWindow:self];
    9294}
Note: See TracChangeset for help on using the changeset viewer.