| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass display names for uploaded content URI files | qinmin@chromium.org | 2014-08-12 | 4 | -8/+72 |
* | Simplify android_webview wrap_contents mode. | mkosiba@chromium.org | 2014-08-12 | 14 | -272/+247 |
* | Drop the bool parameter from InitSharedInstanceWithPakFileRegion(). | tfarina@chromium.org | 2014-08-12 | 1 | -3/+1 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-12 | 2 | -4/+5 |
* | [Android WebView] API to enable fullscreen. | igsolla@chromium.org | 2014-08-11 | 6 | -2/+53 |
* | Move WebViewShell from Android to Chromium | hjd@chromium.org | 2014-08-11 | 8 | -0/+186 |
* | The WebView has a path (early use of the CookieManager) which | hjd@chromium.org | 2014-08-11 | 1 | -0/+52 |
* | Move strings from webkit/ content/. | tfarina@chromium.org | 2014-08-09 | 2 | -54/+54 |
* | Cache the current WebPreferences on RenderViewHostImpl (try #2). | chrishtr@chromium.org | 2014-08-08 | 1 | -2/+1 |
* | [Checkstyle] Update static variable and constant names to match style guides. | aurimas@chromium.org | 2014-08-08 | 6 | -21/+21 |
* | [android_webview] Factor AwWebContentsObserver out of AwContentsClient. | mkosiba@chromium.org | 2014-08-08 | 6 | -105/+274 |
* | [Checkstyle] Update class member variable names to match style guides. | aurimas@chromium.org | 2014-08-08 | 10 | -53/+54 |
* | DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost. | pfeldman@chromium.org | 2014-08-08 | 1 | -8/+6 |
* | Moved data reduction proxy initialization logic from ProfileIOData, | bengr@chromium.org | 2014-08-08 | 5 | -58/+79 |
* | aw: Improve idle task scheduling | boliu@chromium.org | 2014-08-08 | 5 | -73/+128 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | The data reduction proxy client should be specific about it's capabilities by... | megjablon@chromium.org | 2014-08-07 | 2 | -3/+3 |
* | Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi... | tkent@chromium.org | 2014-08-07 | 2 | -5/+4 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-07 | 2 | -4/+5 |
* | aw: Add versions to public function tables | boliu@chromium.org | 2014-08-06 | 3 | -1/+7 |
* | Revert 287747 "Make SingleThreadProxy a SchedulerClient" | tommi@chromium.org | 2014-08-06 | 2 | -5/+4 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-06 | 2 | -4/+5 |
* | aw: Track UI request GL separately from other threads | boliu@chromium.org | 2014-08-06 | 3 | -1/+29 |
* | [android_webview] Fix logtag in InputStreamUtil. | mkosiba@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | NotificationObjectProxy should own the DesktopNotificationDelegateImpl | peter@chromium.org | 2014-08-05 | 2 | -2/+2 |
* | android_webview: Update useragent. | torne@chromium.org | 2014-08-04 | 1 | -1/+1 |
* | [Android WebView] AwMediaUrlInterceptor to handle media assets. | igsolla@chromium.org | 2014-08-04 | 10 | -2/+163 |
* | Fix testGetVisitedHistoryCallbackAfterDestroy | boliu@chromium.org | 2014-08-02 | 1 | -5/+0 |
* | Remember user decisions on invalid certificates behind a flag | jww@chromium.org | 2014-08-01 | 2 | -0/+7 |
* | aw: Fallback to idle upload when zero copy disabled | boliu@chromium.org | 2014-08-01 | 5 | -17/+42 |
* | Revert of Cache the current WebPreferences on RenderViewHostImpl. (https://co... | erikchen@chromium.org | 2014-07-31 | 1 | -1/+2 |
* | aw: Flush idle queue on hardware teardown | boliu@chromium.org | 2014-07-31 | 1 | -0/+3 |
* | [android_webview] Fix android_webview_resources dependency. | mkosiba@chromium.org | 2014-07-31 | 2 | -5/+8 |
* | Tiling priorities in Android Webview. | hush@chromium.org | 2014-07-31 | 13 | -9/+154 |
* | Fix ExtensionServiceTest.ClearExtensionData flakiness | jochen@chromium.org | 2014-07-31 | 1 | -1/+2 |
* | content: ResourceType cleanup. | tfarina@chromium.org | 2014-07-31 | 5 | -9/+11 |
* | [Android WebView] Remove license error caused by deleted file. | igsolla@chromium.org | 2014-07-30 | 1 | -2/+0 |
* | [android_webview] mmap the .pak file for the correct locale. | mkosiba@chromium.org | 2014-07-30 | 1 | -28/+19 |
* | aw: Disable flaky testGetVisitedHistoryCallbackAfterDestroy | boliu@chromium.org | 2014-07-30 | 1 | -1/+3 |
* | Disabling AwContentsClientVisitedHistoryTest#testGetVisitedHistoryCallbackAft... | serya@chromium.org | 2014-07-30 | 1 | -0/+3 |
* | Fixed Compilation Warnings from Aw Files. | ajith.v@samsung.com | 2014-07-30 | 2 | -3/+6 |
* | Android WebView: Fall back to idle uploads if draw functor table not set | sievers@google.com | 2014-07-30 | 3 | -5/+16 |
* | Plumb form's text direction to Android Autofill popup. | estade@chromium.org | 2014-07-29 | 3 | -4/+10 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | meacer@chromium.org | 2014-07-29 | 2 | -7/+4 |
* | [android_webview] Do not extract webviewchromium.pak | primiano@chromium.org | 2014-07-29 | 5 | -11/+64 |
* | Inform the success callback for requesting Notification permission about the ... | peter@chromium.org | 2014-07-29 | 2 | -3/+3 |
* | Don't crash on InputStream exceptions in the android_webview. | mkosiba@chromium.org | 2014-07-29 | 6 | -23/+180 |
* | Android WebView: Perform idle gpu service work | sievers@chromium.org | 2014-07-29 | 3 | -4/+53 |
* | [android_webview] Don't unconditionally add pak files to system image. | mkosiba@chromium.org | 2014-07-28 | 2 | -0/+99 |
* | Reland r285145: Remove RendererPreferences font-rendering enums. | derat@chromium.org | 2014-07-28 | 1 | -43/+2 |