| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another entry to known_crashes.txt. | arv@chromium.org | 2010-11-12 | 1 | -0/+3 |
* | Sets lastError when trying to connect or send a request to an invalid extension. | jstritar@chromium.org | 2010-11-12 | 3 | -11/+69 |
* | Allow an extension to dynamically set extra data in its update URL, in order | rogerta@chromium.org | 2010-11-12 | 3 | -0/+50 |
* | Remove the login token from webstorePrivate API function return values. | asargent@chromium.org | 2010-11-12 | 2 | -4/+3 |
* | Revise the omnibox extension API so that specifying descriptionStyles is easier. | mpcomplete@chromium.org | 2010-11-11 | 1 | -4/+2 |
* | Implements a C++ version of JSONSchemaValidator. | aa@chromium.org | 2010-11-11 | 6 | -0/+75 |
* | Fix autofill pyauto tests to deal with invalid credit card numbers | nirnimesh@chromium.org | 2010-11-11 | 1 | -6/+16 |
* | All SSL UI tests work with ephemeral ports. | cbentzel@chromium.org | 2010-11-11 | 2 | -4/+4 |
* | Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform. | willchan@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Add device management test server to net infrastructure. | mnissler@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | Find in page tests by Rohit | nirnimesh@chromium.org | 2010-11-11 | 6 | -5871/+135 |
* | Split the private webstore install API into two parts. | asargent@chromium.org | 2010-11-10 | 5 | -48/+64 |
* | Add api method to get an installed extension by ID. | tessamac@google.com | 2010-11-08 | 2 | -16/+29 |
* | RenderViewHostManagerTest works with a testserver that listens on ephemeral p... | cbentzel@chromium.org | 2010-11-08 | 1 | -4/+5 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 2 | -0/+86 |
* | SSLUITest's work with ephemeral port testserver. | cbentzel@chromium.org | 2010-11-06 | 5 | -7/+7 |
* | Don't whitelist extensions with NPAPI from no-prompt install. | asargent@chromium.org | 2010-11-05 | 2 | -0/+15 |
* | Implement onCompleted event for the webNavigation API | jochen@chromium.org | 2010-11-05 | 2 | -1/+91 |
* | Allow the webstore to prompt for login even when there is a username already ... | johnnyg@chromium.org | 2010-11-04 | 1 | -10/+0 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 1 | -0/+29 |
* | Change disabling the assert that is causing ExtensionApiTest.Popup to become ... | twiz@google.com | 2010-11-04 | 1 | -2/+4 |
* | Implement new SearchBox API along side existing API. | tonyg@chromium.org | 2010-11-04 | 2 | -0/+70 |
* | Implement onDOMContentLoaded event of the webNavigation API. | jochen@chromium.org | 2010-11-04 | 2 | -0/+90 |
* | Adding reliability suppression for crash in ICU's unicodestring::toutf8 calle... | robertshield@chromium.org | 2010-11-03 | 1 | -0/+3 |
* | Add suppressions for more crashes in NotificationService from the reliability... | robertshield@chromium.org | 2010-11-03 | 1 | -3/+3 |
* | Fix bug with context menus in incognito mode. | mpcomplete@chromium.org | 2010-11-02 | 3 | -0/+27 |
* | Add icons so that I can send http://codereview.chromium.org/4139008/show | aa@chromium.org | 2010-11-02 | 3 | -0/+0 |
* | Adding reliability regression in webcore::font::glyphdataforcharacter | robertshield@chromium.org | 2010-11-02 | 1 | -0/+4 |
* | Add pyauto tests and helper files for system-level testing of Web SQL Databases. | kkania@chromium.org | 2010-11-02 | 1 | -0/+161 |
* | Remove GetHiddenProperties crash from known crashes. Fixed in V8 | ager@chromium.org | 2010-11-01 | 1 | -3/+0 |
* | Revert "Revert "Revert "Revert "Split ExtensionApiTest.Tabs into several smal... | aa@chromium.org | 2010-11-01 | 9 | -514/+526 |
* | Removing stack from known crashes, fixed in 64194 | ace@chromium.org | 2010-10-29 | 1 | -3/+0 |
* | Fix flaky notification.NotificationsTest.testCancelNotification test. | kkania@chromium.org | 2010-10-29 | 1 | -4/+7 |
* | IndexedDB: Expand browser test to cover the database, index and transaction c... | hans@chromium.org | 2010-10-29 | 10 | -5/+281 |
* | Add automated tests for PDFs. | jam@chromium.org | 2010-10-28 | 3 | -0/+0 |
* | Correction of missing manifest file for ExtensionApiTest.Popup browser test. ... | twiz@google.com | 2010-10-28 | 1 | -0/+8 |
* | Updates typical_profile data to include TopSites. | sky@chromium.org | 2010-10-28 | 2 | -0/+0 |
* | 1. Fires port.onDisconnect if tabs.connect fails. | jstritar@chromium.org | 2010-10-28 | 1 | -5/+26 |
* | Makes generate_profile able to generate top sites data. | sky@chromium.org | 2010-10-28 | 1 | -7/+5 |
* | Revert "Revert "Revert "Split ExtensionApiTest.Tabs into several smaller test... | jochen@chromium.org | 2010-10-28 | 9 | -529/+514 |
* | IndexedDB: Expand browser test to cover the object store. | hans@chromium.org | 2010-10-28 | 3 | -2/+101 |
* | Added grammar attribute to speech input. | satish@chromium.org | 2010-10-28 | 1 | -0/+32 |
* | Track in which frames navigation errors occurred and don't send further navig... | jochen@chromium.org | 2010-10-28 | 1 | -39/+0 |
* | Revert "Revert "Split ExtensionApiTest.Tabs into several smaller tests and re... | aa@chromium.org | 2010-10-28 | 9 | -514/+529 |
* | Revert "Split ExtensionApiTest.Tabs into several smaller tests and re-enable." | aa@chromium.org | 2010-10-28 | 9 | -521/+514 |
* | Split ExtensionApiTest.Tabs into several smaller tests and re-enable. | aa@chromium.org | 2010-10-27 | 9 | -514/+521 |
* | ui_tests run with --use-gl=osmesa so they use the OSMesa software renderer fo... | apatrick@chromium.org | 2010-10-27 | 1 | -0/+54 |
* | Implement the TTS completion callback in a generic way so that the callback | dmazzoni@chromium.org | 2010-10-27 | 16 | -20/+177 |
* | Attempt 2 at landing top sites refactor: | sky@chromium.org | 2010-10-27 | 3 | -0/+50 |
* | Add sync login token to results from webstore private API functions. | asargent@chromium.org | 2010-10-27 | 2 | -4/+2 |