summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-032-0/+7
* Start moving content_settings code out of content code.jam@chromium.org2011-05-0311-123/+25
* Add OWNERS file for content/browser/webuiestade@chromium.org2011-05-031-0/+2
* Fix: Hide bookmark bar for interstitial pages.sfeuz@google.com2011-05-031-0/+5
* Cancel prerenders that spawn post requests.dominich@chromium.org2011-05-031-2/+17
* Adopt InterstitialPage to RenderViewHost message changes which were introduce...markusheintz@chromium.org2011-05-032-14/+4
* Get rid of the command state changed code that was only used for spellcheckin...jam@chromium.org2011-05-033-55/+0
* Remove some unnecessary includes.jam@chromium.org2011-05-024-11/+0
* Remove the SWP_SHOWWINDOW flag when resizing the compositor host window on th...vangelis@chromium.org2011-05-021-1/+1
* blob_storage_controller.cc assert from this bug was caused by the fact that w...zelidrag@chromium.org2011-05-024-13/+83
* Get rid of AutomationResourceRoutingDelegate interface since it's not used.jam@chromium.org2011-05-026-22/+1
* ntp4: fix most visited blacklistingestade@chromium.org2011-05-021-0/+8
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-023-12/+5
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-0216-160/+45
* [Mac] Implement the system dictionary popup by implementing NSTextInput methods.rsesek@chromium.org2011-05-026-5/+27
* Implement the new WebPermissionClient interface in Chrome code to get rid of ...jam@chromium.org2011-04-302-15/+4
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-301-1/+5
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-301-7/+0
* Fix race condition when OnProcessLaunched is called after RenderProcessHost c...jam@chromium.org2011-04-291-0/+7
* Move code that talks to spellchecking out of content.jam@chromium.org2011-04-294-134/+0
* Pick off the lowest hanging fruits in removing the chrome includes from conte...jam@chromium.org2011-04-2915-284/+166
* Fix last two failing browser tests on Chrome OSrkc@chromium.org2011-04-293-12/+28
* Added policy to allow plugins that require authorization to run.joaodasilva@chromium.org2011-04-291-1/+0
* Remove ChromeURLRequestContext from content/.willchan@chromium.org2011-04-2921-84/+168
* Tighten up DEPS checking in content\browser by explicitely listing the files ...jam@chromium.org2011-04-282-11/+204
* Favicon file shuffling.avi@chromium.org2011-04-282-8/+8
* Reland r82950dtseng@chromium.org2011-04-282-3/+7
* Remove a unnecessary #include.pinkerton@chromium.org2011-04-281-1/+0
* Update the URL if the user cancels a beforeunload handler.creis@chromium.org2011-04-284-3/+16
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-281-1/+0
* Record stats for mixed content warnings and errors.cevans@chromium.org2011-04-281-0/+2
* Adding the ability to pass arguments to JS tests from the C++ side. This enab...ofri@google.com2011-04-284-18/+113
* Profile shouldn't own Session/TabRestore services.torne@chromium.org2011-04-281-7/+7
* Observe plug-in blacklist changes in user preferences instead of local state.bauerb@chromium.org2011-04-283-24/+1
* Simple rename because I could not resist. I don't want to mix this with anoth...cpu@chromium.org2011-04-282-20/+21
* Move a few Chrome messages out of RenderViewHost. I added ChromeRenderViewHo...jam@chromium.org2011-04-286-167/+1
* Move UserMetrics to content.michaeln@google.com2011-04-2712-12/+103
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-273-19/+51
* Eliminate double-get for prerendered pages.cbentzel@chromium.org2011-04-271-44/+67
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-2711-75/+39
* Moved mru_cache from content/common to base/memory.agayev@chromium.org2011-04-271-2/+3
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-278-37/+72
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-278-72/+37
* Add 1st cut of QuotaManager codekinuko@chromium.org2011-04-273-9/+109
* Enable visible profanity filter for speech input and correct a mistake in the...satish@chromium.org2011-04-271-1/+2
* Enable quota API when enable-quota flag is given.kinuko@chromium.org2011-04-271-0/+1
* Create a ThumbnailGenerator for each tab instead of using the global instance.mazda@chromium.org2011-04-271-9/+0
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-268-37/+72
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-268-72/+37
* Prerender-motivated requests at IDLE priority.dominich@chromium.org2011-04-262-3/+11