summaryrefslogtreecommitdiffstats
path: root/content/renderer/idle_user_detector.h
Commit message (Collapse)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-2/+2
| | | | | | | | | | | | This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/670683003 Cr-Commit-Position: refs/heads/master@{#300473}
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-1/+1
| | | | | | | | | | | This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/633303002 Cr-Commit-Position: refs/heads/master@{#298655}
* 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 cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-2/+2
| | | | | | | | | | This structure would be useful in ui/surface, which can't depend on cc/. BUG= Review URL: https://chromiumcodereview.appspot.com/14999012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202772 0039d316-1c4b-4281-b951-d872f2087c98
* Add latency info to input events sent to RenderWidget.jbauman@chromium.org2013-05-101-0/+5
| | | | | | | | | | This keeps track of the latency info for input events, and sends that down into the RenderWidget and into the compositor. It also collects the latency info when swap happens with gtk and returns it the the RenderWidgetHostImpl. BUG=155367 Review URL: https://chromiumcodereview.appspot.com/13931009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199340 0039d316-1c4b-4281-b951-d872f2087c98
* ipc: Use existing [de]serializer for WebInputEvent.sadrul@chromium.org2012-12-141-1/+6
| | | | | | | | | | | | There is an existing serializer/deserializer for WebInputEvent (used for plugins). Use that everywhere else, instead of reading/writing directly into the IPC message. BUG=164682 Review URL: https://codereview.chromium.org/11471022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173012 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-2/+6
| | | | | | Review URL: https://codereview.chromium.org/11232014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163061 0039d316-1c4b-4281-b951-d872f2087c98
* Schedule idle handler in the foreground tab based on CPU usage and user ↵ulan@chromium.org2011-11-241-0/+27
activity. This improves memory usage when the user leaves a tab open for a long time. BUG= TEST= Review URL: http://codereview.chromium.org/8513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111520 0039d316-1c4b-4281-b951-d872f2087c98