summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Revert 84095 - Add IME UI related extension API.bryeung@chromium.org2011-05-041-2/+1
* Add a histogram to record why the phishing classifier is canceled.bryner@chromium.org2011-05-042-13/+42
* Add IME UI related extension API.bryeung@chromium.org2011-05-041-1/+2
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-041-0/+5
* Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...jam@chromium.org2011-05-045-5/+20
* Add IPCs to check web copy/cut/paste for extensions with the appropriate perm...dcheng@chromium.org2011-05-031-4/+8
* Don't dismiss Autofill suggestions when clicking on a field that currently ha...isherman@chromium.org2011-05-031-1/+2
* Add tracking for scorer creation failures.noelutz@google.com2011-05-031-2/+32
* Have the phishing classifier guard against extra PageCaptured calls.bryner@chromium.org2011-05-032-18/+100
* Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.mpcomplete@chromium.org2011-05-033-38/+11
* Start moving content_settings code out of content code.jam@chromium.org2011-05-031-1/+1
* Fix chrome.test.checkDeepEqbattre@chromium.org2011-05-031-0/+6
* Get rid of the command state changed code that was only used for spellcheckin...jam@chromium.org2011-05-031-13/+6
* Null-check the WebView and WebFrame in PhishingClassifier::TermExtractionFini...bryner@chromium.org2011-05-021-1/+10
* Added tab_id parameter to payload of chrome.fileBrowserHandler.onExecute event.zelidrag@chromium.org2011-05-021-3/+5
* Prerender: Update histogram names.mmenke@chromium.org2011-05-021-5/+5
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-0/+1
* Revert 83687 - Remove ExtensionMsg_UpdatePageActions.vangelis@chromium.org2011-05-023-11/+38
* [Mac] Implement the system dictionary popup by implementing NSTextInput methods.rsesek@chromium.org2011-05-023-0/+116
* Remove ExtensionMsg_UpdatePageActions.aa@chromium.org2011-05-013-38/+11
* Implement the new WebPermissionClient interface in Chrome code to get rid of ...jam@chromium.org2011-04-307-36/+180
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-304-14/+19
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-309-71/+277
* Added policy to allow plugins that require authorization to run.joaodasilva@chromium.org2011-04-291-13/+15
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-292-0/+13
* 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