summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Status bubbles should wait before showing and hiding, and should fade in andmark@chromium.org2009-10-123-56/+665
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-3/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-128-0/+9
* Fix for the bookmark_bar which got ignored in my earlierdmaclach@chromium.org2009-10-121-2/+4
* Add a learn more hyper link button to the privacy settings area of under the ...thomasvl@chromium.org2009-10-122-0/+9
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-2/+2
* Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes andamanda@chromium.org2009-10-111-2/+2
* Change back from using NSRectFillWithOperation to plain NSRectFilldmaclach@chromium.org2009-10-101-1/+1
* Add EV certificate text to the Mac location barhawk@chromium.org2009-10-095-17/+132
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-0925-342/+835
* Fix the problem that files cannot be dropped on the input widget on the Mac.jianli@chromium.org2009-10-091-1/+16
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Mac: Theme the bookmark bar on the new tab page.erg@chromium.org2009-10-096-27/+259
* Make sure we call orderOut: before calling performClose:. This ensures the wi...pinkerton@chromium.org2009-10-092-2/+10
* Remove the preference localizer class.thomasvl@chromium.org2009-10-092-46/+0
* Support cmd-left/right for history.thakis@chromium.org2009-10-092-2/+40
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-083-5/+8
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-081-2/+2
* Hung Renderer dialog should dismiss with "Wait" for Enter or Escmark@chromium.org2009-10-084-4/+83
* [Mac] Enable "Edit Search Engines" in Omnibox context menu.shess@chromium.org2009-10-088-23/+201
* Mac: Resize status bubble when window is resized.viettrungluu@chromium.org2009-10-086-9/+86
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-1/+3
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-082-10/+4
* Add about:memory link to task manager.thakis@chromium.org2009-10-082-1/+6
* Use more images from the pak filesthomasvl@chromium.org2009-10-085-1/+23
* Remove auto-open files from the download shelf on auto-open. This is the Mac ...avi@chromium.org2009-10-081-0/+4
* [Mac] Window titles for Expose.shess@chromium.org2009-10-088-41/+216
* Revert "[Mac] Window titles for Expose."shess@chromium.org2009-10-088-216/+41
* [Mac] Window titles for Expose.shess@chromium.org2009-10-078-41/+216
* Back out r28284 (backout of r28260), it did not cause the perf regression.mark@chromium.org2009-10-071-2/+9
* Follow up to r242162 to properly animate between prefs panes.thomasvl@chromium.org2009-10-072-19/+109
* Try backing out r28260 to see if it caused the Mac startup test perf regressionmark@chromium.org2009-10-071-9/+2
* Mac: Hide the bookmark bar in popup windows.erg@chromium.org2009-10-072-1/+14
* Move all resources into the framework.mark@chromium.org2009-10-072-2/+8
* Fix up URIs of drags from the filesystem to allow them to be successfully dro...pinkerton@chromium.org2009-10-071-2/+9
* Mac: Find bar should be drawn on top of all other toolbars.erg@chromium.org2009-10-072-1/+28
* [Mac] Use OCMock in autocomplete_text_field_unittest.mm.shess@chromium.org2009-10-072-63/+43
* [Mac] Add icons to the search engine editorrsesek@chromium.org2009-10-072-13/+115
* Let fn-left/right in find bar scroll to end of page.thakis@chromium.org2009-10-071-1/+6
* First step in l10n for the prefs window.thomasvl@chromium.org2009-10-072-7/+106
* [Mac] Show the page info window after clicking the security icon in the URL barrsesek@chromium.org2009-10-077-15/+86
* Add NULL-checks to render_view_host->view() to fix startup test crash.mpcomplete@chromium.org2009-10-071-1/+1
* Fix a regression with setting the toolstrip background.mpcomplete@chromium.org2009-10-062-1/+21
* External protocol dialog support for the Mac.avi@chromium.org2009-10-062-0/+167
* Make EditSearchEngineCocoaController adhere to NSWindowDelegatemark@chromium.org2009-10-061-1/+3
* Mac: Fix crash while dragging a tab alone in a window.viettrungluu@chromium.org2009-10-062-1/+13
* Mac: Implements the special bookmark bar on NTP.erg@chromium.org2009-10-0617-191/+558
* Mac: Eliminate unintended "menu" method overrides.viettrungluu@chromium.org2009-10-059-53/+54
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-0511-100/+11
* [Mac] Insert views into the proper place in the view hierarchy when tearing o...rohitrao@chromium.org2009-10-053-28/+11