summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* mac: Remove InitWebCoreSystemInterface() calls from many random places.thakis@chromium.org2012-02-141-5/+1
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Stop the audio thread from within Stop (and not from the IO thread).tommi@chromium.org2012-02-144-46/+17
* Add a stackframe named 'CrashIntentionally' to crashes from about:crash.eroman@chromium.org2012-02-141-8/+8
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-132-42/+44
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-139-11/+25
* Add a switch to invert web contents (non-accel only).dmazzoni@google.com2012-02-132-1/+55
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-125-17/+39
* Move indexed db files from content/renderer to content/common.dgrogan@chromium.org2012-02-1220-2109/+18
* Revert -Wformat workaround that should no longer be neccessary.thakis@chromium.org2012-02-111-4/+0
* Post a notification when accessible scroll requests complete.dmazzoni@chromium.org2012-02-111-1/+1
* Introduce a new class to manage the threads for AudioDevice and AudioInputDev...tommi@chromium.org2012-02-106-305/+486
* Revert 121541 - Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-102-55/+1
* Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-102-1/+55
* Prevent SendPendingAccessibilityNotifications from calling itself recursively.dmazzoni@chromium.org2012-02-101-19/+30
* Fix pepper flash fullscreen.ihf@chromium.org2012-02-102-0/+6
* Signal to the damage tracker that the entire frame was damaged.backer@chromium.org2012-02-101-0/+1
* Add error messages when plug-in loading fails.bauerb@chromium.org2012-02-102-3/+14
* Add BrowserGpuChannelHostFactorypiman@chromium.org2012-02-102-2/+3
* * Pass the incoming frame's timestamp to the renderer.ronghuawu@chromium.org2012-02-102-8/+27
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-101-2/+11
* Ensure that navigations are not ignored due to incomplete unload requests.creis@chromium.org2012-02-093-28/+66
* disable media stream creation when enable_webrtc=0wjia@chromium.org2012-02-093-141/+6
* Removes usage of the term low-latency in AudioInputRendererHost.henrika@chromium.org2012-02-095-32/+28
* Change Web Intents delivery sequence to avoid race of page rendergbillock@chromium.org2012-02-091-2/+1
* Adds a stub method & classes for those which aren't used in android.satish@chromium.org2012-02-083-2/+25
* Fix asserts with compositor threadpiman@chromium.org2012-02-081-2/+0
* Revert 120928 - Add a switch to invert web contents (non-accel only).hbono@chromium.org2012-02-082-53/+1
* Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-082-1/+53
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-0/+24
* Add ObserverListThreadSafe::IsEmpty().sergeyu@chromium.org2012-02-082-6/+1
* Add a 'invalidate resize rect' IPC message.thakis@chromium.org2012-02-072-0/+12
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-074-12/+36
* Try to fix 10.6 build after clang revert.thakis@chromium.org2012-02-071-0/+4
* Removed CHECKs used for bug investigation.xhwang@chromium.org2012-02-072-9/+5
* Fix build (missing NON_EXPORTED_BASE)tommi@chromium.org2012-02-072-2/+2
* Provide a hint for the idle notification handler.ulan@chromium.org2012-02-071-1/+4
* Monitor the IO message loop in the AudioDevice classes.tommi@chromium.org2012-02-076-74/+176
* WebSpeechInputResult::set() was renamed to assign()hans@chromium.org2012-02-071-1/+1
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-0726-3773/+56
* Early-return in RenderViewImpl::DidFlushPaint() if there is no WebView.wez@chromium.org2012-02-071-0/+5
* Fix windows buildpiman@chromium.org2012-02-071-1/+2
* Remove renderer dependencies from the GPU client classes.piman@chromium.org2012-02-0711-146/+212
* Add DCHECK to ensure proper destruction order of P2PSocketDispatcher.sergeyu@chromium.org2012-02-053-2/+9
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-048-22/+53
* MakeContextCurrent before querying for swapbuffers_complete GL extensionjamesr@chromium.org2012-02-041-0/+2
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-036-5/+700
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-036-183/+64
* Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3Dpiman@chromium.org2012-02-033-40/+13
* Store the UploadData identifier in NavigationEntryImpl.cbentzel@chromium.org2012-02-031-1/+14