summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fold views_compositor=1 into use_aura=1piman@chromium.org2012-01-281-1/+1
* aura: Add Layer::LAYER_SOLID_COLOR to compositor.derat@chromium.org2012-01-281-3/+3
* Minor code refactoring: move 'signal send end of stream' fromenal@chromium.org2012-01-282-6/+9
* Move audio/video files from content/renderer into content/renderer/media.fischman@chromium.org2012-01-2812-18/+742
* Added missing member initializationgroby@chromium.org2012-01-281-2/+3
* Send replies to sync IPCs from swapped out renderers.creis@chromium.org2012-01-289-26/+129
* Enabling usage of native PeerConnection v2 in libjingle.grunell@chromium.org2012-01-2813-625/+896
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-6/+2
* Convert use of int ms to TimeDelta in content/plugin.tedvessenes@gmail.com2012-01-282-6/+9
* Add GPU info collection to GPUTestConfig.zmo@chromium.org2012-01-284-6/+16
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-2814-84/+72