| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 1 | -1/+13 |
* | Detach reload from omnibox, combine with stop, and eliminate go. | pkasting@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | Rip out the multiprofile implementation. | erg@chromium.org | 2010-06-10 | 1 | -8/+0 |
* | Initial cut at scaffolding for mac sidetabs. No visible changes to browser wi... | pinkerton@chromium.org | 2010-06-02 | 1 | -0/+4 |
* | Implement upgrade notifications. | finnur@chromium.org | 2010-05-26 | 1 | -0/+4 |
* | Add a comment explaining why we call Browser::InProgressDownloadResponse asyn... | bauerb@chromium.org | 2010-05-24 | 1 | -0/+2 |
* | Call Browser::InProgressDownloadResponse asynchronously on Mac. | bauerb@chromium.org | 2010-05-24 | 1 | -3/+9 |
* | Provide accessibility support for Window_win. | ctguil@chromium.org | 2010-05-17 | 1 | -2/+4 |
* | Remove NOTIMPLEMENTED log spew for BrowserWindowCocoa::ShelfVisibilityChanged(). | mark@chromium.org | 2010-05-05 | 1 | -1/+1 |
* | DevTools: focus devtools on breakpoint while docked (Linux & Mac fix). | pfeldman@chromium.org | 2010-05-03 | 1 | -4/+0 |
* | Revert 46168 to try to fix browser_tests - Mac: Try to make sure BrowserWindo... | viettrungluu@chromium.org | 2010-05-01 | 1 | -9/+1 |
* | Mac: Try to make sure BrowserWindowCocoa::Close() only actually closes on the... | viettrungluu@chromium.org | 2010-05-01 | 1 | -1/+9 |
* | Change report bad webpage to be a web tab instead of native dialog | feldstein@chromium.org | 2010-04-29 | 1 | -5/+1 |
* | Windows/Views: delete native bookmark manager code. | viettrungluu@chromium.org | 2010-04-28 | 1 | -5/+0 |
* | Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager ... | viettrungluu@chromium.org | 2010-04-23 | 1 | -2/+2 |
* | Don't select all when autofocusing the location bar on New Tab creation. Use... | pkasting@chromium.org | 2010-04-23 | 1 | -2/+2 |
* | Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu... | ben@chromium.org | 2010-04-20 | 1 | -4/+0 |
* | Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ... | ben@chromium.org | 2010-04-20 | 1 | -0/+4 |
* | Refactor common, platform-independent code for the repost form warning dialog... | bauerb@chromium.org | 2010-04-09 | 1 | -3/+2 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-31 | 1 | -0/+4 |
* | Reverting this CL to fix the interactive ui test failures. | ananta@chromium.org | 2010-03-26 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+4 |
* | Revert "Fix browser side handling of moveTo by resizing the content area; not... | erg@chromium.org | 2010-03-24 | 1 | -18/+4 |
* | Revert 42465 - Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+4 |
* | Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42... | maruel@chromium.org | 2010-03-22 | 1 | -4/+0 |
* | Fix typo in Mac merge | dmazzoni@chromium.org | 2010-03-22 | 1 | -1/+1 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | Revert "Keyboard accessibility for the page and app menus." | maruel@chromium.org | 2010-03-22 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs... | thestig@chromium.org | 2010-03-20 | 1 | -4/+0 |
* | Allow dynamic switching in and out of sidetabs mode. | ben@chromium.org | 2010-03-19 | 1 | -0/+4 |
* | Make repost form warning tab-modal on Mac. | bauerb@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Add some bookmark bar hooks for pyauto. | jrg@chromium.org | 2010-03-05 | 1 | -0/+4 |
* | Fix browser side handling of moveTo by resizing the content area; not the win... | erg@chromium.org | 2010-03-02 | 1 | -4/+18 |
* | Mac: Move prefs around in preparation for the content settings window. | thakis@chromium.org | 2010-02-22 | 1 | -4/+7 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -2/+2 |
* | Mac: (for fullscreen mode) make key redispatch handle "misdirected" events. | viettrungluu@chromium.org | 2010-02-11 | 1 | -3/+3 |
* | [Mac] Modifies GetRestoredBounds() to return the bounds of the hidden regular... | rohitrao@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -1/+0 |
* | Make the content settings dialog dependent on its parent. This re-plumbs the... | pkasting@chromium.org | 2010-02-09 | 1 | -1/+7 |
* | Add bugs, update, and remove TODOs that are no longer valid | pinkerton@chromium.org | 2010-02-05 | 1 | -2/+0 |
* | OS X: Import settings dialog cleanup. | jeremy@chromium.org | 2010-02-01 | 1 | -4/+2 |
* | [Mac] Makes BrowserWindowCocoa use the proper window, regardless of current f... | rohitrao@chromium.org | 2010-01-27 | 1 | -16/+24 |
* | [Mac]Implement Cut, Copy and Paste from page menu | suzhe@chromium.org | 2010-01-27 | 1 | -0/+12 |
* | Mac: Make devtools window dockable. | thakis@chromium.org | 2010-01-05 | 1 | -1/+2 |
* | Native Cocoa bookmark manager, part 1 | snej@chromium.org | 2010-01-05 | 1 | -1/+2 |
* | Make cmd-{/} shortcut keys work on any keyboard layouts (including non-US one... | kinuko@chromium.org | 2010-01-05 | 1 | -2/+4 |
* | Add a keyboard shortcut on Escape that emits the IDC_STOP command. | thakis@chromium.org | 2009-12-18 | 1 | -0/+3 |