- 74bcc37 Add a GetWebView to RenderFrame. by Dave Tapuska · 4 years, 3 months ago
- 53a2813 Cleanup unconditional build usage of //printing by Alan Screen · 4 years, 4 months ago
- a942b1b Remove unused is_content_initiated param by David Bokan · 4 years, 4 months ago
- 08e7ed8 Apply modernize-make-unique to target_os="android" by Peter Boström · 4 years, 4 months ago
- 5d8494d8 [power][android_webview] Add EnableIdleThrottling method to AwDebug by Oksana Zhuravlova · 4 years, 5 months ago
- c67f534 power_scheduler: IDLE-phase throttling backend by Mikhail Khokhlov · 4 years, 5 months ago
- 85285b0 [LSC] Replace base::string16 with std::u16string in //[a-e]* by Jan Wilken Dörrie · 4 years, 6 months ago
- ba627564 Remove WebSize from blink. by Dave Tapuska · 4 years, 6 months ago
- 1df377df [OnionSoup] Move URLLoaderThrottleProvider into blink by Minggang Wang · 4 years, 6 months ago
- b747d8ef [OnionSoup] Move WebSocketHandshakeThrottleProvider into blink by Minggang Wang · 4 years, 6 months ago
- dd4996e Remove RenderViewObserver. by Dave Tapuska · 4 years, 7 months ago
- a79ab9f Move RunScriptsAtDocumentStart for the empty document to Dispatcher by danakj · 4 years, 7 months ago
- 3f41f88 Convert AwViewHostMsg_SubFrameCreated to Mojo by Gyuyoung Kim · 4 years, 7 months ago
- bd70b6ab Convert AwViewHostMsg_ShouldOverrideUrlLoading to Mojo by Gyuyoung Kim · 4 years, 8 months ago
- 92a17fb Convert AwViewHostMsg_OnContentsSizeChanged to Mojo by Gyuyoung Kim · 4 years, 8 months ago
- 1bf9bcb Convert AwViewMsg_SmoothScroll to Mojo by Gyuyoung Kim · 4 years, 9 months ago
- 53ebffc1 Convert AwViewMsg_SetInitialPageScale to Mojo by Gyuyoung Kim · 4 years, 9 months ago
- c4b48b96 Convert AwViewMsg_ResetScrollAndScaleState to Mojo by Gyuyoung Kim · 4 years, 9 months ago
- b808611 Convert AwViewMsg_SetTextZoomFactor to Mojo by Gyuyoung Kim · 4 years, 9 months ago
- 009ecd0 Convert AwViewHostMsg_UpdateHitTestData to Mojo by Gyuyoung Kim · 4 years, 9 months ago
- ddb9bd5 Convert AwViewMsg_DocumentHasImages[Response] to Mojo message by Gyuyoung Kim · 4 years, 9 months ago
- 71d2d28 Convert AwViewMsg_DoHitTest to Mojo message by Gyuyoung Kim · 4 years, 9 months ago
- ed4303f [aw] Add SetCpuAffinityToLittleCores method by Laís Minchillo · 4 years, 10 months ago
- 9dc47d8 Convert AwViewMsg_SetJsOnlineProperty to a Renderer mojom message. by Dave Tapuska · 4 years, 10 months ago
- b12f373 Remove AwViewMsg_KillProcess as it is unused. by Dave Tapuska · 4 years, 10 months ago
- 046559c8 Convert AwViewMsg_SetBackgroundColor to a mojom message. by Dave Tapuska · 4 years, 10 months ago
- e5c176e Convert AwViewMsg_ClearCache to a mojom message. by Dave Tapuska · 4 years, 10 months ago
- ba3eecb Add a new NavigationThrottle for HTTP-error navigations with empty body by Rakina Zata Amni · 4 years, 10 months ago
- a8d8a593 Make WebMeaningfulLayout an enum class. by Morten Stenshorne · 4 years, 11 months ago
- f776864c Allow content embedders to suppress failed navigations. by Daniel Cheng · 5 years ago
- a252d4a Move WebPreferences methods of RenderView to Blink by Gyuyoung Kim · 5 years ago
- 1ac4ca78 Move content::WebPreferences struct to Blink by Gyuyoung Kim · 5 years ago
- f05bb10 [base] Remove BasicStringPiece::starts_with() by Jan Wilken Dörrie · 5 years ago
- 36b8aa19 Remove SecurityInterstitialPageController::Delegate by Evan Stade · 5 years ago
- 9343e64 webview: renames js_injection class names by Scott Violet · 5 years ago
- 02dd827 Only call RFO::DidCommitProvisionalLoad for new document navigations by Dmitry Gozman · 5 years ago
- 63553fe webview: moves js_to_java classes to components/js_injection by Scott Violet · 5 years ago
- d370dbb Move local root/main frame methods from WebLocalFrame to WebFrameWidget by danakj · 5 years ago
- e5628c3 Reset text zoom in between web tests. by danakj · 5 years ago
- e9d4400d Do not suppress error page for the new error code by Michał Pichliński · 5 years ago
- a8c3251 [JJI] Change a comment for JsJavaConfigurator by Shimi Zhang · 5 years ago
- 4defe64 [JJI] Implement addDocumentStartJavascript by Shimi Zhang · 5 years ago
- d10cf2a [Autofill Assistant] Only suppress keyboard if action runs by sandromaggi · 5 years ago
- 4e0f2d3e4 [JJI] Migrate usage of ProxyBypassRules to AwOriginMatcher by Shimi Zhang · 5 years ago
- 9f60dd1 Reland "IWYU for bind/callback_helpers.h and ptr_util.h" by Gabriel Charette · 5 years ago
- 7a13e26 Revert "IWYU for bind/callback_helpers.h and ptr_util.h" by Hans Wennborg · 5 years ago
- b8ffaf4c IWYU for bind/callback_helpers.h and ptr_util.h by Gabriel Charette · 5 years ago
- 881484e7 Don't use ResourceType for URLLoaderThrottleProvider by Kinuko Yasuda · 6 years ago
- ee5af39 [OnionSoup] Move resource_load_info.mojom into Blink by Minggang Wang · 6 years ago
- ee9917129 Split safe_browsing.mojom into two files by Ali Juma · 6 years ago
- dc593bf Enable Javascript and images for AW committed interstitials by Emily Stark · 6 years ago
- ff7b061 Remove WebPoint by Dave Tapuska · 6 years ago
- 84569e1 printing: Mojofy PrintMsg_PrintNodeUnderContextMenu by Jesse Schettler · 6 years ago
- 49f165d6 WebView/WebLayer: Componentize and share network error pages impl by Colin Blundell · 6 years ago
- 38d069c [WebView] Componentize strings/resources for error pages by Colin Blundell · 6 years ago
- fb3dc1f Reorganize components/safe_browsing into a layered component by Ali Juma · 6 years ago
- 5eb3329 Remove code to cancel prerender when webpage calls window.print by Tarun Bansal · 6 years ago
- 66cae14 Disable mixed content autoupgrades in webview when necessary by Carlos IL · 6 years ago
- ffeae8e3 Move //components/visitedlink away from "master"/"slave" to "writer"/"reader". by Robert Sesek · 6 years ago
- 13051c93 Move renderer interfaces off Service Manager by Ken Rockot · 6 years ago
- 0001626 [aw] cleanup: replace LazyInstance usages with NoDestructor by Tobias Sargeant · 6 years ago
- d4f1f5c [mojo] Drop 'Proxy' from Platform::GetBrowserInterfaceBrokerProxy by Oksana Zhuravlova · 6 years ago
- fa7e0f5f [scheduler] Do not use kInternalIPC in android_webview. by Alexander Timin · 6 years ago
- 08747ea8 Add bindings for webview SB committed interstitials by Carlos IL · 6 years ago
- acbe77c Remove unused params from WebContentSettingsClient methods (#2) by Joshua Bell · 6 years ago
- e0f6e047 Renaming DecompressData resource bundle functions by Sam Maier · 6 years ago
- 4336261b [JJI] Deflake two Js Java interaction tests by Shimi Zhang · 6 years ago
- c387337 Move GrantLoadLocalResources to WebNavigationParams by Dmitry Gozman · 6 years ago
- 65140f7d Android: Compress IDR_AW_LOAD_ERROR_HTML by Andrew Grieve · 6 years ago
- cff8ed5d Remove a few more unnecessary std::move() calls. by Nico Weber · 6 years ago
- 054a921 AW docs: README for renderer by Nate Fischer · 6 years ago
- d01a2955 [AW] Add missing dependencies to //android_webview BUILD.gn files. by Robbie McElrath · 6 years ago
- 42e52f3 AW: UseCounter page load metrics integration by Tao Bai · 6 years ago
- ca69d14 [JJI] Make addWebMessageListener() inject multiple JavaScript objects. by Shimi Zhang · 6 years ago
- 9568eb4d Convert SafeBrowsing to new Mojo types by Julie Jeongeun Kim · 6 years ago
- 19ed86e Cleanup AutoReload / ErrorPage area. by arthursonzogni · 6 years ago
- 15253a48 Remove Connector usage from Blink by Ken Rockot · 6 years ago
- 2e973b0 [AW] Move //aw/renderer/ into its own build file by Robbie McElrath · 6 years ago
- 36ebf90 [JJI] Implement Java representation of injected JS object for replying by Shimi Zhang · 6 years ago
- 92734c6 android_webview: Clone service_manager::Connector for the IO thread by Kenichi Ishibashi · 6 years ago
- 15708bfc [JJI] Convert to use string16 for data from JavaScript/Java by Shimi Zhang · 6 years ago
- 743700a AW NS: remove references to kNetworkService by Nate Fischer · 6 years ago
- 4c285f86 [AW] Remove non-network-service path code in android_webview/renderer by Tim Volodine · 6 years ago
- 2127d7b Don't use double to represent time in WebWidgetClient by Sergio Villar Senin · 6 years ago
- f6840ecf [OnionSoup] Move content::URLLoaderThrottle into blink by Minggang Wang · 6 years ago
- 8673efa3 [JJI] Implement postMessage() JavaScript API by Shimi Zhang · 6 years ago
- c7b069a Remove components/web_restrictions as it's not needed anymore. by John Abd-El-Malek · 6 years ago
- 69d143e Update function signatures for focused element change notifications by Kent Tamura · 6 years ago
- dcb400b3 [ refactor ] Remove RenderView::GetWebFrameWidget by Ehsan Karamad · 6 years ago
- c31de8c ContentCapture whitelist by Tao Bai · 6 years ago
- 958a93fb Change long to uint64_t in third_party/blink/public/web/web_view.h by Miyoung Shin · 6 years ago
- d2dd8bc Change unsigned long long to uint64_t in third_party/blink/* related to |LinkHash| by Miyoung Shin · 6 years ago
- 02ab4dd4 Instantiates ContentCapture in Chrome Android and WebView by Tao Bai · 6 years ago
- e17c0386 Replaced 'Should' with 'Will' per Android API council guidance by Christian O. Andersson · 7 years ago
- 822effcf Enable suppression of error page from the Java side by Christian O. Andersson · 7 years ago
- e931516 Use per-frame task runner at WebSocketHandshakeThrottle and MimeSniffingLoader by Hajime Hoshi · 7 years ago
- d51fd53d Move BackgroundColor from widgets and child frames to the WebView. by danakj · 7 years ago
- 96c429a Stop passing WebURLRequest to error page callbacks by Dmitry Gozman · 7 years ago
- a5c39d5 Clean up WebPagePopup APIs and move them from WebWidget to WebView. by danakj · 7 years ago
- 703db88 Drop isomorphic decoding from fragment navigation by Kent Tamura · 7 years ago