summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* RenderView::UpdateTargetURL should not look at GURL::spec().dglazkov@chromium.org2010-04-261-0/+7
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-201-20/+1
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Remove unnecessary anonymous namespace according to agl's suggestion.suzhe@chromium.org2010-03-091-4/+0
* Fix issue 27927: linux hang in RenderViewTest.ImeComposition.suzhe@chromium.org2010-03-081-5/+4
* Try to fix valgrind error.thakis@chromium.org2010-02-171-1/+1
* Send "content blocked" ipc messages even more reliably.thakis@chromium.org2010-02-151-1/+52
* WebKit roll 52769 -> 52793.antonm@chromium.org2010-01-051-2/+2
* Disable failing test.thakis@chromium.org2009-11-171-0/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Mark RenderViewTest.OnHandleKeyboardEvent as flaky.willchan@chromium.org2009-11-091-1/+1
* Makes it so that we sync changes in content state more often for selected tab...sky@chromium.org2009-11-051-6/+6
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-8/+16
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-2/+2
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+4
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-5/+5
* Fix cmd-up/cmd-down.thakis@chromium.org2009-09-291-42/+42
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-2/+1
* Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ...mhm@chromium.org2009-09-041-0/+44
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-1/+4
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-2/+2
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-12/+12
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-8/+42
* Reverting 20855.darin@chromium.org2009-07-161-7/+23
* Reverting 20854.darin@chromium.org2009-07-161-23/+7
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-7/+23
* Fix: Off-by-one errors in loops over key codes in render_view_unittest.ccyuzo@chromium.org2009-07-021-2/+2
* Don't disable view-source mode on cancellation. On error, we should turn offbrettw@chromium.org2009-06-251-0/+35
* Add a test to print using javascript. This is to make sure I don't break anyt...sverrir@google.com2009-06-051-0/+31
* Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin...sverrir@google.com2009-06-051-2/+8
* Reenable unittest and fix the failure. This failed after a change in thesverrir@google.com2009-06-051-4/+1
* Disable failing PrintLayoutTest test. Commenting out because of local compila...sverrir@google.com2009-06-041-0/+3
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-0/+88
* Prevent an extra copy of data types that get passed into IPC messages whenmpcomplete@google.com2009-05-201-1/+1
* Implements keyboard events for RenderViewTest.This change implements a functi...hbono@chromium.org2009-05-111-87/+252
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Adds a keyboard-event test into RenderViewTest.hbono@chromium.org2009-04-231-0/+180
* Introduce printing test case (Step 1)hbono@chromium.org2009-04-161-1/+34
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-186/+1
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-141-1/+186
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-186/+1
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-131-12/+15
* rebase and more minor changes.aa@chromium.org2009-04-091-5/+4
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-5/+7
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-0/+90
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-2/+5
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+48
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+1
* Reverting 11953.hbono@chromium.org2009-03-181-48/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+48