summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Attempt to fix ref-after-free problems with NSTableView dataSource.shess@chromium.org2009-12-103-17/+22
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-102-2/+66
* extensions: Properly use string16 for Unicode text.evan@chromium.org2009-12-091-2/+2
* Display channel after version in about box. Mac.jrg@chromium.org2009-12-091-0/+4
* Share the code that builds the page menu in a common model, make Mac and Win ...pinkerton@chromium.org2009-12-096-15/+432
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-7/+6
* Mac: add UMA calls for drag-and-drop of URLs on tab strip.viettrungluu@chromium.org2009-12-091-0/+2
* [Mac] Show group separators in the keyword editorrsesek@chromium.org2009-12-083-20/+167
* More cleanups.thakis@chromium.org2009-12-072-31/+32
* [Mac] Implement font and encoding settings in Under the Hood preferencesrsesek@chromium.org2009-12-075-0/+418
* Mac: fix problem with un-minimizing windows using the app icon in the Dock.viettrungluu@chromium.org2009-12-071-2/+4
* Some code cleanups.thakis@chromium.org2009-12-072-24/+24
* Mac: Make a stop-gap visual indicator for dropping URLs on the tab strip.viettrungluu@chromium.org2009-12-053-9/+84
* Mac: implement drag-and-drop of URLs to tabs/tab strip.viettrungluu@chromium.org2009-12-048-10/+359
* Don't bounce the downloads folder if the download was auto-removed (e.g. themes)avi@chromium.org2009-12-042-10/+8
* [Mac] Route edit-state messages via observer rather than delegate.shess@chromium.org2009-12-046-79/+213
* Mac: restore window size/position when hiding bookmark bar or download shelf.viettrungluu@chromium.org2009-12-043-34/+253
* Mac: remove hacky way the New Tab button is obtained from the nib.viettrungluu@chromium.org2009-12-044-10/+21
* Revert 33758 - Mac: remove hacky way the New Tab button is obtained from the ...viettrungluu@chromium.org2009-12-043-15/+6
* Mac: remove hacky way the New Tab button is obtained from the nib.viettrungluu@chromium.org2009-12-043-6/+15
* Created HtmlDialogTabContentsDelegate, which encapsulates the TabContentsDele...akalin@chromium.org2009-12-032-110/+14
* Remove the deprecated version of FixupURL and fix the callers.thakis@chromium.org2009-12-031-8/+7
* Cleanup: FIXME -> TODO, viettrungluu@gmail.com -> viettrungluu, remove whites...viettrungluu@chromium.org2009-12-038-13/+13
* Mac unit test: fix StatusBubbleMacTest.UpdateSizeAndPosition flakiness.viettrungluu@chromium.org2009-12-031-1/+14
* Makes 'Cancel' the default button for extension install/uninstall confirmatio...andybons@chromium.org2009-12-021-2/+9
* Fixes two problems caused by core animation race conditions. One involves cli...andybons@chromium.org2009-12-021-11/+24
* Mac: disable bookmark bar animation in toolbar-less windows.viettrungluu@chromium.org2009-12-011-1/+5
* Mac: allow bookmark bar buttons to be dragged as URLs.viettrungluu@chromium.org2009-12-017-44/+160
* Mac: change tab change notifications to pass full TabChangeType.viettrungluu@chromium.org2009-12-014-27/+24
* Clean up property name and add comment about thread-safety.pinkerton@chromium.org2009-12-013-6/+6
* Mac: minor cleanup for TabView.viettrungluu@chromium.org2009-12-012-23/+29
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-0/+6
* Disable BugReportWindowController tests.willchan@chromium.org2009-11-301-2/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-305-0/+6
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-305-6/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-305-0/+6
* Clear the target/action of the close button when the view goes into the closi...pinkerton@chromium.org2009-11-302-1/+12
* Mac: improve apparent z-order problems when switching Spaces.viettrungluu@chromium.org2009-11-303-12/+33
* In-application Keystone ticket promotion.mark@chromium.org2009-11-2813-53/+2029
* Mac: give visual feedback for bookmark button drags.viettrungluu@chromium.org2009-11-256-13/+151
* Mac: fix Esc-key cancellation of bookmark bar button drags.viettrungluu@chromium.org2009-11-252-8/+17
* Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...akalin@chromium.org2009-11-254-6/+6
* Allow the window to be moved when dragging on the incognito iconviettrungluu@chromium.org2009-11-241-2/+13
* Mac: make bookmark bar drag buttons prettier.viettrungluu@chromium.org2009-11-243-26/+138
* o Updates the browser action buttons when a tab is changed. This is needed fo...andybons@chromium.org2009-11-243-1/+17
* Switch theme loading to use its own string.avi@google.com2009-11-241-2/+1
* Mac: improve hover/clicked state appearance of bookmark bar buttons.viettrungluu@chromium.org2009-11-241-33/+56
* Fix to prevent selecting a popup menu item from crashing when the item is aut...avi@google.com2009-11-241-2/+5
* Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...akalin@chromium.org2009-11-245-142/+37
* Removed browser owned by HtmlDialogWindowController. This fixes the crashakalin@chromium.org2009-11-232-28/+48