| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid crash caused by OOM | changwan | 2015-03-30 | 1 | -0/+4 |
* | Handle an empty Intent | jaekyun | 2015-03-30 | 1 | -3/+6 |
* | Fix ViewAndroid leak in Android WebView | boliu | 2015-03-30 | 6 | -68/+12 |
* | Reland "[Android] Preserve the front buffer when the activity is paused" | jdduke | 2015-03-25 | 5 | -1/+75 |
* | Revert of [Android] Stop hiding the RWHV layer subtree when hiding the widget... | boliu | 2015-03-25 | 5 | -54/+1 |
* | Fix WindowAndroid leak in Android WebView | boliu | 2015-03-25 | 2 | -8/+5 |
* | [Android] Preserve the front buffer when the activity is paused | jdduke | 2015-03-24 | 5 | -1/+54 |
* | Check null java object when request vsync | boliu | 2015-03-23 | 1 | -1/+4 |
* | Add an getDrawable to ApiCompatibilityUtils | aurimas | 2015-03-21 | 2 | -4/+4 |
* | Fix up if statement curly braces issues. | aurimas | 2015-03-18 | 5 | -15/+9 |
* | [Android] Allow specifying the progress component of the toolbar as a separat... | tedchoc | 2015-03-06 | 1 | -3/+11 |
* | [a11y] Announce autofill and password generation popups. | rouslan | 2015-03-05 | 3 | -1/+28 |
* | Add fallback implementation to reorderSpinners for pre JB MR2. | tobiasjs | 2015-03-05 | 1 | -26/+40 |
* | Address NewApi warnings in src/ui. | newt | 2015-03-05 | 5 | -10/+24 |
* | Fix crash on certain devices when showing week and month picker. | newt | 2015-03-04 | 1 | -1/+7 |
* | Android: Don't set the current minutes to the minutes field of <input type=ti... | tkent | 2015-03-02 | 1 | -2/+5 |
* | Handle a case that View's size becomes empty unexpectedly | jaekyun | 2015-02-24 | 1 | -16/+28 |
* | Updating XTBs based on .GRDs from branch master | Alex Mineer | 2015-02-24 | 43 | -344/+0 |
* | Remove cc dependency from ui/base | jaekyun | 2015-02-24 | 10 | -0/+364 |
* | Credentials chooser. | melandory | 2015-02-20 | 1 | -2/+1 |
* | Autofill - add correct assets for verify checkmark | estade | 2015-02-18 | 5 | -0/+0 |
* | Sort GN files under ui | satorux | 2015-02-18 | 1 | -1/+1 |
* | [android] Hide <select> dropdown on outside tap. | rouslan | 2015-02-17 | 2 | -13/+20 |
* | Dropdown popup windows can be too narrow when content width is just slightly ... | keishi | 2015-02-16 | 1 | -1/+3 |
* | Add store-locally checkbox to Android card unmasking prompt. | estade | 2015-02-14 | 1 | -7/+0 |
* | Clean up some strings. | newt | 2015-02-13 | 1 | -64/+48 |
* | Extend ShareHelper#share to share a screenshot as a stream | jaekyun | 2015-02-13 | 2 | -30/+59 |
* | Fix a bunch of lint warnings. | aurimas | 2015-02-12 | 3 | -54/+51 |
* | Remove requirement for an error message for showing Intents | dfalcantara | 2015-02-07 | 2 | -12/+15 |
* | Content: Add convenience method for animations over SurfaceViews. | epenner | 2015-02-07 | 1 | -0/+58 |
* | Update {virtual,override,final} to follow C++11 style in ui. | dcheng | 2015-02-06 | 1 | -4/+4 |
* | Add CVC icon to card unmasking prompt | estade | 2015-02-03 | 2 | -294/+0 |
* | Optimize Android images in content/ and ui/ | aurimas | 2015-02-03 | 17 | -0/+0 |
* | Updating XTBs based on .GRDs from branch master | Alex Mineer | 2015-02-02 | 43 | -0/+301 |
* | Revert "Optimize all Chrome for Android PNG assets." | Aurimas Liutikas | 2015-01-30 | 17 | -0/+0 |
* | Update Android card unmasking prompt for the expiration date case. | estade | 2015-01-30 | 2 | -34/+104 |
* | Optimize all Chrome for Android PNG assets. | Aurimas Liutikas | 2015-01-29 | 17 | -0/+0 |
* | Mechanical rename of tracing includes for /ui | ssid | 2015-01-27 | 1 | -1/+1 |
* | [Document] Move Incognito notification upstream | dfalcantara | 2015-01-22 | 1 | -1/+0 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -9/+2 |
* | GN: Add -Wl,-z defs on linux and fix errors | jamesr | 2015-01-21 | 1 | -0/+5 |
* | Android Autofill CVC unmasking prompt - don't hardcode button text | estade | 2015-01-15 | 2 | -2/+29 |
* | Autofill card unmasking - Turn progress message into a checkbox | Evan Stade | 2015-01-15 | 2 | -6/+14 |
* | Set Autofill popup text color to dark gray. | Aurimas Liutikas | 2015-01-15 | 1 | -0/+1 |
* | Add resources for https://codereview.chromium.org/848783002/ | Evan Stade | 2015-01-15 | 5 | -0/+0 |
* | Android Credit Card unmasking UI - replace text with progress bar | estade | 2015-01-13 | 2 | -14/+28 |
* | Updating XTBs based on .GRDs from branch master | Alex Mineer | 2015-01-09 | 43 | -129/+86 |
* | Improve presentation of month pickers in east asian locales. | tobiasjs | 2015-01-08 | 2 | -0/+58 |
* | Update Android Card Unmask prompt to rely on the controller a bit more. | estade | 2015-01-07 | 3 | -11/+61 |
* | Force DateTimePicker elements to use spinners in Lollipop | miguelg | 2015-01-05 | 2 | -0/+4 |