summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
* IPC host for TCP P2P sockets.sergeyu@chromium.org2011-04-1911-28/+605
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-1911-5/+1562
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-184-9/+80
* Ensure no chrome includes in content\common and content\ppapi_plugin. Also t...jam@chromium.org2011-04-182-1/+7
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-182-2/+4
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-188-20/+6
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-181-8/+1
* Progress towards fixing 77536backer@chromium.org2011-04-188-6/+20
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-184-4/+4
* Usability improvements to about:gpu statusnduca@chromium.org2011-04-182-83/+104
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-5/+5
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-189-23/+19
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-1611-75/+128
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-0/+1
* Let Pepper open FileSystem files again.ericu@google.com2011-04-162-0/+30
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-154-14/+0
* Fix crash reporting for ppapipiman@google.com2011-04-152-31/+28
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-154-22/+0
* Create a content::ResourceContext.willchan@chromium.org2011-04-1518-85/+263
* Don't focus popup windows / panels unless spawned by a user gesture.stevenjb@google.com2011-04-152-5/+7
* Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...jochen@chromium.org2011-04-153-1/+17
* Fixes crash in TabContents. During shutdown render_view_host maysky@chromium.org2011-04-151-1/+3
* Added GpuMsg_VisibilityChanged message.amarinichev@chromium.org2011-04-152-0/+20
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-141-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-142-5/+9
* [Mac] Replace instances of IDR_DEFAULT_FAVICON with nav.pdf.rsesek@chromium.org2011-04-141-3/+4
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-144-38/+72
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-141-28/+3
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-147-12/+382
* Implement Clipboard::ReadImage for Windows.dcheng@chromium.org2011-04-131-1/+4
* Count histograms initiated and finished by the download system.rdsmith@chromium.org2011-04-131-0/+3
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-132-5/+5
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-132-27/+27
* Suppress login prompting for favicons.asanka@chromium.org2011-04-131-2/+7
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-131-1/+6
* Add OWNERS file for content/browser/geolocation.hans@chromium.org2011-04-131-0/+3
* Profile shouldn't own DesktopNotificationService.torne@chromium.org2011-04-132-2/+5
* Adding an initial Bidi Checker test.ofri@google.com2011-04-132-0/+54
* Fix clang build that have been broken by 81364.kinuko@chromium.org2011-04-131-1/+2
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-132-0/+77
* Add initial changes to intercept logging.dtseng@chromium.org2011-04-132-3/+28
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-134-256/+0
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-121-3/+1
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-122-27/+27
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-122-27/+27
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-127-28/+707
* Move P2P sockets host code to content/browser/renderer_host/p2p/sergeyu@chromium.org2011-04-128-34/+44
* Ensure URL is updated after a cross-site navigation is pre-empted bycreis@chromium.org2011-04-122-1/+84