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

Unified Diff: webkit/webkit.xcodeproj/project.pbxproj

Issue 1612: Implement "iframe shim" behavior for windowed plugins.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.xcodeproj/project.pbxproj
===================================================================
--- webkit/webkit.xcodeproj/project.pbxproj (revision 2783)
+++ webkit/webkit.xcodeproj/project.pbxproj (working copy)
@@ -629,7 +629,6 @@
E45624A70E268E87005E4685 /* History.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8E610D7F3C48001ECF42 /* History.cpp */; };
E45624A80E268E87005E4685 /* ChromeMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8EFD0D7F3C48001ECF42 /* ChromeMac.mm */; };
E45624A90E268E87005E4685 /* DragControllerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8EFE0D7F3C48001ECF42 /* DragControllerMac.mm */; };
- E45624AA0E268E87005E4685 /* EventHandlerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8EFF0D7F3C48001ECF42 /* EventHandlerMac.mm */; };
E45624AC0E268E87005E4685 /* WebCoreViewFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8F060D7F3C49001ECF42 /* WebCoreViewFactory.m */; };
E45624AD0E268E87005E4685 /* WebDashboardRegion.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8F080D7F3C49001ECF42 /* WebDashboardRegion.m */; };
E45624AE0E268E87005E4685 /* MouseEventWithHitTestResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8F090D7F3C49001ECF42 /* MouseEventWithHitTestResults.cpp */; };
@@ -1146,6 +1145,8 @@
E4A134090E37C47E00110AA2 /* v8_proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B0095EA0DAFF0DD00F72082 /* v8_proxy.cpp */; };
E4A238C70E3FA19C002BDE14 /* image_decoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4A238C50E3FA19C002BDE14 /* image_decoder.cc */; };
E4CD5A720E3E44CC00A70177 /* HistoryWin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4CD5A710E3E44CC00A70177 /* HistoryWin.cpp */; };
+ E4CE99FC0E8AD3A400D5378C /* EventHandlerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E8EFF0D7F3C48001ECF42 /* EventHandlerMac.mm */; };
+ E4CE9AF90E8BDF9500D5378C /* stacking_order_iterator.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4CE9AF70E8BDF9500D5378C /* stacking_order_iterator.cc */; };
E4E4C7F90E781B5B009A687C /* webplugin_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4E4C7F80E781B5B009A687C /* webplugin_impl_mac.mm */; };
E4E4C8560E7832E2009A687C /* PlatformContextSkia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E4C8530E7832DC009A687C /* PlatformContextSkia.cpp */; };
E4E4C88F0E783E49009A687C /* SkGraphicsContextMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E4C88E0E783E49009A687C /* SkGraphicsContextMac.cpp */; };
@@ -3702,6 +3703,8 @@
E4A970730E36128B00E8EF3B /* FrameWin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FrameWin.cpp; path = port/bridge/FrameWin.cpp; sourceTree = SOURCE_ROOT; };
E4A9708A0E36150500E8EF3B /* ChromeClientWin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChromeClientWin.h; sourceTree = "<group>"; };
E4CD5A710E3E44CC00A70177 /* HistoryWin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HistoryWin.cpp; sourceTree = "<group>"; };
+ E4CE9AF70E8BDF9500D5378C /* stacking_order_iterator.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stacking_order_iterator.cc; sourceTree = "<group>"; };
+ E4CE9AF80E8BDF9500D5378C /* stacking_order_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stacking_order_iterator.h; sourceTree = "<group>"; };
E4E4C7F80E781B5B009A687C /* webplugin_impl_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = webplugin_impl_mac.mm; sourceTree = "<group>"; };
E4E4C8530E7832DC009A687C /* PlatformContextSkia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatformContextSkia.cpp; sourceTree = "<group>"; };
E4E4C88E0E783E49009A687C /* SkGraphicsContextMac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SkGraphicsContextMac.cpp; sourceTree = "<group>"; };
@@ -6620,6 +6623,8 @@
8254052C0D92E3DA0006B936 /* searchable_form_data.cc */,
8254052D0D92E3DA0006B936 /* searchable_form_data.h */,
8254052E0D92E3DA0006B936 /* simple_clipboard_impl.cc */,
+ E4CE9AF70E8BDF9500D5378C /* stacking_order_iterator.cc */,
+ E4CE9AF80E8BDF9500D5378C /* stacking_order_iterator.h */,
8254052F0D92E3DA0006B936 /* unittest_test_server.h */,
825405300D92E3DA0006B936 /* webcursor.cc */,
825405310D92E3DA0006B936 /* webcursor.h */,
@@ -7449,7 +7454,7 @@
E45623C20E268E87005E4685 /* EntityReference.cpp in Sources */,
E45623C30E268E87005E4685 /* Event.cpp in Sources */,
E45624A20E268E87005E4685 /* EventHandler.cpp in Sources */,
- E45624AA0E268E87005E4685 /* EventHandlerMac.mm in Sources */,
+ E4CE99FC0E8AD3A400D5378C /* EventHandlerMac.mm in Sources */,
E45623C40E268E87005E4685 /* EventNames.cpp in Sources */,
E45623C50E268E87005E4685 /* EventTarget.cpp in Sources */,
E45623C60E268E87005E4685 /* EventTargetNode.cpp in Sources */,
@@ -8121,6 +8126,7 @@
E45626F80E268F03005E4685 /* resource_fetcher.cc in Sources */,
E45627160E268F26005E4685 /* resource_handle_win.cc in Sources */,
E456270C0E268F03005E4685 /* searchable_form_data.cc in Sources */,
+ E4CE9AF90E8BDF9500D5378C /* stacking_order_iterator.cc in Sources */,
E45627030E268F03005E4685 /* webdatasource_impl.cc in Sources */,
E45627010E268F03005E4685 /* webdocumentloader_impl.cc in Sources */,
E45626FB0E268F03005E4685 /* weberror_impl.cc in Sources */,
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698