summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-1712-18/+492
* Implement a unit test for the toolbar controller. Plumb the profile into the ...pinkerton@chromium.org2009-04-176-19/+143
* Add a test helper to pull out some common code. Add a test for tab controller...pinkerton@chromium.org2009-04-166-28/+252
* Reverting 13839,13838.awalker@google.com2009-04-164-241/+2
* Add a helper, and add the test file that broke the build.pinkerton@chromium.org2009-04-162-0/+238
* Allow unit_tests (and other non-bundle executables) to rely on objectiveC that'spinkerton@chromium.org2009-04-162-2/+3
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-152-2/+2
* Unit test for command observer bridge class. Add ifdef guards that were missi...pinkerton@chromium.org2009-04-152-0/+93
* Add unit test for bookmark bar controller.pinkerton@chromium.org2009-04-153-6/+82
* Remove two lines that were from a different experiment and got checked inpinkerton@chromium.org2009-04-141-3/+0
* Add a Cocoa file picker.avi@google.com2009-04-144-10/+349
* Add unit test for status bubble mac.pinkerton@chromium.org2009-04-142-0/+107
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-1411-118/+191
* Disable Leopard's automatic window title gradient height detection, as it getspinkerton@chromium.org2009-04-131-22/+69
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-1310-72/+58
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-104-30/+173
* Take two converting to scoped pointers, without ui_test failures.pinkerton@chromium.org2009-04-104-28/+32
* backing out r13504 due to ui_test issuespinkerton@chromium.org2009-04-102-24/+25
* Fix dtor ordering, browser must destruct last.pinkerton@chromium.org2009-04-101-1/+1
* Force c++ dtors to get called in objc interfaces (it was always on since gcc4...pinkerton@chromium.org2009-04-102-25/+24
* Re-order the steps used to create the new browser window on a tab drag in ord...pinkerton@chromium.org2009-04-092-7/+9
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-092-0/+6
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-0912-277/+347
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* Refactor tab model observer for cocoa into a separate class so it can be re-u...pinkerton@chromium.org2009-04-086-106/+212
* Move location bar bridge out of tab_contents_controller.shess@chromium.org2009-04-085-75/+146
* Layout the tabs explicitly when creating a background tab. Update to correct ...pinkerton@chromium.org2009-04-071-12/+20
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-075-234/+73
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-065-73/+234
* Correctly initialize all parts of the tab to unselected when it's created, ke...pinkerton@chromium.org2009-04-061-6/+12
* Add some hysterisis to tab dragging on Mac.shess@chromium.org2009-04-031-0/+19
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-032-2/+2
* Make NTP work by correctly marking the kind of urls we type in. Patch from ro...pinkerton@chromium.org2009-03-301-1/+5
* Correctly position windows that are detached during a drag, instead of relyin...pinkerton@chromium.org2009-03-272-14/+26
* Forgot a file in last checkin.pinkerton@chromium.org2009-03-271-0/+14
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-278-46/+33
* Don't order the bubble window front; it shows up just fine.avi@google.com2009-03-271-1/+0
* Fix leaks found by valgrind (which now works on the Mac!)jrg@chromium.org2009-03-273-8/+15
* Make the standard tab width wider to better match windows.pinkerton@chromium.org2009-03-261-1/+1
* Remove obsolete TODOs.pinkerton@chromium.org2009-03-261-9/+1
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-265-21/+87
* Bookmark menu work. Notes:jrg@chromium.org2009-03-2510-56/+294
* Redone http://codereview.chromium.org/42571idanan@chromium.org2009-03-241-0/+2
* Updating TODO list; turns out that the fade is working but too quickly for my...avi@google.com2009-03-201-1/+0
* Rewrite tab layout to a centralized method rather than moving things around a...pinkerton@chromium.org2009-03-201-61/+74
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-196-21/+368
* Fixing build by initializing all variables; TBR.avi@google.com2009-03-191-0/+6
* Make the status bubble avoid the mouse.avi@google.com2009-03-192-8/+96
* Fix mac build break.estade@chromium.org2009-03-181-1/+0
* Remove BrowserWindow::Init().estade@chromium.org2009-03-182-6/+0