summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use setDartFlags API as we're now passing flags by other means.antonm@chromium.org2012-02-031-5/+0
* Switch back to 'int' instead of uint32 and call CancelIo before closing the s...tommi@chromium.org2012-02-032-4/+3
* Revert 120282 - Fix broken resize box appearance after download shelf open/cl...mkwst@chromium.org2012-02-032-11/+0
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-032-0/+11
* Explicitly stopping thread in MediaStreamImpl dtor to avoid any racing issues.grunell@chromium.org2012-02-021-0/+4
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-021-1/+11
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-021-1/+2
* Revert 120111 - Defer render_widget draw until host window is availablescottmg@google.com2012-02-013-33/+9
* Change ChildProcess::set_main_thread registration to occur inside the RenderT...marshall@chromium.org2012-02-013-5/+7
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-013-9/+33
* Adding unittest for the reference counting of WebMediaStreamDescriptor/Sourcetommi@chromium.org2012-02-011-0/+22
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-012-2/+12
* Revert 119977 - Defer render_widget draw until host window is availableasargent@chromium.org2012-02-013-31/+9
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-01-313-9/+31
* Workaround for failing Aura browser tests (take 2)backer@chromium.org2012-01-311-2/+2
* Fix build when webrtc is disabled; i.e. when enable_webrtc is set to 0 in bui...grunell@chromium.org2012-01-312-32/+34
* Add WebKitPlatformSupport::createOffscreenGraphicsContext3Dpiman@chromium.org2012-01-314-2/+27
* Fix relay support in P2P Transport API.sergeyu@chromium.org2012-01-311-3/+4
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-304-81/+62
* Delete "moved" files from r119577.fischman@chromium.org2012-01-308-724/+0
* Workaround for failing Aura browser tests.backer@chromium.org2012-01-301-1/+8
* Ensuring we crash directly if creating native PeerConnection object fails.grunell@chromium.org2012-01-301-0/+1
* Add enable-shadow-dom command line flag.hayato@chromium.org2012-01-301-0/+3
* Minor code refactoring: move 'signal send end of stream' fromenal@chromium.org2012-01-282-6/+9