summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-0312-0/+12
* DCHECK that CreatePlugin is only called for blocked plugins when click-to-pla...bauerb@chromium.org2010-08-031-6/+5
* DevTools: follow up to r54722, remove unused classes.pfeldman@chromium.org2010-08-031-1/+0
* Add the definition of the webRequest and webNavigation APIs.jochen@chromium.org2010-08-031-0/+2
* DevTools: Get rid of DevTools RPC.pfeldman@chromium.org2010-08-036-56/+37
* Add "Load all plugins on this page" button to blocked plugins bubble if click...bauerb@chromium.org2010-08-034-1/+34
* Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.bauerb@chromium.org2010-08-033-23/+36
* Fix the wrong substr use in autofill fix for bug 49332.inferno@chromium.org2010-08-021-1/+1
* Fix language detection with short text pages.jcivelli@chromium.org2010-08-021-7/+6
* A/B test for measuring effect of number of proxy connections.ziadh@chromium.org2010-08-021-1/+35
* Record received data in WebViewPlugin and replay it when loading the real plu...bauerb@chromium.org2010-08-021-0/+1
* Linux fix for Issue 50340: @page rules inside @media print rules are not pro...yuzo@chromium.org2010-08-021-4/+12
* Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.viettrungluu@chromium.org2010-07-314-58/+55
* Fix the build.brettw@chromium.org2010-07-311-1/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-3/+4
* Fix bad license header under chrome/ directory.tfarina@chromium.org2010-07-314-25/+25
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-312-3/+0
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-304-1/+6
* Altered the logic that determines when NaCl is enabled. Previously, we requi...cbiffle@google.com2010-07-302-10/+28
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-302-4/+4
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+3
* Pepper2 audio (trusted side) implementation. Still missing a synchronization ...neb@chromium.org2010-07-303-2/+131
* Fix build break by updating the test shell and renaming renderer_webindexedda...andreip@chromium.org2010-07-302-0/+0
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-307-28/+32
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-302-4/+2
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-5/+5
* Revert "Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1"evan@chromium.org2010-07-301-3/+0
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+3
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-1/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+3
* NaCl: Allow setting up multiple sockets for subprocess instead of just onemseaborn@chromium.org2010-07-291-5/+35
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-296-6/+3
* Add an extractor for DOM features to be used for client side phishing detection.bryner@chromium.org2010-07-296-1/+1060
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-284-2/+10
* Header cleanup in chrome/renderer/.erg@google.com2010-07-2814-92/+132
* Make NaCl/Chromium startup interface easier to maintainmseaborn@chromium.org2010-07-281-2/+6
* Fully remove the hole in the Mac Sandbox that was used to supportmsneck@google.com2010-07-281-14/+0
* Move click-to-play behind the --enable-click-to-play switch.bauerb@chromium.org2010-07-282-4/+18
* Make sure we check http/https to collect stats for spdy or apa.lzheng@google.com2010-07-281-12/+10
* Adds unit tests for Serbian and Ukranian dictionaries.hbono@chromium.org2010-07-281-0/+28
* Fix for Issue 50340: @page rules inside @media print rules are not properlyyuzo@chromium.org2010-07-281-0/+1
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-282-4/+3
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-272-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2681-0/+81
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-263-19/+20
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-2613-26/+45
* Don't try to block a disabled plugin.bauerb@chromium.org2010-07-263-12/+31
* Coverity issue 1577: Uninitialized member in dom_ui_bindings.hfinnur@chromium.org2010-07-241-5/+7
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-1/+1
* This CL creates a new class AutofillHelper that factors out the autofill rela...jcivelli@google.com2010-07-226-249/+439