summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix display of filenames in file:/// URLsevan@chromium.org2011-03-053-11/+13
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-052-4/+6
* Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents.tfarina@chromium.org2011-03-045-205/+2
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-048-43/+72
* Register "filesystem:" as a "WebSafeScheme" to let ResourceDispatcherHost ser...adamk@chromium.org2011-03-042-0/+5
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-1/+14
* ui_tests: use proper API for getting tab titleevan@chromium.org2011-03-041-21/+23
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-046-73/+5
* This is the first CL for a sequence of CLs that will add in the display infra...rharrison@chromium.org2011-03-041-0/+3
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-043-28/+16
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-046-16/+3
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-041-2/+0
* Adding multisampling to GPU software rendering list feature sets. Allow muti...zmo@google.com2011-03-043-52/+111
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-042-0/+4