summaryrefslogtreecommitdiffstats
path: root/components/web_modal
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* Update a bunch of OWNERS files.ben2014-10-281-1/+0
* Standardize usage of virtual/override/final in components/dcheng2014-10-217-36/+30
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-065-24/+24
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+3
* [WebModals] New API for browser-scoped popup management.gbillock@chromium.org2014-07-156-4/+322
* Add components and CLD to GN build.brettw@chromium.org2014-07-101-0/+37
* Remove the unused close_on_interstitial_webui setting.msw@chromium.org2014-05-173-50/+17
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-092-2/+2
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-1/+0
* [WebModal] Move native dialog to be constructor parameter of the single dialo...gbillock@chromium.org2014-04-224-55/+65
* [WebModal] Rename NativeWebContentsModalDialogManager to SingleWebContentsDia...gbillock@chromium.org2014-04-154-52/+49
* [WebModal] Modify manager to prepare for managing bubbles.gbillock@chromium.org2014-04-124-134/+250
* Simplify some Win Aura ifdefs.jam@chromium.org2014-04-111-1/+1
* When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ...rsleevi@chromium.org2014-01-301-1/+1
* Only move dialogs on BrowserViewLayout::Layout as needed.msw@chromium.org2013-12-101-2/+1
* Close Views web contents modal dialogs on interstitial pages by defaultwittman@chromium.org2013-10-253-9/+21
* Remove invisible views from tab order.dbeam@chromium.org2013-10-175-38/+161
* Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from web contents modal d...avi@chromium.org2013-10-103-48/+18
* Don't enforce maximum dialog size for browser modal dialogs.rfevang@chromium.org2013-10-094-46/+66
* [Cleanup] rename WebContentsModalDialogManager::IsShowingDialog() to IsDialog...wittman@chromium.org2013-09-103-16/+14
* Provide configurable closing of web contents modal dialogs on interstitial we...wittman@chromium.org2013-09-063-11/+87
* Limit constrained windows to the size of the parent view.rfevang@chromium.org2013-09-061-2/+8
* Add WebContentsModalDialogManager unit testswittman@chromium.org2013-09-052-38/+271
* Cleanup WebContentsModalDialogManagerTest.thestig@chromium.org2013-08-231-13/+16
* Observe WebContentsModalDialogHost from NativeWebContentsModalDialogManagerViewswittman@chromium.org2013-08-211-0/+1
* Reland: Add components/web_modal OWNERSwittman@chromium.org2013-08-201-0/+2
* Revert 218518 "Add components/web_modal OWNERS"stevenjb@chromium.org2013-08-201-2/+0
* Add NativeWebContentsModalDialogManager::HostChanged()wittman@chromium.org2013-08-204-1/+15
* Add components/web_modal OWNERSwittman@chromium.org2013-08-201-0/+2
* Revert 212329 "Reland "Close web contents modal dialogs on conte..."wittman@chromium.org2013-07-312-68/+32
* Reland "Close web contents modal dialogs on content load start"wittman@chromium.org2013-07-182-32/+68
* Revert 211058 "Close web contents modal dialogs on content load ..."wittman@chromium.org2013-07-122-18/+23
* Close web contents modal dialogs on content load startwittman@chromium.org2013-07-112-23/+18
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-8/+1
* components: Create web_modal component.sadrul@chromium.org2013-05-1610-0/+592