| Commit message (Expand) | Author | Age | Files | Lines |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-05-05 | 1 | -0/+7 |
* | Add createAppShortcut function in chrome.management | wjywbs@gmail.com | 2014-05-02 | 1 | -5/+5 |
* | Revert 267195 "Password bubble: ManagePasswordsIconView is now a..." | eroman@chromium.org | 2014-04-30 | 1 | -7/+0 |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-04-30 | 1 | -0/+7 |
* | Revert of Password bubble: Introduce a command to open the bubble. (https://c... | machenbach@chromium.org | 2014-04-29 | 1 | -7/+0 |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-04-29 | 1 | -0/+7 |
* | [Mac, Win] Show a user manager tutorial once per profile. | noms@chromium.org | 2014-03-21 | 1 | -0/+4 |
* | A simple viewer for the Signed Certificate Timestamps. | eranm@google.com | 2014-02-07 | 1 | -0/+7 |
* | Fix up the sign-out flow for the --new-profile-management flag. | noms@chromium.org | 2013-11-04 | 1 | -0/+7 |
* | Refactor code paths into the Create Shortcuts dialog. | mgiuca@chromium.org | 2013-10-17 | 1 | -0/+8 |
* | Remove "View Background Pages". | avi@chromium.org | 2013-06-22 | 1 | -3/+2 |
* | Add Cocoa implementation of ProfileSigninConfirmationDialog. | dconnelly@chromium.org | 2013-06-05 | 1 | -3/+2 |
* | Add Views implementation of ProfileSigninConfirmationDialog. | dconnelly@chromium.org | 2013-06-03 | 1 | -0/+11 |
* | Support color chooser inside extesions, apps, chrome frame, dev tool | keishi@chromium.org | 2013-05-22 | 1 | -0/+6 |
* | Fixing problem with a tabless browser windows showing up after a task manager... | skuhne@chromium.org | 2013-03-21 | 1 | -0/+4 |
* | Remove straggling TabContents references. | avi@chromium.org | 2012-12-14 | 1 | -2/+1 |
* | Remove TabContents from ContentSettingBubbleModel. | avi@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Remove TabContents from web_apps. | avi@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | chrome: Add TabModalConfirmDialog interface. | tfarina@chromium.org | 2012-09-26 | 1 | -4/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move application creation and extension install prompt showing off Browser an... | ben@chromium.org | 2012-07-03 | 1 | -0/+6 |
* | chrome/browser/ui: Put browser_dialogs.h into chrome namespace. | tfarina@chromium.org | 2012-07-02 | 1 | -4/+3 |
* | Remove browser::FindLastActiveWithProfile in extensions_installed_bubble_brid... | jam@chromium.org | 2012-06-27 | 1 | -7/+3 |
* | Fix debug build break after r143920. | jam@chromium.org | 2012-06-25 | 1 | -1/+1 |
* | Clean up/remove a bunch more functions from Browser. | ben@chromium.org | 2012-06-22 | 1 | -2/+1 |
* | Remove the usage of Profile in WebDialogView. | mazda@chromium.org | 2012-06-13 | 1 | -1/+2 |
* | Remove the usage of Browser in WebDialogView. | mazda@chromium.org | 2012-06-13 | 1 | -1/+0 |
* | TabContentsWrapper -> TabContents, part 53. | avi@chromium.org | 2012-06-11 | 1 | -3/+2 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Revert "Remove the usage of Browser in WebDialogView." | loislo@chromium.org | 2012-06-05 | 1 | -0/+1 |
* | Remove the usage of Browser in WebDialogView. | mazda@chromium.org | 2012-06-05 | 1 | -1/+0 |
* | Move the web dialogs code to src/ui/web_dialogs from src/chrome | mazda@chromium.org | 2012-05-31 | 1 | -2/+5 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -2/+5 |
* | browser/ui: Remove unused declaration of CloseHtmlDialog() function. | tfarina@chromium.org | 2012-04-27 | 1 | -3/+0 |
* | browser: Get rid of DialogStyle altogether. | tfarina@chromium.org | 2012-04-26 | 1 | -3/+1 |
* | Web-ify a bunch of these names. I am going to move some of the framework code... | ben@chromium.org | 2012-04-25 | 1 | -6/+6 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -1/+0 |
* | Clean up remaining obsolete WebUI. | flackr@chromium.org | 2012-02-29 | 1 | -0/+4 |
* | Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents. | flackr@chromium.org | 2012-02-16 | 1 | -8/+0 |
* | Add a blocking version of the sync promo dialog | sail@chromium.org | 2012-01-31 | 1 | -0/+3 |
* | Close created HtmlDialogs on closing of the browser that opened them. | flackr@chromium.org | 2012-01-19 | 1 | -3/+7 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -6/+10 |
* | Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal co... | bauerb@chromium.org | 2011-12-19 | 1 | -0/+6 |
* | Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal co... | bauerb@chromium.org | 2011-12-17 | 1 | -6/+0 |
* | Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs. | bauerb@chromium.org | 2011-12-17 | 1 | -0/+6 |
* | Plumb STYEL_GENERIC thru BrowserShowHtmlDialog, ShowHtmlDialog, CreateViewsWi... | bshe@chromium.org | 2011-11-29 | 1 | -1/+3 |
* | WebUI Edit Search Engine Dialog | wyck@chromium.org | 2011-10-19 | 1 | -1/+6 |
* | Add --use-more-webui runtime flag to toggle WebUI replacements for native dia... | flackr@chromium.org | 2011-09-21 | 1 | -0/+4 |
* | Revert 101785 - Add --use-more-webui runtime flag to toggle WebUI replacement... | scherkus@chromium.org | 2011-09-19 | 1 | -4/+0 |
* | Add --use-more-webui runtime flag to toggle WebUI replacements for native dia... | flackr@chromium.org | 2011-09-19 | 1 | -0/+4 |