summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix clang error.ddorwin@chromium.org2011-04-142-0/+4
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-144-12/+136
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-132-14/+14
* Suppress login prompting for favicons.asanka@chromium.org2011-04-132-16/+22
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-131-1/+1
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-132-0/+47
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-137-374/+27
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-2/+3
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-21/+29
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-122-14/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-122-14/+14
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-126-10/+233
* Chrome side needed for WebKit change to move the little remaining spellcheck ...jam@chromium.org2011-04-121-0/+3
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-121-6/+10
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-122-0/+35
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+3
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch...erg@google.com2011-04-111-10/+6
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-112-7/+4
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-111-6/+10
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-115-6/+60
* Implements audio capturing support in Chromium renderer process.scherkus@chromium.org2011-04-114-0/+560
* Pass over the log level of console.* JS calls from renderer to browser.dtseng@chromium.org2011-04-111-0/+19
* PepperWidget needs implementation of new method added in WebWidget.varunjain@chromium.org2011-04-111-0/+5
* HTML/Javascript redirects while prerendering are no longermmenke@chromium.org2011-04-113-6/+50
* Changes to cancel prerendering when there is HTML5 audio/video on a page.cbentzel@chromium.org2011-04-111-0/+6
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-112-14/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-092-14/+14
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-082-14/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-082-14/+14
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-2/+2
* Remove identity from dragTargetDragEnter() call sites.noel.gordon@gmail.com2011-04-081-1/+0
* Add sync context dispatch restriction.piman@google.com2011-04-081-0/+1
* Moved code that runs in both the browser and GPU process from content/gpu to ...apatrick@chromium.org2011-04-081-1/+1
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-072-0/+22
* Step 2 in refactoring NativeThemeWinrogerta@chromium.org2011-04-071-2/+2
* Adds TabContents/RenderView observers for automation/testing messages.kkania@chromium.org2011-04-072-2/+14
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-072-14/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-072-14/+14
* Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.thestig@chromium.org2011-04-075-28/+71
* Update mac sandbox *.sb file commentsdmaclach@chromium.org2011-04-071-2/+2
* Fix and enable reenable tests for P2PTransportImpl.sergeyu@chromium.org2011-04-071-5/+5
* Disable failing P2P tests.sergeyu@chromium.org2011-04-061-3/+3
* P2P Transport implementation.sergeyu@chromium.org2011-04-064-3/+545
* Define TransportTexture for 'sharing' texture between gpu and rendererhclam@chromium.org2011-04-068-3/+623
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-1/+1
* Roll Skiabsalomon@google.com2011-04-061-0/+4
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...sergeyu@chromium.org2011-04-064-545/+3
* P2P Transport implementation.sergeyu@chromium.org2011-04-064-3/+545
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-062-2/+5
* Refactored GGL from c-style interface to c++ interface.apatrick@chromium.org2011-04-0415-697/+506