summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* AutoFill: Add a CHECK to try to track down a crasher.jhawkins@chromium.org2010-07-151-0/+2
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-156-20/+11
* Added support for printing of Pepper v2 plugins.sanjeevr@chromium.org2010-07-151-1/+1
* Coverity: Fix null dereference in WebPluginDelegatePepper::Device3DInitialize...mattm@chromium.org2010-07-151-3/+3
* Coverity: Fix missing const on WebPluginDelegatePepper::Device3DCreateContext...mattm@chromium.org2010-07-152-4/+4
* Coverity: Fix missing const on RendererWebIDBIndexImpl and RendererWebIDBData...mattm@chromium.org2010-07-154-14/+14
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Only setup the contextMenus listener if we're actually using contextMenus.asargent@chromium.org2010-07-151-8/+15
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-0/+3
* More cleanup of extensions context menu API.asargent@chromium.org2010-07-141-12/+46
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Add chrome.experimental.omnibox.styleUrl for highlighting text as an URL.mpcomplete@chromium.org2010-07-141-0/+4
* Take out temporary code now that WebKit plugin change is rolled.jam@chromium.org2010-07-141-6/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* First step in moving the password autocomplete code from the WebKit APIjcivelli@google.com2010-07-145-1/+889
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Initialize was_alternate_protocol_available_.lzheng@chromium.org2010-07-141-1/+2
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-145-34/+145
* Mac: Make Chrome work correctly in the case of AquaConnect OS X Terminal server.jeremy@chromium.org2010-07-141-0/+3
* Clean up browser_resources.grd:pkasting@chromium.org2010-07-131-2/+2
* ChromeFrame back forward navigations at times would mess up the navigation hi...ananta@chromium.org2010-07-131-2/+4
* Revert 52161 -Accidental checkin. Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-131-6/+10
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-131-10/+6
* Asynchronously launches the GPU process.apatrick@chromium.org2010-07-121-0/+8
* Clean up renderer_resources.grd:pkasting@chromium.org2010-07-122-2/+1
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* Move idle from experimental.levin@chromium.org2010-07-121-1/+1
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-122-2/+25
* Header cleanup: SkBitmap and other unnecessary includes.erg@chromium.org2010-07-124-2/+4
* AutoFill: Use setSuggestedValue() instead of setPlaceholder() when previewingjhawkins@chromium.org2010-07-122-14/+14
* Implement BiDi support and replace ID support for notifications.johnnyg@chromium.org2010-07-121-6/+19
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-122-7/+14
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-122-14/+7
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-122-7/+14
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-103-12/+10
* Pepper v2 Font API browser implementation.jam@chromium.org2010-07-093-4/+18
* Add --allow-scripting-gallery command line switch to allow extensionssdoyon@chromium.org2010-07-093-7/+12
* Some cleanup of the extensions context menu API. asargent@chromium.org2010-07-092-10/+4
* Clean up Chromium code to follow message loop reentrancy fix in WebKit (https...apavlov@chromium.org2010-07-092-10/+2
* Add URL-based features for client-side phishing detection.bryner@chromium.org2010-07-096-0/+476
* Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-081-5/+5
* Fix a Chrome renderer crash which occurs on closing the print dialog right af...ananta@chromium.org2010-07-081-4/+2
* Fix compile (add include of WebSize to webgles2context_impl.h)jamesr@chromium.org2010-07-082-1/+1
* Switch WebGLES2Context::resizeOffscreenContent to use a WebSize instead of in...jamesr@chromium.org2010-07-082-3/+4
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-086-76/+54
* Linux: Flush cairo surface at end of CanvasPaintLinux.estade@chromium.org2010-07-081-0/+2
* Expose functions to resize and get the texture ID from offscreen GLES2 contextsjamesr@chromium.org2010-07-082-0/+11
* Chrome side of Pepper v2 scrollbar widget.jam@chromium.org2010-07-081-2/+2
* Implement new Chromium IPCs for copying/dragging.dcheng@chromium.org2010-07-071-0/+25