summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: IWYU for BrowserThread.thestig@chromium.org2012-03-036-11/+20
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-038-38/+24
* Order content::URLFetcher test code correctlyhashimoto@chromium.org2012-03-031-102/+109
* Rename URLFetcherImpl::Core::TempFileWriter to FileWriterhashimoto@chromium.org2012-03-032-108/+98
* Disable the transfer_buffer_ cache by forcing it to be empty; work aroundnfullagar@google.com2012-03-031-0/+5
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-032-2/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-032-2/+2
* Revert 124813 - Improve switch between gestures and touch mode when kEnableTo...vandebo@chromium.org2012-03-0312-108/+36
* Improve switch between gestures and touch mode when kEnableTouchEventsscottmg@chromium.org2012-03-0312-36/+108
* Automatically start the GPU process 5s after browser startup.fischman@chromium.org2012-03-033-16/+26
* Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTestdgrogan@chromium.org2012-03-022-32/+8
* Add a boolean histogram "Chrome.CommandLineUseSystemSSL" to keep track ofkaiwang@chromium.org2012-03-022-4/+5
* Tiny comment tweaks for clarity.pkasting@chromium.org2012-03-021-3/+4
* Only add rescheduled message when there are commands to reschedule.jbauman@chromium.org2012-03-023-1/+12
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-24/+0
* Don't suppress HW compositing on the new file manager (chrome://files).fischman@chromium.org2012-03-026-1/+6
* Clean up password manager code.isherman@chromium.org2012-03-025-5/+5
* Use floor time to limit requestAnimationFrame in compositing mode if there ar...jamesr@chromium.org2012-03-021-1/+5
* Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHistoryEntries.creis@chromium.org2012-03-023-6/+73
* Move QuotaPermissionContext to content/public/browser and put it in the conte...tfarina@chromium.org2012-03-027-79/+80
* Get rid of chrome dependencies from tab_contents_drag_win.cc. After this I'll...jam@chromium.org2012-03-021-0/+10
* Move TabContentsViewGtk's delegate to content\public\browser. Also name it a ...jam@chromium.org2012-03-024-28/+34
* Windows-only change.enal@chromium.org2012-03-021-0/+1
* Add a const overload to DownloadItem::GetExternalData().asanka@chromium.org2012-03-025-4/+24
* Don't trigger accelerated compositing for 3D CSS when using SwiftShaderjbauman@chromium.org2012-03-021-1/+2
* Make echo message per-command-bufferjbauman@chromium.org2012-03-025-19/+16
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-0212-58/+107
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-022-2/+6
* Make socket permission also allow Pepper socketsdpolukhin@chromium.org2012-03-026-6/+12
* IndexedDB: chrome-side changes for permission check from shared workerdgrogan@chromium.org2012-03-0210-2/+65
* Fix win_aura take 2jam@chromium.org2012-03-021-0/+2
* Fix Aura build.jam@chromium.org2012-03-021-0/+2
* Avoid sending duplicate flushesjbauman@chromium.org2012-03-022-1/+9
* Move the core drag&drop code for Windows to content\browser to match Mac/GTK....jam@chromium.org2012-03-028-1/+580
* Allow browser compositor to create an offscreen context3D.danakj@chromium.org2012-03-024-25/+27
* Separate out the Windows bookmark handling code out of the core drag & drop t...jam@chromium.org2012-03-021-5/+14
* Adding thread assertions in FileAPIMessageFilterkinuko@chromium.org2012-03-021-0/+18
* Aura: PostSubBuffer implementation for --ui-use-gpu-processbacker@chromium.org2012-03-015-46/+110
* Revert 124461 - Remove the singleton instance get/delete methods from RootWin...ben@chromium.org2012-03-012-6/+2
* exclude media_stream_dispatcher_unittest.cc from content_unittests when enabl...wjia@chromium.org2012-03-011-1/+1
* libjingle roll 117:119grunell@chromium.org2012-03-019-6/+115
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-012-2/+6
* WebWidgetClient::screenInfo() no longer does a synchronous IPC.fsamuel@chromium.org2012-03-0114-57/+57
* Rename content/{common,browser}/file_system to fileapi and move blob stuff in...tzik@chromium.org2012-03-0136-172/+174
* Hide MHTMLGenerationManager from chrome.jam@chromium.org2012-03-0112-33/+41
* Pass DefaultDeviceScaleFactor to webkittdresser@chromium.org2012-03-015-8/+11
* Cleanup: More random cleanup for gamepad code.thestig@chromium.org2012-03-015-42/+46
* aura: Fix popup window positioning.yoshiki@chromium.org2012-03-011-22/+2
* Webkit now disables CSS3 regions at runtime by default. This change allows re...matthewrobertson03@gmail.com2012-03-014-0/+8
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-012-0/+142