| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 3 | -24/+21 |
* | This is the first part of the PageAction implementation. More work is require... | finnur@chromium.org | 2009-05-01 | 1 | -0/+1 |
* | Changes the way we calculate hit rects in TabView to reduce | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+9 |
* | Turn off unit test that fails on builder. | pinkerton@chromium.org | 2009-04-30 | 1 | -0/+4 |
* | Add notification (and unit test) for closing prefs window so it can be cleane... | pinkerton@chromium.org | 2009-04-30 | 3 | -5/+37 |
* | Add a very basic preferences window controller with unit test. Fix the prefs ... | pinkerton@chromium.org | 2009-04-30 | 3 | -0/+106 |
* | Relanding this, it was missing the Mac unit-test change, that was breaking th... | jcampan@chromium.org | 2009-04-30 | 1 | -0/+2 |
* | Move window chrome into drag overlay so they stand out more during a drag out... | pinkerton@chromium.org | 2009-04-29 | 2 | -1/+14 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 6 | -41/+162 |
* | Adds items to the Window menu on Mac. | rohitrao@chromium.org | 2009-04-29 | 1 | -0/+21 |
* | Fix mac build break. | kuchhal@chromium.org | 2009-04-28 | 1 | -0/+1 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 8 | -86/+264 |
* | Unittest for FindBarBridge. | rohitrao@chromium.org | 2009-04-28 | 1 | -0/+33 |
* | Swap NOTIMPLEMENTED with a bug comment. | pinkerton@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Clean up construction of LocationBarViewMac objects. | shess@chromium.org | 2009-04-27 | 3 | -25/+2 |
* | Add a stub test for TabStripController. It doesn't fully work because of issues | pinkerton@chromium.org | 2009-04-27 | 2 | -1/+131 |
* | Remove a NOTIMPLEMENTED() that's not necessary on Mac. | pinkerton@chromium.org | 2009-04-27 | 1 | -1/+5 |
* | Unittest for FindBarCocoaController. | rohitrao@chromium.org | 2009-04-24 | 5 | -10/+105 |
* | Allow appkit-driven animations in unit tests to work correctly. | pinkerton@chromium.org | 2009-04-23 | 2 | -4/+5 |
* | Fix problem with bookmark bar introduced by window sharing; pref | jrg@chromium.org | 2009-04-23 | 16 | -172/+256 |
* | Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ... | pinkerton@chromium.org | 2009-04-22 | 6 | -8/+28 |
* | Unit test for sad tab view. | pinkerton@chromium.org | 2009-04-21 | 1 | -0/+39 |
* | Unit tests for button cells we use in the UI. | pinkerton@chromium.org | 2009-04-21 | 2 | -0/+83 |
* | Add a bunch of basic unit tests for view classes. | pinkerton@chromium.org | 2009-04-21 | 5 | -0/+200 |
* | Rename web_contents_view to tab_contents_view to fix the mac build. | brettw@chromium.org | 2009-04-21 | 1 | -1/+1 |
* | Test forcing the display of the controller's view. | pinkerton@chromium.org | 2009-04-20 | 3 | -0/+11 |
* | Add a unit test for BaseView. Add a helper to get the contentView more easily. | pinkerton@chromium.org | 2009-04-20 | 3 | -1/+60 |
* | Initial implementation of the FindBar on Mac. | rohitrao@chromium.org | 2009-04-17 | 12 | -18/+492 |
* | Implement a unit test for the toolbar controller. Plumb the profile into the ... | pinkerton@chromium.org | 2009-04-17 | 6 | -19/+143 |
* | Add a test helper to pull out some common code. Add a test for tab controller... | pinkerton@chromium.org | 2009-04-16 | 6 | -28/+252 |
* | Reverting 13839,13838. | awalker@google.com | 2009-04-16 | 4 | -241/+2 |
* | Add a helper, and add the test file that broke the build. | pinkerton@chromium.org | 2009-04-16 | 2 | -0/+238 |
* | Allow unit_tests (and other non-bundle executables) to rely on objectiveC that's | pinkerton@chromium.org | 2009-04-16 | 2 | -2/+3 |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 2 | -2/+2 |
* | Unit test for command observer bridge class. Add ifdef guards that were missi... | pinkerton@chromium.org | 2009-04-15 | 2 | -0/+93 |
* | Add unit test for bookmark bar controller. | pinkerton@chromium.org | 2009-04-15 | 3 | -6/+82 |
* | Remove two lines that were from a different experiment and got checked in | pinkerton@chromium.org | 2009-04-14 | 1 | -3/+0 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 4 | -10/+349 |
* | Add unit test for status bubble mac. | pinkerton@chromium.org | 2009-04-14 | 2 | -0/+107 |
* | Collapse bookmark bars into a single bar per window, rather than one per tab. | pinkerton@chromium.org | 2009-04-14 | 11 | -118/+191 |
* | Disable Leopard's automatic window title gradient height detection, as it gets | pinkerton@chromium.org | 2009-04-13 | 1 | -22/+69 |
* | Convert more members to scoped pointers. Move status bubble into browser wind... | pinkerton@chromium.org | 2009-04-13 | 10 | -72/+58 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-10 | 4 | -30/+173 |
* | Take two converting to scoped pointers, without ui_test failures. | pinkerton@chromium.org | 2009-04-10 | 4 | -28/+32 |
* | backing out r13504 due to ui_test issues | pinkerton@chromium.org | 2009-04-10 | 2 | -24/+25 |
* | Fix dtor ordering, browser must destruct last. | pinkerton@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | Force c++ dtors to get called in objc interfaces (it was always on since gcc4... | pinkerton@chromium.org | 2009-04-10 | 2 | -25/+24 |
* | Re-order the steps used to create the new browser window on a tab drag in ord... | pinkerton@chromium.org | 2009-04-09 | 2 | -7/+9 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 2 | -0/+6 |
* | Flatten down to a single toolbar per window, significantly simplifying the ta... | pinkerton@chromium.org | 2009-04-09 | 12 | -277/+347 |