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

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

Issue 546102: [Mac] Fix a crash in the cookies manager that was caused by an invalid selection. (Closed)
Patch Set: do'h Created 10 years, 11 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/cocoa/cookies_window_controller.h » ('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"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> 2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data> 3 <data>
4 <int key="IBDocument.SystemTarget">1050</int> 4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">10C540</string> 5 <string key="IBDocument.SystemVersion">10C540</string>
6 <string key="IBDocument.InterfaceBuilderVersion">740</string> 6 <string key="IBDocument.InterfaceBuilderVersion">740</string>
7 <string key="IBDocument.AppKitVersion">1038.25</string> 7 <string key="IBDocument.AppKitVersion">1038.25</string>
8 <string key="IBDocument.HIToolboxVersion">458.00</string> 8 <string key="IBDocument.HIToolboxVersion">458.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns"> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
11 <string key="NS.object.0">740</string> 11 <string key="NS.object.0">740</string>
12 </object> 12 </object>
13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> 13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
14 <bool key="EncodedWithXMLCoder">YES</bool> 14 <bool key="EncodedWithXMLCoder">YES</bool>
15 » » » <integer value="132"/> 15 » » » <integer value="130"/>
16 </object> 16 </object>
17 <object class="NSArray" key="IBDocument.PluginDependencies"> 17 <object class="NSArray" key="IBDocument.PluginDependencies">
18 <bool key="EncodedWithXMLCoder">YES</bool> 18 <bool key="EncodedWithXMLCoder">YES</bool>
19 <string>com.apple.InterfaceBuilder.CocoaPlugin</string> 19 <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
20 </object> 20 </object>
21 <object class="NSMutableDictionary" key="IBDocument.Metadata"> 21 <object class="NSMutableDictionary" key="IBDocument.Metadata">
22 <bool key="EncodedWithXMLCoder">YES</bool> 22 <bool key="EncodedWithXMLCoder">YES</bool>
23 <object class="NSArray" key="dict.sortedKeys" id="0"> 23 <object class="NSArray" key="dict.sortedKeys" id="0">
24 <bool key="EncodedWithXMLCoder">YES</bool> 24 <bool key="EncodedWithXMLCoder">YES</bool>
25 </object> 25 </object>
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 <object class="IBConnectionRecord"> 707 <object class="IBConnectionRecord">
708 <object class="IBOutletConnection" key=" connection"> 708 <object class="IBOutletConnection" key=" connection">
709 <string key="label">delegate</st ring> 709 <string key="label">delegate</st ring>
710 <reference key="source" ref="100 5"/> 710 <reference key="source" ref="100 5"/>
711 <reference key="destination" ref ="1001"/> 711 <reference key="destination" ref ="1001"/>
712 </object> 712 </object>
713 <int key="connectionID">106</int> 713 <int key="connectionID">106</int>
714 </object> 714 </object>
715 <object class="IBConnectionRecord"> 715 <object class="IBConnectionRecord">
716 <object class="IBBindingConnection" key= "connection"> 716 <object class="IBBindingConnection" key= "connection">
717 <string key="label">enabled: sel ectionIndexPath</string>
718 <reference key="source" ref="328 853880"/>
719 <reference key="destination" ref ="317796902"/>
720 <object class="NSNibBindingConne ctor" key="connector">
721 <reference key="NSSource " ref="328853880"/>
722 <reference key="NSDestin ation" ref="317796902"/>
723 <string key="NSLabel">en abled: selectionIndexPath</string>
724 <string key="NSBinding"> enabled</string>
725 <string key="NSKeyPath"> selectionIndexPath</string>
726 <object class="NSDiction ary" key="NSOptions">
727 <string key="NS. key.0">NSValueTransformerName</string>
728 <string key="NS. object.0">NSIsNotNil</string>
729 </object>
730 <int key="NSNibBindingCo nnectorVersion">2</int>
731 </object>
732 </object>
733 <int key="connectionID">126</int>
734 </object>
735 <object class="IBConnectionRecord">
736 <object class="IBBindingConnection" key= "connection">
737 <string key="label">enabled: arr angedObjects.count</string> 717 <string key="label">enabled: arr angedObjects.count</string>
738 <reference key="source" ref="153 456657"/> 718 <reference key="source" ref="153 456657"/>
739 <reference key="destination" ref ="317796902"/> 719 <reference key="destination" ref ="317796902"/>
740 <object class="NSNibBindingConne ctor" key="connector"> 720 <object class="NSNibBindingConne ctor" key="connector">
741 <reference key="NSSource " ref="153456657"/> 721 <reference key="NSSource " ref="153456657"/>
742 <reference key="NSDestin ation" ref="317796902"/> 722 <reference key="NSDestin ation" ref="317796902"/>
743 <string key="NSLabel">en abled: arrangedObjects.count</string> 723 <string key="NSLabel">en abled: arrangedObjects.count</string>
744 <string key="NSBinding"> enabled</string> 724 <string key="NSBinding"> enabled</string>
745 <string key="NSKeyPath"> arrangedObjects.count</string> 725 <string key="NSKeyPath"> arrangedObjects.count</string>
746 <int key="NSNibBindingCo nnectorVersion">2</int> 726 <int key="NSNibBindingCo nnectorVersion">2</int>
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 <string> ^IDS_COOKIES_COOKIE_NONESELECTED</string> 976 <string> ^IDS_COOKIES_COOKIE_NONESELECTED</string>
997 <string> ^IDS_COOKIES_COOKIE_NONESELECTED</string> 977 <string> ^IDS_COOKIES_COOKIE_NONESELECTED</string>
998 <boolean value="NO"/> 978 <boolean value="NO"/>
999 </object> 979 </object>
1000 </object> 980 </object>
1001 <int key="NSNibBindingCo nnectorVersion">2</int> 981 <int key="NSNibBindingCo nnectorVersion">2</int>
1002 </object> 982 </object>
1003 </object> 983 </object>
1004 <int key="connectionID">173</int> 984 <int key="connectionID">173</int>
1005 </object> 985 </object>
986 <object class="IBConnectionRecord">
987 <object class="IBBindingConnection" key= "connection">
988 <string key="label">enabled: rem oveButtonEnabled</string>
989 <reference key="source" ref="328 853880"/>
990 <reference key="destination" ref ="1001"/>
991 <object class="NSNibBindingConne ctor" key="connector">
992 <reference key="NSSource " ref="328853880"/>
993 <reference key="NSDestin ation" ref="1001"/>
994 <string key="NSLabel">en abled: removeButtonEnabled</string>
995 <string key="NSBinding"> enabled</string>
996 <string key="NSKeyPath"> removeButtonEnabled</string>
997 <int key="NSNibBindingCo nnectorVersion">2</int>
998 </object>
999 </object>
1000 <int key="connectionID">176</int>
1001 </object>
1006 </object> 1002 </object>
1007 <object class="IBMutableOrderedSet" key="objectRecords"> 1003 <object class="IBMutableOrderedSet" key="objectRecords">
1008 <object class="NSArray" key="orderedObjects"> 1004 <object class="NSArray" key="orderedObjects">
1009 <bool key="EncodedWithXMLCoder">YES</boo l> 1005 <bool key="EncodedWithXMLCoder">YES</boo l>
1010 <object class="IBObjectRecord"> 1006 <object class="IBObjectRecord">
1011 <int key="objectID">0</int> 1007 <int key="objectID">0</int>
1012 <reference key="object" ref="0"/ > 1008 <reference key="object" ref="0"/ >
1013 <reference key="children" ref="1 000"/> 1009 <reference key="children" ref="1 000"/>
1014 <nil key="parent"/> 1010 <nil key="parent"/>
1015 </object> 1011 </object>
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 </object> 1557 </object>
1562 <nil key="activeLocalization"/> 1558 <nil key="activeLocalization"/>
1563 <object class="NSMutableDictionary" key="localizations"> 1559 <object class="NSMutableDictionary" key="localizations">
1564 <bool key="EncodedWithXMLCoder">YES</bool> 1560 <bool key="EncodedWithXMLCoder">YES</bool>
1565 <reference key="dict.sortedKeys" ref="0"/> 1561 <reference key="dict.sortedKeys" ref="0"/>
1566 <object class="NSMutableArray" key="dict.values" > 1562 <object class="NSMutableArray" key="dict.values" >
1567 <bool key="EncodedWithXMLCoder">YES</boo l> 1563 <bool key="EncodedWithXMLCoder">YES</boo l>
1568 </object> 1564 </object>
1569 </object> 1565 </object>
1570 <nil key="sourceID"/> 1566 <nil key="sourceID"/>
1571 » » » <int key="maxID">173</int> 1567 » » » <int key="maxID">176</int>
1572 </object> 1568 </object>
1573 <object class="IBClassDescriber" key="IBDocument.Classes"> 1569 <object class="IBClassDescriber" key="IBDocument.Classes">
1574 <object class="NSMutableArray" key="referencedPartialCla ssDescriptions"> 1570 <object class="NSMutableArray" key="referencedPartialCla ssDescriptions">
1575 <bool key="EncodedWithXMLCoder">YES</bool> 1571 <bool key="EncodedWithXMLCoder">YES</bool>
1576 <object class="IBPartialClassDescription"> 1572 <object class="IBPartialClassDescription">
1577 <string key="className">ChromeUILocalize r</string> 1573 <string key="className">ChromeUILocalize r</string>
1578 <string key="superclassName">GTMUILocali zer</string> 1574 <string key="superclassName">GTMUILocali zer</string>
1579 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 1575 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1580 <string key="majorKey">IBProject Source</string> 1576 <string key="majorKey">IBProject Source</string>
1581 <string key="minorKey">browser/c ocoa/ui_localizer.h</string> 1577 <string key="minorKey">browser/c ocoa/ui_localizer.h</string>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 <string key="minorKey">browser/c ocoa/status_bubble_mac.h</string> 1685 <string key="minorKey">browser/c ocoa/status_bubble_mac.h</string>
1690 </object> 1686 </object>
1691 </object> 1687 </object>
1692 <object class="IBPartialClassDescription"> 1688 <object class="IBPartialClassDescription">
1693 <string key="className">NSObject</string > 1689 <string key="className">NSObject</string >
1694 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 1690 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1695 <string key="majorKey">IBProject Source</string> 1691 <string key="majorKey">IBProject Source</string>
1696 <string key="minorKey">browser/c ocoa/tab_strip_model_observer_bridge.h</string> 1692 <string key="minorKey">browser/c ocoa/tab_strip_model_observer_bridge.h</string>
1697 </object> 1693 </object>
1698 </object> 1694 </object>
1699 <object class="IBPartialClassDescription">
1700 <string key="className">NSWindow</string >
1701 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1702 <string key="majorKey">IBProject Source</string>
1703 <string key="minorKey">browser/c ocoa/nswindow_local_state.h</string>
1704 </object>
1705 </object>
1706 </object> 1695 </object>
1707 <object class="NSMutableArray" key="referencedPartialCla ssDescriptionsV3.2+"> 1696 <object class="NSMutableArray" key="referencedPartialCla ssDescriptionsV3.2+">
1708 <bool key="EncodedWithXMLCoder">YES</bool> 1697 <bool key="EncodedWithXMLCoder">YES</bool>
1709 <object class="IBPartialClassDescription"> 1698 <object class="IBPartialClassDescription">
1710 <string key="className">NSActionCell</st ring> 1699 <string key="className">NSActionCell</st ring>
1711 <string key="superclassName">NSCell</str ing> 1700 <string key="superclassName">NSCell</str ing>
1712 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 1701 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1713 <string key="majorKey">IBFramewo rkSource</string> 1702 <string key="majorKey">IBFramewo rkSource</string>
1714 <string key="minorKey">AppKit.fr amework/Headers/NSActionCell.h</string> 1703 <string key="minorKey">AppKit.fr amework/Headers/NSActionCell.h</string>
1715 </object> 1704 </object>
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 </object> 2436 </object>
2448 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies"> 2437 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies">
2449 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string> 2438 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string>
2450 <integer value="3000" key="NS.object.0"/> 2439 <integer value="3000" key="NS.object.0"/>
2451 </object> 2440 </object>
2452 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool> 2441 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
2453 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string> 2442 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string>
2454 <int key="IBDocument.defaultPropertyAccessControl">3</int> 2443 <int key="IBDocument.defaultPropertyAccessControl">3</int>
2455 </data> 2444 </data>
2456 </archive> 2445 </archive>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/cookies_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698