summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...thestig@chromium.org2011-04-292-4/+2
* Printing: Catch more printing failures.thestig@chromium.org2011-04-285-35/+42
* Change the phishing classifier to look at the transition type to determine hi...bryner@chromium.org2011-04-285-34/+132
* Printing: Loosen the script initiated printing blocking algorithm.thestig@chromium.org2011-04-281-8/+12
* Move UserMetrics to content.michaeln@google.com2011-04-271-0/+1
* Fix CaptureVisibleTabRace to complete deterministically.mihaip@chromium.org2011-04-271-2/+2
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-271-1/+1
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-271-1/+1
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-271-1/+1
* Correctly notify the browser about blocked plug-ins.bauerb@chromium.org2011-04-272-7/+63
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-261-1/+1
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-261-1/+1
* Revert 83044 - Fix CaptureVisibleTabRace to complete deterministically.Also f...acolwell@chromium.org2011-04-261-2/+2
* Fix CaptureVisibleTabRace to complete deterministically.mihaip@chromium.org2011-04-261-2/+2
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-2512-280/+206
* PrintPreview: Added code to print using system dialog.kmadhusu@chromium.org2011-04-251-2/+0
* Load crypt32.dll into renderer when chromoting is enabledhclam@chromium.org2011-04-241-0/+6
* Autofill passwords after re-opening tab containing a login page.isherman@chromium.org2011-04-232-5/+17
* Scope some autorelease pools.avi@chromium.org2011-04-221-3/+5
* Refine inferring label algorithm to Autofill correctly.Takano.Naoki@gmail.com2011-04-222-2/+113
* Revert 82448 - nsylvain@chromium.org2011-04-212-113/+2
* Refine inferring label algorithm to Autofill correctly.Takano.Naoki@gmail.com2011-04-212-2/+113
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-207-93/+32
* Add support in the extension docs for webRequest event listeners.mpcomplete@chromium.org2011-04-201-2/+6
* DevTools: implement Save As binding.pfeldman@chromium.org2011-04-202-0/+9
* Fix scaling issue in windows print preview.ctguil@chromium.org2011-04-202-16/+28
* Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...thestig@chromium.org2011-04-202-11/+21
* Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...thestig@chromium.org2011-04-193-64/+30
* Drop RAW_LOGs that describe ordinary conditions nobody cares about.mark@chromium.org2011-04-191-3/+0
* Update headerjam@chromium.org2011-04-181-1/+1
* Move extension_groups.h to the extensions subdir of renderer.jam@chromium.org2011-04-183-5/+5
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-8/+9
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-182-115/+244
* Move renderer_main and renderer_glue to content.jam@chromium.org2011-04-1810-979/+64
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-1/+1
* Move the content settings code out of RenderView, since it belongs in the Chr...jam@chromium.org2011-04-185-5/+330
* Really fix build breakrsleevi@chromium.org2011-04-181-1/+1
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-1812-13/+832
* Enabled media source content from filesystem: schema.zelidrag@chromium.org2011-04-181-0/+1
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-163-0/+48
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-163-48/+0
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-163-0/+48
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-1/+1
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-163-3/+3
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-1615-180/+652
* Enable PrintWebViewHelper::OnPrintForPrintPreview on all platforms.ctguil@chromium.org2011-04-151-2/+0
* Moved ParamTraits specializations that depend on WebKit out of content/common...grt@chromium.org2011-04-151-0/+1
* Fix missing includejam@chromium.org2011-04-151-0/+1
* Fix missing includejam@chromium.org2011-04-151-0/+1
* Move RenderProcess to content.jam@chromium.org2011-04-1516-549/+10