index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
render_view_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
RenderView::UpdateTargetURL should not look at GURL::spec().
dglazkov@chromium.org
2010-04-26
1
-0
/
+7
*
Use the same code to handle both overridable and fatal
wtc@chromium.org
2010-04-20
1
-20
/
+1
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-1
/
+1
*
Remove unnecessary anonymous namespace according to agl's suggestion.
suzhe@chromium.org
2010-03-09
1
-4
/
+0
*
Fix issue 27927: linux hang in RenderViewTest.ImeComposition.
suzhe@chromium.org
2010-03-08
1
-5
/
+4
*
Try to fix valgrind error.
thakis@chromium.org
2010-02-17
1
-1
/
+1
*
Send "content blocked" ipc messages even more reliably.
thakis@chromium.org
2010-02-15
1
-1
/
+52
*
WebKit roll 52769 -> 52793.
antonm@chromium.org
2010-01-05
1
-2
/
+2
*
Disable failing test.
thakis@chromium.org
2009-11-17
1
-0
/
+5
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-2
/
+2
*
Mark RenderViewTest.OnHandleKeyboardEvent as flaky.
willchan@chromium.org
2009-11-09
1
-1
/
+1
*
Makes it so that we sync changes in content state more often for selected tab...
sky@chromium.org
2009-11-05
1
-6
/
+6
*
Enable the RenderViewTest printing tests on the Mac.
stuartmorgan@chromium.org
2009-10-14
1
-8
/
+16
*
Wire up printing on the Mac
stuartmorgan@chromium.org
2009-10-13
1
-2
/
+2
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-3
/
+4
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-5
/
+5
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
1
-42
/
+42
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-2
/
+1
*
Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ...
mhm@chromium.org
2009-09-04
1
-0
/
+44
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-1
/
+4
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-2
/
+2
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-12
/
+12
*
Print only the focused frame. This makes more sense than trying to print all...
sverrir@chromium.org
2009-07-16
1
-8
/
+42
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-7
/
+23
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-23
/
+7
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-7
/
+23
*
Fix: Off-by-one errors in loops over key codes in render_view_unittest.cc
yuzo@chromium.org
2009-07-02
1
-2
/
+2
*
Don't disable view-source mode on cancellation. On error, we should turn off
brettw@chromium.org
2009-06-25
1
-0
/
+35
*
Add a test to print using javascript. This is to make sure I don't break anyt...
sverrir@google.com
2009-06-05
1
-0
/
+31
*
Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin...
sverrir@google.com
2009-06-05
1
-2
/
+8
*
Reenable unittest and fix the failure. This failed after a change in the
sverrir@google.com
2009-06-05
1
-4
/
+1
*
Disable failing PrintLayoutTest test. Commenting out because of local compila...
sverrir@google.com
2009-06-04
1
-0
/
+3
*
Adds a RenderViewTest.PrintLayoutTest.
hbono@chromium.org
2009-05-23
1
-0
/
+88
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
1
-1
/
+1
*
Implements keyboard events for RenderViewTest.This change implements a functi...
hbono@chromium.org
2009-05-11
1
-87
/
+252
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
1
-1
/
+1
*
Adds a keyboard-event test into RenderViewTest.
hbono@chromium.org
2009-04-23
1
-0
/
+180
*
Introduce printing test case (Step 1)
hbono@chromium.org
2009-04-16
1
-1
/
+34
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-186
/
+1
*
Revert "Add JsonSchema-based validation for the tab APIs."
aa@chromium.org
2009-04-14
1
-1
/
+186
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-186
/
+1
*
Hook up extension events to the json parser, and change the extension message
mpcomplete@google.com
2009-04-13
1
-12
/
+15
*
rebase and more minor changes.
aa@chromium.org
2009-04-09
1
-5
/
+4
*
Add aa's Event class to our javascript bindings and use it in our extension
mpcomplete@google.com
2009-04-08
1
-5
/
+7
*
Add code to support 2-way communication between extensions and renderers. Th...
mpcomplete@google.com
2009-04-02
1
-0
/
+90
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-2
/
+5
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+48
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
1
-2
/
+1
*
Reverting 11953.
hbono@chromium.org
2009-03-18
1
-48
/
+0
*
A tricky fix for Issue 1845.
hbono@chromium.org
2009-03-18
1
-0
/
+48
[next]