summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
Commit message (Expand)AuthorAgeFilesLines
* Implements the Page Info window on Mac.mark@chromium.org2009-06-171-0/+799
* Modifies the growbox behavior to be more Mac-like.rohitrao@chromium.org2009-06-091-3/+11
* Implement default search popup.pinkerton@chromium.org2009-06-091-171/+164
* Implement table for custom home pages at startup on Mac.pinkerton@chromium.org2009-06-051-44/+198
* Implemented a large chunk of the "user data" panel. Hooked the "under the hoo...pinkerton@chromium.org2009-06-031-191/+373
* Tweak first run UI.jeremy@chromium.org2009-06-011-15/+18
* Make default browser button wide enough for branded builds.pinkerton@chromium.org2009-05-291-28/+27
* Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...pinkerton@chromium.org2009-05-292-198/+585
* Initial stab at dialog for "clear browsing data". Needs some UI love from Col...pinkerton@chromium.org2009-05-271-0/+597
* Use correct branding on the "make default browser" button. Create a new local...pinkerton@chromium.org2009-05-271-11/+62
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-271-47/+35
* Implement temporary First Run Dialog on OS Xjeremy@chromium.org2009-05-211-0/+664
* About box development.jrg@chromium.org2009-05-202-10/+645
* Use GTM's l10n class to substitute the correctly branded string for "Quit Chr...pinkerton@chromium.org2009-05-201-16/+16
* Implement a status throbber on the mac, currently using the Win artwork. Made...pinkerton@chromium.org2009-05-191-84/+63
* Adjust size of location bar, update preference panels to new appearance.pinkerton@chromium.org2009-05-182-364/+864
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-21/+13
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-141-13/+21
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-21/+13
* Remove the "full screen" control as it's broken, the ui review hated it, and ...pinkerton@chromium.org2009-05-121-60/+5
* Hook up the View Source menu item in the mac port.rohitrao@chromium.org2009-05-081-8/+18
* Fix default browser info string to change text and color instead of hiding/sh...pinkerton@chromium.org2009-05-081-30/+54
* Changes tab titles to end in "..." rather than being cut off mid-letter.rohitrao@chromium.org2009-05-071-2/+2
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-061-68/+322
* Hook up full-page zoom menu items and fix that zoomed controls don't draw.thakis@chromium.org2009-05-051-2/+29
* Enables key view loop autorecalculation in the BrowserWindow on Mac. This fixesrohitrao@chromium.org2009-05-011-1/+1
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-301-1/+9
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-301-5/+24
* Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco...pinkerton@chromium.org2009-04-302-5/+3813
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-282-25/+30
* Add menu tag to View + Encoding menus.jeremy@chromium.org2009-04-271-1/+3
* Now that we have file dialogs, we might as well hook up "Open File" on the Mac.avi@google.com2009-04-271-1/+11
* Fill in a bunch of missing menu items: Stop, Reload, History, Downloads, Clea...pinkerton@chromium.org2009-04-271-8/+229
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-172-19/+543
* Add a Cocoa file picker.avi@google.com2009-04-141-0/+264
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-41/+5
* Put a focus ring on the url bar.pinkerton@chromium.org2009-04-091-37/+17
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-093-631/+765
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-8/+88
* Bookmark menu work. Notes:jrg@chromium.org2009-03-251-3/+4
* Implement focusing location bar with cmd-L on mac. Removes some more platform...pinkerton@chromium.org2009-03-191-4/+30
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-1/+1
* Mac bookmark work. jrg@chromium.org2009-03-182-143/+103
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-122-8/+58
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-0/+426
* Initial pass at copy/paste. Menu items are always enabled. This matches Windo...avi@chromium.org2009-03-111-7/+7
* Add missing tests to the GYP+Xcode build.mark@chromium.org2009-03-023-0/+0
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-272-22/+34
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-17/+6
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-202-53/+98