Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: chrome/app/nibs/MainMenu.xib

Issue 1681863005: Added the "Show as Tab" option for popups on OSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none"> 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none">
3 <dependencies> 3 <dependencies>
4 <deployment version="1060" defaultVersion="1060" identifier="macosx"/> 4 <deployment version="1060" defaultVersion="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/> 5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
7 </dependencies> 7 </dependencies>
8 <objects> 8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="BrowserCrApp lication"/> 9 <customObject id="-2" userLabel="File's Owner" customClass="BrowserCrApp lication"/>
10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/> 10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 <connections> 485 <connections>
486 <action selector="commandDispatch:" target=" -1" id="529"/> 486 <action selector="commandDispatch:" target=" -1" id="529"/>
487 </connections> 487 </connections>
488 </menuItem> 488 </menuItem>
489 <menuItem title="^IDS_PREV_TAB_MAC" tag="34017" keyE quivalent="" id="454"> 489 <menuItem title="^IDS_PREV_TAB_MAC" tag="34017" keyE quivalent="" id="454">
490 <modifierMask key="keyEquivalentModifierMask" op tion="YES" command="YES"/> 490 <modifierMask key="keyEquivalentModifierMask" op tion="YES" command="YES"/>
491 <connections> 491 <connections>
492 <action selector="commandDispatch:" target=" -1" id="530"/> 492 <action selector="commandDispatch:" target=" -1" id="530"/>
493 </connections> 493 </connections>
494 </menuItem> 494 </menuItem>
495 <menuItem title="^IDS_SHOW_AS_TAB" tag="34029" id="4 70">
496 <connections>
497 <action selector="commandDispatch:" target=" -1" id="559"/>
498 </connections>
499 </menuItem>
495 <menuItem isSeparatorItem="YES" id="551"/> 500 <menuItem isSeparatorItem="YES" id="551"/>
496 <menuItem title="^IDS_SHOW_DOWNLOADS_MAC" tag="40012 " keyEquivalent="J" id="550"> 501 <menuItem title="^IDS_SHOW_DOWNLOADS_MAC" tag="40012 " keyEquivalent="J" id="550">
497 <connections> 502 <connections>
498 <action selector="commandDispatch:" target=" -1" id="552"/> 503 <action selector="commandDispatch:" target=" -1" id="552"/>
499 </connections> 504 </connections>
500 </menuItem> 505 </menuItem>
501 <menuItem title="^IDS_SHOW_EXTENSIONS_MAC" tag="4002 2" id="660"> 506 <menuItem title="^IDS_SHOW_EXTENSIONS_MAC" tag="4002 2" id="660">
502 <modifierMask key="keyEquivalentModifierMask"/> 507 <modifierMask key="keyEquivalentModifierMask"/>
503 <connections> 508 <connections>
504 <action selector="commandDispatch:" target=" -1" id="661"/> 509 <action selector="commandDispatch:" target=" -1" id="661"/>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 </customObject> 556 </customObject>
552 <customObject id="483" customClass="AppController"> 557 <customObject id="483" customClass="AppController">
553 <connections> 558 <connections>
554 <outlet property="closeTabMenuItem_" destination="450" id="623"/ > 559 <outlet property="closeTabMenuItem_" destination="450" id="623"/ >
555 <outlet property="closeWindowMenuItem_" destination="73" id="622 "/> 560 <outlet property="closeWindowMenuItem_" destination="73" id="622 "/>
556 <outlet property="helpMenu_" destination="106" id="667"/> 561 <outlet property="helpMenu_" destination="106" id="667"/>
557 </connections> 562 </connections>
558 </customObject> 563 </customObject>
559 </objects> 564 </objects>
560 </document> 565 </document>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698