summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-3/+4
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-4/+3
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-021-11/+5
* Fix window.open()/window.close() regression by disabling window.close() until...erg@google.com2008-12-011-1/+18
* Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...maruel@chromium.org2008-12-011-0/+1
* src/webkit side of webKit merge 38653:38729ojan@google.com2008-11-271-1/+1
* Reverting 5971.maruel@chromium.org2008-11-251-1/+0
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-251-0/+1
* Fixes the WebRequest API to consistently use std::string instead ofdarin@chromium.org2008-11-251-4/+4
* Find now uses WebKit's TextMatch highlighting for Find-in-page.finnur@google.com2008-11-241-10/+4
* Don't save state when the page ID doesn't change.brettw@google.com2008-11-241-2/+9
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-2/+2
* Revert 5607 because it caused a base_unittest failure.maruel@chromium.org2008-11-181-1/+0
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-181-0/+1
* A workaround fix for Issue 343 "Chinese Sogou input method lose first initial...hbono@chromium.org2008-11-171-2/+4
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-1/+1
* Prevent crash due to DIB allocation failure joshia@google.com2008-11-121-6/+12
* Review URL: http://codereview.chromium.org/10005petersont@google.com2008-11-111-1/+6
* Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...erikkay@google.com2008-11-101-18/+6
* Review URL: http://codereview.chromium.org/10237petersont@google.com2008-11-081-6/+1
* Entries in a form get recorded when the user submits the form. Database and ...petersont@google.com2008-11-081-1/+6
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-4/+32
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-061-32/+4
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-4/+32
* Finish unforking the async history item changes.mpcomplete@google.com2008-11-041-2/+2
* Change some places where we were using javascript: URLs to useaa@google.com2008-11-031-5/+4
* This fixes the VerifyHistoryLength ui test flakiness. The test initiates page...ananta@chromium.org2008-10-311-0/+15
* Part 2 of the CL to unfork our changes to FrameLoader.cpp to support thempcomplete@google.com2008-10-311-3/+19
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-311-3/+2
* Add referrer to session restore.ericroman@google.com2008-10-281-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-3/+9
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...ananta@chromium.org2008-10-201-1/+25
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-7/+40
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-2/+2
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-161-1/+16
* This fixes http://code.google.com/p/chromium/issues/detail?id=146&,ananta@chromium.org2008-10-161-0/+8
* Add an alternate error page for connection errors. This is already supported...tc@google.com2008-10-151-11/+27
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-141-10/+11
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-1/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-0/+3
* Adds MSAA/IAccessible exposure of web content.klink@chromium.org2008-09-301-4/+35
* While testing I hit a DCHECK on line 1643 (because of a UMR).finnur@google.com2008-09-291-1/+1
* Factor out a RenderThread interfacecpu@google.com2008-09-261-2/+3
* Fix bug 455: Active match in Find is not selected and links are not focused a...finnur@google.com2008-09-261-1/+1
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-0/+1
* This CL enables the Page info menu when right-clicking on a page/frame.jcampan@chromium.org2008-09-231-1/+3
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-15/+5
* Don't index https content. This uses the toplevel brettw@google.com2008-09-091-0/+9