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
/
content
/
public
/
browser
/
web_contents_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused methods from WebContentsDelegate, WebContentsDelegateAndroid
jknotten@chromium.org
2012-10-17
1
-4
/
+0
*
Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called b...
jam@chromium.org
2012-09-26
1
-6
/
+0
*
Remove two functions on WebContentsDelegate which didn't belong in content. T...
jam@chromium.org
2012-09-26
1
-14
/
+0
*
Rework arguments of HistoryService::AddPage()
akalin@chromium.org
2012-09-21
1
-1
/
+1
*
Pass result of blockage across content API when new tab blocked. This change ...
tsepez@chromium.org
2012-09-07
1
-2
/
+4
*
Very basic Android browser-side compositing support.
sievers@chromium.org
2012-09-05
1
-6
/
+20
*
Upstream the Android port find-in-page feature.
leandrogracia@chromium.org
2012-09-05
1
-0
/
+10
*
Refactor the Android port to allow access to the chrome layer.
leandrogracia@chromium.org
2012-08-21
1
-0
/
+6
*
Add WebContents* to some more delegate methods
joth@chromium.org
2012-08-08
1
-4
/
+8
*
instant: Fix crash from gesture events on instant preview.
sadrul@chromium.org
2012-07-19
1
-1
/
+7
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove a few methods from WCD that aren't needed at this level.
ben@chromium.org
2012-06-28
1
-9
/
+0
*
Don't allow saving of devtools or print preview.
avi@chromium.org
2012-06-14
1
-4
/
+0
*
Refactor the content interface for RequestMediaAccessPermission.
estade@chromium.org
2012-06-12
1
-2
/
+15
*
Pass user gesture indicator for RPH and intents.
gbillock@chromium.org
2012-06-01
1
-9
/
+14
*
- Added test for silent mouse lock after unlocked by target, added argument t...
dmurph@chromium.org
2012-06-01
1
-1
/
+3
*
Handle console messages in WebContentsDelegate.
mkosiba@chromium.org
2012-05-30
1
-0
/
+9
*
Move NativeWebKeyboardEvent to the content namespace.
jam@chromium.org
2012-05-18
1
-1
/
+1
*
User Gesture plumbed from Renderer to Browser's FullscreenController::Request...
scheib@chromium.org
2012-04-26
1
-1
/
+2
*
Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i...
bauerb@chromium.org
2012-04-20
1
-15
/
+0
*
content: Do not pass SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-04-18
1
-1
/
+1
*
TabContents -> WebContentsImpl, part 19.
avi@chromium.org
2012-04-17
1
-18
/
+20
*
TabContents -> WebContentsImpl, part 16
avi@chromium.org
2012-04-17
1
-5
/
+5
*
Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost.
creis@chromium.org
2012-04-16
1
-0
/
+4
*
This adds a hang monitor for Pepper plugins. It monitors sync messages on the...
brettw@chromium.org
2012-04-13
1
-0
/
+11
*
TabContents -> WebContentsImpl, part 1.
avi@chromium.org
2012-04-10
1
-2
/
+2
*
Automated tests for full screen & mouse lock M16 features
scheib@chromium.org
2012-04-04
1
-1
/
+1
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
Make it so that allow_js_access: false can be used with background pages crea...
mihaip@chromium.org
2012-03-29
1
-2
/
+4
*
Reverting due to memory (Valgrind) errors.
jhawkins@chromium.org
2012-03-28
1
-1
/
+1
*
Automated tests for full screen & mouse lock M16 features
scheib@chromium.org
2012-03-28
1
-1
/
+1
*
Implement input type=color UI
keishi@chromium.org
2012-03-20
1
-0
/
+9
*
Revert 126889 - Implement input type=color UI
markusheintz@chromium.org
2012-03-15
1
-9
/
+0
*
Implement input type=color UI
keishi@chromium.org
2012-03-15
1
-0
/
+9
*
Use WebContentsDelegate::CanDownload to intercept file downloads on Android.
nileshagrawal@chromium.org
2012-03-13
1
-1
/
+4
*
Change panels to be able to turn off autoresize.
levin@chromium.org
2012-03-02
1
-0
/
+4
*
Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome should...
jam@chromium.org
2012-02-13
1
-9
/
+0
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
1
-2
/
+2
*
Fix up Dispatcher ownership issues.
gbillock@chromium.org
2012-02-03
1
-2
/
+2
*
Simplifying JS dialog interfaces.
jam@chromium.org
2012-01-30
1
-3
/
+2
*
Change grow box computation back to a method on BrowserWindow
thakis@chromium.org
2012-01-23
1
-0
/
+4
*
Split RenderViewHostDelegateViewHelper in two.
avi@chromium.org
2012-01-10
1
-2
/
+14
*
Revert 117067 - Split RenderViewHostDelegateViewHelper in two.
avi@chromium.org
2012-01-10
1
-14
/
+2
*
Split RenderViewHostDelegateViewHelper in two.
avi@chromium.org
2012-01-10
1
-2
/
+14
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-55
/
+55
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-4
/
+5
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-2
/
+3
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
1
-1
/
+2
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-2
/
+2
*
Get rid of all the empty functions in the source file for WebContentsDelegate.
tfarina@chromium.org
2011-12-23
1
-57
/
+58
[next]