summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-045-16/+38
* Check request handle existence in MatchQuery.rdsmith@chromium.org2011-11-041-1/+2
* Fix a couple minor net issuesjoth@chromium.org2011-11-031-2/+2
* Also include selected state when returning AXValue.dtseng@chromium.org2011-11-031-3/+7
* Don't reload into an app process.creis@chromium.org2011-11-032-10/+4
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-033-30/+16
* refactor video capture in browser process to support device sharing across mu...wjia@chromium.org2011-11-039-176/+729
* The touch based zoom handling on Windows should ignore gestures where the cur...iyengar@google.com2011-11-031-0/+3
* GpuMessageFilter is destoryed on IO thread instead of UI thread.apatrick@chromium.org2011-11-032-8/+9
* Cleanup: Remove a unused variable.thestig@chromium.org2011-11-032-6/+2
* Don't forward XBUTTON events to the renderer, it can't handle them. aura::Eve...ben@chromium.org2011-11-031-1/+19
* Aura: prevent synchronous drawing of web content from triggering an extra Sch...piman@chromium.org2011-11-032-2/+7
* Add unit tests for DownloadItem notification generation.benwells@chromium.org2011-11-031-1/+2
* Send SetActive() messages on all platforms, not just on mac.thakis@chromium.org2011-11-035-7/+22
* Fixed a bug where Linux users couldn't download to NTFS file systems.ahendrickson@chromium.org2011-11-031-4/+7
* Adds a webstorePrivate method for silently installing extensions.jstritar@chromium.org2011-11-021-1/+0
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-024-12/+18
* Prerendered tabs use the same SessionStorage namespace as the tab that trigge...cbentzel@chromium.org2011-11-021-0/+4
* aura: Wire up RenderWidgetHostViewAura cursor methods.derat@chromium.org2011-11-022-8/+11
* Relanding this with the touch UI compile fixes.ananta@chromium.org2011-11-022-45/+152
* First pass at some Downloads UMA to get a handle on downloads performance.rdsmith@chromium.org2011-11-025-1/+48
* Send the index in the canonical list over IPC when using the OOP plugin loader.rsesek@chromium.org2011-11-023-23/+25
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-5/+1
* On non-Windows platforms, wait for some time for an exit code.petkov@chromium.org2011-11-022-10/+34
* [Linux] Load plugins out-of-process.rsesek@chromium.org2011-11-024-8/+52
* Revert 108211 - Support IAccessibleHypertext.glotov@google.com2011-11-023-169/+21
* Mark flaky test: DOMStorageTest.EventLayoutTestsglotov@google.com2011-11-021-1/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-02148-63/+266
* Revert 108232 - Add support for touch based zoom gesture on Windows. This cha...jamescook@chromium.org2011-11-022-152/+45
* Add support for touch based zoom gesture on Windows. This change also handles...iyengar@google.com2011-11-022-45/+152
* Support IAccessibleHypertext.dtseng@chromium.org2011-11-023-21/+169
* Add bug #s and remove NOTIMPLEMENTED()s for things we don't need to implement...ben@chromium.org2011-11-011-6/+12
* Move maximize/fullscreen/restore to shelloshima@google.com2011-11-011-1/+2
* Change GpuDataManager to use Observer notifications rather than callbacks. T...csilv@chromium.org2011-11-012-40/+43
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-013-16/+30
* Move Mac's WebDragDest to content.avi@chromium.org2011-11-013-0/+473
* Add a couple of linux-specific exports for the content component build.dpranke@chromium.org2011-11-012-5/+5
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-018-38/+68
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-015-10/+13
* aura: Work around RenderWidgetHostTest.Background segfault.derat@chromium.org2011-11-013-5/+15
* Support dispositon attribute.gbillock@chromium.org2011-10-314-24/+29
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-3/+0
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-316-33/+23
* aura: Add fullscreen/popups to RenderWidgetHostViewAura.derat@chromium.org2011-10-314-19/+66
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-318-16/+15
* browser-thread related exportsdpranke@chromium.org2011-10-311-1/+2
* Tweak the WebDragDestDelegate to be useful for more than GTK.avi@chromium.org2011-10-313-15/+19
* Revert "Tweak the WebDragDestDelegate to be useful for more than GTK."avi@chromium.org2011-10-313-19/+15
* Tweak the WebDragDestDelegate to be useful for more than GTK.avi@chromium.org2011-10-313-15/+19
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-3123-87/+126