| Commit message (Expand) | Author | Age | Files | Lines |
* | Storing image of logged-in user after picture taking screen to be initialized... | avayvod@chromium.org | 2010-11-19 | 2 | -0/+2 |
* | Burn on date added to the Chrome OS version string on welcome screen for offi... | glotov@google.com | 2010-11-19 | 4 | -16/+41 |
* | Avoid double Register in NotificationRegistrar. | dilmah@chromium.org | 2010-11-19 | 1 | -2/+2 |
* | Build break fix | zelidrag@chromium.org | 2010-11-19 | 1 | -1/+1 |
* | Added extra checks to ensure that other networks are not interfering with res... | zelidrag@chromium.org | 2010-11-19 | 1 | -4/+14 |
* | New offline page that is closer to mock. This is intermediate solution and I ... | oshima@chromium.org | 2010-11-19 | 2 | -15/+90 |
* | Clear passphrase when canceling a failed connection attempt. | stevenjb@chromium.org | 2010-11-18 | 5 | -15/+68 |
* | Allow sync with 2-factor StrongAuth accounts in ChromeOS. | stevenjb@chromium.org | 2010-11-18 | 3 | -3/+29 |
* | Add wifi 'searching' to netowkr menu for chromium-os:4982 | stevenjb@chromium.org | 2010-11-18 | 4 | -50/+83 |
* | More animation cleanup. | sky@chromium.org | 2010-11-18 | 1 | -0/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Final]. | jhawkins@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Fix shutdown button's background. | oshima@chromium.org | 2010-11-18 | 5 | -12/+21 |
* | A workaround to close currently opened menu. Send escape key if screen locke... | oshima@chromium.org | 2010-11-18 | 1 | -6/+72 |
* | Add 1px black border for ChromeOS status button. | xiyuan@chromium.org | 2010-11-18 | 1 | -0/+3 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 4 | -29/+36 |
* | Changed the label for image screen according to mocks. | avayvod@chromium.org | 2010-11-18 | 1 | -4/+4 |
* | Changed the default for tap-to-click to true. | avayvod@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Added [Close] button on completed activation overlay div. | zelidrag@chromium.org | 2010-11-18 | 1 | -27/+61 |
* | Revert 66571 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-18 | 8 | -55/+118 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-18 | 8 | -118/+55 |
* | Fix another test. | chocobo@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Fix tests | chocobo@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Workaround bug in flimflam to fix active_network not being reported propertly... | chocobo@chromium.org | 2010-11-18 | 4 | -48/+94 |
* | Mark ScreenLockerTest.TestBasic flaky. | oshima@chromium.org | 2010-11-18 | 1 | -1/+2 |
* | Pulls AnimationDelegate out into its own header. | sky@chromium.org | 2010-11-17 | 4 | -0/+4 |
* | Fix Google-A certificate getting accidently cleared. | chocobo@chromium.org | 2010-11-17 | 2 | -8/+13 |
* | DOMUI: Add |ignore_path| to NavigateParams and use this to implement opening ... | jhawkins@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | chromeos: Fix screen locker tests. | oshima@chromium.org | 2010-11-17 | 1 | -8/+18 |
* | chromeos: Add screen locker to window group *after* grab. | oshima@chromium.org | 2010-11-17 | 1 | -14/+18 |
* | [Chrome OS] Fix data migration on PW change in parallel auth pathway | cmasone@chromium.org | 2010-11-17 | 3 | -3/+7 |
* | Revert r66287 and followups r66340. TestBasic is still red on the ChromiumOS ... | thakis@chromium.org | 2010-11-17 | 2 | -36/+22 |
* | Fix favorite and auto_connect property usage (again) | kochi@chromium.org | 2010-11-17 | 7 | -22/+34 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 4]. | jhawkins@chromium.org | 2010-11-17 | 8 | -16/+16 |
* | Don't allow connection to networks that are not connected. | chocobo@chromium.org | 2010-11-17 | 5 | -10/+40 |
* | Improved activation with following changes: | zelidrag@chromium.org | 2010-11-17 | 1 | -37/+61 |
* | Removed a character that has been added by mistake when merging. | oshima@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | Fix username label's color (regression from r66060) | oshima@chromium.org | 2010-11-17 | 3 | -9/+9 |
* | chromeos: Fix screen locker tests. | derat@chromium.org | 2010-11-16 | 1 | -8/+18 |
* | Removed Labs section from Chrome OS settings page. | avayvod@chromium.org | 2010-11-16 | 3 | -66/+4 |
* | chromeos: Add screen locker to window group *after* grab. | derat@chromium.org | 2010-11-16 | 1 | -14/+18 |
* | Fix wrench menu's cut, copy and paste for ChromeOS. | xiyuan@chromium.org | 2010-11-16 | 2 | -1/+41 |
* | Fix a couple UI problems of ChromeOS BubbleWindow. | xiyuan@chromium.org | 2010-11-16 | 1 | -0/+14 |
* | Rename CrosSettingsProviderProxy -> ProxyCrosSettingsProvider | dilmah@chromium.org | 2010-11-16 | 16 | -58/+58 |
* | Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCII | joth@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | Revert "Fix favorite and auto_connect property usage." | thakis@chromium.org | 2010-11-16 | 6 | -29/+21 |
* | Fix favorite and auto_connect property usage. | kochi@chromium.org | 2010-11-16 | 6 | -21/+29 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -2/+2 |
* | Ignore volume key modifiers | davej@chromium.org | 2010-11-16 | 1 | -12/+15 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 1]. | jhawkins@chromium.org | 2010-11-16 | 19 | -19/+19 |
* | Added comment with bug number | arv@chromium.org | 2010-11-15 | 1 | -0/+1 |