summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete and AutoFill entries are shown combined in the suggestions popup.dhollowa@chromium.org2010-07-071-6/+6
* AutoFill fills only clicked field when form was filled prior.dhollowa@chromium.org2010-06-301-0/+62
* Improve input method support.suzhe@chromium.org2010-06-231-73/+67
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-101-19/+16
* AutoFill sending forms should include elements with autoComplete="off" attrib...dhollowa@chromium.org2010-05-251-0/+93
* Port some more RenderViewTests to Linux.estade@chromium.org2010-05-241-61/+18
* Linux: enable another render view unit test.estade@chromium.org2010-05-201-9/+27
* [GTTF] [TTF] Test marks maintenance CL:phajdan.jr@chromium.org2010-05-191-3/+2
* enable RenderViewTest.OnHandleKeyboardEvent on Linux.estade@chromium.org2010-05-191-39/+47
* Replace #if 0 used to disable test, the DISABLED_ and FLAKY_phajdan.jr@chromium.org2010-05-081-7/+4
* 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