summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Create Content API around HostZoomMap.jam@chromium.org2012-01-301-1/+1
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9296041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119684 0039d316-1c4b-4281-b951-d872f2087c98
* Move the DownloadManager and DownloadFile unittests to content so they can ↵jam@chromium.org2012-01-301-2/+2
| | | | | | | | | | | | | | | live beside the code they're testing. -moved some of the logic about renaming intermediate files into content as the tests depended on them -made the DownloadManagerDelegate interface have empty default implementations. Darin convinced me that it's better to have delegate interfaces in the API have emptry interfaces, for tests and to make life easier for embedders. -removed the DownloadItemModel checks; these really were duplicating the DownloadItem::GetState call -removed the MockDownloadManagerDelegate class since it wasn't being used anymore -removed DownloadManagerDelegate::OnResponseCompleted since it wasn't called anymore BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9224006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119683 0039d316-1c4b-4281-b951-d872f2087c98
* Fold views_compositor=1 into use_aura=1piman@chromium.org2012-01-281-1/+1
| | | | | | | | | | | | | We don't have a use case for views_compositor=1 and use_aura=0 (and it's broken/untested anyway), so this simplifies things a little bit. BUG=None TEST=compiles, tests pass. Review URL: http://codereview.chromium.org/9225038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119583 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-5/+1
| | | | | | | | | BUG=103948 TEST=builds, tests pass Review URL: http://codereview.chromium.org/9288053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119402 0039d316-1c4b-4281-b951-d872f2087c98
* Implement gpu test expectations parser.zmo@chromium.org2012-01-271-0/+3
| | | | | | | | | | | This is the second CL of enabling a finer way to mark gpu test expectations. It implements a parser that can read the test_expectations.txt file and then based on the current bot and the test name, decide what's the expected test behavior, i.e., pass/fail/etc. BUG=101216 TEST=content_unittests, GPUTestExpectationsParser.* R=kbr Review URL: https://chromiumcodereview.appspot.com/9271035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119330 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet ↵tzik@chromium.org2012-01-261-1/+0
| | | | | | | | | | | | | | | | | | supported from WebKit. Move the render thread logic for managing the mouse lock state out of the pepper_plugin_delegate_impl, and into a higher level dispatcher for render_view_impl. Handle mouse lock / pointer lock requests from both pepper and webkit (WebKit API not yet landed, small TODOs left in this code to enable once that lands). BUG=109957 TEST=Pepper examples/mouse_lock and NaCl mouse lock examples still work. Review URL: http://codereview.chromium.org/8970016 TBR=scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/9293001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119208 0039d316-1c4b-4281-b951-d872f2087c98
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-261-0/+1
| | | | | | | | | | | | | Move the render thread logic for managing the mouse lock state out of the pepper_plugin_delegate_impl, and into a higher level dispatcher for render_view_impl. Handle mouse lock / pointer lock requests from both pepper and webkit (WebKit API not yet landed, small TODOs left in this code to enable once that lands). BUG=109957 TEST=Pepper examples/mouse_lock and NaCl mouse lock examples still work. Review URL: http://codereview.chromium.org/8970016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119206 0039d316-1c4b-4281-b951-d872f2087c98
* Move GPUTestConfig from chrome to content.zmo@chromium.org2012-01-251-0/+3
| | | | | | | | BUG= TEST=content_unittests Review URL: https://chromiumcodereview.appspot.com/9290017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119106 0039d316-1c4b-4281-b951-d872f2087c98
* Define the public interface for content browser SiteInstance. This interface ↵ananta@chromium.org2012-01-251-1/+1
| | | | | | | | | | | | | | | is implemented by the SiteInstanceImpl class which lives in content\browser\site_instance.cc/.h. Changes as part of creating a content API. BUG=98716 TEST=No change in functionality. Hopefully it all compiles and works. Review URL: http://codereview.chromium.org/8515027 Review URL: https://chromiumcodereview.appspot.com/9146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119102 0039d316-1c4b-4281-b951-d872f2087c98
* Always use webkit compositorpiman@chromium.org2012-01-251-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118987 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of a bunch of geolocation includes in chrome tests. I've created a ↵jam@chromium.org2012-01-241-0/+2
| | | | | | | | | simple mock class that tests which use geolocation can use to wrap this complexity. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9285011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118850 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118789 - Always use webkit compositorpiman@chromium.org2012-01-241-1/+1
| | | | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118792 0039d316-1c4b-4281-b951-d872f2087c98
* Always use webkit compositorpiman@chromium.org2012-01-241-1/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118789 0039d316-1c4b-4281-b951-d872f2087c98
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-0/+1
| | | | | | | | | | | | BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118297 Review URL: http://codereview.chromium.org/8978001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118347 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-1/+0
| | | | | | | | | | | | | | | | """ Created DownloadFileManager unit test. BUG=None TEST=None Review URL: http://codereview.chromium.org/8978001 TBR=ahendrickson@chromium.org Review URL: https://chromiumcodereview.appspot.com/9150034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118300 0039d316-1c4b-4281-b951-d872f2087c98
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-0/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8978001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118297 0039d316-1c4b-4281-b951-d872f2087c98
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-6/+6
| | | | | | | | | | | | | | Also rename TestTabContentsView to TestWebContentsView. Add content namespace to both. TBR=owners (trivial updates) BUG=98716 Review URL: http://codereview.chromium.org/9241011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118134 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-2/+1
| | | | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8978001 TBR=ahendrickson@chromium.org Review URL: http://codereview.chromium.org/9112041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117706 0039d316-1c4b-4281-b951-d872f2087c98
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-1/+2
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8978001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117696 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-121-0/+14
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117430 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117406 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-121-14/+0
| | | | | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9186034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117429 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-121-0/+14
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117406 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117201 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-111-14/+0
| | | | | | | | | | | | | | | | Reason for revert: libyuv breakage on the chromium os arm bots. BUG= TEST=content_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117187 Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117202 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-111-0/+14
| | | | | | | | | | | BUG= TEST=content_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117187 Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117201 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117187 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-111-14/+0
| | | | | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9139010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117191 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-111-0/+14
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117187 0039d316-1c4b-4281-b951-d872f2087c98
* Rename NavigationController to NavigationControllerImpl. I'll get rid of ↵jam@chromium.org2012-01-041-1/+1
| | | | | | | | | | content::NavigationController in a separate change. BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/9091002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116288 0039d316-1c4b-4281-b951-d872f2087c98
* Rename NavigationController to NavigationControllerImpl and put it into the ↵jam@chromium.org2011-12-281-1/+1
| | | | | | | | | | content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes). BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/8956059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115916 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Allow fullscreen RWHVAs (i.e. Flash) to be focused.derat@chromium.org2011-12-271-0/+6
| | | | | | | | | | | | | This fixes a regression that caused fullscreen RenderWidgetHostViewAuras to decline the focus, resulting in them not receiving key events. BUG=107804 TEST=manually checked that Space and Escape now work in fullscreen YouTube videos; also added a test Review URL: http://codereview.chromium.org/9026013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115855 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this change with fixes for the windows shared builder.ananta@chromium.org2011-12-221-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for Windows. The decoding is done using the Microsoft Media Foundation API. To render the output bitmap on the GPU texture we create a temporary Direct3D surface in the RGB format and copy the decoded contents to this surface. This will change once we have an ANGLE extension which allows us to pass the decoded surface as is for rendering. We do the following prior to initializing the GPU sandbox:- 1. Load necessary decoding dlls. 2. Create static instances of the IDirect3DDeviceManager9 and the IDirect3DDevice9Ex interfaces. These are shared among all decoder instances. This work is done in the PreSandboxInitialization function in the DXVAVideoDecodeAccelerator class. We cannot use CoCreateInstance to instantiate the h.264 decoder as that fails in the sandbox. Instead we do the donkey work of loading the dll and using DllGetClassObject to instantiate the decoder. BUG=none TEST=Refactored the omx_video_decode_accelerator_unittest.cc test to ensure it works on Windows and Chrome OS. This file has been renamed as video_decode_accelerator_unittest.cc as it now works on both windows and cros. Review URL: http://codereview.chromium.org/8510039 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/9024001 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/9025002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115626 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware ↵ananta@chromium.org2011-12-221-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | decoder for pepper for Windows. The decoding is done using the Microsoft Media Foundation API. To render the output bitmap on the GPU texture we create a temporary Direct3D surface in the RGB format and copy the decoded contents to this surface. This will change once we have an ANGLE extension which allows us to pass the decoded surface as is for rendering. We do the following prior to initializing the GPU sandbox:- 1. Load necessary decoding dlls. 2. Create static instances of the IDirect3DDeviceManager9 and the IDirect3DDevice9Ex interfaces. These are shared among all decoder instances. This work is done in the PreSandboxInitialization function in the DXVAVideoDecodeAccelerator class. We cannot use CoCreateInstance to instantiate the h.264 decoder as that fails in the sandbox. Instead we do the donkey work of loading the dll and using DllGetClassObject to instantiate the decoder. BUG=none TEST=Refactored the omx_video_decode_accelerator_unittest.cc test to ensure it works on Windows and Chrome OS. This file has been renamed as video_decode_accelerator_unittest.cc as it now works on both windows and cros. Review URL: http://codereview.chromium.org/8510039 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/9024001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115483 0039d316-1c4b-4281-b951-d872f2087c98
* Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ↵ananta@chromium.org2011-12-221-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | Windows. The decoding is done using the Microsoft Media Foundation API. To render the output bitmap on the GPU texture we create a temporary Direct3D surface in the RGB format and copy the decoded contents to this surface. This will change once we have an ANGLE extension which allows us to pass the decoded surface as is for rendering. We do the following prior to initializing the GPU sandbox:- 1. Load necessary decoding dlls. 2. Create static instances of the IDirect3DDeviceManager9 and the IDirect3DDevice9Ex interfaces. These are shared among all decoder instances. This work is done in the PreSandboxInitialization function in the DXVAVideoDecodeAccelerator class. We cannot use CoCreateInstance to instantiate the h.264 decoder as that fails in the sandbox. Instead we do the donkey work of loading the dll and using DllGetClassObject to instantiate the decoder. BUG=none TEST=Refactored the omx_video_decode_accelerator_unittest.cc test to ensure it works on Windows and Chrome OS. This file has been renamed as video_decode_accelerator_unittest.cc as it now works on both windows and cros. Review URL: http://codereview.chromium.org/8510039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115482 0039d316-1c4b-4281-b951-d872f2087c98
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-0/+1
| | | | | | | | | | | | | Navigation Timing (window.performance.timing) is now spec'd to use monotonically increasing time, so we need to follow suit. Most of this CL is just plumbing TimeTicks through. We already use TimeTicks to implement monotonicallyIncreasingTime() in WebCore. On Windows, the clock doesn't tick uniformly between processes, so there is a layer in content that corrects for skew. BUG=None TEST=Adhoc (ran webtiming-* LayoutTests from Chrome) and content_unittests Review URL: http://codereview.chromium.org/7602023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114736 0039d316-1c4b-4281-b951-d872f2087c98
* DownloadQuery filters and sorts DownloadItemsbenjhayden@chromium.org2011-12-141-0/+1
| | | | | | | | | | | DownloadQuery will be used first by the DownloadsSearchFunction in download_extension_api.h/cc to implement the chrome.experimental.downloads.search() function outlined in http://goo.gl/6hO1n BUG=12133 TEST=content_unittests DownloadQueryTest Review URL: http://codereview.chromium.org/8601012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114460 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/test/base/test_navigation_observer.cc to content/testscr@chromium.org2011-12-141-0/+3
| | | | | | | | | | | | | | Use bind::Closure to handle the idle & done callbacks as suggested by darin in conversation with jar@ last week. R= jar@chromium.org, phajdan.jr@chromium.org BUG=105213 TEST=browser_test Review URL: http://codereview.chromium.org/8772036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114331 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 3 at:sky@chromium.org2011-12-091-1/+9
| | | | | | | | | | | | | | | | | Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. Attempt 2 failed because of last minute changes to chrome_tests.gypi that I didn't merge properly with. TBRing again. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8890050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113809 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-9/+1
| | | | | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113683 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-1/+9
| | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113676 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113470 - Makes tests either use mock compositor or mock ↵sky@chromium.org2011-12-071-9/+1
| | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113507 0039d316-1c4b-4281-b951-d872f2087c98
* Makes tests either use mock compositor or mock WebGraphicsContext3D ↵sky@chromium.org2011-12-071-1/+9
| | | | | | | | | | | depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113470 0039d316-1c4b-4281-b951-d872f2087c98
* Move web_contents_unittest.cc to content, where it belongs next to ↵jam@chromium.org2011-12-071-0/+1
| | | | | | | | | TabContents. Also rename it to tab_contents_unittests.cc. I've moved the one part that depended on PrefService to the pref service test. BUG=98716 Review URL: http://codereview.chromium.org/8802024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113367 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing windows dependencyjam@chromium.org2011-12-051-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112989 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of accessibility tests in chrome that have no chrome ↵jam@chromium.org2011-12-051-0/+2
| | | | | | | | | dependencies to content. We want code that tests content to live alongside the code its testing. Also, some of these depend on view_messages.h, which is internal to content. BUG=98716 Review URL: http://codereview.chromium.org/8804001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112988 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-12-011-4/+0
| | | | | | | | | | | Also merge content/ MockCrControlApp into base/ MockCrApp. Also use MockCrApp in test_shell_tests, and slight tweak to autorelease pool in test_shell's initialization. BUG=102224 Review URL: http://codereview.chromium.org/8724004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112578 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to ↵hayato@chromium.org2011-12-011-0/+3
| | | | | | | | | | | | | | | base/mac. Also merge content/ MockCrControlApp into base/ MockCrApp. BUG=102224 Review URL: http://codereview.chromium.org/8724004 TBR=shess@chromium.org Review URL: http://codereview.chromium.org/8762020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112411 0039d316-1c4b-4281-b951-d872f2087c98
* Renderer reading side of gamepadscottmg@chromium.org2011-12-011-0/+1
| | | | | | | | | | | | | | | | | | | The is the glue code that reads from the shared memory buffer on the renderer side. The writer is a background thread the browser. The data here is returned back up into WebKit code via the Chromium port. The writer on the browser side was in this patch: http://codereview.chromium.org/8568029/ And the rest of the related gamepad changes are here: http://codereview.chromium.org/8345027/ BUG=79050 Review URL: http://codereview.chromium.org/8689011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112345 0039d316-1c4b-4281-b951-d872f2087c98
* update dependencies in preparation for glue being a componentdpranke@chromium.org2011-11-301-0/+1
| | | | | | | | | | R=darin@chromium.org BUG=98755 TEST=waterfall stays green Review URL: http://codereview.chromium.org/8741002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112309 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-11-301-3/+0
| | | | | | | | | | Also merge content/ MockCrControlApp into base/ MockCrApp. BUG=102224 Review URL: http://codereview.chromium.org/8724004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112249 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 111988 - Land change for grunell@: "Adding support for MediaStream ↵tommi@chromium.org2011-11-291-14/+0
| | | | | | | | | | | | | | | | | and PeerConnection functionality. " Original review: http://codereview.chromium.org/8060055/ This is the second attempt at landing since the earlier one broke the shared component build. TBR=darin, scherkus Review URL: http://codereview.chromium.org/8725040 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8726044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111996 0039d316-1c4b-4281-b951-d872f2087c98
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ↵tommi@chromium.org2011-11-291-0/+14
| | | | | | | | | | | | | | functionality. " Original review: http://codereview.chromium.org/8060055/ This is the second attempt at landing since the earlier one broke the shared component build. TBR=darin, scherkus Review URL: http://codereview.chromium.org/8725040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111988 0039d316-1c4b-4281-b951-d872f2087c98