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
/
webkit
/
tools
/
test_shell
/
test_webview_delegate.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print the element path in TestWebViewDelegate::decidePolicyForNavigation()
tkent@chromium.org
2009-10-09
1
-3
/
+11
*
Make dumpResourceLoadCallbacks() show relative paths which match the results ...
hamaji@chromium.org
2009-10-01
1
-5
/
+25
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-9
/
+9
*
Fake main window resizing in the test shell.
japhet@chromium.org
2009-09-23
1
-0
/
+10
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-23
1
-0
/
+5
*
Fold WebEditingClient into WebViewClient.
darin@chromium.org
2009-09-18
1
-169
/
+109
*
Introduce WebKit::WebSecurityOrigin as a wrapper around
darin@chromium.org
2009-09-18
1
-1
/
+2
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-85
/
+114
*
Fix some mixed content layout tests.
darin@chromium.org
2009-09-14
1
-0
/
+11
*
Replace worker support in test shell with a dummy implementation.
levin@chromium.org
2009-09-11
1
-2
/
+2
*
Delete unused WebViewDelegate method.
darin@chromium.org
2009-09-11
1
-8
/
+0
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-339
/
+350
*
Plumb the DragOperation through all the layers between the platform Drag-n-dr...
snej@chromium.org
2009-09-08
1
-2
/
+7
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
1
-114
/
+162
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-10
/
+16
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-2
/
+2
*
The 2 layout test regressions happened due to changes in the test shell.
jorlow@chromium.org
2009-08-19
1
-8
/
+7
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-7
/
+8
*
Add a few more |#undef LOG| directives to code that might see both WebKit's
mark@chromium.org
2009-08-12
1
-0
/
+2
*
Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method
darin@chromium.org
2009-08-11
1
-0
/
+32
*
Reverting 23068.
darin@chromium.org
2009-08-11
1
-32
/
+0
*
Remove WebView::SetDelegate because I'd like to avoid having a method like this
darin@chromium.org
2009-08-11
1
-0
/
+32
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
1
-1
/
+1
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-16
/
+16
*
Enable new FTP for Windows TestShell so that the results of block-test.html are
darin@chromium.org
2009-08-06
1
-7
/
+4
*
Reverting 22651.
darin@chromium.org
2009-08-06
1
-1
/
+0
*
With our posix TCP implementation, attempting to load an URL with IP address
darin@chromium.org
2009-08-06
1
-0
/
+1
*
Update baseline for security/block-test.html
darin@chromium.org
2009-08-06
1
-18
/
+38
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
1
-14
/
+63
*
Revert unintended changes.
darin@chromium.org
2009-08-04
1
-8
/
+0
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
1
-4
/
+12
*
Allow the browser to send actions back to the render for media element contex...
ajwong@chromium.org
2009-07-23
1
-2
/
+2
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
1
-1
/
+3
*
Begin implementation of the context menu for Video and Audio tags.
ajwong@chromium.org
2009-07-17
1
-13
/
+15
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-29
/
+27
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-27
/
+29
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-29
/
+27
*
Remove WebWidgetDelegate::GetContainingView since it is not needed.
darin@chromium.org
2009-07-09
1
-9
/
+0
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
1
-7
/
+6
*
Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.
darin@chromium.org
2009-06-25
1
-6
/
+11
*
Refactorying to create the ResourceLoaderBridge through a factory class for <...
hclam@chromium.org
2009-06-25
1
-2
/
+20
*
Don't disable view-source mode on cancellation. On error, we should turn off
brettw@chromium.org
2009-06-25
1
-0
/
+3
*
Delete files from webkit/glue that have been made obsolete by corresponding
darin@chromium.org
2009-06-18
1
-45
/
+52
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
1
-0
/
+7
*
Roll webkit DEPS and fix compile errors.
abarth@chromium.org
2009-05-22
1
-1
/
+2
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
1
-11
/
+14
*
Take 2 at fixing relativeanchor-{basic,frames}.html.
darin@chromium.org
2009-05-18
1
-11
/
+4
*
rollback r16300
darin@chromium.org
2009-05-18
1
-5
/
+1
*
Fix test_shell so that we can pass LayoutTests/http/tests/navigation/relative...
darin@chromium.org
2009-05-18
1
-1
/
+5
*
Fix document-location-click-timeout.html crash on linux.
tc@google.com
2009-05-14
1
-1
/
+2
[next]