summaryrefslogtreecommitdiffstats
path: root/components/renderer_context_menu
Commit message (Expand)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Move ObserverList to base namespace.brettw2015-06-021-3/+6
* Add a "Save password" item to the context menu.msramek2015-05-262-1/+6
* Add an OWNERS file to components/renderer_context_menu.msramek2015-05-191-0/+2
* Add const modifier to some members in RVCMenu and friendslazyboy2015-05-062-7/+6
* Moving extension code out of "components/" to avoid layering violations.deepak.m12015-05-055-47/+2
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-5/+5
* Reland: [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-031-2/+2
* Revert "[Extensions] Changt cl uploade ProcessManager to use RenderFrameHosts"Tommy C. Li2015-04-031-2/+2
* [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-021-2/+2
* Hide "Inspect Element" context menu item from <webview> when <webview>lazyboy2015-03-241-0/+4
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-3/+3
* Context menu to view original image when Data Saver is being used.kundaji2015-02-242-2/+21
* Renaming a variable and add comments to clarify its usage.deepak.m12015-02-202-2/+5
* Fix for Incomplete context menu shown in pdf asdeepak.m12015-02-182-0/+16
* Revert of Fix for Incomplete context menu is shown on pdf files and reload,ba...raymes2015-02-181-16/+1
* Fix for incomplete context menu in pdf page.deepak.m12015-02-131-1/+16
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-301-3/+2
* Re-factored printing defines and build configs.vitalybuka2014-11-051-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-7/+7
* Extract ProcessManager from ExtensionSystem.reillyg2014-10-281-8/+4
* Export dependent settings of component_metrics_protohashimoto2014-10-281-1/+0
* Remove Downcasting RVContextMenuBase in ContextMenuDeleagate implementations.lazyboy2014-10-282-3/+7
* Standardize usage of virtual/override/final in components/dcheng2014-10-212-21/+19
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-2/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-19/+19
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-192-3/+3
* Android: Remove more browser extensions code, including some that snuck back in.thestig2014-09-072-6/+9
* Use stored render_frame_id_ instead of using GetRenderFrameHost(), as it may ...oshima2014-09-052-3/+5
* Add some remoting targets to GN build.Brett Wilson2014-08-251-0/+33
* Fix some comment about non-existant RVContextMenuDelegate.lazyboy@chromium.org2014-08-221-6/+6
* IsCommandIdEnabled should not fall though if the base did handle the command id.oshima@chromium.org2014-08-132-8/+18
* Move ToolkitDelegate views impl to components/renderer_context_menu/viewsoshima@chromium.org2014-08-083-0/+114
* Separate chrome independent part from RVContextMenuoshima@chromium.org2014-08-072-0/+573
* [DevTools] Whitelist default context menu options for DevTools.dgozman@chromium.org2014-08-011-5/+13
* Move ContextMenuContentType to components/renderer_context_menuoshima@chromium.org2014-07-313-0/+274
* 1st step to C14N RendererContextMenuoshima@chromium.org2014-07-296-0/+302