| Commit message (Expand) | Author | Age | Files | Lines |
* | Stubs out OSExchangeData for views on gtk. | sky@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Added more installer tests. Here is the list: | anantha@chromium.org | 2009-05-13 | 5 | -57/+165 |
* | Move tree-related classes that Linux code depends on from views/ to app/ | phajdan.jr@chromium.org | 2009-05-13 | 1 | -4/+4 |
* | Making navigate, back, forward, and reload | huanr@chromium.org | 2009-05-13 | 5 | -55/+82 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -2/+0 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -0/+2 |
* | This is the successor to http://codereview.chromium.org/67150 | maruel@chromium.org | 2009-05-13 | 8 | -102/+223 |
* | Fix few miscellanous TODO(port)s. | phajdan.jr@chromium.org | 2009-05-12 | 1 | -1/+0 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -0/+4 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -5/+25 |
* | DevTools: Sanity ui test. | pfeldman@chromium.org | 2009-05-12 | 2 | -0/+10 |
* | The version of gcc on mac (4.2) doesn't like inheriting from a test in an ano... | tc@google.com | 2009-05-12 | 1 | -7/+2 |
* | Fix mac build by disabling tests. | tc@google.com | 2009-05-12 | 1 | -0/+4 |
* | Add new tab startup test to the linux & mac build. | tc@google.com | 2009-05-12 | 1 | -8/+5 |
* | Add memory stats for linux page cycler. On linux, we collect | tc@google.com | 2009-05-11 | 1 | -37/+49 |
* | Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup. | stoyan@chromium.org | 2009-05-11 | 5 | -80/+4 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 10 | -0/+0 |
* | Add a variant of bug 10901. | pkasting@chromium.org | 2009-05-11 | 1 | -1/+3 |
* | Add 10978 to known crash list. | huanr@chromium.org | 2009-05-11 | 1 | -0/+3 |
* | Add 11757 to known crash list. | huanr@chromium.org | 2009-05-11 | 1 | -0/+3 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2) | thestig@chromium.org | 2009-05-11 | 1 | -2/+11 |
* | Implements keyboard events for RenderViewTest.This change implements a functi... | hbono@chromium.org | 2009-05-11 | 3 | -0/+80 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -2/+2 |
* | Revert r15693. The crash spike still exists. | huanr@chromium.org | 2009-05-09 | 2 | -26/+6 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 3 | -0/+7 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 3 | -6/+23 |
* | Retry r15294. The previous check in exposed bug 11659 | huanr@chromium.org | 2009-05-08 | 2 | -6/+26 |
* | Enable the startup reference test and check in a reference build on linux. | tc@google.com | 2009-05-08 | 1 | -9/+19 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -4/+4 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 1 | -2/+6 |
* | Add a variant of 10901 to known list. | huanr@chromium.org | 2009-05-08 | 1 | -0/+2 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 2 | -11/+23 |
* | Convert the webkit build on Windows to gyp: | sgk@google.com | 2009-05-08 | 3 | -3/+3 |
* | Revert r15607 | hclam@chromium.org | 2009-05-08 | 1 | -10/+2 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. | thestig@chromium.org | 2009-05-08 | 1 | -2/+10 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 7 | -14/+13 |
* | Consolidate notifiers used by different automation | huanr@chromium.org | 2009-05-07 | 5 | -42/+106 |
* | Add important_file_writer_unittest.cc to Windows build. | phajdan.jr@chromium.org | 2009-05-07 | 1 | -0/+4 |
* | Fix an occurence of 'chromium' that didn't get changed to 'chrome' | aa@chromium.org | 2009-05-07 | 1 | -1/+1 |
* | Add inspect links for all active views in chrome://extensions. | aa@chromium.org | 2009-05-07 | 4 | -3/+31 |
* | Skip a set of ui tests that hang under Valgrind for some reason. | dkegel@google.com | 2009-05-06 | 1 | -0/+2 |
* | Temporarily disable ExtensionViewTest.BottomBar in purify due to some unresol... | erikkay@google.com | 2009-05-06 | 1 | -1/+2 |
* | Resurrect ExtensionProcessManager. Move the code for starting extension | mpcomplete@google.com | 2009-05-06 | 2 | -0/+7 |
* | Re-re-enable the pref service ui test, this time making it expect a window si... | robertshield@google.com | 2009-05-06 | 1 | -2/+2 |
* | Adding a test for a testing that the bug http://crbug.com/9791 is really fixed. | jcampan@chromium.org | 2009-05-06 | 1 | -28/+20 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 3 | -2/+4 |
* | Make RestoreTab synchronuous. | huanr@chromium.org | 2009-05-06 | 5 | -9/+26 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 3 | -10/+10 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -0/+4 |
* | Uncomment the crash checks in UITest::TearDown since CountFilesCreatedAfter | evan@chromium.org | 2009-05-06 | 1 | -6/+0 |