summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* A quick fix for Bug 53559.hbono@chromium.org2010-08-311-3/+3
| | | | | | | | | | This change uses a scoped_ptr<FormStructure> variable instead of using a FormStructore pointer to avoid leaking FormStructore objects when continuing the loop in AutofillManager::ParseForms(). BUG=53559 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/3245001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57957 0039d316-1c4b-4281-b951-d872f2087c98
* Add final part of IPC plumbing for FileSystem API (retry).kinuko@chromium.org2010-08-3112-26/+414
| | | | | | | | | | | | | Original issue: http://codereview.chromium.org/3208007/show (Reverted due to rebase error) BUG=32277 TEST=none; to be added when we have complete implementation. TBR=phajdan-jr, michaeln Review URL: http://codereview.chromium.org/3256006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57955 0039d316-1c4b-4281-b951-d872f2087c98
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-314-31/+90
| | | | | | | | Also, the javascript version does some fancier output -- it now only displays the relevant fields, and numbers the fallback order. Review URL: http://codereview.chromium.org/3219004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57949 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-3133-118/+300
| | | | | | | | | | | | | | | | This patch allows component (built-in) extension apps to have extension api bindings. Note that this patch adds browser-side api permission checking for extension requests. This is step two along the path to exposing an extension management api to the gallery (webstore). Original Review: http://codereview.chromium.org/3163044 BUG=27431 TBR=mpcomplete Review URL: http://codereview.chromium.org/3263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57941 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mozilla's ISimpleDOM COM interfaces, which are neededdmazzoni@chromium.org2010-08-312-0/+2
| | | | | | | | | | | | | | | | | | in order to fully support Windows screenreaders. Note: it makes sense to check these files into third_party directly (rather than pull from Mozilla's repository) because (1) they're very small (under 500 lines total), and (2) they're stable and unlikely to change frequently. BUG=48185 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51710 Review URL: http://codereview.chromium.org/2802031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57940 0039d316-1c4b-4281-b951-d872f2087c98
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-3111-2/+70
| | | | | | | | | BUG=none TEST=unittest Review URL: http://codereview.chromium.org/3282003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57938 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linux and mac page info windows showing wrong status icons.mattm@chromium.org2010-08-312-2/+4
| | | | | | | | | BUG=52916 TEST=load https://www.google.com, click on page info Review URL: http://codereview.chromium.org/3250009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57936 0039d316-1c4b-4281-b951-d872f2087c98
* Add a string resource for xkb:il::heb.yusukes@chromium.org2010-08-314-8/+6
| | | | | | | | | BUG=chromium-os:6046 TEST=manually Review URL: http://codereview.chromium.org/3218004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57934 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Uncrashy memory_test.phajdan.jr@chromium.org2010-08-301-4/+9
| | | | | | | | | | | | | It's still going to fail randomly, but at least shouldn't crrrrrash. TBR=huanr BUG=53882 TEST=memory_test Review URL: http://codereview.chromium.org/3248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57926 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile bustage for levin.phajdan.jr@chromium.org2010-08-301-1/+1
| | | | | | | | | | | TBR=levin BUG=38475 TEST=compile please Review URL: http://codereview.chromium.org/3280009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57925 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the ExtensionApiTest.Tabs test as flaky for Linux. This test now ↵ananta@chromium.org2010-08-301-2/+2
| | | | | | | | | | | | | fails on the Linux dbg-shlib builder as well. Bug=48920 TBR=timsteele Review URL: http://codereview.chromium.org/3262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57924 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57915 - Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-3012-413/+25
| | | | | | | | | | | | BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3208007 TBR=kinuko@chromium.org,phajdan-jr Review URL: http://codereview.chromium.org/3245010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57923 0039d316-1c4b-4281-b951-d872f2087c98
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-3029-45/+44
| | | | | | | | | BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3280008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57922 0039d316-1c4b-4281-b951-d872f2087c98
* 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