| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 3 | -6/+6 |
* | Fix missing assignment in chrome_mini_installer. | thestig@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Remove uses of deprecated version of PathService::Get() in the installer. | thestig@chromium.org | 2009-05-05 | 2 | -14/+14 |
* | BUG=11200 | rafaelw@chromium.org | 2009-05-05 | 6 | -51/+50 |
* | Revert r15294 that causes crash spike in chromebot. | huanr@chromium.org | 2009-05-05 | 2 | -26/+6 |
* | Close browser window synchronously during UI test | huanr@chromium.org | 2009-05-05 | 2 | -6/+26 |
* | Move *Animation to app/ | ben@chromium.org | 2009-05-05 | 1 | -4/+8 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -6/+6 |
* | implemented API style/convention changes, including: | rafaelw@chromium.org | 2009-05-05 | 3 | -59/+148 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Linux: enable omni box ui test and automation proxy ui test. | estade@chromium.org | 2009-05-05 | 3 | -5/+8 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 1 | -1/+0 |
* | Make buildbot sample more compact. | aa@chromium.org | 2009-05-04 | 1 | -18/+53 |
* | Reset the omnibox contents when the user reloads the page. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-04 | 1 | -0/+1 |
* | Update known list based on WebContent->TabContent | huanr@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Add a crash case of 10901 to known list | huanr@chromium.org | 2009-05-04 | 1 | -1/+2 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 13 | -78/+74 |
* | Various fixes to gmail sample: | aa@chromium.org | 2009-05-01 | 2 | -20/+32 |
* | Fix BROWSER_WRAPPER env for ui tests so it works with commands | tc@google.com | 2009-05-01 | 1 | -8/+4 |
* | This is the first part of the PageAction implementation. More work is require... | finnur@chromium.org | 2009-05-01 | 1 | -5/+6 |
* | Temporarily disable two DOM checker tests to see if it has any effect on | patrick@chromium.org | 2009-05-01 | 1 | -2/+4 |
* | Don't valgrind ThirtyFourTabs, it takes too long :-( | dkegel@google.com | 2009-05-01 | 1 | -0/+2 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 2 | -2/+2 |
* | Making CloseWindow and CloseTab automation API | huanr@chromium.org | 2009-05-01 | 8 | -64/+218 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 1 | -0/+3 |
* | Disabling the EmbeddedMP3 plugin test as it needs a functional sound device o... | ananta@chromium.org | 2009-05-01 | 1 | -2/+2 |
* | Implement ID persistence for bookmarks: | munjal@chromium.org | 2009-04-30 | 1 | -8/+20 |
* | Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac... | ananta@chromium.org | 2009-04-30 | 1 | -0/+9 |
* | Remove ifdefs now that Mac passes. | pinkerton@chromium.org | 2009-04-30 | 1 | -9/+0 |
* | Fix issue 11006 - any plugin process started by InProcessBrowserTest was | tim@chromium.org | 2009-04-30 | 1 | -8/+9 |
* | Implement removeWindow, onWindowCreated, onWindowRemoved. | rafaelw@chromium.org | 2009-04-30 | 1 | -5/+16 |
* | Fix race where sometimes CSS is not applied to toolstrips. I | aa@chromium.org | 2009-04-29 | 11 | -360/+0 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 2 | -1/+3 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 3 | -66/+114 |
* | Move TabsAPI, bookmarks, and buildbot extensiosn into samples/ dir. | aa@chromium.org | 2009-04-29 | 11 | -1/+0 |
* | Enable two more installer tests. | kuchhal@chromium.org | 2009-04-29 | 1 | -2/+2 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Try --force-uninstall param to see if that fixes installer tests. | kuchhal@chromium.org | 2009-04-29 | 2 | -5/+5 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 2 | -12/+39 |
* | Part 1 of sample sprucing. Also, change chromium_extension.py to generate a r... | aa@chromium.org | 2009-04-29 | 24 | -69/+606 |
* | Rolling back webkit-gyp switch. r14382 | bradnelson@google.com | 2009-04-29 | 3 | -23/+23 |
* | Switching webkit over to gyp on windows. | bradnelson@google.com | 2009-04-29 | 3 | -23/+23 |
* | Write a test for my previous patch to fix a crash in back/forward navigations | brettw@chromium.org | 2009-04-29 | 2 | -10/+22 |