summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* DOMUI etc. Use the built in bind method of Function now that V8 supports it.arv@chromium.org2010-09-131-8/+2
* Accelerated Compositing: screen garbage when scrolling darin@chromium.org2010-09-133-47/+88
* NaCl: Remove old variant of LaunchNaClProcess()mseaborn@chromium.org2010-09-131-26/+0
* Uses an internal error page on some of the more common http errors, and a few...mmenke@chromium.org2010-09-134-76/+255
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-136-45/+98
* Adds a notification event for onload. I would have liked to plumb thissky@chromium.org2010-09-111-2/+4
* Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a...sky@chromium.org2010-09-105-0/+133
* Excempt certain extension functions from module permission check.finnur@chromium.org2010-09-101-10/+1
* Implement pepper::FileIO.dumi@chromium.org2010-09-104-1/+62
* Revert 59019 - nsylvain@chromium.org2010-09-104-386/+0
* Add a scorer class for client-side phishing detection.noelutz@google.com2010-09-094-0/+386
* relative URL handling improvementserikkay@chromium.org2010-09-091-1/+4
* Support accept attribute for an <input type=file> element.jianli@chromium.org2010-09-081-0/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-083-5/+2
* Enable webgl and accelerated compositing by default on all platforms. Removesvangelis@chromium.org2010-09-083-4/+4
* Add a VideoDecodeContext that provides resources for a VideoDecodeEnginehclam@chromium.org2010-09-074-0/+155
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-074-2/+21
* Back out r58711. It appears to have caused video/media-related ui_testsmark@chromium.org2010-09-073-4/+4
* Turning WebGL and the accelerated compositor on by default (linux and windows...vangelis@chromium.org2010-09-073-4/+4
* Make calls to onWebGeolocationServiceDestroyedjoth@chromium.org2010-09-071-1/+5
* DevTools: remove forceRepaint method which is obsoleteyurys@chromium.org2010-09-062-5/+0
* Land http://codereview.chromium.org/3167045/showjorlow@chromium.org2010-09-052-0/+23
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-053-9/+8
* Adding a class to track when a node in a page gets clicked.jcivelli@chromium.org2010-09-0514-57/+479
* Due to some unresolved blocking issues, we are switching Native Client back o...cbiffle@google.com2010-09-032-9/+12
* Add a term feature extractor for client-side phishing detection.bryner@chromium.org2010-09-036-2/+715
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-033-12/+10
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-035-79/+92
* Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxyhclam@chromium.org2010-09-038-82/+103
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-033-9/+63
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-031-0/+3
* This feature was already enabled on windows and mac last week (http://coderev...satish@chromium.org2010-09-031-1/+1
* Allow experimental extension pop-ups from infobars.joi@chromium.org2010-09-031-1/+6
* Re-lands 58186:bryeung@chromium.org2010-09-033-31/+31
* Factor out the setup for PhishingDOMFeatureExtractorTest into a new base class.bryner@chromium.org2010-09-024-196/+314
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-023-31/+31
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-023-31/+31
* Add number of tabs opened in the process to crash meta data.antonm@chromium.org2010-09-021-0/+2
* send referrer from gallery navigationserikkay@chromium.org2010-09-011-1/+5
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-013-31/+31
* Update browser accessibility tree on a renderer accessibility object state ch...ctguil@chromium.org2010-09-011-24/+8
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-016-3/+12
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-013-31/+31
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-011-1/+1
* This CL ensures we use the language specified in the language meta tag if any.jcivelli@chromium.org2010-09-015-27/+155
* Enable click-to-play by default.bauerb@chromium.org2010-09-011-5/+5
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-012-0/+11
* Private API for web store to get sync login and set store login information.asargent@chromium.org2010-09-011-0/+1
* gpu: GpuVideo*Host stop hold ref pointer to GpuChannelHost.jiesun@google.com2010-09-014-13/+16
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-314-36/+25