summaryrefslogtreecommitdiffstats
path: root/content/renderer/cpp_bound_class_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove CppBoundClass and webkit_renderer.gypjochen@chromium.org2014-01-131-242/+0
| | | | | | | | | BUG=297480 R=jamesr@chromium.org Review URL: https://codereview.chromium.org/131693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244491 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebFrameClient::didClearWindowObject signature.jochen@chromium.org2014-01-131-1/+2
| | | | | | | | | | | | The callback is called both for the main and isolated worlds, the new API indicates in which world the window object was cleared BUG=none R=abarth@chromium.org Review URL: https://codereview.chromium.org/133123008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244485 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
| | | | | | | | | | BUG=330556 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/121033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242483 0039d316-1c4b-4281-b951-d872f2087c98
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/102593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238447 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
| | | | | | | | | | | This CL updates all references to the WebKit namespace in content. TBR=darin@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/63253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233513 0039d316-1c4b-4281-b951-d872f2087c98
* Move cpp_binding_example.* to content/renderer/tfarina@chromium.org2013-08-081-2/+1
| | | | | | | | | | BUG=265753 TEST=content_browsertests R=jam@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/22324003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216340 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-2/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/21955003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215779 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test to collect gpu info like about:gpu did and display them.zmo@chromium.org2013-07-161-0/+4
| | | | | | | | | | | | This will make it easier to disgnose GPU bot setup. BUG= TEST=gpu bots R=kbr@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/18048008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211863 0039d316-1c4b-4281-b951-d872f2087c98
* Delete CppBound class after the test ends.jochen@chromium.org2013-07-101-0/+5
| | | | | | | | | | | | Otherwise, it's deleted after WebKit (and V8) is shut down which crashes (soon). BUG=258327 R=apavlov@chromium.org Review URL: https://codereview.chromium.org/19000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210835 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
| | | | | | | | | | | | | This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16408017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204917 0039d316-1c4b-4281-b951-d872f2087c98
* move webkit/glue/cpp_* -> webkit/renderer/scottmg@chromium.org2013-05-301-1/+1
| | | | | | | | | | TBR=jamesr@chromium.org BUG=239107 Review URL: https://codereview.chromium.org/15961005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203189 0039d316-1c4b-4281-b951-d872f2087c98
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-1/+1
| | | | | | | | | | | | | | These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates content's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/15822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203047 0039d316-1c4b-4281-b951-d872f2087c98
* Prune out some unused methods of webkit_glue.darin@chromium.org2013-05-081-2/+5
| | | | | | | | R=jamesr@chromium.org Review URL: https://codereview.chromium.org/14614004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198998 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the remaining test_shell_tests to content_browsertests.jam@chromium.org2013-04-231-0/+229
DomOperationsTests.*, DomSerializerTests.* and ResourceFetcherTests.* depended on TestShell loading URLs correctly. That couldn't be done with RenderViewTest harness since ResourceDispatcher code isn't hooked up. I added a mechanism for the browser test harness to run code on the renderer thread when running in --single-process mode. That way a "browser test" can poke at the renderer code. single-process mode doesn't work on Linux Aura, so disabled those tests there for now (bug 234172). DomSerializerTests.* fail on Android. They never ran there before since test_shell_tests never worked there, so just disabled them there with a note to investigate. Note CppBoundClassTest is trivial and doesn't depend on loading, so I just made it a RenderViewTest. I removed plugin_tests.cc: -PluginTest.Refresh won't work with sharding. It's for a use case we don't care much about anyways, so a regression, if it happens, isn't critical. -PluginTest.DeleteFrameDuringEvent is a duplicate of PluginTest.SelfDeletePluginInvokeInSynchronousMouseUp -PluginTest.ForceReload is for in process plugins (i.e. test shell), doesn't apply to our multi-process plugins -PluginTest.PluginVisibilty is currently disabled and failing. I thought about porting it and fixing it, but it seemed low priority since it'd be flaky to test this with our multi-process plugins. This code also doesn't change anymore, and if we had a regression we would catch this pretty quickly. If we regress we can write a test then. mock_spellcheck_unittest.cc: was testing a mock object used in TestShell. Since TestShell is going away, there's no need for this test. if the object breaks and no existing tests break, then it's a non-issue. memory_file_util.cc wasn't used other than in its unittest. I removed the code and its test. CppBoundClassTest.* could be converted to a RenderViewTest. The remaining tests (HostVarTrackerTest.*, papiPluginInstanceTest.*, PpapiCustomInterfaceFactoryTest.*, QuotaFileIOTest.*, WebkitGlueUserAgentTest.* were converted to content_unittests. I will delete the unused webkit/data in a follow up patch (try servers are failing on applying the delete). BUG=126514,234172,111601,51622 Review URL: https://codereview.chromium.org/14304004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195701 0039d316-1c4b-4281-b951-d872f2087c98