| Commit message (Expand) | Author | Age | Files | Lines |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 73 | -377/+373 |
* | Retry r15294. The previous check in exposed bug 11659 | huanr@chromium.org | 2009-05-08 | 2 | -6/+26 |
* | Move Courgette | sra@chromium.org | 2009-05-08 | 50 | -4724/+4834 |
* | This CL fix issue 9837 - RTL: "Pop-ups blocked" bar should be at left-bottom ... | xji@chromium.org | 2009-05-08 | 1 | -2/+12 |
* | Propagate official build variables from buildbot compile.py. | mmoss@chromium.org | 2009-05-08 | 1 | -0/+3 |
* | Enable the startup reference test and check in a reference build on linux. | tc@google.com | 2009-05-08 | 180 | -9/+27742 |
* | move this to app/gfx, part of previous commit | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 80 | -431/+414 |
* | Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr... | estade@chromium.org | 2009-05-08 | 1 | -3/+5 |
* | Landing approved patch for Yuta Kitamura (yutak@google.com) | mbelshe@google.com | 2009-05-08 | 2 | -26/+28 |
* | fix checkdeps bustage | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Fix a potential crash in automation framework when | huanr@chromium.org | 2009-05-08 | 1 | -2/+3 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 3 | -4/+33 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 14 | -24/+55 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 17 | -127/+645 |
* | Add a variant of 10901 to known list. | huanr@chromium.org | 2009-05-08 | 1 | -0/+2 |
* | Enable generation of da.pak, he,pak, and zh-TW.pak. Re-enable | tc@google.com | 2009-05-08 | 3 | -4/+104 |
* | Ignore the xcode project that gets generated. | thomasvl@chromium.org | 2009-05-08 | 0 | -0/+0 |
* | Broaden mac valgrind suppression for color space related leak. | thestig@chromium.org | 2009-05-08 | 1 | -15/+0 |
* | Add expectation of failure for Linux. | darin@chromium.org | 2009-05-08 | 1 | -0/+2 |
* | Add a simple dmg script to the mac build dir to build a dmg out of the app. | thomasvl@chromium.org | 2009-05-08 | 3 | -2/+81 |
* | Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-08 | 7 | -20/+47 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 16 | -352/+308 |
* | Make unit_tests depend on app (aka chrome). This is needed | tc@google.com | 2009-05-08 | 1 | -0/+1 |
* | Add the latest translations from the translation console. | mal@chromium.org | 2009-05-08 | 84 | -53/+588 |
* | Fix for b/1837411 -- Interstitial title lines bleed together. | mal@chromium.org | 2009-05-08 | 5 | -0/+5 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 7 | -24/+33 |
* | Stub implementation of linux, mac icon loader/manager. | estade@chromium.org | 2009-05-08 | 13 | -116/+173 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 5 | -23/+45 |
* | Enable worker layout tests that are passing now. | jianli@chromium.org | 2009-05-08 | 1 | -8/+0 |
* | Fix layout test worker-replace-global-constructor. | jianli@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Build fix: remove mention of deleted header file. | agl@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Remove a test from the failing list that started passing on Windows and Linux... | pkasting@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Fix typo ".htm" -> ".html" | amanda@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Get rid of WEBKIT_MERGE_REVISION, it's already behind the real | tc@google.com | 2009-05-08 | 8 | -1211/+0 |
* | linux: new splash page. | evan@chromium.org | 2009-05-08 | 1 | -31/+26 |
* | Update the instructional text's visibility on bookmark add/remove events. | erg@google.com | 2009-05-08 | 2 | -1/+13 |
* | Remove a comment that doesn't seem to be true anymore. Change to using an as... | tc@google.com | 2009-05-08 | 1 | -7/+3 |
* | Change a TIMEOUT to a FAIL to green mac tests | amanda@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Close the disk cache experiment for new users. | rvargas@google.com | 2009-05-08 | 1 | -18/+2 |
* | Add expected results for newly added layout tests. | darin@chromium.org | 2009-05-08 | 6 | -0/+35 |
* | WebKit merge 43371:43401 | darin@chromium.org | 2009-05-08 | 1 | -2/+8 |
* | Add a plugin test that is now timing out instead of failing as | amanda@chromium.org | 2009-05-08 | 1 | -0/+1 |
* | Fix regression introduced in r15560 where all bookmark buttons became folders. | erg@google.com | 2009-05-08 | 2 | -4/+17 |
* | Missed adding this deletion when commiting http://codereview.chromium.org/100051 | amanda@chromium.org | 2009-05-08 | 0 | -0/+0 |
* | Hook up the View Source menu item in the mac port. | rohitrao@chromium.org | 2009-05-08 | 2 | -8/+19 |
* | Fix default browser info string to change text and color instead of hiding/sh... | pinkerton@chromium.org | 2009-05-08 | 2 | -50/+104 |
* | Make Windows DirectoryWatcher also notify on directory operations (creation, ... | phajdan.jr@chromium.org | 2009-05-08 | 2 | -4/+2 |
* | Copy layout test plugin into TestShell.app bundle where the layout | amanda@chromium.org | 2009-05-08 | 2 | -2/+12 |
* | Converted BookmarkStorage to use ImportantFileWriter | phajdan.jr@chromium.org | 2009-05-08 | 9 | -314/+351 |