| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert debugging printf()s occasionally landed in r50350 | glider@chromium.org | 2010-06-21 | 2 | -3/+0 |
* | Make the memory waterfall green -- more suppressions for bug 19775. | glider@chromium.org | 2010-06-21 | 3 | -1/+48 |
* | Use correct platform #define to mark ExtensionsLoadTest as flaky (OS_MACOSX). | robertshield@chromium.org | 2010-06-21 | 1 | -1/+1 |
* | Fixed wizard screen background for OOBE mode. Made wizard screen window alway... | avayvod@chromium.org | 2010-06-21 | 5 | -37/+14 |
* | Mark GeolocationBrowserTest.NoInfobarForDeniedOrigin as flaky on the mac. | robertshield@chromium.org | 2010-06-21 | 1 | -1/+8 |
* | Fix a couple small todos. | joth@chromium.org | 2010-06-21 | 1 | -6/+4 |
* | Adds wifi mac addresses and cell IDs to the corresponding network library cla... | joth@chromium.org | 2010-06-21 | 7 | -0/+278 |
* | Refactor: Rename MockAuthHandler and move to a separate file. | cbentzel@chromium.org | 2010-06-21 | 4 | -165/+237 |
* | Make language selection on network screen focusable. | dpolukhin@chromium.org | 2010-06-21 | 1 | -1/+2 |
* | Suppress two more leaks in ProfileManagerTest::CreateAndUseTwoProfiles (bug | glider@chromium.org | 2010-06-21 | 1 | -1/+46 |
* | Rename *language_library* to *input_method_library*. | satorux@chromium.org | 2010-06-21 | 21 | -29/+29 |
* | Add strings for Mozc for US Dvorak and Google Japanese Input for US Dvorak. | satorux@chromium.org | 2010-06-21 | 3 | -9/+30 |
* | WebKit roll 61520:61534 | tkent@google.com | 2010-06-21 | 1 | -1/+1 |
* | Move more utility functions from language_config_model to input_method_util. | yusukes@google.com | 2010-06-21 | 6 | -139/+150 |
* | Change the message used by RestartMessageBox for Chromium OS. | mazda@chromium.org | 2010-06-21 | 2 | -6/+20 |
* | Rename ThemeResourcesUtil to ResourcesUtil. | tony@chromium.org | 2010-06-21 | 8 | -19/+18 |
* | Move candidate_window.cc/gyp to input_method directory. | satorux@chromium.org | 2010-06-21 | 3 | -2/+2 |
* | Revert 50333 - Only allow installation of extensions/apps with gallery update... | tkent@chromium.org | 2010-06-21 | 14 | -53/+30 |
* | Only allow installation of extensions/apps with gallery update url via downlo... | rafaelw@chromium.org | 2010-06-21 | 14 | -30/+53 |
* | AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible. | jhawkins@chromium.org | 2010-06-21 | 11 | -125/+87 |
* | WebKit roll 61498:61520 | tkent@google.com | 2010-06-21 | 2 | -7/+1 |
* | Remove deprecated version of file_util::EndsWithSeparator. | tfarina@chromium.org | 2010-06-21 | 2 | -8/+2 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 23 | -63/+786 |
* | Update expectations according to build bot status. | dglazkov@chromium.org | 2010-06-20 | 1 | -3/+2 |
* | Turn autofill sync on by default. again. | tim@chromium.org | 2010-06-20 | 2 | -26/+11 |
* | Updating trunk VERSION from 443.0 to 444.0 | chrome-release@google.com | 2010-06-20 | 1 | -1/+1 |
* | Re-commit r50321 after rollback. | jeremy@chromium.org | 2010-06-20 | 4 | -12/+79 |
* | Revert "Mac: Infrastructure for serialization of OS fonts over IPC." | jeremy@chromium.org | 2010-06-20 | 5 | -81/+14 |
* | Mac: Infrastructure for serialization of OS fonts over IPC. | jeremy@chromium.org | 2010-06-20 | 5 | -14/+81 |
* | WebKit Update 61491:61498. | dglazkov@chromium.org | 2010-06-19 | 1 | -1/+1 |
* | WebKit Roll 61390:61491. | dglazkov@chromium.org | 2010-06-19 | 1 | -1/+1 |
* | Updating trunk VERSION from 442.0 to 443.0 | chrome-release@google.com | 2010-06-19 | 1 | -1/+1 |
* | Changed gradients for background view and login screens. | avayvod@chromium.org | 2010-06-19 | 4 | -17/+58 |
* | Re-apply r50278. | aa@chromium.org | 2010-06-19 | 58 | -272/+304 |
* | Revert 50311 - Turn autofill sync on by default. | tim@chromium.org | 2010-06-19 | 1 | -3/+4 |
* | Turn autofill sync on by default. | tim@chromium.org | 2010-06-19 | 1 | -4/+3 |
* | Revert 50308: still failing on Linux sh-lib tests | jcivelli@chromium.org | 2010-06-19 | 16 | -717/+879 |
* | Porting the infobars on Linux to the new TranslateInfobarDelegate2 (relanding) | jcivelli@chromium.org | 2010-06-19 | 16 | -879/+717 |
* | AutoFill: Remove an out-dated comment. We will not support phone extensions. | jhawkins@chromium.org | 2010-06-19 | 1 | -3/+0 |
* | AutoFill: Remove a TODO and update a comment. | jhawkins@chromium.org | 2010-06-19 | 1 | -2/+1 |
* | AutoFill: Fix a comment, remove a TODO, simplify some code. | jhawkins@chromium.org | 2010-06-19 | 1 | -7/+2 |
* | AutoFill: Remove dead code. | jhawkins@chromium.org | 2010-06-19 | 2 | -22/+0 |
* | *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh... | oshima@chromium.org | 2010-06-19 | 5 | -14/+87 |
* | Keep a cache of all views that have sent notifications. This ensures that Ac... | dtseng@chromium.org | 2010-06-18 | 9 | -8/+136 |
* | Fix shutdown crash by sending the close notification at a point earlier in th... | johnnyg@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Updated PPAPI revision to 60 and added new test. | sanjeevr@chromium.org | 2010-06-18 | 2 | -1/+6 |
* | Move multiple tabs tests to new graph and use reference build. | pathorn@chromium.org | 2010-06-18 | 1 | -10/+42 |
* | Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-18 | 11 | -130/+459 |
* | Port PluginObject fix downstream. See http://trac.webkit.org/changeset/61415/... | dglazkov@chromium.org | 2010-06-18 | 1 | -1/+4 |
* | TBR: jcivelli@chromium.org | dpranke@chromium.org | 2010-06-18 | 8 | -21/+0 |