1. 6191402f Remove WebURLError::Domain by Yutaka Hirano · 8 years ago
  2. a394085 Make WebURLError member variables private by Yutaka Hirano · 8 years ago
  3. 12c78eed Remove WebURLError::localized_description by Yutaka Hirano · 8 years ago
  4. 03c39c2 Move Spellcheck onto the Chrome service. by Ben Goodger · 8 years ago
  5. e1f22d6d Make Origin(const GURL&) constructor private. by Daniel Cheng · 8 years ago
  6. 0c4fa0d Refer to ui::ResourceBundle with namespace in various dirs. by Lei Zhang · 8 years ago
  7. 1d5460a [WebView Autofill] fix the broken autofill by Tao Bai · 8 years ago
  8. 7a6f47e SafeBrowsing for network service: add support in android webView. by Yuzhu Shen · 8 years ago
  9. 205467b Have ChromeRenderFrameObserver own the one true BinderRegistry for Chrome features. by Ben Goodger · 8 years ago
  10. 41b671a Rename WebDataSource to WebDocumentLoader by Takeshi Yoshino · 8 years ago
  11. ffbf9e1 Rename PrintWebViewHelper to PrintRenderFrameHelper (II of II) by Wei Li · 8 years ago
  12. 1324644 Rename PrintWebViewHelper to PrintRenderFrameHelper (I of II) by Wei Li · 8 years ago
  13. 03c4689 Introduce WebURLError::Domain by Yutaka Hirano · 8 years ago
  14. 2fe03e9 Remove flac from unsupported WebView containers. Add UMA for rest. by Dale Curtis · 8 years ago
  15. a86c1ba Add a feature flag for network service and about:flags entry for it. by jam · 8 years ago
  16. 4ce57e6 SafeBrowsing support for WebSocket (post-network-servicification) by ricea · 8 years ago
  17. 91009bce Remove unnecessary check if RenderFrame::GetWebFrame() returns null. by lukasza · 8 years ago
  18. c469ccc0 Move ContentsSize and HasVisibleContent methods from WebFrame to WebLocalFrame. by lukasza · 8 years ago
  19. bedb4b2 Move GetDocument method from WebFrame to WebLocalFrame. by lukasza · 8 years ago
  20. db647e04 Fix header guard and namespace in android_webview by fanjinsong · 8 years ago
  21. 82bd374 [WebView] Merge AwMetricsServiceClient and move few files to new place by ctzsm · 8 years ago
  22. bd9dc80 Migrate RenderThreadImpl to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to expose interfaces on incoming connections. by ben · 8 years ago
  23. 0c92b1c Change SpellCheckProvider into a RenderFrameObserver by xiaochengh · 8 years ago
  24. 8ea1dd5d Move address parser and prefixes to android_webview/. by aelias · 8 years ago
  25. 1c4d759e The Blink Rename by Blink Reformat · 8 years ago
  26. 8bd5d6a1 Separate ContentSettingsClient out from LocalFrameClient by kinuko · 8 years ago
  27. 5ae751e s/same_page/same_document for DidCommitProvisionalLoad method. by eugenebut · 8 years ago
  28. d20a4bb Enable page selection for WebView printing by ctzsm · 8 years ago
  29. fbfee76 Move NetworkStateNotifier from core (and web) into platform/network by kinuko · 8 years ago
  30. e2c8414e Add Helper classes for crash handle testing by michaelbai · 8 years ago
  31. 5f22af9 [Webview, Child Accounts] Give appropriate error pre-N by aberent · 9 years ago
  32. ed1ed1d Move WebCache from public/web into public/platform by kinuko · 9 years ago
  33. 6da23de Actually kill WebString <-> string16 implicit conversions. by kinuko · 9 years ago
  34. 48817878 [Webview, Unicorn] Get correct error for complex filtered URLs. by aberent · 9 years ago
  35. 0901535 Share schemes needed for mixed content checking between the browser and renderer. by jam · 9 years ago
  36. 5a2900a Remove mojo::String. by sammc · 9 years ago
  37. ba12142 Include-what-you-use for WrapUnique/MakeUnique. by fdoray · 9 years ago
  38. 51f0dc6 WebView: Cleanup class/struct forward declarations by jbriance · 9 years ago
  39. f7b3822 RenderWidget/RenderView: Introduce a callback into the opener RenderViewHost, by nick · 9 years ago
  40. cb959ce Make printing work better with OOPIF. (try 2) by thestig · 9 years ago
  41. 356feed5 Revert of Make printing work better with OOPIF. (patchset #17 id:340001 of https://codereview.chromium.org/2426503002/ ) by sgurun · 9 years ago
  42. aaa2bba38 Make printing work better with OOPIF. by thestig · 9 years ago
  43. 41446f6 Convert spellcheck to a buildflag header. by brettw · 9 years ago
  44. 734fb66 Move services/shell to services/service_manager by rockot · 9 years ago
  45. c5fcdd0 Move ENABLE_PEPPER_CDMS to a buildflag header. by brettw · 9 years ago
  46. ed66fc0 Move MessagePort implementation from android_webview to content by yusufo · 9 years ago
  47. 2d7d8a5e Revert of Move ENABLE_PEPPER_CDMS to a buildflag header. (patchset #5 id:80001 of https://codereview.chromium.org/2411433002/ ) by alph · 9 years ago
  48. e23a62a Move ENABLE_PEPPER_CDMS to a buildflag header. by brettw · 9 years ago
  49. aa22276 Convert visitedlink to use mojo. by sammc · 9 years ago
  50. 5f1c517 Remove the allow-displaying-mixed-content setting from Blink. by carlosk · 9 years ago
  51. 469d6f7 [Android] Add spellchecking support in android_webview. by timvolodine · 9 years ago
  52. a7f273b Implement Web Restrictions in WebView. by aberent · 9 years ago
  53. 038b956 android_webview: Change auto to not deduce raw pointers. by vmpstr · 9 years ago
  54. 694b50a9 Makes RenderFrameObserver/RenderViewObserver::OnDestruct pure virtual. by xjz · 9 years ago
  55. 0232f57 Use std::unique_ptr<base::Value> in V8ValueConverter. by dcheng · 9 years ago
  56. 43e876f Null check main render frame during cross domain navigation. by hush · 9 years ago
  57. d0baa9b Handle the case where browser tries to send an IPC message to a dead renderer. by hush · 9 years ago
  58. 709a7536 Remove all uses of skia::RefPtr and stale includes by tomhudson · 9 years ago
  59. 8f42dd5 Reland of "Convert Widevine and Android platform key systems to KeySystemProperties" with fix by halliwell · 9 years ago
  60. ee270d6ac Revert of Convert Widevine and Android platform key systems to KeySystemProperties (patchset #6 id:100001 of https://codereview.chromium.org/1926533002/ ) by jdonnelly · 9 years ago
  61. bd92f38 Convert Widevine and Android platform key systems to KeySystemProperties by halliwell · 9 years ago
  62. e3ea2b4 Move RenderFrameImpl::context_menu_node_ to WebLocalFrameImpl. by dglazkov · 9 years ago
  63. 84b7eab aw: Remove kDisablePageVisibility by boliu · 9 years ago
  64. 832a58a Rename RenderProcessObserver to RenderThreadObserver by tyoshino · 9 years ago
  65. 08daa07 Convert //android_webview to use std::unique_ptr by dcheng · 9 years ago
  66. ae9adb7 Allow WebView to force MediaPlayer for unsupported containers. by dalecurtis · 9 years ago
  67. 75c4422 Remove logic for lazy initialization of WebKit. by jam · 9 years ago
  68. 0363eb92 Move cache clearing from AwRenderViewExt to AwRenderFrameExt. by avi · 9 years ago
  69. 7133125 blink: Rename modules/ method to prefix with get when they collide. by Dana Jansens · 9 years ago
  70. caab514 Sets a transparent background for out-of-process subframes by default. by lfg · 10 years ago
  71. b81a4cf Remove the last long from Android IPCs. by jam · 10 years ago
  72. 966863c Delete WebKit/public/web/WebSecurityOrigin.h. by mek · 10 years ago
  73. 163c47a Remove obsolete histogram values from SSL.InsecureContent by estark · 10 years ago
  74. 28fab0866 Make sure only frames in the current frame tree send IPC to AwRenderViewHostExt by hush · 10 years ago
  75. 68afca7 Revert 3 CLs for shouldOverrideUrlLoading implementation. by gsennton · 10 years ago
  76. de7d5c2 Switch to standard integer types in android_webview/. by avi · 10 years ago
  77. 09b359e5 Enforce marking "override" for functions overriding Blink. by Avi Drissman · 10 years ago
  78. 50e3df67 Revert of Enforce marking "override" for functions overriding Blink. (patchset #19 id:360001 of https://codereview.chromium.org/1370923002/ ) by avi · 10 years ago
  79. 32ff552 Enforce marking "override" for functions overriding Blink. by avi · 10 years ago
  80. bae3ff13e Reland "Use resource throttle to implement shouldOverrideUrlLoading, core change" by gsennton · 10 years ago
  81. 432e47d Propagate pageScaleFactor to GuestViews. by mcnee · 10 years ago
  82. 42d9e37 Implement extended shouldOverrideUrlLoading callback in Android WebView by mnaganov · 10 years ago
  83. f1c777e Make NetErrorHelper more OOPIF-friendly. by mmenke · 10 years ago
  84. b0bae9d8 Delete policyDocumentLoader by japhet · 10 years ago
  85. e5c3091 Revert "Use resource throttle to implement shouldOverrideUrlLoading, core change" by gsennton · 10 years ago
  86. a820a50 reland: android_webview: Initalize blink before using WebString by bashi · 10 years ago
  87. e2475b9 Revert of android_webview: Initialize blink before using WebString (patchset #1 id:1 of https://codereview.chromium.org/1373923005/ ) by phoglund · 10 years ago
  88. 421c442c android_webview: Initialize blink before using WebString by bashi · 10 years ago
  89. 6b619eb0 Enable page visibility on WebView by default by hush · 10 years ago
  90. f4e647c Update page scale factor when layout updates by hush · 10 years ago
  91. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  92. 3d4471a Replace RenderViewImpl::IsEditableNode with WebElement::isEditable. by esprehn · 10 years ago
  93. 18c2844 Plumb smooth scrolling in Chromium compositor by hush · 10 years ago
  94. 7b59e50 aw: Page visiblity behind switch by boliu · 10 years ago
  95. 5691704 [Android WebView] Prepare loading error messages for TC by mnaganov · 10 years ago
  96. f082f6c [Android WebView] Put error page files into WebView resources by mnaganov · 10 years ago
  97. 2cee4bd The scheme granting code seems to become redundant, even for multi-process mode. by mnaganov · 10 years ago
  98. 717861b6 Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece by brettw · 10 years ago
  99. 777bb78a Use resource throttle to implement shouldOverrideUrlLoading, core change by gsennton · 10 years ago
  100. 849952a4 Check user gesture before firing an intent in WebView by mnaganov · 10 years ago