summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-9/+1
* Use defensive code to assure that we do SDCH and DNS histograms in trial onlyjar@chromium.org2009-06-301-15/+15
* fix tree by commenting out histogramsjar@chromium.org2009-06-301-0/+2
* Create A/B test of SDCHjar@chromium.org2009-06-301-4/+22
* fix for bug: http://code.google.com/p/chromium/issues/detail?id=15547davemoore@chromium.org2009-06-291-2/+8
* - Added a new time marker for loadtimes: first_paint_after_load_time. Created...davemoore@chromium.org2009-06-291-59/+99
* Fix for reverted cl http://codereview.chromium.org/147123davemoore@chromium.org2009-06-271-26/+57
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-261-0/+9
* Remove WebFrame::CaptureImage in favor of having consumers call Layoutdarin@chromium.org2009-06-261-7/+15
* Reverting 19361.davemoore@chromium.org2009-06-261-54/+26
* Restrict how often javascript can annoy the user with the print dialog. If a...sverrir@google.com2009-06-261-8/+11
* A recent change broke the load times. It also revealed some deficiencies.davemoore@chromium.org2009-06-261-26/+54
* render view: Clear the text selection cache when we get an empty selection.estade@chromium.org2009-06-251-0/+2
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-251-8/+18
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-1/+18
* Don't disable view-source mode on cancellation. On error, we should turn offbrettw@chromium.org2009-06-251-0/+6
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-51/+2
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-231-2/+2
* Re-land r18853jeremy@chromium.org2009-06-231-0/+9
* Get correct request to finsh time for histogramjar@chromium.org2009-06-201-3/+3
* back out r18853jeremy@chromium.org2009-06-191-9/+0
* This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.jeremy@chromium.org2009-06-191-0/+9
* TBR: Fix Toolstrips sometimes show scrollbars as renderingaa@chromium.org2009-06-191-0/+3
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-3/+14
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-23/+5
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-5/+23
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-72/+94
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+2
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-100/+29
* Access RenderThread::current() only on render threadhclam@chromium.org2009-06-161-1/+3
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-2/+0
* Fix a bug where clicking an external link from an extension page would reusempcomplete@google.com2009-06-151-0/+1
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-84/+144
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+2
* Use pointers instead of references in SpellCheck function.sidchat@google.com2009-06-121-4/+4
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+14
* Enable <video> in test_shellhclam@chromium.org2009-06-111-2/+16
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-111-3/+2
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-4/+20
* Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...sidchat@google.com2009-06-101-2/+5
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-43/+4
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-8/+0
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-4/+43
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-43/+4
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-051-1/+5
* Resubmitting change r17491 that was reverted because of a memory leak.sverrir@google.com2009-06-031-229/+4
* Revert "Refactor print functionality in RenderView..."willchan@chromium.org2009-06-031-4/+229
* Refactor print functionality in RenderView. Moved most of the print function...sverrir@google.com2009-06-031-229/+4
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-031-0/+4
* Enforce a max length for document titles.abarth@chromium.org2009-05-301-2/+8