summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix delegate syntax.avi@chromium.org2012-02-012-6/+6
* Move DownloadQuery to chrome/benjhayden@chromium.org2012-02-0112-948/+9
* Change ChildProcess::set_main_thread registration to occur inside the RenderT...marshall@chromium.org2012-02-016-9/+9
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-013-9/+33
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-012-7/+6
* PluginLoaderPosix: Fix the case where the utility process crashes after all p...jhawkins@chromium.org2012-02-012-3/+52
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-0114-81/+146
* Adding unittest for the reference counting of WebMediaStreamDescriptor/Sourcetommi@chromium.org2012-02-011-0/+22
* Enable the RenderWidgetHostTest.MultipleInputEvents unit test since it passes.andreip@chromium.org2012-02-011-3/+2
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-012-2/+12
* move more webrtc related files under enable_webrt=1wjia@chromium.org2012-02-011-13/+15
* Reloading page after installing app should bring it into correct process.nasko@chromium.org2012-02-013-13/+60
* Cleanup: Delete some 0 byte files that are still lying around as a result of ...thestig@chromium.org2012-02-011-0/+0
* Move some webrtc deps behind the enable_webrtc flagyfriedman@chromium.org2012-02-011-11/+20
* Revert 119977 - Defer render_widget draw until host window is availableasargent@chromium.org2012-02-013-31/+9
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-316-103/+17
* Add IPC allowing GPU process to tell browser process to temporarily drop a fr...apatrick@chromium.org2012-01-3116-0/+54
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-01-313-9/+31
* [Coverity] Changed pass-by-value to pass-by-refgroby@chromium.org2012-01-312-2/+2
* Unlock mouse on Render widget host view closescheib@chromium.org2012-01-311-0/+1
* Iterate an array in O(n) rather than O(n^2) time during IDBKey conversion.jsbell@chromium.org2012-01-311-2/+4
* Workaround for failing Aura browser tests (take 2)backer@chromium.org2012-01-311-2/+2
* Remove a bunch of easy entries from chrome\browser\DEPS.jam@chromium.org2012-01-313-12/+25
* aura: Send correct screen position for touch-points to webkit.sadrul@chromium.org2012-01-311-3/+3
* Revert to default title upon page reload (and the new page does not have a <t...primiano@chromium.org2012-01-312-1/+12
* Fix build when webrtc is disabled; i.e. when enable_webrtc is set to 0 in bui...grunell@chromium.org2012-01-312-32/+34
* Remove file_extension from WebDropData since it's not needed.dcheng@chromium.org2012-01-313-29/+35
* Move DownloadFile back to content\browser\download. Only static functions in ...jam@chromium.org2012-01-318-14/+9
* Add WebKitPlatformSupport::createOffscreenGraphicsContext3Dpiman@chromium.org2012-01-314-2/+27
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-312-0/+10
* Fix relay support in P2P Transport API.sergeyu@chromium.org2012-01-311-3/+4
* Disable accelerated animation when using a software 3d rasterizer.jbauman@chromium.org2012-01-311-0/+1
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-308-97/+80
* First version of the layoutTestController for content_shelljochen@chromium.org2012-01-3016-2/+297
* Delete "moved" files from r119577.fischman@chromium.org2012-01-308-724/+0
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-303-18/+17
* Remove code that I missed in r119703.jam@chromium.org2012-01-301-4/+0
* Workaround for failing Aura browser tests.backer@chromium.org2012-01-301-1/+8
* Move js_modal_dialogs.h to content\public\browser.jam@chromium.org2012-01-304-7/+5
* Simplifying JS dialog interfaces.jam@chromium.org2012-01-305-107/+40
* Create Content API around HostZoomMap.jam@chromium.org2012-01-3016-79/+134
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-3014-216/+1751
* Add default title for untitled tabs to shell devtools discovery pagejochen@chromium.org2012-01-301-1/+4
* 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-304-0/+8
* Merge Compositor and CompositorCCpiman@chromium.org2012-01-295-108/+85
* Add option --dump-render-tree to content_shell to dump the render tree as text.jochen@chromium.org2012-01-2912-6/+247
* BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...abarth@chromium.org2012-01-281-28/+5