summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-3/+3
| | | | | | Review URL: http://codereview.chromium.org/656009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41067 0039d316-1c4b-4281-b951-d872f2087c98
* nacl: add some comments to nacl_ui_testsevan@chromium.org2010-03-092-21/+37
| | | | | | | | | | Just some basic observations I picked up while reading the code. TEST=compiles, should have no functional change Review URL: http://codereview.chromium.org/729003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41059 0039d316-1c4b-4281-b951-d872f2087c98
* Provide a method to specify to the automation interface the dir containing ↵nirnimesh@chromium.org2010-03-097-6/+54
| | | | | | | | | | | | | | | | | | | | | | | | browser binaries Problem: The automation proxy interface kinda assumes that the running binary would reside in the same directory as the browser binaries -- ie in Debug/Release dirs. While this works for all C++ binaries like ui_tests, startup_tests, this fails for pyauto tests since the running binary in this case is /usr/bin/python (or some such system path). This changeset lets pyauto explicitly specify the automation interface the dir in which to look for chromium binaries. Also, expose RunCommand method to pyauto. BUG=37730 TEST=pyauto scripts should work without having to copy python to Debug/Release dirs Review URL: http://codereview.chromium.org/695001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41051 0039d316-1c4b-4281-b951-d872f2087c98
* - Update README.chromium to mention change to swig libs in third_partynirnimesh@chromium.org2010-03-093-6/+6
| | | | | | | | | | | | | | - Provide platform-specific macros to swig. - Update DEPS to use right swig updates To be committed _after_ accompanying CL: http://codereview.chromium.org/661334 BUG=32285 TEST=None Review URL: http://codereview.chromium.org/661342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41048 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce the flakiness of things using NPAPITester, includingphajdan.jr@chromium.org2010-03-092-67/+49
| | | | | | | | | | | | | | NPAPITester.ManyPlugins. Make sure that the copied plugin gets deleted, and do it after the browser has exited. TEST=less flaky BUG=28372 Review URL: http://codereview.chromium.org/668255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41015 0039d316-1c4b-4281-b951-d872f2087c98
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-1/+1
| | | | | | | | | | | breaks dependencies on chrome from webkit, app, views and base. BUG=37649 TEST=compiles Review URL: http://codereview.chromium.org/699001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41001 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0926-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* Expose 'type' and 'incognito' bits to the extension window object, and makempcomplete@chromium.org2010-03-081-2/+16
| | | | | | | | | | | them settable in chrome.windows.create(). BUG=12658 BUG=28599 Review URL: http://codereview.chromium.org/669189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40961 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the ui_tests to use WebKitTools/Scripts/new-run-webkit-httpd insteaddpranke@chromium.org2010-03-081-7/+5
| | | | | | | | | | | | | of calling into the python port/http_server code directly. This is attempt #3 - the actual fix for this was in WebKit r55602, where we fixed a dereference of an unset python attribute. BUG=23099 R=maruel@chromium.org TEST=none Review URL: http://codereview.chromium.org/669289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40943 0039d316-1c4b-4281-b951-d872f2087c98
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-1/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/672001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40937 0039d316-1c4b-4281-b951-d872f2087c98
* Kill fil.finnur@chromium.org2010-03-083-3/+1
| | | | | | | | | | | | | | | | | Temporarily remove RSS Extension support for locale 'fil' until we figure out why it prevents some users from installing the extension. Also revert the Feed link color to make the link more obvious to people (this change is already live on the gallery -- just happened after I checked in my last changes). BUG=None TEST=Locale 'fil' is no longer supported for the RSS extension. [Feed] link in subscribe page should be blue now. Review URL: http://codereview.chromium.org/671006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40930 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame now uses host provided popup blocker.stoyan@chromium.org2010-03-084-17/+59
| | | | | | | | | | | It does not work in all scenarions since from Chrome side an empty string is passed as target url. Note in IE6 "Tools/Popup Blocker" menu is not visible if ChromeFrame is the activedocument. Have to support some IOleCommandTarget command.. BUG=34823 Review URL: http://codereview.chromium.org/668168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40897 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: remove --no-sandbox flag when running tests on Linuxmseaborn@chromium.org2010-03-081-1/+1
| | | | | | | | | | | With the recent DEPS update, the NaCl internal plugin works inside the Linux SUID sandbox. BUG=36676 TEST=nacl_ui_tests Review URL: http://codereview.chromium.org/669269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40895 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 27927: linux hang in RenderViewTest.ImeComposition.suzhe@chromium.org2010-03-081-1/+10
| | | | | | | | | BUG=27927 TEST=none Review URL: http://codereview.chromium.org/668219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40885 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at custom user style sheets.tony@chromium.org2010-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | Enabled with the --enable-user-stylesheet flag which causes chrome to read <user-data-dir>/<profile>/User StyleSheet/Custom.css at startup and set it as the user style sheet. This version never reloads the user style sheet, I'll have to bring back FileWatcher for that. I also put the user stylesheet in a subdir because the implementation of FileWatcher will watch the parent dir (this is what the OS apis give me) and watching the profile dir will cause lots of activity. BUG=2393 Review URL: http://codereview.chromium.org/660349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40882 0039d316-1c4b-4281-b951-d872f2087c98
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-061-0/+4
| | | | | | | | | | | | Added Mac implementation of StatusIcon, and added a simple click callback that displays the "extensions" tab when clicked on, to allow us to dogfood long-lived extensions. BUG=37375 Review URL: http://codereview.chromium.org/661454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40847 0039d316-1c4b-4281-b951-d872f2087c98
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/669184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40834 0039d316-1c4b-4281-b951-d872f2087c98
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-061-0/+2
| | | | | | | | | | | | | | | | BUG=http://crbug.com/160 and integrates the update to IsStandard in that version. Adds several internal schemes as "standard" and initializes them at startup. Fixes a few hardcoded URL schemes I noticed. Make typing "//foo" into the URL bar treat slashes in "strict" mode on Windows, which means we'll only accept UNC if you use backslashes. This matches IE's behavior. BUG=http://crbug.com/33038 TEST=covered by unit tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40818 0039d316-1c4b-4281-b951-d872f2087c98
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-062-7/+16
| | | | | | | | | | | | | | | | | | | | | get called asynchronously when the bits are actually copied to the screen, rather than synchronously from inside the paint function. This makes it useful for plugins to use the callback for rate limiting. This also adds a lot of infrastructure for running tests on pepper devices, and includes a unit test for the new flush behavior. I made the existing RenderProcess object an abstract interface and made the existing MockProcess (renamed to be more clear) implement that. This avoids a static cast that would actually crash during a unit test because some code was hardcoded to expect a RenderProcess object. This fixes base's IDMap iterator which has apparently never been used for an IDMap with ownership semantics. TEST=Unit test included BUG=none Original review URL: http://codereview.chromium.org/661124 Review URL: http://codereview.chromium.org/664001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40813 0039d316-1c4b-4281-b951-d872f2087c98
* Was already a 'wait for animation to complete'.jrg@chromium.org2010-03-064-0/+46
| | | | | | | | Added py interface to it. Review URL: http://codereview.chromium.org/668204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40812 0039d316-1c4b-4281-b951-d872f2087c98
* Mark nacl_ui_tests as flaky on Macgregoryd@google.com2010-03-061-1/+28
| | | | | | | | | | TEST=none BUG=none TBR=nsylvain Review URL: http://codereview.chromium.org/668199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40808 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the timeout for nacl_ui_testsgregoryd@google.com2010-03-052-7/+13
| | | | | | Review URL: http://codereview.chromium.org/669215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40798 0039d316-1c4b-4281-b951-d872f2087c98
* Add some bookmark bar hooks for pyauto.jrg@chromium.org2010-03-055-0/+49
| | | | | | | | | | | Refactor the implementation for x-platform happiness. Add simple pyauto script that uses it (but needs http://crbug.com32292 fixed before it works without tweaking). Review URL: http://codereview.chromium.org/670001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40782 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40768 - Flip the ui_tests framework to use the upstream http_server ↵dpranke@chromium.org2010-03-051-5/+4
| | | | | | | | | | | | | | | | | start code BUG=23099 R=dglazkov@chromium.org, maruel@chromium.org TEST=unit_tests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40603 Review URL: http://codereview.chromium.org/660416 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/669191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40770 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the ui_tests framework to use the upstream http_server start codedpranke@chromium.org2010-03-051-4/+5
| | | | | | | | | | | | BUG=23099 R=dglazkov@chromium.org, maruel@chromium.org TEST=unit_tests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40603 Review URL: http://codereview.chromium.org/660416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40768 0039d316-1c4b-4281-b951-d872f2087c98
* Renames ContentBlockedImageView to ContentSettingImageView.bulach@chromium.org2010-03-051-1/+1
| | | | | | | | | | | | | | Adds ContentSettingImageModel to provide icon and tooltips for platform-specific ContentBlockedImageView. (in preparation for: http://codereview.chromium.org/650180/show ) TEST=chrome/browser/content_setting_image_model_unittest.cc Review URL: http://codereview.chromium.org/660279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40732 0039d316-1c4b-4281-b951-d872f2087c98
* Enable FFmpegDemuxerTest.Decoder in Mac valgrindhclam@chromium.org2010-03-051-2/+0
| | | | | | | | | | BUG=36978 The unit test failure is fixed for Mac valgrind. Run it again. Review URL: http://codereview.chromium.org/669023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40689 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up to r40626. Give the blanket WorkerTest disable under Mac Valgrind ↵rsesek@chromium.org2010-03-041-3/+1
| | | | | | | | | | | a bug number. BUG=37431 TEST=Mac UI Valgrind doesn't hang Review URL: http://codereview.chromium.org/669088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40651 0039d316-1c4b-4281-b951-d872f2087c98
* Revert -r 40634 to wait until masters' configs get updated.antonm@google.com2010-03-041-16/+16
| | | | | | Review URL: http://codereview.chromium.org/669077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40644 0039d316-1c4b-4281-b951-d872f2087c98
* Add 64-bit binaries that are required for NaCl support to Chrome ↵gregoryd@google.com2010-03-041-0/+6
| | | | | | | | | | | installation on Windows. NaCl uses two additional binaries on 64-bit Windows: nacl64.exe and nacl64.dll, so these binaries need to be installed and updated as part of Chrome installation/update. Review URL: http://codereview.chromium.org/567028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40639 0039d316-1c4b-4281-b951-d872f2087c98
* Split Dromaeo tests per suites.antonm@google.com2010-03-041-16/+16
| | | | | | | | BUG=37239 Review URL: http://codereview.chromium.org/665007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40634 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable WorkerTests on Mac UI Valgrind to see if it greens the bot.rsesek@chromium.org2010-03-041-0/+5
| | | | | | | | This is to be either reverted or filed as a bug after a few bot cycles. Review URL: http://codereview.chromium.org/669066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40626 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when permission request received from extension.joth@chromium.org2010-03-042-0/+29
| | | | | | | | | BUG=http://crbug.com/37196 TEST=TODO Review URL: http://codereview.chromium.org/667006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40621 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40603 - Flip the ui_tests framework to use the upstream http_server ↵dpranke@chromium.org2010-03-041-5/+4
| | | | | | | | | | | | | | start code BUG=none R=dglazkov@chromium.org TEST=unit_tests passes Review URL: http://codereview.chromium.org/660416 Review URL: http://codereview.chromium.org/668043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40604 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the ui_tests framework to use the upstream http_server start codedpranke@chromium.org2010-03-041-4/+5
| | | | | | | | | | BUG=none R=dglazkov@chromium.org TEST=unit_tests passes Review URL: http://codereview.chromium.org/660416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40603 0039d316-1c4b-4281-b951-d872f2087c98
* Create a placeholder for pyauto test scripts.nirnimesh@chromium.org2010-03-041-0/+18
| | | | | | | | Including a hello world script. Review URL: http://codereview.chromium.org/668004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40579 0039d316-1c4b-4281-b951-d872f2087c98
* Test cookie prompting.darin@chromium.org2010-03-044-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds automation plumbing to support changing the content settings. This change also fixes WaitForNavigation to watch for the LOAD_STOP event instead of the NAV_ENTRY_COMMITTED event. This better matches the intent (I think) of the automation interface, and it also matches the similar function defined in ui_test_utils (used by browser tests). This also better matches the NavigationNotificationObserver, which seems desirable given the implementation of AutomationProvider::WaitForNavigation. It turns out that only one UI test was using WaitForNavigation, and I confirmed that it still functions properly. This change also modifies the NavigationNotificationObserver to allow it to watch for the current page load to complete. Normally, it waits for the first LOAD_START or NAV_ENTRY_COMMITTED event to switch into the mode where it watches for LOAD_STOP. However, that makes it not so useful for WaitForNavigation, which is intended to be called after triggering the start of a new navigation. This change also makes it so that the cookie prompt supports the automation message box 'OK' and 'Cancel' buttons, so that we can remotely press those buttons. Leveraging all of these changes enables some basic cookie prompting tests to be written. I had to modify browser_frame_win.cc to ensure that BrowserList::SetLastActive is called even while running under remote desktop. R=phajdan.jr@chromium.org BUG=37182 TEST=cookie_modal_dialog_uitest.cc Review URL: http://codereview.chromium.org/661102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40575 0039d316-1c4b-4281-b951-d872f2087c98
* The browser would crash when pressing the translate button in the infobar ↵jcampan@chromium.org2010-03-031-6/+8
| | | | | | | | | | | | | | | | | | | | | | when the locale is Norvegian, Filipino or any Chrome languages that the translation server does not support. The crash would happen in the translate infobar, the source index would be -1 and would cause us to crash accessing that index in a vector. This CL fixes that by cleaning up the list of supported languages, so they match Chrome's locales. Also it makes sure we don't create an infobar if for any reason one of the language (source or target) is not supported. BUG=37218 TEST=For each language Chrome can be run into, select that language and open www.google.com. Check that the info-bar is shown for languages supported by the Google translate server (see the list at http://translate.google.com/) and for the supported language translating works. Review URL: http://codereview.chromium.org/661434 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40558 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable moz-http page cycler.chase@chromium.org2010-03-031-2/+1
| | | | | | | | | | | Reverts r40097. BUG=36871 TEST=page_cycler_moz-http is green Review URL: http://codereview.chromium.org/661449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40527 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit test that uses V8's JSON.parse() to read extension_api.json .skerner@chromium.org2010-03-032-0/+11
| | | | | | | | | BUG=18717 TEST=ExtensionApiJsonValidityTest.WithV8 Review URL: http://codereview.chromium.org/661406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40516 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled DnsMasterTest.* and URLFetcher*Test.* from running underglider@chromium.org2010-03-031-0/+7
| | | | | | | | | ThreadSanitizer on Mac due to the workq problem. TBR=timurrrr Review URL: http://codereview.chromium.org/661463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40508 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40490 - Make the pepper 2D flush callback actually function as ↵brettw@chromium.org2010-03-032-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | advertised. It will now get called asynchronously when the bits are actually copied to the screen, rather than synchronously from inside the paint function. This makes it useful for plugins to use the callback for rate limiting. This also adds a lot of infrastructure for running tests on pepper devices, and includes a unit test for the new flush behavior. I made the existing RenderProcess object an abstract interface and made the existing MockProcess (renamed to be more clear) implement that. This avoids a static cast that would actually crash during a unit test because some code was hardcoded to expect a RenderProcess object. This fixes base's IDMap iterator which has apparently never been used for an IDMap with ownership semantics. TEST=Unit test included BUG=none Review URL: http://codereview.chromium.org/661124 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/660439 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40494 0039d316-1c4b-4281-b951-d872f2087c98
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-032-7/+16
| | | | | | | | | | | | | | | | | | | | | | | get called asynchronously when the bits are actually copied to the screen, rather than synchronously from inside the paint function. This makes it useful for plugins to use the callback for rate limiting. This also adds a lot of infrastructure for running tests on pepper devices, and includes a unit test for the new flush behavior. I made the existing RenderProcess object an abstract interface and made the existing MockProcess (renamed to be more clear) implement that. This avoids a static cast that would actually crash during a unit test because some code was hardcoded to expect a RenderProcess object. This fixes base's IDMap iterator which has apparently never been used for an IDMap with ownership semantics. TEST=Unit test included BUG=none Review URL: http://codereview.chromium.org/661124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40490 0039d316-1c4b-4281-b951-d872f2087c98
* Remark the KeyHandler test as flakey, and make it not run under Valgrind ↵jam@chromium.org2010-03-031-0/+2
| | | | | | | | instead. Review URL: http://codereview.chromium.org/660430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40481 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the --enable-nacl-on-mac flag, since the syscall thunking code is securedspringer@google.com2010-03-021-3/+0
| | | | | | | | | | | | | now. The mac no longer needs 2 flags in order to load .nexes, it is only behind the --internal-nacl flag like everyone else. BUG=328 (tracked in the Native Client project) TEST=Run Chrome on a Mac without the --enable-nacl-on-mac flag, and load a .nexe. It should work. Review URL: http://codereview.chromium.org/661370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40411 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame should honor the host browser's cookie policy. To achieve this ↵ananta@chromium.org2010-03-023-11/+13
| | | | | | | | | | | | | | | | we always read the cookies from the host browser when the renderer requests them. This also cleans up the mess with the host network stack code parsing cookies from the host looking for persistent cookies. Fixes bug http://code.google.com/p/chromium/issues/detail?id=34151 Bug=34151 Test=Covered by existing host network stack tests and chrome frame cookie tests. Review URL: http://codereview.chromium.org/661290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40402 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser side handling of moveTo by resizing the content area; not the ↵erg@chromium.org2010-03-021-1/+1
| | | | | | | | | | | window. BUG=27365 TEST=none Review URL: http://codereview.chromium.org/661187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40386 0039d316-1c4b-4281-b951-d872f2087c98
* RSS feed subscription localization, part 2. finnur@chromium.org2010-03-025-83/+104
| | | | | | | | | | | | | | | Re-enabling the tests that were disabled in the first pass. Also changing how we substitute localization values (using direct method that avoids flashing __MSG__const while the page is loading). Also made some minor fixes after testing various locales. BUG=37109 TEST=This CL is about enabling automated tests. Review URL: http://codereview.chromium.org/660328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40354 0039d316-1c4b-4281-b951-d872f2087c98
* Add 15620 to known crash list.huanr@chromium.org2010-03-011-0/+3
| | | | | | | | | BUG=15620 TEST=none Review URL: http://codereview.chromium.org/660327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40316 0039d316-1c4b-4281-b951-d872f2087c98
* Adding l10n to rss subscription extension.cira@google.com2010-03-0149-46/+166
| | | | | | | | Disabling ExtensionBrowserTest.ParseFeed* tests. Will file P1 against Finnur. Review URL: http://codereview.chromium.org/660147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40290 0039d316-1c4b-4281-b951-d872f2087c98