| Commit message (Expand) | Author | Age | Files | Lines |
* | [Android WebView] Random Android WebView test fixes | boliu@chromium.org | 2013-06-18 | 2 | -9/+8 |
* | Remove dependency of WebData on content | droger@chromium.org | 2013-06-17 | 1 | -1/+2 |
* | [Android WebView] Fix LoadsImagesAutomatically tests after crbug.com/224317 | mnaganov@chromium.org | 2013-06-17 | 4 | -108/+9 |
* | [Android WebView] Add more traces to InProcessViewRenderer | boliu@chromium.org | 2013-06-17 | 2 | -11/+53 |
* | [Android WebView] Fix up invalidate path | boliu@chromium.org | 2013-06-16 | 6 | -30/+41 |
* | Abstract WebContentsObserver from Autofill shared code | blundell@chromium.org | 2013-06-16 | 2 | -13/+8 |
* | Revert move of file access control into browser context | joth@chromium.org | 2013-06-15 | 4 | -24/+8 |
* | Revert "In components/autofill, move common/ to shared/" | blundell@chromium.org | 2013-06-15 | 3 | -3/+3 |
* | In components/autofill, move common/ to shared/ | blundell@chromium.org | 2013-06-15 | 3 | -3/+3 |
* | Change the permission check for Pepper socket API to support both the public ... | yzshen@chromium.org | 2013-06-15 | 2 | -0/+2 |
* | Fix Popup window flow to work with synchronous compositor gfx mode | joth@chromium.org | 2013-06-14 | 17 | -330/+344 |
* | Adds RefCountedDeleteOnMessageLoop | droger@chromium.org | 2013-06-14 | 1 | -1/+2 |
* | Remove obsolete UseCompositorDirectDraw() method | joth@chromium.org | 2013-06-14 | 2 | -7/+0 |
* | [Android WebView] Mark third_party/JSON license as Android comptible. | benm@chromium.org | 2013-06-14 | 1 | -1/+0 |
* | [Android WebView] Fix build after r206398 | benm@chromium.org | 2013-06-14 | 2 | -0/+2 |
* | [Android WebView] Remove caching of Bitmaps used for SW draw. | benm@chromium.org | 2013-06-14 | 5 | -33/+9 |
* | In components/autofill, move browser/autocheckout* to content/browser/ | blundell@chromium.org | 2013-06-14 | 2 | -1/+2 |
* | [Android WebView] Implement WebPermissionClient methods. | benm@chromium.org | 2013-06-14 | 2 | -0/+35 |
* | Consolidate the SW and HW draw methods in InProcessViewRenderer | joth@chromium.org | 2013-06-13 | 6 | -69/+87 |
* | Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 7 | -20/+23 |
* | Delete the browser-compositor webview render mode | joth@chromium.org | 2013-06-13 | 19 | -1102/+47 |
* | [Android WebView] Don't cache bitmap used for SW draw. | benm@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | [Android] Fix component build again. | yfriedman@chromium.org | 2013-06-12 | 1 | -0/+1 |
* | Make security team OWNERS for all IPC *_messages*.h files. | palmer@chromium.org | 2013-06-12 | 1 | -7/+7 |
* | [Android WebView] Fix use after free during compositor shutdown. | benm@chromium.org | 2013-06-12 | 1 | -0/+10 |
* | Connect Frame metadata all the way up from cc to android_webview | joth@chromium.org | 2013-06-12 | 3 | -14/+21 |
* | Fix Android WebView build after r205796 | boliu@chromium.org | 2013-06-12 | 2 | -0/+2 |
* | [Autofill] Determine Popup RTLness from page | csharp@chromium.org | 2013-06-12 | 2 | -0/+2 |
* | Revert 205670 "Un-refcount AutofillWebData and TokenWebData" | raymes@chromium.org | 2013-06-12 | 3 | -7/+7 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-11 | 3 | -7/+7 |
* | Delegate root layer scroll offset to android_webview. | mkosiba@chromium.org | 2013-06-11 | 2 | -0/+14 |
* | [Android WebView] Actually disaled @DisabledTests. | benm@chromium.org | 2013-06-11 | 1 | -9/+17 |
* | Android WebView: generate makefiles for MIPS. | torne@chromium.org | 2013-06-11 | 1 | -0/+8 |
* | components: Move user_prefs into user_prefs namespace. | tfarina@chromium.org | 2013-06-11 | 1 | -3/+3 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 1 | -1/+2 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 1 | -2/+1 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 1 | -1/+2 |
* | Fix software mode after r205072 | boliu@chromium.org | 2013-06-11 | 1 | -1/+9 |
* | Enable MapImage API for Android Webview HW mode. Bypassing CQ since this chan... | kaanb@chromium.org | 2013-06-11 | 1 | -0/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 2 | -2/+2 |
* | Suppress tests after crbug.com/224317 | pdr@chromium.org | 2013-06-10 | 1 | -0/+6 |
* | Use a direct include of strings headers in android_webview/. | avi@chromium.org | 2013-06-10 | 6 | -6/+6 |
* | [android_webview] Add mesa to compile whitelist. | mkosiba@chromium.org | 2013-06-10 | 1 | -5/+15 |
* | [Android WebView] Add third_party/JSON to known_issues.py | benm@chromium.org | 2013-06-10 | 1 | -0/+1 |
* | Hook up android webview synchronous compositor GL init | boliu@chromium.org | 2013-06-08 | 1 | -3/+7 |
* | Revert 205038 "Un-refcount AutofillWebData and TokenWebData" | cpu@chromium.org | 2013-06-08 | 3 | -7/+7 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-08 | 3 | -7/+7 |
* | Disable android webview video tests | boliu@chromium.org | 2013-06-07 | 1 | -0/+8 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | In components/autofill, move browser/risk/ to content/browser/risk/ | blundell@chromium.org | 2013-06-07 | 1 | -0/+1 |