Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: chrome/browser/browser.vcproj

Issue 63033: Refactor AppModalDialogQueue and move JS Alert boxes into a MVC. (Closed)
Patch Set: whitespace Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 </File> 635 </File>
636 <File 636 <File
637 RelativePath=".\bookmarks\bookmark_utils.h" 637 RelativePath=".\bookmarks\bookmark_utils.h"
638 > 638 >
639 </File> 639 </File>
640 </Filter> 640 </Filter>
641 <Filter 641 <Filter
642 Name="Browser Window" 642 Name="Browser Window"
643 > 643 >
644 <File 644 <File
645 RelativePath=".\app_modal_dialog.cc"
646 >
647 </File>
648 <File
649 RelativePath=".\app_modal_dialog.h"
650 >
651 </File>
652 <File
653 RelativePath=".\app_modal_dialog_win.cc"
654 >
655 </File>
656 <File
645 RelativePath=".\app_modal_dialog_queue.cc" 657 RelativePath=".\app_modal_dialog_queue.cc"
646 > 658 >
647 </File> 659 </File>
648 <File 660 <File
649 RelativePath=".\app_modal_dialog_queue.h" 661 RelativePath=".\app_modal_dialog_queue.h"
650 > 662 >
651 </File> 663 </File>
652 <File 664 <File
653 RelativePath=".\back_forward_menu_model.cc" 665 RelativePath=".\back_forward_menu_model.cc"
654 > 666 >
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 </File> 723 </File>
712 <File 724 <File
713 RelativePath=".\find_bar_controller.h" 725 RelativePath=".\find_bar_controller.h"
714 > 726 >
715 </File> 727 </File>
716 <File 728 <File
717 RelativePath=".\find_notification_details.h" 729 RelativePath=".\find_notification_details.h"
718 > 730 >
719 </File> 731 </File>
720 <File 732 <File
721 » » » » RelativePath=".\js_before_unload_handler.h" 733 » » » » RelativePath=".\jsmessage_box_handler.cc"
722 > 734 >
723 </File> 735 </File>
724 <File 736 <File
725 RelativePath=".\js_before_unload_handler_win.cc"
726 >
727 </File>
728 <File
729 RelativePath=".\js_before_unload_handler_win.h"
730 >
731 </File>
732 <File
733 RelativePath=".\jsmessage_box_handler.h" 737 RelativePath=".\jsmessage_box_handler.h"
734 > 738 >
735 </File> 739 </File>
736 <File 740 <File
737 RelativePath=".\jsmessage_box_handler_win.cc"
738 >
739 </File>
740 <File
741 RelativePath=".\jsmessage_box_handler_win.h"
742 >
743 </File>
744 <File
745 RelativePath=".\load_from_memory_cache_details.h " 741 RelativePath=".\load_from_memory_cache_details.h "
746 > 742 >
747 </File> 743 </File>
748 <File 744 <File
749 RelativePath=".\load_notification_details.h" 745 RelativePath=".\load_notification_details.h"
750 > 746 >
751 </File> 747 </File>
752 <File 748 <File
753 RelativePath=".\location_bar.h" 749 RelativePath=".\location_bar.h"
754 > 750 >
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2587 > 2583 >
2588 </File> 2584 </File>
2589 <File 2585 <File
2590 RelativePath=".\toolbar_model.h" 2586 RelativePath=".\toolbar_model.h"
2591 > 2587 >
2592 </File> 2588 </File>
2593 </Files> 2589 </Files>
2594 <Globals> 2590 <Globals>
2595 </Globals> 2591 </Globals>
2596 </VisualStudioProject> 2592 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/js_before_unload_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698