summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace causing a purify suppression not to work right.asargent@chromium.org2009-09-051-1/+2
| | | | | | | | BUG=20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25582 0039d316-1c4b-4281-b951-d872f2087c98
* Add entry to known crashes for bug 21162asargent@chromium.org2009-09-051-0/+5
| | | | | | | BUG=21162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25579 0039d316-1c4b-4281-b951-d872f2087c98
* Add to known crashes list for bug 21054asargent@chromium.org2009-09-051-0/+1
| | | | | | | BUG=21054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25578 0039d316-1c4b-4281-b951-d872f2087c98
* Add another similar crash stack for bug 20915.asargent@chromium.org2009-09-051-0/+1
| | | | | | | | | BUG=20915 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25570 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from REGEX to PREFIX in crash suppression.asargent@chromium.org2009-09-041-1/+1
| | | | | | | | BUG=20915 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25532 0039d316-1c4b-4281-b951-d872f2087c98
* Add a similar stack trace to known crash bugasargent@chromium.org2009-09-041-0/+1
| | | | | | | | | | | | | Started showing up here: http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Reliability/builds/5314/steps/reliability:%20partial%20result%20of%20current%20build/logs/stdio BUG=20915 TEST=none Review URL: http://codereview.chromium.org/198028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25530 0039d316-1c4b-4281-b951-d872f2087c98
* Move another purify suppression to flakey list.asargent@chromium.org2009-09-042-12/+11
| | | | | | | | | BUG=20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25503 0039d316-1c4b-4281-b951-d872f2087c98
* Moving a purify signature from expected to flakey list.asargent@chromium.org2009-09-042-7/+7
| | | | | | | | | | | | | | | | This showed up in the FIXED list a few builds back, meaning that it is flakey. http://build.chromium.org/buildbot/purify/unit/25450/unit_tests.exe_MLK_FIXED.txt BUG=20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25473 0039d316-1c4b-4281-b951-d872f2087c98
* Adding more purify signatures for bug 20703.asargent@chromium.org2009-09-041-0/+39
| | | | | | | | | BUG=20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25472 0039d316-1c4b-4281-b951-d872f2087c98
* Adding 3 crashes.yusukes@google.com2009-09-041-0/+5
| | | | | | | | | | BUG=21054 TEST=none TBR=asargent Review URL: http://codereview.chromium.org/192023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25447 0039d316-1c4b-4281-b951-d872f2087c98
* Try again to fix bug 20968, this time not breaking browseraa@chromium.org2009-09-032-7/+15
| | | | | | | | | | | tests. This is kinda a janky hack to get the browser test to keep working but I couldn't think of anything better. Review URL: http://codereview.chromium.org/196015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25402 0039d316-1c4b-4281-b951-d872f2087c98
* Add some DCHECKS and asserts to debug why ExtensionApiTest.Tabs is flakey ↵rafaelw@chromium.org2009-09-031-0/+1
| | | | | | | | | | and Reenable. BUG=20828 Review URL: http://codereview.chromium.org/193013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25394 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing purify suppressions for bug 20703.asargent@chromium.org2009-09-031-9/+133
| | | | | | | | | | (I had them incorrectly formatted before) BUG=http://crbug.com/20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25388 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks for bug 20703asargent@chromium.org2009-09-031-0/+11
| | | | | | | | BUG=http://crbug.com/20703 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25337 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI ↵mpcomplete@chromium.org2009-09-033-0/+26
| | | | | | | | | | | | privileges to the new"" Second attempt at r25250. The tests were broken in Release mode due to a race. Should be fixed. BUG=17636 Review URL: http://codereview.chromium.org/172120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25329 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 25302 since ExtensionBrowserTest.ParseFeed in browser_tests has ↵yusukes@google.com2009-09-031-1/+1
| | | | | | | | started to fail. Review URL: http://codereview.chromium.org/197009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25306 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug where feed preview didn't work for techcrunch.com.aa@chromium.org2009-09-031-1/+1
| | | | | | | | | | | | This was caused by synchronous cross-origin XHR not working with redirects. Since synchronous XHR is not a good idea here in the first place, just changed it to asynchronous. TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/197008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25302 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI ↵mpcomplete@chromium.org2009-09-023-26/+0
| | | | | | | | privileges to the new" Review URL: http://codereview.chromium.org/171127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25256 0039d316-1c4b-4281-b951-d872f2087c98
* Allow DOMUI pages to call window.open(), giving DOMUI privileges to the newmpcomplete@chromium.org2009-09-023-0/+26
| | | | | | | | | | | window (assuming it is on the same site instance). BUG=17636 TEST=no Review URL: http://codereview.chromium.org/173649 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25250 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new plugin crash sig to known crashesdglazkov@chromium.org2009-09-021-0/+4
| | | | | | | | | | BUG=20915 TEST=none TBR=rohitrao Review URL: http://codereview.chromium.org/172111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25233 0039d316-1c4b-4281-b951-d872f2087c98
* Update the cookie databases to the latest version so the tests don't try to ↵brettw@chromium.org2009-09-025-0/+0
| | | | | | | | | | migrate them. TEST=none BUG=20872 Review URL: http://codereview.chromium.org/184012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25178 0039d316-1c4b-4281-b951-d872f2087c98
* Alias 'US-ASCII' to 'ISO-8859-1' in our UI without touching webkit.BUG=15801jnd@chromium.org2009-09-021-0/+11
| | | | | | | TEST=Add US-ASCII encoding to browser encoding test Review URL: http://codereview.chromium.org/178017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25168 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary hack to paper over a rather concerning issue whereaa@chromium.org2009-09-021-2/+6
| | | | | | | | | | | ExtensionApiTest appears flaky because it is relying on resources that aren't rebuilt. BUG=19866 Review URL: http://codereview.chromium.org/182052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25123 0039d316-1c4b-4281-b951-d872f2087c98
* Revert accidental commits: r25115 and r25116mpcomplete@chromium.org2009-09-013-25/+0
| | | | | | Review URL: http://codereview.chromium.org/183045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25120 0039d316-1c4b-4281-b951-d872f2087c98
* Merge branch 'api' of /src/chrome/src into apimpcomplete@chromium.org2009-09-013-0/+25
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25115 0039d316-1c4b-4281-b951-d872f2087c98
* Add v8::internal::Compiler::Compile crash to known_crashes.dglazkov@chromium.org2009-09-011-0/+3
| | | | | | | | | | TBR=ager BUG=20825 TEST=none Review URL: http://codereview.chromium.org/176066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25086 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a handful of ui tests that seem to hang valgrinddkegel@google.com2009-09-011-0/+15
| | | | | | | | on the mac. Review URL: http://codereview.chromium.org/183031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25056 0039d316-1c4b-4281-b951-d872f2087c98
* Add new known Reliability Bot crasher. Plugin-related.dglazkov@chromium.org2009-09-011-0/+3
| | | | | | | | | | BUG=20793 TEST=none TBR=rohitrao Review URL: http://codereview.chromium.org/175048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25038 0039d316-1c4b-4281-b951-d872f2087c98
* more bookmark tests, plus fix a couple of API bugserikkay@chromium.org2009-09-011-14/+125
| | | | | | | | | BUG=19099,17288 TEST=browser_tests.exe --gtest_filter=ExtensionApiTest.Bookmarks Review URL: http://codereview.chromium.org/183020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25036 0039d316-1c4b-4281-b951-d872f2087c98
* Add browser tests for extensions tab API.asargent@chromium.org2009-09-015-15/+306
| | | | | | | | | BUG=18442 TEST=none Review URL: http://codereview.chromium.org/174633 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25006 0039d316-1c4b-4281-b951-d872f2087c98
* fix tree status regexerikkay@chromium.org2009-08-312-2/+5
| | | | | | | | TBR=aa Review URL: http://codereview.chromium.org/178039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24933 0039d316-1c4b-4281-b951-d872f2087c98
* share extension API test frameworkerikkay@chromium.org2009-08-3113-326/+31
| | | | | | | | | BUG=18442 TEST=ExtensionApiTest.* Review URL: http://codereview.chromium.org/173622 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24892 0039d316-1c4b-4281-b951-d872f2087c98
* fixed a regexp bug in mappy to improve address detectionerikkay@chromium.org2009-08-292-2/+2
| | | | | | TBR: finnur git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24857 0039d316-1c4b-4281-b951-d872f2087c98
* Fix samples extensions. Add icons (nothing building or testable)rafaelw@chromium.org2009-08-295-7/+14
| | | | | | | | | BUG=20236 TBR=aa Review URL: http://codereview.chromium.org/178028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24851 0039d316-1c4b-4281-b951-d872f2087c98
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-294-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | | We were already doing this, this change modifies the mechanism. Before we were relying on the presence of the --enable-extensions flag, but as we are getting ready to remove that on dev, we needed something else. This forces local storage and database to be enabled on chrome-extension:// pages. Also, change the way database enabling works in general to be more like the way local storage works, just for consistency. Will remove old, unnecessary WebKit API in an upstream change. erikkay: extensions stuff dumi: database stuff jorlow: local storage stuff BUG=19511 Review URL: http://codereview.chromium.org/173306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24841 0039d316-1c4b-4281-b951-d872f2087c98
* Make a bunch of backlogged breaking changes to the extensions API in prep ↵aa@chromium.org2009-08-287-7/+7
| | | | | | | | | | | | | | | for dev: * Enforce permissions on cross-origin XHR * Enforce module-level permissions * Decided not to completely remove chrome.self since it is so widely used, but removed all references to it from samples and docs. BUG=16356,12129,12140 TEST=Sample extensions on http://dev.chromium.org/developers/design-documents/extensions/samples should still work Review URL: http://codereview.chromium.org/179027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24816 0039d316-1c4b-4281-b951-d872f2087c98
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-288-0/+150
| | | | | | | | | | Overrides are declared in an extension's manifest. The last one installed wins. However, we keep a list of those installed per page so that priority is preserved and so that uninstall will revert to a previous state. Review URL: http://codereview.chromium.org/174277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24791 0039d316-1c4b-4281-b951-d872f2087c98
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-2811-90/+182
| | | | | | | | BUG=20288 Review URL: http://codereview.chromium.org/180016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24770 0039d316-1c4b-4281-b951-d872f2087c98
* Add ↵jshin@chromium.org2009-08-281-0/+4
| | | | | | | | | | | | | "npapi::plugininstance::npp_newstream___ipc::syncchannel::sendwithtimeout" to the known crash list (reliability test). After an completely unrelated CL was checked in, this crash (the top frame being in NPSWF) showed up. This may be a dupe, but it's hard to tell because most of frames are not resolved to symbols. BUG=20494 TEST=A similar stack does not trigger a reliability test failure. TBR=huanr Review URL: http://codereview.chromium.org/173607 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24734 0039d316-1c4b-4281-b951-d872f2087c98
* Add unittest for Gtk search engine manager dialog.mattm@chromium.org2009-08-271-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/180012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24692 0039d316-1c4b-4281-b951-d872f2087c98
* Skip ImporterTest.Firefox35Importer unit test again as it is still crashing ↵kuchhal@chromium.org2009-08-271-0/+3
| | | | | | | | | | Purify. BUG=19820 Review URL: http://codereview.chromium.org/180002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24634 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r24606-24607. The tree didn't like them. :(phajdan.jr@chromium.org2009-08-272-6/+0
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/173574 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24608 0039d316-1c4b-4281-b951-d872f2087c98
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-08-272-0/+6
| | | | | | | | | | | Not getting rid of WaitForTitleMatching because I have to add few more calls to the automation framework (http://crbug.com/19395) to wait properly after navigating back and forward. TEST=Covered by ui_tests and browser_tests. http://crbug.com/18365, http://crbug.com/19361 Review URL: http://codereview.chromium.org/174179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24606 0039d316-1c4b-4281-b951-d872f2087c98
* Update of the extension install UI:aa@chromium.org2009-08-2739-0/+299
| | | | | | | | | | | | | | | | | - Give the user more information about which hosts an extension can access. - Remove the red severe warning because it doesn't play well with themes and because it adds nothing when the other text is more specific. - Make the image a bit smaller. Also integrate this new idea with the silent/not-silent update flow. BUG=12129,12140,19582 Review URL: http://codereview.chromium.org/173463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24599 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a crash caused due to a call to NPP_DestroyStream occuring in the ↵ananta@chromium.org2009-08-271-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | context of NPP_NewStream. The plugin would invoke NPN_Evaluate to display an alert in the context of NewStream. This would cause the didFail IPC to be dispatched which would cause the plugin to invoke another call to NPP_NewStream which would repeat these steps and crash. The didFail call from the renderer did not honor the deferred load flag which we set in WebPluginImpl prior to dispatching stream IPCs to the plugin. Fix is to dispatch the didFail call when we receive an ack from the plugin indicating that it is ready to accept stream data. This fixes bug http://code.google.com/p/chromium/issues/detail?id=20063 The other change is in WebPluginImpl::TearDownPluginInstance, where we run through the list of resource clients and cancel them. We call didFail on these clients here, which occurs anyway through the PluginDestroyed code path. Bug=20063 Test=Convered by interactive UI test. Review URL: http://codereview.chromium.org/174383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24593 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leaks in Firefox impoter unittest.kuchhal@chromium.org2009-08-261-3/+0
| | | | | | | | | BUG=19820 TBR=erikkay Review URL: http://codereview.chromium.org/173546 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24564 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the dates in the test profile history databases.deanm@chromium.org2009-08-265-0/+0
| | | | | | | | | | | These profiles were originally created on Windows, so they had 1601 epoch. Brett upgraded them during his Linux/Mac epoch fix, which incorrectly assumed they were 1970 epoch and added 369 years. Review URL: http://codereview.chromium.org/173492 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24471 0039d316-1c4b-4281-b951-d872f2087c98
* Copy upgraded typical_history database to the other theme profiles.deanm@chromium.org2009-08-264-0/+0
| | | | | | | Review URL: http://codereview.chromium.org/173484 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24460 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a new reliability crash to known_crashes.txt.yutak@chromium.org2009-08-261-0/+3
| | | | | | | | | BUG=20291 TBR=huanr TEST=none Review URL: http://codereview.chromium.org/173457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24424 0039d316-1c4b-4281-b951-d872f2087c98
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+0
| | | | | | | | | | | Although we represent time internally starting from 1601, there are still things like time explosion that will not work before the year 1900. This limitation is the same as it was previously. BUG=14734 Review URL: http://codereview.chromium.org/173296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24417 0039d316-1c4b-4281-b951-d872f2087c98