summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* This CL fixes issue 17468: Regression: Directionality marks should not be ins...xji@chromium.org2009-07-291-2/+5
* Navigation and cookies for Automationamit@chromium.org2009-07-281-6/+25
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-6/+4
* Linux: splice together RendererPreferences and SkFontHostagl@chromium.org2009-07-241-3/+1
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-2/+13
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-8/+0
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-0/+8
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-8/+0
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-3/+3
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+6
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-0/+8
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-8/+0
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+10
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-2/+4
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-3/+13
* Reverting 20855.darin@chromium.org2009-07-161-23/+32
* Reverting 20854.darin@chromium.org2009-07-161-32/+23
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-23/+32
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-2/+3
* Reverting 20683.jorlow@chromium.org2009-07-141-3/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-2/+3
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-141-2/+6
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-6/+0
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-0/+10
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-1/+2
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+3
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-8/+5
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+16
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-1/+26
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-1/+3
* Add additional render histogramsjar@chromium.org2009-07-091-2/+30
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-3/+3
* Revert change 20173 because it breaks the ui_tests, plugin_testsnsylvain@chromium.org2009-07-081-3/+3
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-3/+3
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-081-12/+13
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-081-4/+8
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-1/+2
* We used to store/restore the frame and node that were focused last when a age...jcampan@chromium.org2009-07-031-12/+0
* Set the WebViewDelegate earlier during WebView creation to ensure thatdarin@chromium.org2009-07-021-20/+14
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-011-31/+24
* 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