| Commit message (Expand) | Author | Age | Files | Lines |
* | Add search engine selection dialog for Mac, do new-style first-run. | avi@chromium.org | 2010-09-27 | 2 | -452/+2360 |
* | Add IndexedDB to cookie tree. | bauerb@chromium.org | 2010-09-24 | 1 | -295/+1603 |
* | Extend speech input bubble in Mac to display error messages with try-again an... | satish@chromium.org | 2010-09-21 | 1 | -9/+83 |
* | [Mac] Refactor the DevToolsController and SidebarController to create their v... | rohitrao@chromium.org | 2010-09-17 | 1 | -56/+0 |
* | Remove vestigial cookie/web app permissions prompting UI now that the async U... | ben@chromium.org | 2010-09-17 | 2 | -1764/+191 |
* | [Mac] Add per-plugin exceptions to content settings. | bauerb@chromium.org | 2010-09-15 | 1 | -96/+937 |
* | DOMUI: Implement adding and editing credit cards in the AutoFill page. | jhawkins@chromium.org | 2010-09-13 | 1 | -24/+3 |
* | Move devtools and sidebar handling to BWC and ensure the order of layout adju... | alekseys@chromium.org | 2010-09-09 | 2 | -101/+109 |
* | Mac: change tabpose shortcut to cmd-ctrl-t (matches camino) | thakis@chromium.org | 2010-09-09 | 1 | -5/+33 |
* | AutoFill Mac dialog should be non-modal | dhollowa@chromium.org | 2010-09-08 | 1 | -144/+16 |
* | [Mac] Add option to block nonsandboxed plugins to content settings. | bauerb@chromium.org | 2010-09-01 | 1 | -128/+918 |
* | Sidebar view, Mac implementation (common sidebar code and Windows version is ... | thakis@chromium.org | 2010-08-30 | 1 | -34/+764 |
* | [mac] Properly update prefs window UI if managed preferences change. | mnissler@chromium.org | 2010-08-30 | 1 | -99/+122 |
* | Update password manager prefs UI on policy refresh. | mnissler@chromium.org | 2010-08-30 | 1 | -42/+35 |
* | Implement the speech input bubble on mac. | satish@chromium.org | 2010-08-28 | 1 | -0/+1295 |
* | Hide mac background mode prefs ui if background mode is not enabled. | atwilson@chromium.org | 2010-08-28 | 1 | -3/+63 |
* | Implements preference setting to allow enabling/disabling the | atwilson@chromium.org | 2010-08-27 | 1 | -51/+205 |
* | [Mac] Rename ChromeBrowserWindow to FramedBrowserWindow. | rohitrao@chromium.org | 2010-08-26 | 1 | -12/+679 |
* | Implement a policy to specify which pages to restore at startup. The admin c... | mnissler@chromium.org | 2010-08-26 | 1 | -66/+84 |
* | Implement policy for disabling auto fill. | mnissler@chromium.org | 2010-08-25 | 2 | -110/+1599 |
* | Implement policy for controlling "Show Home Button" preference. | mnissler@chromium.org | 2010-08-24 | 1 | -0/+16 |
* | Autofill Add Credit Card dialog layout for Japanese locale | dhollowa@chromium.org | 2010-08-23 | 1 | -11/+95 |
* | Display an infobar when content settings were created. | jochen@chromium.org | 2010-08-20 | 1 | -63/+1017 |
* | Reland 55888: Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-19 | 1 | -68/+819 |
* | [Mac] Widen the dialog to be a little more l10n friendly. | thomasvl@chromium.org | 2010-08-17 | 1 | -42/+973 |
* | Revert 55888: Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-12 | 1 | -819/+68 |
* | Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-12 | 1 | -68/+819 |
* | Use a sane naming scheme for content setting bubble classes. | bauerb@chromium.org | 2010-08-12 | 6 | -12/+12 |
* | [Mac] Tweaks to the Wrench menu buttons. | rsesek@chromium.org | 2010-08-05 | 1 | -2/+45 |
* | [Mac] Enable click-drag-release behavior in the Wrench menu's custom items. | rsesek@chromium.org | 2010-08-03 | 1 | -120/+960 |
* | [Mac] Adjust toolbar spacing of browser actions for M6. | shess@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Add "Load all plugins on this page" button to blocked plugins bubble if click... | bauerb@chromium.org | 2010-08-03 | 1 | -31/+142 |
* | [Mac] Un-tweak omnibox height and spacing and font. | shess@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Change mac notifications UI to match the new mocks. Introduce a new utility ... | johnnyg@chromium.org | 2010-07-30 | 1 | -80/+27 |
* | Command line flag to disable the cookie prompt. | jochen@chromium.org | 2010-07-30 | 2 | -22/+759 |
* | [Mac] First pass at final sizing of toolbar items. | shess@chromium.org | 2010-07-29 | 1 | -945/+51 |
* | AutoFill: Capitalize "Options" in the AutoFill dialog title. | jhawkins@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | Resize the InfoBubbleView in ContentBlockedCookies.xib | bauerb@chromium.org | 2010-07-28 | 1 | -12/+24 |
* | Mac: Add "Show Tab Overview" menu item. | thakis@chromium.org | 2010-07-27 | 1 | -6/+207 |
* | [Mac] In the Wrench menu, unbold the special item font and make it 13pt. | rsesek@chromium.org | 2010-07-26 | 1 | -10/+6 |
* | AutoFill credit card settings dialog should display obfuscated number in edit... | dhollowa@chromium.org | 2010-07-23 | 1 | -3/+43 |
* | Restrict new tab button clicks to inside the image bounds, not anywhere in th... | pinkerton@chromium.org | 2010-07-23 | 1 | -33/+98 |
* | Disable proxy config button and show banner if proxy prefs are managed. | mnissler@chromium.org | 2010-07-23 | 1 | -0/+16 |
* | [Mac] Add buttons to the collected cookies dialog to add content exceptions. | jochen@chromium.org | 2010-07-20 | 1 | -84/+341 |
* | AutoFill Profiles dialog handles multi-select and delete on Mac | dhollowa@chromium.org | 2010-07-20 | 1 | -26/+58 |
* | Remove the page and app menus. | pkasting@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | [Mac] Minor tweaks to the Wrench menu. | rsesek@chromium.org | 2010-07-19 | 1 | -2/+2 |
* | [Mac] Toolbar UI tweaks. | andybons@chromium.org | 2010-07-16 | 1 | -15/+210 |
* | AutoFill labels removed from preferences dialog on Mac | dhollowa@chromium.org | 2010-07-16 | 3 | -551/+1573 |
* | Reland r52486. Display a tab modal dialog of the allowed/blocked cookies. | jochen@chromium.org | 2010-07-16 | 1 | -0/+1114 |