summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Move window chrome into drag overlay so they stand out more during a drag out...pinkerton@chromium.org2009-04-292-1/+14
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-296-41/+162
* Adds items to the Window menu on Mac.rohitrao@chromium.org2009-04-291-0/+21
* Fix mac build break.kuchhal@chromium.org2009-04-281-0/+1
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-288-86/+264
* Unittest for FindBarBridge.rohitrao@chromium.org2009-04-281-0/+33
* Swap NOTIMPLEMENTED with a bug comment.pinkerton@chromium.org2009-04-281-1/+1
* Clean up construction of LocationBarViewMac objects.shess@chromium.org2009-04-273-25/+2
* Add a stub test for TabStripController. It doesn't fully work because of issuespinkerton@chromium.org2009-04-272-1/+131
* Remove a NOTIMPLEMENTED() that's not necessary on Mac.pinkerton@chromium.org2009-04-271-1/+5
* Unittest for FindBarCocoaController.rohitrao@chromium.org2009-04-245-10/+105
* Allow appkit-driven animations in unit tests to work correctly.pinkerton@chromium.org2009-04-232-4/+5
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-2316-172/+256
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-226-8/+28
* Unit test for sad tab view.pinkerton@chromium.org2009-04-211-0/+39
* Unit tests for button cells we use in the UI.pinkerton@chromium.org2009-04-212-0/+83
* Add a bunch of basic unit tests for view classes.pinkerton@chromium.org2009-04-215-0/+200
* Rename web_contents_view to tab_contents_view to fix the mac build.brettw@chromium.org2009-04-211-1/+1
* Test forcing the display of the controller's view.pinkerton@chromium.org2009-04-203-0/+11
* Add a unit test for BaseView. Add a helper to get the contentView more easily.pinkerton@chromium.org2009-04-203-1/+60
* 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