summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Start counting at 1 for extension API validation.jochen@chromium.org2011-01-071-2/+2
* Geolocation code cleanup following switch to client-based Geolocation.jknotten@chromium.org2011-01-071-6/+2
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-074-7/+96
* Fix mac buildpiman@google.com2011-01-061-1/+1
* Enable accelerated compositing in fullscreen pepper.piman@google.com2011-01-063-71/+281
* Chromium support for webkitAnimationTime propertyjamesr@chromium.org2011-01-061-0/+3
* Remove legacy non-client-based geolocation code.jknotten@chromium.org2011-01-066-221/+2
* Crash using keyboard on a hidden input elementdhollowa@chromium.org2011-01-051-1/+1
* Fixed check for max icon size before sending InstallApplication msg to browser.cdn@chromium.org2011-01-051-8/+8
* Update the HTML source to use the CSS3 syntax for gradients.arv@chromium.org2011-01-053-10/+5
* Uses bool WebKit::WebWidget::confirmComposition(const WebString& text).suzhe@google.com2011-01-053-10/+9
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-052-1/+7
* Re-use existing out-of-process plugins if one is already loaded. Otherwisebrettw@chromium.org2011-01-041-4/+11
* Boldly increase the paint aggregation threshold. It turns out my previous valuebrettw@chromium.org2011-01-031-1/+1
* Revert my change in r69993 to the paint aggregation threshold to see if it'sbrettw@chromium.org2011-01-031-1/+1
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-012-4/+4
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-012-9/+9
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make class declarations ABI compatible, irrespective of ENABLE_CLIENT_BASED_G...jknotten@chromium.org2010-12-312-8/+16
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Add a dummy implementation of a new WebWidget::confirmComposition() method.suzhe@google.com2010-12-301-0/+5
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-281-2/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2433-90/+119
* Extend the TTS extension API to allow an extension to register itself asdmazzoni@chromium.org2010-12-231-2/+16
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-231-0/+7
* Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-222-3/+6
* Revert 69982 - Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-221-1/+1
* Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-221-1/+1
* Add an additional level of optimization for PPAPI plugins to paint withoutbrettw@chromium.org2010-12-228-30/+82
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-222-2/+0
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-221-13/+13
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-214-92/+172
* Block outdated plugins by default.bauerb@chromium.org2010-12-211-2/+3
* Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.thestig@chromium.org2010-12-211-4/+3
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-2117-119/+140
* (Re-landing http://codereview.chromium.org/5991003 after Chromium OSkbr@chromium.org2010-12-211-0/+1
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-2117-140/+119
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-2017-119/+140
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-2017-140/+119
* Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...chase@chromium.org2010-12-201-1/+0
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-2017-119/+140
* Added group policy for disabling all client-side 3D APIs in Chromiumkbr@chromium.org2010-12-201-0/+1
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-1/+1
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+2
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-2/+1
* Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...thestig@chromium.org2010-12-173-11/+11
* Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API viaabarth@chromium.org2010-12-172-0/+30