summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/time_conversion_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix PPAPI time conversion code to handle epoch times.raymes@chromium.org2012-12-171-53/+0
| | | | | | | | | | | | | This fixes the time conversion code to be able to correctly handle epoch times (e.g. when passing a PP_Time of 0). This eliminates the need to special-case for epoch time in other code. In practice the problem this fixes only manifests itself in test code. BUG= Review URL: https://codereview.chromium.org/11567013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173516 0039d316-1c4b-4281-b951-d872f2087c98
* Allow a bit more imprecision in TimeConversion.Time.thestig@chromium.org2012-04-201-2/+3
| | | | | | | | | BUG=none TEST=TimeConversion.Time passes on official 32-bit Linux build. (with x87 FP math) Review URL: http://codereview.chromium.org/10066048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133119 0039d316-1c4b-4281-b951-d872f2087c98
* Use EXPECT_DOUBLE_EQ instead of EXPECT_EQ in TimeConversion test.thestig@chromium.org2012-04-111-4/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9999038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131689 0039d316-1c4b-4281-b951-d872f2087c98
* [flaky fixlet] Reenabling TimeConversion.Time for Linuxdpapad@chromium.org2012-02-211-7/+1
| | | | | | | | | BUG=88971 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9395062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122867 0039d316-1c4b-4281-b951-d872f2087c98
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-8/+8
| | | | | | | | | | the proxy for converting event times. This also removes the unnecessary GetInterface function from Graphics2D and has the module use the thunk directly. Review URL: http://codereview.chromium.org/7344009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92229 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typozea@chromium.org2011-07-111-1/+1
| | | | | | | | | | TBR=rdsmith@chromium.org BUG=88971 TEST= Review URL: http://codereview.chromium.org/7301025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92060 0039d316-1c4b-4281-b951-d872f2087c98
* Mark TimeConversion.Time as failing on linux.zea@chromium.org2011-07-111-1/+7
| | | | | | | | | | R=rdsmith@chromium.org BUG=88971 TEST= Review URL: http://codereview.chromium.org/7339001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92044 0039d316-1c4b-4281-b951-d872f2087c98
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-081-0/+52
wall clock time. TEST=none BUG=57448 Review URL: http://codereview.chromium.org/7237044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91860 0039d316-1c4b-4281-b951-d872f2087c98