summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
Commit message (Collapse)AuthorAgeFilesLines
* Merge 143893 - [Mac] Add blocked content bubble for mixed script.cevans@chromium.org2012-07-102-39/+1912
| | | | | | | | | | | | | | | | See http://www.dropmocks.com/mBjqqZ for a screenshot. XIB changes to ContentBlockedPlugins.xib: renamed |loadAllPluginsButton_| outlet to |loadButton_| and loadAllPlugins: action to load:. BUG=134060 TEST=go to https://yogscast.com/showthread.php?64107-quot-This-page-has-insecure-content-quot, click on shield icon in omnibox; bubble should look like in the screenshot. Review URL: https://chromiumcodereview.appspot.com/10626018 TBR=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700142 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@145914 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 144867 - mac: Don't reference nav.pdf from TabView.xibthakis@chromium.org2012-07-031-11/+3
| | | | | | | | | | | | | | | | Also remove nav.pdf xib change: Change "Image" property from "nav" to empty string. BUG=135060 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/10692036 TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@145339 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Update one-click signin bubble on OS Xakalin@chromium.org2012-06-161-107/+248
| | | | | | | | | | | | | | | | Remove "Learn more" link and add "Undo" button. Also use correct bubble text resource on Linux. BUG=125253 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142454 Review URL: https://chromiumcodereview.appspot.com/10540137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142613 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r142454 "[Sync] Update one-click signin bubble on OS X"oshima@chromium.org2012-06-161-248/+107
| | | | | | | | | | | | | | Remove "Learn more" link and add "Undo" button. Also use correct bubble text resource on Linux. TBR=akalin@chromium.org BUG=125253 TEST= Review URL: https://chromiumcodereview.appspot.com/10560025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142600 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Update one-click signin bubble on OS Xakalin@chromium.org2012-06-151-107/+248
| | | | | | | | | | | | | | Remove "Learn more" link and add "Undo" button. Also use correct bubble text resource on Linux. BUG=125253 TEST= Review URL: https://chromiumcodereview.appspot.com/10540137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142454 0039d316-1c4b-4281-b951-d872f2087c98
* Update the panels titlebar look on Mac (color and button size tweak)dimich@chromium.org2012-06-131-3/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10536132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141831 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Update menu item command IDs in MainMenu.xib.derat@chromium.org2012-06-121-2/+2
| | | | | | | | | | | | | I renumbered some command IDs in r141609 but neglected to update the references to them in the NIB file. BUG=132322 TEST=none (grep for renumbered IDs in chrome/app/nibs and checked that they're correct) Review URL: https://chromiumcodereview.appspot.com/10533117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141774 0039d316-1c4b-4281-b951-d872f2087c98
* Change the visual treatment of panels titlebar on OSX per new UI design.dimich@chromium.org2012-06-011-6/+75
| | | | | | | | This introduces the behavior when closing the last panel will bring the existing Chrome window to the top. This happens because the 'close' button used is not the standard OSX close button which OSX knows in the face. The workaround to prevent this is coming in a separate patch. Review URL: https://chromiumcodereview.appspot.com/10449104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139970 0039d316-1c4b-4281-b951-d872f2087c98
* XIB change to enable restore button in Panel titlebar so that clicking on it ↵jennb@chromium.org2012-05-031-2/+2
| | | | | | | | | | | works. BUG=None TEST=Used log msg to verify restore button's click handler is now called. Review URL: https://chromiumcodereview.appspot.com/10358015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135180 0039d316-1c4b-4281-b951-d872f2087c98
* Add key modifier on minimize/restore button click to minimize/restore all ↵jennb@chromium.org2012-04-271-3/+1
| | | | | | | | | | | | | Panels for Mac. Panel.xib changed to remove animation layer for minimize and restore buttons. Bad 'copy-paste' from wrench menu button. Gets rid of kCGError warnings when running interactive_ui_tests. BUG=123176 TEST=new test added. Review URL: https://chromiumcodereview.appspot.com/10173035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134295 0039d316-1c4b-4281-b951-d872f2087c98
* Add explicit minimize/restore buttons to titlebar for Mac Panels.jennb@chromium.org2012-04-251-13/+213
| | | | | | | | | | | | Panel.xib modified to add new minimize and restore buttons to the titlebar. Also cleaned up warning about titlebar overlay view being clipped by superview. BUG=123176 TEST=Enabled tests that check these buttons for Mac. Review URL: https://chromiumcodereview.appspot.com/10134065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134002 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wrench button from panel.jianli@chromium.org2012-04-171-182/+21
| | | | | | | | | | | Panel.xib has been changed for the purpose of removing wrench button. BUG=123182 TEST=existing tests and manual test to verify that the wrench button is gone Review URL: http://codereview.chromium.org/9956145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132551 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile warnings in Panel.xibdimich@chromium.org2012-04-031-39/+60
| | | | | | | | | | | | | | | | | XIB changes: - removed "Single Line" attribute from NSTextField (we don't need it since we set NSTextField to Layout:Truncate, LineBreaks:TruncateTail in IB so it does not wrap/scroll) - removed obsolete outlets that do not exist in the code - removed autosizing masks for controls we layout from code anyways Moved PanelWindowCocoaImpl declaration into .h file so the IB can see it. The XIB now compiles w/o warnings and the layout code is more consistent (all controls are laid out in the similar way in code) BUG=120539 Review URL: http://codereview.chromium.org/9969025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130457 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Instant opt-in promo.sreeram@chromium.org2012-04-031-1352/+0
| | | | | | | | | | | | | The Instant opt-in promo isn't being used currently, and there are no plans to use it in the future. Deletes all associated code, strings and resources. BUG=116889 TEST=none Review URL: http://codereview.chromium.org/9963039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130289 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old about window for MacChrome.csilv@chromium.org2012-03-281-2185/+0
| | | | | | | BUG=119389 Review URL: https://chromiumcodereview.appspot.com/9873015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129519 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] [Mac] Implement one-click signin bubble for OS Xakalin@chromium.org2012-03-281-0/+1412
| | | | | | | | | | | | | | Add new class OneClickSigninBubbleController. Factor out logic from views implementation of one-click bubble so that both it and OneClickSigninBubbleController can behave similarly. BUG=117899,116685 TEST=On OSX, with a clean profile, sign into GMail. The one-click infobar should pop up, clicking "OK, sync" should bring up the one-click dialog, and confirming should bring up the bubble by the wrench menu. Review URL: https://chromiumcodereview.appspot.com/9863032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129421 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] [Mac] Tweak OneClickSigninDialog nibakalin@chromium.org2012-03-281-3/+35
| | | | | | | | | | | | | | Make 'Enter' press the 'Start Syncing' button. Define the tab order Cancel -> Start Syncing -> (use defaults checkbox) -> Cancel. BUG=117899,116685 TEST= Review URL: https://chromiumcodereview.appspot.com/9866048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129366 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129359 - [Sync] [Mac] Tweak OneClickSigninDialog nibakalin@chromium.org2012-03-281-35/+3
| | | | | | | | | | | | | | | | | | | Accidentally checked in some debug code. Make 'Enter' press the 'Start Syncing' button. Define the tab order Cancel -> Start Syncing -> (use defaults checkbox) -> Cancel. BUG=117899,116685 TEST= Review URL: https://chromiumcodereview.appspot.com/9866048 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/9791053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129364 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] [Mac] Tweak OneClickSigninDialog nibakalin@chromium.org2012-03-281-3/+35
| | | | | | | | | | | | | | Make 'Enter' press the 'Start Syncing' button. Define the tab order Cancel -> Start Syncing -> (use defaults checkbox) -> Cancel. BUG=117899,116685 TEST= Review URL: https://chromiumcodereview.appspot.com/9866048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129359 0039d316-1c4b-4281-b951-d872f2087c98
* Make Mac panels to activate on mousedown in detached mode.dimich@chromium.org2012-03-271-41/+36
| | | | | | | | | | | | This is to make behavior of detached panels more in line with user expectations on a free-floating windows. It also prevents the drag of non-activated panels across other windows, with a panel getting behind of it and invisible. XIB change is to change the type of overlay view on top of the Titlebar. BUG=120340 Review URL: https://chromiumcodereview.appspot.com/9836101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129142 0039d316-1c4b-4281-b951-d872f2087c98
* Add Chrome To Mobile Mac page action and bubble.msw@chromium.org2012-03-271-0/+1855
| | | | | | | | | | | | | | | | | | | Implements the Chrome To Mobile extension in Chrome. Consume ChromeToMobileService with new UI as in: Views: http://codereview.chromium.org/9443007/ +follow-ups. GTK: http://codereview.chromium.org/9689087/ Add a page action icon when the service reports 1+ devices. Show a bubble to send the current page URL / MHTML snapshot. Add unit tests for controller/bridge/bubble functionality. BUG=102709 TEST=Chrome To Mobile Mac UI works as expected :) Review URL: https://chromiumcodereview.appspot.com/9794018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129119 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Implement Mac-specific UI for one-click signinakalin@chromium.org2012-03-221-0/+1365
| | | | | | | | | | | | | | | Enable one-click signin on OS X. Build Cocoa version of one-click signin dialog. Refactor one-click signin code to make it easier to unit test. BUG=116685 TEST=On OSX, with a clean profile, sign into GMail. The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog. Review URL: https://chromiumcodereview.appspot.com/9753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128126 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Make BookmarkBubbleController is-a BaseBubbleController.rsesek@chromium.org2012-03-161-17/+29
| | | | | | | | | | | | | | XIB changes: * Update the base class for BookmarkBubbleController to reflect new outlet location. BUG=116179 TEST=Click the star icon in the omnibox. You can edit bookmarks. TEST=Covered by unit tests. Review URL: http://codereview.chromium.org/9703084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127200 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Make ExtensionInstalledBubbleController is-a BaseBubbleController.rsesek@chromium.org2012-03-152-405/+168
| | | | | | | | | | | | | | | | XIB changes: * Change ExtensionInstalledBubbleController to have BaseBubbleController as a parent class. * Set the bubble_ outlet on the new base class and delete infoBubbleView_. BUG=36366 TEST=Install an extension with a browser action. Bubble appears at browser action and behaves as before. TEST=Install bundled extensions and make sure the bubble appears at the wrench menu. TEST=Install an omnibox keyword extension and bubble appears at the lock icon. Review URL: http://codereview.chromium.org/9705038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126919 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Remove duplicate reference to object 198763083 ("Import Bookmarks and ↵thakis@chromium.org2012-03-141-1/+0
| | | | | | | | | | | | | | Settings") Xcode 4's ibtool warns about this. I just removed the duplicate line with vim. The menu item still seems to work fine. BUG=none TEST=none Review URL: http://codereview.chromium.org/9692066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126581 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Fix "warning: generate_localizer didn't find any resource strings"thakis@chromium.org2012-03-101-134/+0
| | | | | | | | | | | | | xib changes: Deleted GTMUILocalizerAndLayoutTweaker and ChromeUILocalizer objects. BUG=none TEST=chrome --apps-gallery-url="http://www.corp.google.com" Then verify the UI when installing the bundle at http://www.corp.google.com/~jstritar/bundle.html still looks ok. Review URL: http://codereview.chromium.org/9669010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126030 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Update superclass of BrowserCrApplication to NSApplicationthakis@chromium.org2012-03-101-1/+1
| | | | | | | | | | | | | | This changed in the source a while ago. xib changes: Manually replaced CrApplication with NSApplication in a text editor. BUG=none TEST=ibtool no longer complains about missing -delegate and -terminate: methods when building MainMenu.xib Review URL: http://codereview.chromium.org/9669022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126016 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed speech recognition code in preparation for introducing a new speech ↵primiano@chromium.org2012-03-071-3/+3
| | | | | | | | | | | | | | | implementation. - The general-purpose speech recognition classes (that will be needed also by future code) have been renamed to SpeechRecognition*; - The IPC Messages and dispatcher(host) classes that are only related to the current input tag (x-webkit-speech) support have been renamed to InputTagSpeech*; - The namespace has been renamed from speech_input to speech; BUG=116954 TEST= Review URL: https://chromiumcodereview.appspot.com/9568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125378 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mac interface for installing bundles of extensions.jstritar@chromium.org2012-03-052-0/+3227
| | | | | | | | | | BUG=112096 TEST=chrome --apps-gallery-url="http://www.corp.google.com" Then verify the UI when installing the bundle at http://www.corp.google.com/~jstritar/bundle.html. Review URL: http://codereview.chromium.org/9460045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124994 0039d316-1c4b-4281-b951-d872f2087c98
* Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS.atwilson@chromium.org2012-02-251-1/+1
| | | | | | | | | | | | | | | | | | Changed calls to ShowLoginDialog() to go through LoginUIService() instead. Also noticed that IDC_SYNC_BOOKMARKS has been superceded by IDC_SHOW_SYNC_SETUP so changed the remaining uses over so we only have to maintain a single UI flow. Modified MainMenu.xib to generate IDC_SHOW_SYNC_SETUP instead of IDC_SYNC_BOOKMARKS when the user clicks on the menu item. TBR=jhawkins (for new_tab_page_sync_handler.cc which I believe is obsolete/unused) BUG=111859 TEST=bring up login via wrench/app menu. Review URL: http://codereview.chromium.org/9456031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123610 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the Create Application Shortcut... menu itemsail@chromium.org2012-02-071-39/+3
| | | | | | | | | | | | | | | This menu item is always disabled. Remove it. xib changes: removed the menu item from the File menu Note, jeremy@ and I are working on apps for Mac so hopefully we'll add a working implementation. BUG=13148 TEST= Review URL: http://codereview.chromium.org/9345004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120734 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the title from the About window.mark@chromium.org2012-02-061-1/+1
| | | | | | | | | | | | Mac OS X Human Interface Guidelines, UI Element Guidelines: Windows/Panels/ About Windows, https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AppleHIGuidelines/Windows/Windows.html#//apple_ref/doc/uid/20000961-TPXREF18 BUG=111602 Test=Chrome:About Google Chrome should produce a title-less About window. Review URL: https://chromiumcodereview.appspot.com/9333012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120600 0039d316-1c4b-4281-b951-d872f2087c98
* Make change button in first run bubble not be defaultsail@chromium.org2012-02-011-4/+4
| | | | | | | | | | | | xib changes: Cleared the "Key Equiv" field from the Change button. BUG=112204 TEST= Review URL: http://codereview.chromium.org/9307017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120002 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the first-run search engine dialog/ballot.msw@chromium.org2012-01-261-1391/+0
| | | | | | | | | | | | | | | | | | | No changes to the Gtk and Mac first-run (reporting & default browser) dialog. Tested optionally with GYP_DEFINES="branding=Chrome" and "--first-run --organic". Chromium (all platforms): Shows the browser window directly (no dialog). Chrome (Windows): Shows the browser window directly (no dialog). Chrome (Linux and Mac): Shows the first-run (reporting & default browser) dialog before the browser window. TODO(msw): Close crbug.com/111062 for removed test. TODO(msw): Remove search engine icon/image resources (TemplateURL::logo_id_). BUG=107005 TEST=No more standalone search engine selection dialog/ballot, Gtk and Mac first-run dialog works as before. Review URL: http://codereview.chromium.org/9285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119189 0039d316-1c4b-4281-b951-d872f2087c98
* Better fix for Lion dictionary popover cmd-W bug.asvitkine@chromium.org2012-01-182-69/+9
| | | | | | | | | | | | | | | | | | This reverts http://crrev.com/117681 and http://crrev.com/104931 and instead uses new 10.7 notifications to change the shortcuts on Close Tab and Close Window items, so that cmd-W does a "Close Window" when the dictionary is open. The above is also how Safari appears to solve this issue, as can be seen by going to the File menu when the dictionary popover is up. BUG=104931, 110306, 109061 TEST=1. Open a tab and double 3-finger tap on a word to bring up the dictionary popup. Hit cmd-W. The popup should close but the tab should stay open. Hit cmd-W again. The tab should close. 2. Try cmd-shift-W with > 1 tab open. The window should close. 3. Open a window that doesn't have tabs (e.g. Chrome -> About Chrome). File -> Close Tab should be disabled. Review URL: http://codereview.chromium.org/9230011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118131 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the new first run bubble, clean up old bubbles.msw@chromium.org2012-01-121-15/+155
| | | | | | | | | | | | | | | | | | | Remove large/minimal/oem bubble types, use a single bubble. Update strings, remove unused code, add Change link/button. Point Change link to chrome://settings/searchEngines for now. Old string: "Search using Google from right here" New string: "You can search from here with Google!" New link/button text: "Change" Mac xib changes: Add 'Change' button, widen bubble to fit. BUG=107005 TEST=First run search engine bubble now says "You can search from here with Google!" TBR=pkasting Review URL: http://codereview.chromium.org/9016036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117521 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor and fix feedbackrkc@chromium.org2012-01-061-2030/+0
| | | | | | | | | | | | | | | | | | | | | This CL does the following things, .) Removes user-facing categories from the UI completely. .) Changes categories that are still used (Autofill for example) use category tags instead of the category enum (which has been deprecated) .) Updates the protocol buffers .) Refactors the code to change bug report to feedback and re-organizes the file naming/layout .) Cleans up the unused feedback strings, files and code .) Cleans up the code at a few places .) Makes a few UI changes to get closer to the mock given in chromium:98738 This seems like a really huge CL but in reality it just just a couple of hundred lines of 'code' changes; a lot of this is just code being deleted BUG=chromium:98738 TEST=Tested sending reports. Review URL: http://codereview.chromium.org/9006003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116598 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Lion dictionary popup staying after tab-close via cmd-W.asvitkine@chromium.org2012-01-032-9/+69
| | | | | | | | | | | | | | | | | This was caused by the close menu item not sending a -[performClose:], which was what the popup was looking for. Adds some unit tests and refactors some code to make it more testable. BUG=104931 TEST=Open a tab and double 3-finger tap on a word to bring up the dictionary popup. Hit cmd-W. The popup should close but they tab should stay open. Hit cmd-W again. The tab should close. Try cmd-shift-W with > 1 tab open. The window should close. Review URL: http://codereview.chromium.org/9026016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116144 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Show navigational history in the History menu, rather than most visited.rsesek@chromium.org2011-12-201-23/+13
| | | | | | | | | | | | | | XIB changes: * Move visited below recently closed. * Update menu item tags to match .h. BUG=62111 TEST=Navigate to three sites and they all appear in the History menu under "Recently Visited". Selecting one navigates to that site. Review URL: http://codereview.chromium.org/9005012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115167 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark name inputs should only allow single-line inputkushi.p@gmail.com2011-12-031-7/+33
| | | | | | | | | | | | - both BookmarkBubble and BookmarkEditor now use single-line input for their names - update nib to use IBOutlet to call the NSCell off of the NSTextField BUG=100618 Review URL: http://codereview.chromium.org/8775042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112846 0039d316-1c4b-4281-b951-d872f2087c98
* Panels: Visual refresh of titlebar on OSX.dimich@chromium.org2011-11-291-17/+23
| | | | | | | | | | | | | | | | | | | | Changes: - with default theme, panels use system-like colors for active/inactive state - DrawAttention uses system highlight color with semitransparent gradient to make it more 3D-looking - Title text uses bold system font and NSBackgroundStyleRaised - Title and favicon are semitransparent for inactive window - changed color of divider line - removed clip of wrench icon Updated design mocks provided in http://crbug.com/104635 XIB change aligns Wrench view to avoid clipping of the wrench. BUG=105223,104657,104635 TEST=visual only Review URL: http://codereview.chromium.org/8729017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112029 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore button mouse enter for new tab buttonadinardi@chromium.org2011-11-191-1/+1
| | | | | | | | | | | | | | | The new tab button mouse enter is handled in the tab strip controller to ensure an accurate hover indication (the button is an odd shape). XIB Changes: Update the new tab button's cell class to the new NewTabButtonCell. BUG=104326 TEST=Hover over the new tab button, it should light up. Hover slightly to the right of it, it shouldn't light up. Review URL: http://codereview.chromium.org/8566036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110849 0039d316-1c4b-4281-b951-d872f2087c98
* Cocoa: Fix clipping issue in search engine protectorsail@chromium.org2011-11-151-15/+62
| | | | | | | | | | | | GlobalErrorBubble.xib Changes: Hooked up the new layoutTweaker_ and buttonContainer_ outlet. Made the GTMWidthBasedTweaker slightly wider so that if the bubble was expanded there would be some extra padding on the left side. BUG=100854 TEST=Hard coded some long titles for the accept and cancel buttons. Verified that they were no longer clipped. Hard coded short titles and verified that the buttons looked the same as before. Review URL: http://codereview.chromium.org/8447014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110161 0039d316-1c4b-4281-b951-d872f2087c98
* Make the shadow for the fullscreen exit bubble for mac more prominent.koz@chromium.org2011-11-151-182/+230
| | | | | | | | | | xib changes: Add padding to the sides of the view to accommodate rendering a thick shadow around the edges of the fullscreen exit bubble. BUG=100879 Review URL: http://codereview.chromium.org/8425007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109991 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa/bookmarks: In 'Edit Bookmark' dialog change from [OK] to [Save].tfarina@chromium.org2011-11-031-1/+1
| | | | | | | | | | BUG=20053 TEST=see bug R=thakis@chromium.org,rsesek@chromium.org Review URL: http://codereview.chromium.org/8334029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108521 0039d316-1c4b-4281-b951-d872f2087c98
* Implement 'deactivate' for OSX Panels,dimich@chromium.org2011-10-221-14/+862
| | | | | | | | | | | | | | change minimize/restore/onBecomeKey logic to not use timer, make Panel bounds animations faster on Mac. XIB file change: adds a transparent NSView (BalloonOverlayViewCocoa) on top of Panel's titlebar to receive mouse clicks and prevent system from activating the Panel when we only want to minimize it by clicking the title. BUG=100388,99275,99407 TEST=same passing Review URL: http://codereview.chromium.org/8360017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106832 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Fullscreen bubble xib tweaks.thakis@chromium.org2011-10-171-12/+12
| | | | | | | | | | | | | * Rename IDS_FULLSCREEN_INFOBAR_ALLOW -> IDS_FULLSCREEN_ALLOW * Rename IDS_FULLSCREEN_INFOBAR_DENY -> IDS_FULLSCREEN_EXIT_FULLSCREEN * Swap order of the buttons so that the affirmative action is on the right BUG=100578 TEST=go per-tab fullscreen, note new button order Review URL: http://codereview.chromium.org/8317026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105967 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Rebuild the wrench menu each time it is opened.rsesek@chromium.org2011-10-172-805/+1100
| | | | | | | | | | | | XIB Changes: * Moved custom views for the wrench menu items from Toolbar.xib to WrenchMenu.xib. BUG=96608 TEST=Wrench menu works the same as before. Review URL: http://codereview.chromium.org/8289014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105838 0039d316-1c4b-4281-b951-d872f2087c98
* Add a contextual menu command for 'Paste and plain text' (or 'Paste and ↵csilv@chromium.org2011-10-161-30/+29
| | | | | | | | | | | | | Match Style' on Mac) MainMenu.xib details: - Change 'Paste and Match Style' to send the pasteAndMatchStyle: message. BUG=25238 TEST=In an editable field on a web page, right-click to 'Paste as plain text'. Review URL: http://codereview.chromium.org/8234006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105710 0039d316-1c4b-4281-b951-d872f2087c98
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-167/+631
| | | | | | | | | | | | | | | | When a site enters fullscreen a bubble should appear, both to give the user the option to exit fullscreen and to inform them that the site has entered fullscreen. This patch implements that behaviour on Windows and Mac. XIB changes: (FullScreenExitBubble.xib) * Added explanatory text field. * Added "allow" and "deny" buttons. * Changed from View into Window. BUG=73923 TEST= Review URL: http://codereview.chromium.org/7740044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105649 0039d316-1c4b-4281-b951-d872f2087c98