| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Remove the 14px vertical offset for fullscreen windows that are not on ... | rohitrao@chromium.org | 2010-02-24 | 3 | -10/+27 |
* | Fix for tab key view loop issue with Autofill dialog. | dhollowa@chromium.org | 2010-02-24 | 3 | -12/+13 |
* | [Mac] Fix themes for fullscreen windows. | rohitrao@chromium.org | 2010-02-24 | 1 | -0/+9 |
* | Reverting the revert, reinstating 39825. FindBarTextFieldCellTest.FocusedDisp... | avi@chromium.org | 2010-02-24 | 6 | -53/+77 |
* | Reverting r39825. | avi@chromium.org | 2010-02-24 | 6 | -77/+53 |
* | Next batch of changes to kill GTMTheme. | avi@chromium.org | 2010-02-24 | 6 | -53/+77 |
* | [Mac] Register for screen changed notifications and resize the fullscreen win... | rohitrao@chromium.org | 2010-02-24 | 4 | -29/+77 |
* | These changes connect the AutoFill UI on the Mac with the back-end data store... | dhollowa@chromium.org | 2010-02-23 | 7 | -23/+143 |
* | Make unit_tests NSMenuItemAdditionsTest.TestMOnDifferentLayouts pass on Mac | mark@chromium.org | 2010-02-23 | 1 | -17/+13 |
* | [Mac] Skip the failing test on 10.6 so we can spin up bots as green while the... | thomasvl@chromium.org | 2010-02-23 | 1 | -0/+14 |
* | Another pass at removal of GTMTheme. Also fixes unreadability of bookmark bar... | avi@chromium.org | 2010-02-23 | 16 | -96/+116 |
* | Whitespace! | mark@chromium.org | 2010-02-23 | 1 | -1/+4 |
* | [Mac] Only hide the menubar if the fullscreen window is on the main screen. | rohitrao@chromium.org | 2010-02-23 | 2 | -11/+16 |
* | [Mac] Fix a crash when switching to a fullscreen window after rearranging mon... | rohitrao@chromium.org | 2010-02-22 | 1 | -1/+10 |
* | Remove more TODOs that are un-necessary | pinkerton@chromium.org | 2010-02-22 | 2 | -9/+0 |
* | [Mac] Request/Release the fullscreen lock whenever a window gains or loses ma... | rohitrao@chromium.org | 2010-02-22 | 5 | -14/+52 |
* | Mac: Implement most of the content settings dialog. | thakis@chromium.org | 2010-02-22 | 2 | -1/+150 |
* | Mac: Move prefs around in preparation for the content settings window. | thakis@chromium.org | 2010-02-22 | 11 | -54/+225 |
* | Mac: Show content blocked bubbles. | thakis@chromium.org | 2010-02-21 | 5 | -4/+543 |
* | Mac: make Esc close the Search Engines dialog. | viettrungluu@chromium.org | 2010-02-20 | 1 | -1/+7 |
* | [Mac] Always update the status bubble size when going fullscreen. | rohitrao@chromium.org | 2010-02-19 | 1 | -1/+2 |
* | Mac: enable minimize in fullscreen mode. | viettrungluu@chromium.org | 2010-02-19 | 1 | -1/+12 |
* | Added Shift-Reload support for Mac. | bauerb@chromium.org | 2010-02-19 | 1 | -0/+4 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 20 | -24/+24 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 2 | -0/+2 |
* | Fix dock icon while downloading. | avi@chromium.org | 2010-02-19 | 1 | -4/+2 |
* | Support dragging a virtual file out of the browser on Linux. This is based on... | jianli@chromium.org | 2010-02-19 | 1 | -67/+8 |
* | Mac fullscreen: prevent mouse clicks on overlay from passing through to content. | viettrungluu@chromium.org | 2010-02-18 | 1 | -0/+18 |
* | Mac: allow Esc in the Omnibox to give up focus in fullscreen mode. | viettrungluu@chromium.org | 2010-02-18 | 3 | -0/+19 |
* | Incremental addition to preferences_window_controller that handles the button... | dhollowa@chromium.org | 2010-02-18 | 2 | -16/+99 |
* | Allow the Mac theme provider to give default colors/tints if requested. Switc... | avi@chromium.org | 2010-02-17 | 3 | -43/+30 |
* | Fix dock icon to properly pick up pasted-on app icons. | avi@chromium.org | 2010-02-17 | 1 | -1/+6 |
* | Mac: prevent the overlay from sliding in and out on fullscreen mode switch. | viettrungluu@chromium.org | 2010-02-17 | 6 | -10/+60 |
* | This fixes the Mac regression in the startup perf tests by removing the | mirandac@chromium.org | 2010-02-17 | 1 | -25/+30 |
* | [Mac] Adds grippys to the left side of the Browser Actions container to resiz... | andybons@chromium.org | 2010-02-17 | 5 | -37/+77 |
* | Mac: move status bubble to fullscreen window (and back) when switching modes. | viettrungluu@chromium.org | 2010-02-17 | 3 | -0/+23 |
* | Adding UI behavioral improvements for managing tabbing between form fields wh... | dhollowa@chromium.org | 2010-02-16 | 2 | -9/+67 |
* | Mac: Content blocked icons. | thakis@chromium.org | 2010-02-16 | 10 | -181/+319 |
* | [Mac] Prevent a fullscreen crash by destroying the GTMWindowSheetController i... | rohitrao@chromium.org | 2010-02-16 | 3 | -0/+19 |
* | 10.6 SDK compatibility fix for DownloadItemButton following r37621. | mark@chromium.org | 2010-02-12 | 1 | -1/+2 |
* | 10.6 SDK compatibility fix for SelectFileDialogBridge following r37693. | mark@chromium.org | 2010-02-12 | 1 | -2/+4 |
* | 10.6 SDK compatibility fix for DockIcon following r37698. | mark@chromium.org | 2010-02-12 | 1 | -3/+3 |
* | 10.6 SDK compatibility fix for BookmarkMenuCocoaController following r37056. | mark@chromium.org | 2010-02-12 | 1 | -1/+3 |
* | 10.6 SDK compatibility fix for BrowserActionCell following r38278. | mark@chromium.org | 2010-02-12 | 1 | -2/+3 |
* | [Mac] GTMTheme is going to die! | thomasvl@chromium.org | 2010-02-12 | 22 | -20/+654 |
* | Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled... | pkasting@chromium.org | 2010-02-12 | 1 | -8/+5 |
* | Handle updating the menu in the case where all the entries get removed from t... | pinkerton@chromium.org | 2010-02-12 | 1 | -2/+8 |
* | Mac: Part 1 of browser_window_controller.* re-organization. | viettrungluu@chromium.org | 2010-02-12 | 6 | -867/+986 |
* | Remove outdated comments, add reference to design doc. | pinkerton@chromium.org | 2010-02-12 | 2 | -8/+2 |
* | Autofill dialog for the Mac. This is UI only at this point. The UI is not h... | dhollowa@chromium.org | 2010-02-12 | 8 | -0/+478 |