summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Switch content/browser/webui to string16/std::string, update all callers.avi@chromium.org2011-03-092-27/+34
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-0935-81/+81
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-0911-7/+642
* Add a PathService id for the child process exe. This is needed so that the r...jam@chromium.org2011-03-095-0/+62
* Fixed PluginService unit tests to really run and test the code.pastarmovj@chromium.org2011-03-092-80/+67
* Make View frame source work for POST results.pfeldman@chromium.org2011-03-094-0/+29
* Options: Remove the kDisabledTabbedOptions flag.jhawkins@chromium.org2011-03-091-6/+2
* Reland r77075,r77077.willchan@chromium.org2011-03-091-2/+0
* Fix r77364: Forward new PPAPI Flash flags on to the renderer.viettrungluu@chromium.org2011-03-091-0/+2
* cd Move prerender specific functionality out of TabContents into a tab contenttburkard@chromium.org2011-03-084-41/+11
* Pepper/Flash: Add command line args specifically for Pepper Flash.viettrungluu@chromium.org2011-03-082-1/+11
* Various fixes to make Chrome compile under VS2010.jeanluc@chromium.org2011-03-081-4/+5
* Exit early and pass over the log string when a test fails.dtseng@chromium.org2011-03-081-0/+5
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Fix wstrings in content/common.avi@chromium.org2011-03-083-11/+11
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-1/+1
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-085-18/+16
* Revert 77296 - zea@chromium.org2011-03-081-1/+1
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-1/+1
* Add a unittest to make sure changes made to software_rendering_list.json are ...zmo@google.com2011-03-081-0/+25
* Remove IDBCallbacks::OnSucess(IDBObjectStore*)andreip@chromium.org2011-03-081-4/+0
* Remove obsoleted interface for fallback font selection on Linux.kochi@chromium.org2011-03-081-3/+3
* Fix dbg-shlib buildjam@chromium.org2011-03-081-0/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-0817-0/+1616
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-082-4/+0
* Print Preview: Generate the print preview after the print preview renderer ha...thestig@chromium.org2011-03-081-3/+1
* Pepper: Store file extensions and description on a per-mime-type basis.viettrungluu@chromium.org2011-03-081-14/+3
* Move the common child process messages into their own file.jam@chromium.org2011-03-073-0/+31
* Put file_system messages in their own file and move them to content, in prepa...jam@chromium.org2011-03-077-32/+211
* Add set of prerendering RenderViewHosts to allow setting of PRERENDER load fl...dominich@google.com2011-03-072-0/+35
* Fix crash in P2P IPC host.sergeyu@chromium.org2011-03-072-2/+3
* Remove invalid DCHECK in TabContents::CloseConstrainedWindows sail@chromium.org2011-03-071-1/+0
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-071-3/+0
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-075-0/+1152
* Better error messages for speech input errors.satish@chromium.org2011-03-073-4/+65
* Adds a lab that prefers switching to an existing tab rather thansky@chromium.org2011-03-073-7/+46
* Fix missing change notifications of UserPrefStorebattre@chromium.org2011-03-071-2/+3
* Pass around preferred language to font fallback selection.kochi@chromium.org2011-03-071-0/+6
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-0/+2
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-0716-5/+2162
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-2/+0
* Really need a clang trybotjam@chromium.org2011-03-051-0/+4
* Fix clang build againjam@chromium.org2011-03-053-3/+12
* Fix clang buildjam@chromium.org2011-03-051-0/+3
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-0520-64/+782
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-052-5/+5
* NSS: Unlock crypto devices when populating cert manager.mattm@chromium.org2011-03-052-3/+23
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-051-1/+1
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-0513-81/+283
* Make IndexedDB obey the SpecialStoragePolicy.jorlow@chromium.org2011-03-056-23/+58