summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 36246 (mistakingly included unrelated code).jcampan@chromium.org2010-01-141-84/+27
* One of my previous CL accidentaly reverted the change 35951jcampan@chromium.org2010-01-141-27/+84
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-2/+1
* Hack so that the upstream change from usingjorlow@chromium.org2010-01-131-0/+9
* Moving the CLD code to the renderer so it runs sanboxed.jcampan@chromium.org2010-01-121-92/+76
* If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...skerner@chromium.org2010-01-111-22/+72
* This CL is for Neb. It contains his change 501124, with conflicts merged.sehr@google.com2010-01-111-5/+5
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-6/+6
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-5/+38
* Relanding the language detection code.jcampan@chromium.org2010-01-071-38/+5
* Revert 35649 - Make Pepper plugins work on Linux.arv@chromium.org2010-01-061-5/+5
* Make Pepper plugins work on Linux.brettw@chromium.org2010-01-061-5/+5
* Upload renderer histograms to browser after a page loadsjar@chromium.org2010-01-021-0/+11
* Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.yaar@chromium.org2009-12-231-14/+28
* (fix merge error).rafaelw@chromium.org2009-12-231-0/+8
* Revert "Disallow chrome.tabs.executeScript from injecting code into gallery"rafaelw@chromium.org2009-12-231-8/+0
* Disallow chrome.tabs.executeScript from injecting code into galleryrafaelw@chromium.org2009-12-231-0/+8
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-1/+4
* Check permissions for chrome.tabs.executeScript() in theaa@chromium.org2009-12-221-25/+30
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-171-5/+38
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-161-38/+5
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-10/+0
* re-apply r34183estade@chromium.org2009-12-101-0/+6
* Re-enable the build of Pepper support by default (issue 464074, svn revision ...sehr@google.com2009-12-101-12/+20
* rollback r34183estade@chromium.org2009-12-091-6/+0
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-091-0/+6
* Revert 34161 - Enable Pepper support by default, including building the test ...sehr@google.com2009-12-091-20/+12
* Enable Pepper support by default, including building the test plugin.sehr@google.com2009-12-091-12/+20
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-091-1/+7
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-25/+0
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+25
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-22/+38
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-1/+1
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-201-15/+39
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-16/+16
* Make extension popups shrink when their contents shrink.aa@chromium.org2009-11-181-5/+4
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-13/+13
* reland 31875. Revert was:estade@chromium.org2009-11-161-6/+14
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-14/+6
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-6/+14
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-6/+12
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-22/+22
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-2/+0
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-071-7/+7
* Wires through didChangeScrollOffset so that it triggers saving contentsky@chromium.org2009-11-061-0/+4
* Update the find result index "(m of n)" whenever there is an active selection...johnnyg@chromium.org2009-11-061-1/+6
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+17
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-051-0/+13
* Makes it so that we sync changes in content state more often for selected tab...sky@chromium.org2009-11-051-9/+34
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-041-16/+26