summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-1027-226/+863
| | | | | | | | | | | | | This moves MessageWithTuple::Read() back into the main ipc_message_utils.h header from the private ipc_messsage_utils_impl.h header. In release mode, this was causing link failures. BUG=51411 TEST=none Review URL: http://codereview.chromium.org/3069034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55587 0039d316-1c4b-4281-b951-d872f2087c98
* Mark TaskManagerBrowserTest.NoticeExtensionChanges as flaky.mirandac@chromium.org2010-08-101-1/+2
| | | | | | | | BUG=51701 TEST=none Review URL: http://codereview.chromium.org/3124007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55586 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed build problems on Mac OS X when using GLContext from Chromium'skbr@google.com2010-08-106-7/+10
| | | | | | | | | | | | WebKit code. Added glIsFramebufferEXT and glIsRenderbufferEXT as preferred aliases. BUG=none TEST=WebGL, try bots Review URL: http://codereview.chromium.org/3146002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55584 0039d316-1c4b-4281-b951-d872f2087c98
* Mark test UnloadTest.BrowserCloseUnload as flaky.mirandac@chromium.org2010-08-101-1/+2
| | | | | | | | | BUG=51698 TEST=none Review URL: http://codereview.chromium.org/3107004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55583 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations after V8 roll.chase@chromium.org2010-08-101-10/+10
| | | | | | | | | | | | | | | | | | | | First V8 roll in r55389, was reverted, landed again in r55576. V8 rolled 5186:5214. Updates: - mac10.5 intl* - mac10.6 intl* - linux-release-hardy intl* - vista-release-dual-core intl* - xp-release-dual-core intl* BUG=51664 TEST=intl* results are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55582 0039d316-1c4b-4281-b951-d872f2087c98
* List TLS_DHE_RSA_WITH_AES_256_CBC_SHA afterwtc@chromium.org2010-08-104-2/+68
| | | | | | | | | | | | | | | | TLS_RSA_WITH_AES_256_CBC_SHA in ClientHello so that we communicate securely with some servers that use 256-bit DH keys. The proper fix is to upgrade to NSS 3.12.7 to pick up the DH key size checks. This is just a workaround. R=agl BUG=51694 TEST=none Review URL: http://codereview.chromium.org/3118002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55580 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Minor #include cleanup.erg@google.com2010-08-104-5/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3134004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55578 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Minor gfx/ header cleanup.erg@google.com2010-08-1016-7/+26
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3034039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55577 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55572 - Revert 55389 - Update V8 to version 2.3.6lzheng@chromium.org2010-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3054053 TBR=lrn@chromium.org Update: http://codereview.chromium.org/3151004 will address the page cycler issue. We will keep the v8 upgrade. This is due to bug: http://code.google.com/p/chromium/issues/detail?id=51664 Let's get the page cycler into a good shape so the tree could stay green. At the same time, we should adjust the page cycler expectations so they won't be that flaky. Review URL: http://codereview.chromium.org/3110005 TBR=lzheng@chromium.org Review URL: http://codereview.chromium.org/3161003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55576 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55389 - Update V8 to version 2.3.6lzheng@chromium.org2010-08-101-1/+1
| | | | | | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3054053 TBR=lrn@chromium.org This is due to bug: http://code.google.com/p/chromium/issues/detail?id=51664 Let's get the page cycler into a good shape so the tree could stay green. At the same time, we should adjust the page cycler expectations so they won't be that flaky. Review URL: http://codereview.chromium.org/3110005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55572 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55510 - Prelaunch GPU process after 10 seconds.mirandac@chromium.org2010-08-101-17/+4
| | | | | | | | | | | | | | | | This will happen if the --prelaunch-gpu-process command line switch is present or for 5% of users in a field trial. This is so we can collect some stats of GPU capabilities. TEST=try, check --prelaunch-gpu-process works BUG=none Review URL: http://codereview.chromium.org/3119002 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/3162003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55570 0039d316-1c4b-4281-b951-d872f2087c98
* Added a method to check if a browser is closing.pinkerton@chromium.org2010-08-1032-1/+2533
| | | | | | | | | | | | | | | | Added a method to get the next node ID for bookmarks managed by the bookmark model. Added AppleScript support. Added scripting definition file. Added support for saving tab. Added localization support. Added consistent error nos/error messages. (patch developed by v.a.shreyas@gmail.com) BUG=27468 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55569 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Insert the Update Chrome item to existing Wrench menus when notified.rsesek@chromium.org2010-08-103-0/+38
| | | | | | | | | BUG=50659 TEST=Wait for upgrade. Get yellow ball on Wrench menu. Open menu, see Update Chrome item. Review URL: http://codereview.chromium.org/3124002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55568 0039d316-1c4b-4281-b951-d872f2087c98
* On locale changed: take care of continue button on network_selection screen.dilmah@chromium.org2010-08-102-8/+21
| | | | | | | | | | | Also on locale changed: preserve selection of network (previously network selection was reset to "No selection" on locale change) BUG=http://crosbug.com/4944 TEST=Manual Review URL: http://codereview.chromium.org/3054054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55567 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in the extension message service triggered by bookmark ui tests.jochen@chromium.org2010-08-101-1/+9
| | | | | | | | | | BUG=51679 TEST=none TBR=glider Review URL: http://codereview.chromium.org/3106003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55566 0039d316-1c4b-4281-b951-d872f2087c98
* Handle automation server crashes. When Chrome crashes, we now handle the ↵tommi@chromium.org2010-08-1022-437/+942
| | | | | | | | | | | | | | case and support document refresh or reload. When chrome crashes, we draw a poor man's sad tab (":-("), so that can clearly be improved. Another thing is that if the chrome instance that crashed held several navigational entries, then that history is lost. TEST=There are a couple of tests included, so run those (*TabCrash*) and also verify that when the chrome automation server is killed that we do the right thing. Also check info in bug report. BUG=25839 Review URL: http://codereview.chromium.org/3061036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55565 0039d316-1c4b-4281-b951-d872f2087c98
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-1013-55/+294
| | | | | | | | | | | Furthermore, local storage and session storage accesses are recorded separately in the tab contents, so they can be displayed in the correct bucket. BUG=45230 TEST=none Review URL: http://codereview.chromium.org/3053052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55563 0039d316-1c4b-4281-b951-d872f2087c98
* Don't redraw the location bar if there's nothing to redraw.jochen@chromium.org2010-08-104-8/+18
| | | | | | | | | BUG=none TEST=perf improvement on page_cycler_intl1 Review URL: http://codereview.chromium.org/3168001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55561 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in url database.jochen@chromium.org2010-08-101-0/+11
| | | | | | | | | | BUG=51683 TEST=none TBR=glider Review URL: http://codereview.chromium.org/3169001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55558 0039d316-1c4b-4281-b951-d872f2087c98
* Change the NPAPITester fixture name to NPAPITesterBase (renamed in r55235)glider@chromium.org2010-08-101-12/+12
| | | | | | | | | TBR=stuartmorgan BUG=30661,27447 Review URL: http://codereview.chromium.org/3127003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55554 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55548 - Reland r55382. When blocking cookies, also show an icon in ↵jochen@chromium.org2010-08-1020-294/+40
| | | | | | | | | | | | | | | | | | the location bar when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3148002 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3132003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55553 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 490.0 to 491.0chrome-release@google.com2010-08-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55551 0039d316-1c4b-4281-b951-d872f2087c98
* Another leak in CrosLibrary::EnsureLoadedjochen@chromium.org2010-08-101-1/+8
| | | | | | | | | | BUG=51263 TEST=none TBR=glider Review URL: http://codereview.chromium.org/3113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55549 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55382. When blocking cookies, also show an icon in the location bar ↵jochen@chromium.org2010-08-1020-40/+294
| | | | | | | | | | | | | | | when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3148002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55548 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another stack for bug 49250 (Valgrind error insideglider@chromium.org2010-08-101-0/+9
| | | | | | | | | | | remoting::CapturerMac::CaptureRects) TBR=garykac BUG=49250 Review URL: http://codereview.chromium.org/3113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55544 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup waterfall.sh.jochen@chromium.org2010-08-101-5/+29
| | | | | | | | | | | | | Use /bin/bash instead of /bin/sh Use either curl or wget, depending on what is installed Bail out of a download fails BUG=none TEST=none Review URL: http://codereview.chromium.org/3142003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55543 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for more NSS SSL failures.jochen@chromium.org2010-08-101-0/+20
| | | | | | | | | | BUG=44341 TEST=none TBR=glider Review URL: http://codereview.chromium.org/3164001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55542 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the link to disable invididual plug-ins in a group.bauerb@chromium.org2010-08-102-21/+20
| | | | | | | | | BUG=51597 TEST=In about:plugins, click on "Details". There should be a link to enable/disable each individual plug-in in a plug-in group. Review URL: http://codereview.chromium.org/3038055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55541 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55536 - Reland r55382. When blocking cookies, also show an icon in ↵jochen@chromium.org2010-08-1018-281/+35
| | | | | | | | | | | | | | | | | | the location bar when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3146003 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3127002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55540 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust suppression.jochen@chromium.org2010-08-101-1/+1
| | | | | | | | | | BUG=46678 TEST=none TBR=glider Review URL: http://codereview.chromium.org/3113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55539 0039d316-1c4b-4281-b951-d872f2087c98
* Support new libcros APIs: GetAutoRepeatEnabled, SetAutoRepeatEnabled, ↵yusukes@chromium.org2010-08-104-0/+79
| | | | | | | | | | | | | GetAutoRepeatRate, and SetAutoRepeatRate. This change depends on http://codereview.chromium.org/3020073. BUG=chromium-os:4102 TEST=ran browser_tests Review URL: http://codereview.chromium.org/3078029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55538 0039d316-1c4b-4281-b951-d872f2087c98
* OTS roll to r35.yusukes@chromium.org2010-08-101-1/+1
| | | | | | | | | BUG=51070 TBR=agl Review URL: http://codereview.chromium.org/3156001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55537 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55382. When blocking cookies, also show an icon in the location bar ↵jochen@chromium.org2010-08-1018-35/+281
| | | | | | | | | | | | | | | when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3146003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55536 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix several bugs in KWallet password store support.mdm@chromium.org2010-08-102-4/+36
| | | | | | | | | | | | * Don't disable kwallet support if the first site visited with a login form has no saved passwords. * Don't crash when there are certain types of invalid entries stored in the wallet that fail to deserialize. TEST=start with --password-store=detect in KDE and check that the above happens BUG=49968 Review URL: http://codereview.chromium.org/3048052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55535 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.3.6.1lrn@chromium.org2010-08-101-1/+1
| | | | | | | | | | | Fix build problem on Windows. BUG=none TEST=none Review URL: http://codereview.chromium.org/3044056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55534 0039d316-1c4b-4281-b951-d872f2087c98
* Add xbap to download extensions warning list.inferno@chromium.org2010-08-101-0/+1
| | | | | | | | | | BUG=51658 TEST=NONE TBR=cevans@chromium.org Review URL: http://codereview.chromium.org/3158001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55531 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55449 - Fix some problems with ↵viettrungluu@chromium.org2010-08-106-40/+18
| | | | | | | | | | | | | | | | | | | TaskManagerBrowserTest.PopulateWebCacheFields: - wait for an actual update to occur; otherwise we're not testing the real thing - change DCHECKs to EXPECT_EQs; that's what we should use in tests This change should also fix the crashiness of this test. TEST=browser_tests BUG=42301 Review URL: http://codereview.chromium.org/2856091 TBR=phajdan.jr@chromium.org,glen@chromium.org Review URL: http://codereview.chromium.org/3118003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55530 0039d316-1c4b-4281-b951-d872f2087c98
* Add "Configure..." buttons for input methods that config pages.satorux@chromium.org2010-08-103-25/+60
| | | | | | | | | TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3037054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55529 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill: Two small fixes.tfarina@chromium.org2010-08-102-19/+12
| | | | | | | | | | | | | - Remove unnecessary "Summary" line from Autofill options dialog box. - Make the sub-dialogs ('Add an address' and 'Add a credit card') modal. BUG=49881,49787 TEST=Go to Options > Personal Stuff > AutoFill Options. The listview shouldn't have any header. Click on 'Add address...' or in 'Add credit card...', try to come back to the AutoFill options dialog again, it shouldn't be possible. Review URL: http://codereview.chromium.org/3080039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55527 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger bots.viettrungluu@chromium.org2010-08-104-4/+4
| | | | | | | | TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/2694003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55526 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55507 - Start chromoting host in the service process though a method ↵glen@chromium.org2010-08-107-243/+85
| | | | | | | | | | | | | | | | | | | call This change exposes method calls to configure the chromoting host and allow it to be started from a method. This will allow us to use IPC message to start the chromoting host. TEST=unit_tests --gtest_filter=ServiceProcess* BUG=50243, 50244 Review URL: http://codereview.chromium.org/3084024 TBR=hclam@chromium.org Review URL: http://codereview.chromium.org/3110004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55525 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55472 - WebKit Roll 64970:64990glen@chromium.org2010-08-101-1/+1
| | | | | | | | | | | | | BUG=none TEST=none TBR=hamaji Review URL: http://codereview.chromium.org/3013070 TBR=jianli@chromium.org Review URL: http://codereview.chromium.org/3108002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55524 0039d316-1c4b-4281-b951-d872f2087c98
* Use scoped_ptr API from base/ instead of one from gtest/internal/gtest-port.h.tfarina@chromium.org2010-08-101-5/+5
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3043061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55520 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to not show passwords in about:network page. Now it just shows *'schocobo@chromium.org2010-08-101-2/+2
| | | | | | | | | BUG=none TEST=none TBR=sleffler Review URL: http://codereview.chromium.org/3134005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55518 0039d316-1c4b-4281-b951-d872f2087c98
* (repair leak) Handle synchronous request for a preconnectionjar@chromium.org2010-08-101-6/+9
| | | | | | | | | | | | | In some situations, the preconnection can be serviced synchronously, and then there will be no callback to release the Preconnect instance. This change properly handles that eventuality. BUG=51133 r=wtc Review URL: http://codereview.chromium.org/3115003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55517 0039d316-1c4b-4281-b951-d872f2087c98
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ↵jiesun@google.com2010-08-1028-3/+1786
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | facilities in video stack. it is only enabled when (a) hardware composition is on (b) hardware decoding command line is on (c) h264 codec is specified. 2. gpu_video_service.cc/h is a singleton in gpu process which provide video services for renderer process, through it we could create decoder. ( in my imagination, in the future, we could create encoder or capturer too) 3. gpu_video_decoder.cc/h. abstract interface for hardware decoder. 4. gpu_video_service_host.cc/h is singleton in renderer process which provide proxy for gpu_video_service. 5. gpu_video_decoder_host.cc/h is proxy for gpu_video_decoder. (1 to 1 map).basically there is one global GpuVideoService in GPU process, one GpuVideoServiceHost in Renderer process. for each renderer process, there are could be multiple renderer view, each could had multiple GpuVideoDecoderHost the connect to GpuVideoDeocder through GPUCHannelHOst/GpuChannel. 6. gpu_video_common.cc/h: IPC message definition and pickle/marshaling support. ISSUES: 1. in media pipeline, we need let decoder to determine if bit stream filter should be used instead of let command line to determine it. 2. stop readback from D3D surface use ANGLE. 3. Flush logic still need fine tuning. 4. CreateThread in GpuVideoDecoder, and post message in message handler, and derived classs handle message loop. ? 5. Error handling. 6. Input ring buffer implementation. Current impl is naive. 7.Add output queue for MFT decoder. 8. Query Capabilities at GetVideoServices()... BUG=None TEST=Windows7 Review URL: http://codereview.chromium.org/2873089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55516 0039d316-1c4b-4281-b951-d872f2087c98
* Content settings: generalize the exceptions lists for all settings types.estade@chromium.org2010-08-109-75/+176
| | | | | | | | | BUG=48862 TEST=exceptions lists work for types besides images Review URL: http://codereview.chromium.org/3035060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55515 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing windows.hdavidben@chromium.org2010-08-101-0/+1
| | | | | | | | TBR=wtc BUG=none TEST=windows compiles git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55514 0039d316-1c4b-4281-b951-d872f2087c98
* Prelaunch GPU process after 10 seconds.apatrick@chromium.org2010-08-101-4/+17
| | | | | | | | | | | | | This will happen if the --prelaunch-gpu-process command line switch is present or for 5% of users in a field trial. This is so we can collect some stats of GPU capabilities. TEST=try, check --prelaunch-gpu-process works BUG=none Review URL: http://codereview.chromium.org/3119002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55510 0039d316-1c4b-4281-b951-d872f2087c98
* Make GTK certificate selection dialog a constrained windowdavidben@chromium.org2010-08-105-88/+139
| | | | | | | | | | | | | | This makes the dialog tab-modal. Implementation on OS X is forthcoming. Windows will be messier; we'll need to implement our own dialog, but we want that anyway because of the annoying blocking call. R=wtc,mattm TEST=none BUG=50710 Review URL: http://codereview.chromium.org/3077008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55509 0039d316-1c4b-4281-b951-d872f2087c98