summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Added D3DCompiler_42.dll to the installer.apatrick@chromium.org2010-08-304-0/+27
| | | | | | | | | | | This is a runtime dependency of D3DX9 which is needed to make ANGLE work on Windows. TEST=will run try when blocking CL is landed BUG=none Review URL: http://codereview.chromium.org/3134037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57920 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this CL that was previously backed-out.jcivelli@chromium.org2010-08-302-5/+2
| | | | | | | | | | | | | | Fix the focus on post reload warning constrained window. The initial focus was not set to the right view. TBR=chase BUG=41926 TEST=Navigate to a page with a post. Reload the page. A constrained window with a warning that it is going to repost. The OK button should be focused. Pressing TAB should move the button to the next button. Pressing ESC should close the dialog. Review URL: http://codereview.chromium.org/3238004 Review URL: http://codereview.chromium.org/3228004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57919 0039d316-1c4b-4281-b951-d872f2087c98
* Allow one to call TemplateURLModel::GenerateSearchURL when not on the UI thread.levin@chromium.org2010-08-3010-97/+279
| | | | | | | | | BUG=38475 TEST=unit_test --gtest_filter=Temp* Review URL: http://codereview.chromium.org/3240005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57918 0039d316-1c4b-4281-b951-d872f2087c98
* Use new labs_section on about:labsthakis@chromium.org2010-08-301-2/+2
| | | | | | | | BUG=53399 TEST=none TBR=trungl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57917 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Extract all preferences-related code from DownloadManager to ↵phajdan.jr@chromium.org2010-08-3018-172/+254
| | | | | | | | | | | DownloadPrefs. TEST=unit_tests, browser_tests, ui_tests BUG=48913 Review URL: http://codereview.chromium.org/3226010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57916 0039d316-1c4b-4281-b951-d872f2087c98
* Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-3012-25/+413
| | | | | | | | | BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3208007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57915 0039d316-1c4b-4281-b951-d872f2087c98
* Icons for about:labsthakis@chromium.org2010-08-302-0/+0
| | | | | | | | BUG=53399 TEST=none TBR=trungl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57911 0039d316-1c4b-4281-b951-d872f2087c98
* Updated chromoting directory URL to use www.googleapis.com, switched to https.sergeyu@chromium.org2010-08-301-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3252006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57909 0039d316-1c4b-4281-b951-d872f2087c98
* Mac notification UI improvements: reduce the roundedness of the corners from ↵johnnyg@chromium.org2010-08-302-4/+4
| | | | | | | | | | | 8 to 6px, and remove the visible bounding box from the pressed state of the wrench icon. BUG=52545 TEST=notifications on mac Review URL: http://codereview.chromium.org/3270007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57908 0039d316-1c4b-4281-b951-d872f2087c98
* Make AutomationProvider fail fast on messages it doesn't understand.phajdan.jr@chromium.org2010-08-302-0/+17
| | | | | | | | | | | This prevents an awful debugging experience where things just silently hang. TEST=none BUG=none Review URL: http://codereview.chromium.org/3224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57907 0039d316-1c4b-4281-b951-d872f2087c98
* Add RandomNumberGenerator adapter to base/rand_util.hisherman@chromium.org2010-08-301-3/+4
| | | | | | | | | BUG=46679 TEST=none (yet...) Review URL: http://codereview.chromium.org/3053050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57904 0039d316-1c4b-4281-b951-d872f2087c98
* Fix credit card table migration step by ensuring that we're not trying to ↵mirandac@chromium.org2010-08-302-18/+25
| | | | | | | | | | add a column which is already present. If we create a table as part of the init process, don't try to alter the table, because it already exists. BUG=10913 TEST= search engine dialog works, search engines don't disappear. Review URL: http://codereview.chromium.org/3239006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57902 0039d316-1c4b-4281-b951-d872f2087c98
* Mac tabpose: Add thumbnailsthakis@chromium.org2010-08-304-114/+709
| | | | | | | | | | | | | | | | Most things actually work. Missing from this CL: * Reloading thumbnails for tabs that change. This is required to show non-white thumbnails for thumbnails that are still waiting on the net when tabpose is opened. * Showing infobars / bookmark bar in the thumbnail * Showing accelerated surfaces (youtube videos on 10.6, compositor on 10.6) BUG=50307 TEST=Enable tabpose. Should see thumbnails for all tabs (some loaded after a delay). Thumbnails should animate in correctly even if a tab has info bars, a detached NTP, or docked devtools. Tabs that haven't been frontmost since the window was last resized should look good. Opening many tabs and then immediately jumping into expose shouldn't crash. Review URL: http://codereview.chromium.org/3163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57901 0039d316-1c4b-4281-b951-d872f2087c98
* Sandboxing built-in flashcpu@chromium.org2010-08-302-12/+41
| | | | | | | | | | | | | | | This is the last change needed to have an experimental sandboxed flash for windows - Adds an export so flash can lower the token - Thightents the policy a bit - Sets a separate flash data directory. BUG=50796 TES=see bug Review URL: http://codereview.chromium.org/3245006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57899 0039d316-1c4b-4281-b951-d872f2087c98
* Sidebar view, Mac implementation (common sidebar code and Windows version is ↵thakis@chromium.org2010-08-3010-50/+936
| | | | | | | | | | | | | | | | | already submitted). TabContents.xib changes: it was converted to the latest IB version and vertical NSSplitView was added to it as a child for existing horizontal NSSplitView hosting devTools; new one hosts page content and sidebar content. BrowserWindowCocoa instance listen to SIDEBAR_CHANGED notification and updates sidebar content view according to the sidebar state linked to the current tab (adds or removes the corresponding view). Sidebar API design doc: http://www.chromium.org/developers/design-documents/extensions/sidebar-extension-api. BUG=51084 TEST=Run browser_tests and interactive_ui_tests. Review URL: http://codereview.chromium.org/3228003 Patch from Aleksey Shlyapnikov <alekseys@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57898 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Retry launching the browser a few times in UITest.phajdan.jr@chromium.org2010-08-301-8/+37
| | | | | | | | | | | | | This should help us with some temporary bad conditions on the bots. The browser shouldn't fail to start three times in a row. TEST=ui_tests BUG=52746 Review URL: http://codereview.chromium.org/3126034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57897 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-3012-163/+217
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3162047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57896 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57877 - Hide page actions and star, like we already do for content ↵pkasting@chromium.org2010-08-305-83/+70
| | | | | | | | | | | | | settings, when the user is editing the omnibox. BUG=none TEST=Typing in the omnibox should make all items on the right disappear, and make ctrl-d do nothing. Review URL: http://codereview.chromium.org/3218002 TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/3264005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57894 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the TestCrossPlatformAccessibilityTree test on windows to prevent ↵ananta@chromium.org2010-08-301-1/+1
| | | | | | | | | | | | | redness due to the test timing out or crashing. Bug=53853 TBR=dmazzoni Review URL: http://codereview.chromium.org/3227004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57893 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Disable hangy ExtensionApiTest.IncognitoDisabledphajdan.jr@chromium.org2010-08-301-1/+2
| | | | | | | | | | | TBR=mpcomplete TEST=browser_tests BUG=53869 Review URL: http://codereview.chromium.org/3241006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57892 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting to fix Chromium Arm compile failures. Please reland after fixing.ananta@chromium.org2010-08-309-136/+111
| | | | | | | | | | | | | | | | | | Revert 57885 - [GTK] a couple of constrained window fixes: 1) don't grab focus when the parent tab isn't showing. Grab the focus when the tab is brought to the front. 2) handle escape via normal key handling rather than accelerator keys 3) don't allow the content view to take focus (via tab) when the constrained window is showing. BUG=53242, 50799 TEST=see bugs. Also, tabbing between constrained window and url bar should work as expected. Review URL: http://codereview.chromium.org/3227003 TBR=estade@chromium.org Review URL: http://codereview.chromium.org/3257005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57891 0039d316-1c4b-4281-b951-d872f2087c98
* Additional VideoBear tests were timing out on the Linux ui valgrind bot.cbentzel@chromium.org2010-08-301-1/+1
| | | | | | | | BUG=53825 TEST=None Review URL: http://codereview.chromium.org/3272006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57890 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] a couple of constrained window fixes:estade@chromium.org2010-08-309-111/+136
| | | | | | | | | | | | | 1) don't grab focus when the parent tab isn't showing. Grab the focus when the tab is brought to the front. 2) handle escape via normal key handling rather than accelerator keys 3) don't allow the content view to take focus (via tab) when the constrained window is showing. BUG=53242, 50799 TEST=see bugs. Also, tabbing between constrained window and url bar should work as expected. Review URL: http://codereview.chromium.org/3227003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57885 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the OpenTab, OpenPanelananta@chromium.org2010-08-301-1/+1
| | | | | | | | | | | | and PanelBeforeTab on Windows as well as they randomly fail. Bug=43061 TBR=skerner Review URL: http://codereview.chromium.org/3252005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57883 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] fix alignment of an extension install UI string in RTL locales.estade@chromium.org2010-08-301-4/+13
| | | | | | | | | BUG=52857 TEST=test extension install with RTL locale in ubuntu 9.04+ Review URL: http://codereview.chromium.org/3240003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57881 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the TestCrossPlatformAccessibilityTree browser test as FAILS on Windows.ananta@chromium.org2010-08-301-1/+10
| | | | | | | | | Bug=53853 TBR=dmazzoni Review URL: http://codereview.chromium.org/3225006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57880 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile failure.pkasting@chromium.org2010-08-302-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57878 0039d316-1c4b-4281-b951-d872f2087c98
* Hide page actions and star, like we already do for content settings, when ↵pkasting@chromium.org2010-08-305-70/+83
| | | | | | | | | | the user is editing the omnibox. BUG=none TEST=Typing in the omnibox should make all items on the right disappear, and make ctrl-d do nothing. Review URL: http://codereview.chromium.org/3218002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57877 0039d316-1c4b-4281-b951-d872f2087c98
* fix for bug "Button is just out of the confirm dialog when exit Chrome with ↵georgey@chromium.org2010-08-307-7/+7
| | | | | | | | | | | download in progress" increased the size by 8% for es, it, ja, fr, ru, pt-BR and ko and verified that it fits BUG=32164 TEST=In the bug. Original issue was on XP classic, please test there as it is most limited in the sense of space. Review URL: http://codereview.chromium.org/3224004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57876 0039d316-1c4b-4281-b951-d872f2087c98
* New downloads test for pyautoalyssad@google.com2010-08-301-2/+17
| | | | | | | | New pyauto functional test for declining dangerous downloads. Review URL: http://codereview.chromium.org/3265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57875 0039d316-1c4b-4281-b951-d872f2087c98
* A new change for adding the about:gpu functionality. This change also adds ↵rlp@chromium.org2010-08-301-0/+35
| | | | | | | | | | | about:gpu to about:about. BUG=none TEST=visual, usage Review URL: http://codereview.chromium.org/3214007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57873 0039d316-1c4b-4281-b951-d872f2087c98
* Move --block-nonsandboxed-plugins command line switch to preferences.bauerb@chromium.org2010-08-308-9/+53
| | | | | | | | | BUG=53812 TEST=none Review URL: http://codereview.chromium.org/3217009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57872 0039d316-1c4b-4281-b951-d872f2087c98
* Add optional notifications for open/close changes in buildbot monitor sample.asargent@chromium.org2010-08-303-13/+57
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3127004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57871 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SetBackground call during process creation. The benefitmbelshe@chromium.org2010-08-301-2/+9
| | | | | | | | | | | | | | | | of the call is that we de-prioritize work that is in the background. Unfortunately, tab creation currently bounces through hidden/unhidden/ hidden/unhidden at least 2x before the tab is visible to the user. Because we don't know if the tab will be in the foreground (and thus prevent it from being SetBackgrounded), the right thing to do is to simply not Background it on startup. BUG=21884 TEST=none Review URL: http://codereview.chromium.org/3249006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57870 0039d316-1c4b-4281-b951-d872f2087c98
* Sockets page on net-internals now displays some information about the ↵mmenke@chromium.org2010-08-306-5/+186
| | | | | | | | | | current socket pool state. Table padding slightly increased for legibility. TEST=manual BUG=39756 Review URL: http://codereview.chromium.org/3267002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57869 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux]Workaround issue 50485suzhe@chromium.org2010-08-302-1/+18
| | | | | | | | | | | Please see http://crbug.com/50485 for details. This CL workarounds this issue by ignoring one "commit" signal triggered when resetting the gtk imcontext. BUG=50485 TEST=See bug report. Review URL: http://codereview.chromium.org/3214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57867 0039d316-1c4b-4281-b951-d872f2087c98
* Add html node info (tag name, attributes, and computed display) and documentdmazzoni@chromium.org2010-08-306-8/+150
| | | | | | | | | | | | | | info (url, title, mimetype, doctype) to WebAccessibility. BUG=none TEST=Modified unit test: RenderMessagesUnittest.WebAccessibility TEST=Added new browser test: RendererAccessibilityBrowserTest.TestCrossPlatformAccessibilityTree Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57188 Review URL: http://codereview.chromium.org/3013035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57866 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647alyssad@google.com2010-08-308-217/+40
| | | | | | | | Some hooks have small chances of race conditions that can cause hangs and test failures. Fix this by using the client-side WaitUntil for now. Review URL: http://codereview.chromium.org/3222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57865 0039d316-1c4b-4281-b951-d872f2087c98
* Removes unused field in LocationBarView.sky@chromium.org2010-08-301-4/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3245004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57863 0039d316-1c4b-4281-b951-d872f2087c98
* [mac] Properly update prefs window UI if managed preferences change.mnissler@chromium.org2010-08-303-162/+190
| | | | | | | | | | | Preferences.xib changes: Rename various binding targets. BUG=53830, 53834 TEST=Mac prefs get disabled properly when configuration policy is in effect. Review URL: http://codereview.chromium.org/3274006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57861 0039d316-1c4b-4281-b951-d872f2087c98
* ADMX/ADML Writer to generate ADMX/ADMl templates.markusheintz@chromium.org2010-08-303-4/+54
| | | | | | | | | BUG=53315 TEST=manual Review URL: http://codereview.chromium.org/3162030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57858 0039d316-1c4b-4281-b951-d872f2087c98
* Update password manager prefs UI on policy refresh.mnissler@chromium.org2010-08-306-65/+67
| | | | | | | | | | | Preferences.xib changes: Bind Enabled state of password manager radio matrix and button to the new @properties. BUG=52830 TEST=Change password manager policy, watch preferences UI. Review URL: http://codereview.chromium.org/3241005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57857 0039d316-1c4b-4281-b951-d872f2087c98
* Remove full-screen launch option app.launch.fullscreenskerner@chromium.org2010-08-308-58/+1
| | | | | | | | | BUG=42447 TEST=Load an extension with app.launch.fullscreen, saw that it had no effect. Review URL: http://codereview.chromium.org/3275003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57855 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: enable SetBreakpoint test (fixed upstream)podivilov@chromium.org2010-08-301-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57853 0039d316-1c4b-4281-b951-d872f2087c98
* Update a crbug reference to point to the current bug tracking this test ↵thomasvl@chromium.org2010-08-301-1/+1
| | | | | | | | | | failure as the old one had been duped through things to this point. BUG=38522 TEST=none Review URL: http://codereview.chromium.org/3239007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57852 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MediaTest.VideoBearWebm on valgrind ui_tests.cbentzel@chromium.org2010-08-301-0/+2
| | | | | | | | | | On the CrOS UI (1) valgrind bot, this has been failing for the 5 days due to timeouts while running the test. BUG=53825 TEST=None Review URL: http://codereview.chromium.org/3219005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57850 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 3259001: Adds curtain screen with "Checking for updates..."dpolukhin@chromium.org2010-08-307-58/+126
| | | | | | | | | | | | | Original CL: http://codereview.chromium.org/3259001 Adds curtain screen with "Checking for updates..." label and throbber to update screen. Curtain screen is shown at most 15 secs. BUG=hromium-os:2444 TEST=Go through updating process and notice that first 15 seconds only spinner with "Checking for updates..." label is shown. After 15 seconds usual update progress screen is shown. Review URL: http://codereview.chromium.org/3275004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57848 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 509.0 to 510.0chrome-release@google.com2010-08-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57845 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused variable.finnur@chromium.org2010-08-301-5/+2
| | | | | | | | | | BUG=None TEST=None CID=12579 Review URL: http://codereview.chromium.org/3136023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57842 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix a crash on "Look Up in Dictionary" context menu.thakis@chromium.org2010-08-301-0/+4
| | | | | | | | | | | | | | - Add [NSPasteboard declareTypes] invocation before [NSPasteboard setData], which is required on Loopard. (and not required SL.) - Fixed a potential leak, using scoped_nsobject. BUG=53519 TEST=manual Review URL: http://codereview.chromium.org/3217006 Patch from Hamaji Morita <morrita@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57841 0039d316-1c4b-4281-b951-d872f2087c98