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
/
extensions
/
browser
/
guest_view
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This patch removes all files, directories, flags, and code related to Surface...
paulmeyer
2015-08-18
5
-171
/
+0
*
<webview>: Add better loadabort reason messages
rzhao
2015-08-17
1
-6
/
+14
*
Make find-in-page focus in extension options page
rzhao
2015-08-12
2
-0
/
+5
*
Added myself as an OWNER of extensions/browser/guest_view/.
paulmeyer
2015-08-12
1
-0
/
+1
*
Add extension event histogram values for messaging, webRequest, and webview.
kalman
2015-08-11
5
-8
/
+150
*
This patch allows find-in-page to work on the Chrome signin page.
paulmeyer
2015-08-10
5
-23
/
+13
*
SAMLEnrollmentTest-s addapted for the webview flow.
dzhioev
2015-08-04
1
-0
/
+1
*
This patch fixes a rare potential crash that happens if a WebView gets cleane...
paulmeyer
2015-08-04
1
-2
/
+2
*
New Task Manager - Phase 1.3.3: Implement Guest Task Providing
afakhry
2015-08-03
4
-13
/
+15
*
Partially componentize //chrome/browser/search/search.{h,cc}
sdefresne
2015-08-03
1
-1
/
+1
*
<webview>: Fix renderer/ navigation that can cause redirect in unattached guest.
lazyboy
2015-07-30
1
-12
/
+15
*
Generate all extension schema namespaces as "api" and instead vary the genera...
kalman
2015-07-23
3
-3
/
+3
*
This patch enables "mailto" links in WebViews.
paulmeyer
2015-07-22
1
-0
/
+4
*
This patch improves the way that GuestViewManager tracks the destruction of G...
paulmeyer
2015-07-21
2
-17
/
+12
*
Don't refer browser-initiated navigations to web-safe URLs to delegate.
wjmaclean
2015-07-17
1
-11
/
+12
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
2
-5
/
+9
*
[Extensions OOPI] Update ExtensionApiTest.ContentScriptExtensionIframe
rdevlin.cronin
2015-07-14
1
-0
/
+4
*
This patch allows context menus stored for a WebView to be cleaned up consist...
paulmeyer
2015-07-09
3
-19
/
+5
*
Changed the layout of permissionrequest events to match the documentation. Ac...
paulmeyer
2015-07-08
3
-1
/
+4
*
There were two TODO(fsamuel)'s were the guest app must have been killed. This...
ekaramad
2015-07-07
2
-8
/
+34
*
Remove GuestViewBase::IsDragAndDropEnabled
jochen
2015-07-07
4
-10
/
+0
*
Replace base::string16 with std::string for frame names.
nasko
2015-07-02
4
-7
/
+6
*
Add a flag showing whether the current request was ignored by a handler
gsennton
2015-06-24
2
-2
/
+4
*
Make WebViewGuest::LoadURLWithParams also take a GlobalRequestID param.
lazyboy
2015-06-23
2
-13
/
+24
*
extensionview: Replace connect API function with load.
apacible
2015-06-17
2
-21
/
+16
*
[Extensions OOPI] Update extension functions to use RFH pt 3
rdevlin.cronin
2015-06-16
2
-3
/
+6
*
Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuest...
paulmeyer
2015-06-16
2
-2
/
+2
*
Moved the cleanup of webview content scripts to happen at the destruction of ...
paulmeyer
2015-06-12
3
-111
/
+48
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
2
-6
/
+6
*
Added a DCHECK and an early exit to prevent the crash in WebViewGuest::CleanU...
paulmeyer
2015-06-11
1
-0
/
+9
*
[Extensions] Clean up the handling of ExtensionHostMsg_Request
rdevlin.cronin
2015-06-10
15
-216
/
+13
*
This patch implements a way to register callbacks for when a GuestView is des...
paulmeyer
2015-06-10
2
-27
/
+37
*
Re-enable WebView ChromeVox manual script injection when accessibility statu...
dtseng
2015-06-09
2
-0
/
+5
*
Added separate UMA stats for processes that were killed by SIGKILL, whichs is...
oshima
2015-06-04
1
-0
/
+4
*
Extract EventRouter from ExtensionSystem.
juncai
2015-06-04
1
-5
/
+4
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
[Extensions OOPI] Make programmatic script injection use frame logic
rdevlin.cronin
2015-06-02
1
-1
/
+1
*
Webviews can now be garbage collected!!!
paulmeyer
2015-06-01
2
-34
/
+34
*
Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.
rdsmith
2015-05-21
5
-13
/
+5
*
Extract LazyBackgroundTaskQueue from ExtensionSystem.
juncai
2015-05-20
1
-1
/
+1
*
Extract DeclarativeUserScriptManager from ExtensionSystem.
juncai
2015-05-18
1
-4
/
+2
*
Allow whitelisted content scripts to be injected in WebViews.
dmazzoni
2015-05-15
3
-24
/
+0
*
Fixed PDF resize issue.
paulmeyer
2015-05-05
4
-1
/
+211
*
Add callback in UserScriptLoader to notify users when scripts are loaded.
hanxi
2015-05-05
4
-14
/
+101
*
Verifying that the running app is not being embedded in the <appview>.
ekaramad
2015-05-05
1
-1
/
+5
*
Move GuestView layer in browser to components
fsamuel
2015-05-05
38
-2603
/
+110
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-1
/
+1
*
With this patch, webview caches the zoom factor from calls to setZoom() befor...
paulmeyer
2015-04-29
4
-1
/
+17
*
Fix window.open issue in Document mode on Android.
mariakhomenko
2015-04-29
2
-0
/
+5
*
Move clear cache code from chrome/ (ChromeWVGDelegate) to extensions/ (WVGuest)
lazyboy
2015-04-26
2
-13
/
+21
[prev]
[next]