summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Keep all parent folders highlighted in an active bookmark menu folder structure.mrossetti@chromium.org2010-05-041-9/+38
| | | | | | | | | BUG=40284 TEST=Click on a folder in the bookmark bar which itself has subfolders. Move the mouse to hover over a subfolder. Verify that the folder in the bookmark bar remains highlighted. Move the mouse into the subfolder being hovered. Verify that the subfolder button remains highlighted. Move the mouse onto a different bookmark within the main parent folder. Verify that the originally highlighted subfolder is no longer highlighted. Review URL: http://codereview.chromium.org/1784012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46311 0039d316-1c4b-4281-b951-d872f2087c98
* Add shared/images to chrome.releasearv@chromium.org2010-05-041-0/+1
| | | | | | | | | BUG=42817 TEST=Build the installer and make sure that icons are included. Review URL: http://codereview.chromium.org/1913001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race condition in find as you type.arv@chromium.org2010-05-041-6/+16
| | | | | | | | | BUG=42953 TEST=manual Review URL: http://codereview.chromium.org/1910001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46308 0039d316-1c4b-4281-b951-d872f2087c98
* Disable autofill sync; there are too many crashes.nick@chromium.org2010-05-042-10/+26
| | | | | | | | | BUG=None TEST=Run chrome, see that autofill is not an option. Review URL: http://codereview.chromium.org/1833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46304 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: make browser action container behave better in RTL.estade@chromium.org2010-05-041-2/+9
| | | | | | | | | | | | a) fix gripper resize b) fix browser action drag movement BUG=42697 TEST=LANG=he_IL chrome Review URL: http://codereview.chromium.org/1789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46302 0039d316-1c4b-4281-b951-d872f2087c98
* Update Webkit 58626:58719. Make use of new setting for disabling clipboard ↵inferno@chromium.org2010-05-044-0/+8
| | | | | | | | | | | access, already added in webkit as part of fix - https://bugs.webkit.org/show_bug.cgi?id=27751. Enable the setting in Test framework. Also, provide a command-line switch for this setting. BUG=41654 TEST=None Review URL: http://codereview.chromium.org/1815005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46299 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicating a nano-tab should create another nano-tab, not a regular tab.finnur@chromium.org2010-05-031-0/+3
| | | | | | | | | BUG=43129 TEST=Duplicate a nano-tab and observe that a nano-tab is created. Review URL: http://codereview.chromium.org/1898001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46296 0039d316-1c4b-4281-b951-d872f2087c98
* Include App pages in chrome://extensions "active views" list.rafaelw@chromium.org2010-05-034-43/+76
| | | | | | | | | | | This changes the implementation such that the extensions_ui now iterates over all the RVHs in the process, rather than maintain an explicit list of ExtensionFunctionDispatchers (live app pages don't have EFDs). TEST=none BUG=42605 Review URL: http://codereview.chromium.org/1827002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46295 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS: Disable failing RendererCrashTest.Crash test.thestig@chromium.org2010-05-031-0/+3
| | | | | | | | BUG=43115 TEST=CrOS UI Valgrind goes greener. Review URL: http://codereview.chromium.org/1876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46293 0039d316-1c4b-4281-b951-d872f2087c98
* Add new bookmarks tests.nirnimesh@chromium.org2010-05-033-0/+114
| | | | | | | | | | | testURLTypes (from Srikanth): test for different URL types - http: https: ftp: javascript:, etc testDuplicateBookmarks (from Ismail): Verify bookmark duplicates testBookmarksPersistence (from Deepak): Verify that bookmarks and groups persist browser restart testSessionRestoreShowBookmarkBar (from Srikanth): Verify restore for bookmark bar visibility Review URL: http://codereview.chromium.org/1719002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46292 0039d316-1c4b-4281-b951-d872f2087c98
* Fix dragging icon in Extension App Windows (it was enlarged while dragging).finnur@chromium.org2010-05-032-12/+9
| | | | | | | | | | | The tab contents changes are purely cosmetic (readability). BUG=43114 TEST=Drag a tab in an Extension App Window. It should have a regular sized icon. Review URL: http://codereview.chromium.org/1889001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46291 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression in position of OTR icon.aa@chromium.org2010-05-031-0/+4
| | | | | | | | | BUG=43099 TEST=visual inspection Review URL: http://codereview.chromium.org/1839004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46290 0039d316-1c4b-4281-b951-d872f2087c98
* Hide the select popup when the browser is moved or resized. jcivelli@chromium.org2010-05-031-2/+2
| | | | | | | | | | | | | | | Original review: http://codereview.chromium.org/1826004/show BUG=40961 TEST=Open a page with a select. Click the select to bring up the popup. Try moving/resizing the window. The popup should close when you do. Review URL: http://codereview.chromium.org/1856003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46288 0039d316-1c4b-4281-b951-d872f2087c98
* Use an appropriate title string for the "hung renderer" dialog.avi@chromium.org2010-05-031-1/+1
| | | | | | | | | BUG=http://crbug.com/26897 TEST=the hung renderer dialog should have the title "Page(s) Unresponsive" Review URL: http://codereview.chromium.org/1885001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46286 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Core Animation for Flash by defaultstuartmorgan@chromium.org2010-05-034-10/+10
| | | | | | | | | | | Enabling this now on the Dev channel will give us better coverage to find any issues we don't know about yet BUG=38932 TEST='gpu' and 'direct' wmode Flash instances should use CA on 10.6 (renderer CPU should be very low during video playback) Review URL: http://codereview.chromium.org/1877004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46285 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46232 - Checking in chat_manager builtin extension.thestig@chromium.org2010-05-038-297/+1
| | | | | | | | | | | | | | | Patch by seh@chromium.org http://codereview.chromium.org/1719023/show BUG=none TEST=none Review URL: http://codereview.chromium.org/1875001 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/1892001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46283 0039d316-1c4b-4281-b951-d872f2087c98
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on ↵sanjeevr@chromium.org2010-05-0312-45/+141
| | | | | | | | | | | ChromeThread. This will allow us to make UrlFetcher independent of ChromeThread and we can then move it to chrome/common. BUG=None TEST=UrlFetcher unit-tests Review URL: http://codereview.chromium.org/1702016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46282 0039d316-1c4b-4281-b951-d872f2087c98
* Size the sync row in Personal Stuff pane of Preferences horizontally.akalin@chromium.org2010-05-031-4/+10
| | | | | | | | | | | This fixes I18N issues. BUG=42537 TEST=manual (English and German) Review URL: http://codereview.chromium.org/1886001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46280 0039d316-1c4b-4281-b951-d872f2087c98
* Changed namespace of the TalkMediator and related classes from browser_sync ↵sanjeevr@chromium.org2010-05-0330-79/+90
| | | | | | | | | | | to notifier. BUG=None TEST=None, no functional change. Review URL: http://codereview.chromium.org/1869002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46276 0039d316-1c4b-4281-b951-d872f2087c98
* added workaround for NULL defaultProfile in app_controller_mac.mm.akalin@chromium.org2010-05-031-2/+24
| | | | | | | | | BUG=43048 TEST=manual, although couldn't repro original problem Review URL: http://codereview.chromium.org/1845002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46275 0039d316-1c4b-4281-b951-d872f2087c98
* Add Bulgarian spellchecker. Hunspell change will be committed separately.jshin@chromium.org2010-05-032-1/+18
| | | | | | | | BUG=33327 TEST=covered by spellcheck_unittest Review URL: http://codereview.chromium.org/1523017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46273 0039d316-1c4b-4281-b951-d872f2087c98
* Make reopen tabs work in Extension Windows.finnur@chromium.org2010-05-031-2/+2
| | | | | | | | | BUG=http://crbug.com/43101 TEST=Close a tab within an Extension Window and reopen it. It should work just like restoring a tab works today. Review URL: http://codereview.chromium.org/1884001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46272 0039d316-1c4b-4281-b951-d872f2087c98
* Add an SSLBlockingPage::ErrorLevel enum type to make thewtc@chromium.org2010-05-034-18/+26
| | | | | | | | | | | code more readable than using an "overridable" bool argument. R=jcivelli BUG=41360 TEST=None. Covered by existing tests. Review URL: http://codereview.chromium.org/1862002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46271 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 42379suzhe@chromium.org2010-05-033-7/+47
| | | | | | | | | | | Improve GtkChromeShrinkableHBox to show invisible children properly when some children are removed or shrunk. BUG=42379 gtk_chrome_shrinkable_hbox does not always show children that should be visisble TEST=See bug report. Review URL: http://codereview.chromium.org/1703024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46270 0039d316-1c4b-4281-b951-d872f2087c98
* Delete map items before overwriting in AutoFillProfile::Clone().skrul@chromium.org2010-05-031-0/+2
| | | | | | | | BUG=42153,42965 Review URL: http://codereview.chromium.org/1866002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46269 0039d316-1c4b-4281-b951-d872f2087c98
* Remove title from the frozen renderer dialog.avi@chromium.org2010-05-031-4/+11
| | | | | | | | | | | xib change: removal of dialog title BUG=http://crbug.com/26897 TEST=as in bug Review URL: http://codereview.chromium.org/1861003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46267 0039d316-1c4b-4281-b951-d872f2087c98
* Remove height 100% from NTP when in the app launcher.arv@chromium.org2010-05-037-3/+15
| | | | | | | | | | | | | This is done by using chrome://newtab/#app-launcher and then map the hash to an attribute which is later used in the CSS. I investigated several alternative methods but they all lead to either a higher memory footprint (due to two copies of the NTP source in memory) or slowdown of NTP. No caching of the resource. During my refactoring I *accidentally* fixed 35783 so I'm keeping that in there. BUG=35783 TEST=Launch chrome with a new profile with the app launcher turned on. Review URL: http://codereview.chromium.org/1846003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46266 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Fix toolbar internal-padding.erg@chromium.org2010-05-031-6/+14
| | | | | | | | | | | | | | | The widget is called "GtkToolbar", not "GtkToolBar". Capitalization matters. This could have been a simple one character fix, but after looking at it, I've set the internal-padding to 1 pixel and wrapped the "Other Bookmarks" button so that it has one pixel of padding above and below it to match. Otherwise, it can draw into BrowserAction area. BUG=20495 TEST=Bookmark bar doesn't look ridiculously constrained on Radiance or Ambiance GTK+ theme. Review URL: http://codereview.chromium.org/1843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46265 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
| | | | | | | | | | | | | | | | It's not clear how to test this easily it seems like we an integration test is needed at some point. I did run the conformance tests with share_resources set to true and it rand without crashing. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/1817002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46264 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in Browser::AddTabWithURL. The crash would happen ifsky@chromium.org2010-05-031-1/+2
| | | | | | | | | | | GetOrCreateTabbedBrowser returned this. BUG=42914 TEST=see bug Review URL: http://codereview.chromium.org/1812009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46263 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Content exceptions dialog should be sortable by actions or patterns.erg@google.com2010-05-031-0/+2
| | | | | | | | | BUG=42909 TEST=none Review URL: http://codereview.chromium.org/1692020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46259 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Fix GetFileURLForPath for windows. GetFileURLForPath() should not quote() ↵nirnimesh@chromium.org2010-05-035-32/+59
| | | | | | | | | | | | ':' in the drive letter on windows. 2. Fix testCrazyFilenames test for win. Expand crazy_filenames.txt to contain i18n filenames as ascii strings. 3. Disable bookmark_bar.testBookmarkBarVisible on win 4. Get rid of using hashlib module in dowload tests. Since we have the files, it doesn't make sense to compute checksum to verify if 2 files are the same -- direct comparison will do. Review URL: http://codereview.chromium.org/1780013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46258 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DuplicateTab browser crash with Extension Window found during debugging.finnur@chromium.org2010-05-031-5/+6
| | | | | | | | | | | | | | |browser| would be NULL because we don't check if browser supports tabstrip. So it would crash on line 2070 of browser.cc. Also fixed some lint issues with include orders and duplication. BUG=http://crbug.com/43095 TEST=Open Extension window, duplicate the tab in it (it should not crash). Review URL: http://codereview.chromium.org/1878001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46256 0039d316-1c4b-4281-b951-d872f2087c98
* Win: Fix wrong default icon being shown on chrome.exe.mattm@chromium.org2010-05-034-6/+7
| | | | | | | | | BUG=42977 TEST=build official exe, look at it in explorer Review URL: http://codereview.chromium.org/1736029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46241 0039d316-1c4b-4281-b951-d872f2087c98
* Add browser test to verify that MSAA clients can correctly retrieve ↵ctguil@chromium.org2010-05-032-0/+223
| | | | | | | | | | | accessibility tree from renderer. BUG=none TEST=none Review URL: http://codereview.chromium.org/1806001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46238 0039d316-1c4b-4281-b951-d872f2087c98
* Change hover time to 1600 ms, and resize more quickly for smaller width change.mirandac@google.com2010-05-037-9/+224
| | | | | | | | BUG= 1455 TEST= hover over link which is too long for status bubble. bubble should expand. Review URL: http://codereview.chromium.org/149474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46235 0039d316-1c4b-4281-b951-d872f2087c98
* Checking in chat_manager built-in extension.scherkus@chromium.org2010-05-038-1/+297
| | | | | | | | | | | | Patch by seh@chromium.org http://codereview.chromium.org/1719023/show BUG=none TEST=none Review URL: http://codereview.chromium.org/1875001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46232 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 395.0 to 396.0chrome-release@google.com2010-05-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46227 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r46049: [Mac] Make exceptions dialog a sheet.bauerb@chromium.org2010-05-0310-266/+690
| | | | | | | | | | | | | | | | | | Now with added unit tests! XIB changes (applying to ContentExceptionsWindow.xib and GeolocationExceptionsWindow.xib): The window is now drawn in Aqua style, with window margins, Aqua buttons and text labels for them. At the bottom right of the window there is an additional button for closing the sheet, hooked up to the |doneButton_| outlet in the file's owner and with action |closeSheet:|. The lefthand side buttons are inside a |GTMWidthBasedTweaker|, as is the done button. The actual tweaking is done by a newly added |GTMUILocalizerAndLayoutTweaker|. BUG=38021 TEST=Preferences > Under the Hood > Content Settings > Exceptions should be a sheet. Review URL: http://codereview.chromium.org/1817003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46225 0039d316-1c4b-4281-b951-d872f2087c98
* Adds ability for newly inserted tabs to appear before other tabs. I'llsky@chromium.org2010-05-039-34/+179
| | | | | | | | | | | wire this up to vertical tabs shortly. BUG=none TEST=none Review URL: http://codereview.chromium.org/1687020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46224 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy TaskManagerBrowserTest.ReloadExtensionphajdan.jr@chromium.org2010-05-031-6/+1
| | | | | | | | | | | TBR=erikkay TEST=crashy BUG=42315 Review URL: http://codereview.chromium.org/1857003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46221 0039d316-1c4b-4281-b951-d872f2087c98
* Mark FindNextInNewTabUsesPrepopulate as FLAKY on Macdanno@chromium.org2010-05-031-0/+6
| | | | | | | | | TEST=less redness BUG=43070 Review URL: http://codereview.chromium.org/1864001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46216 0039d316-1c4b-4281-b951-d872f2087c98
* Mark DownloadTest.CloseNewTab1 as flaky.bauerb@chromium.org2010-05-031-1/+2
| | | | | | | | | TEST=less redness BUG=43066 Review URL: http://codereview.chromium.org/1863001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46214 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Mark the following tests as no longer flaky:phajdan.jr@chromium.org2010-05-035-12/+5
| | | | | | | | | | | | | | | | AutocompleteEditViewTest.EnterToSearch (bug 31732) BrowserTest.SingleBeforeUnloadAfterWindowClose (bug 27039) FindInPageControllerTest.PreferPreviousSearch (bug 32312) SessionRestoreUITest.DontRestoreWhileIncognito (bug 39490) SessionRestoreUITest.ShareProcessesOnRestore (bug 40181) TabRestoreUITest.RestoreToDifferentWindow (bug 14132, the other test is still flaky) TEST=no longer flaky BUG=31732, 27039, 32312, 39490, 40181, 14132 Review URL: http://codereview.chromium.org/1697021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46213 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: focus devtools on breakpoint while docked (Linux & Mac fix).pfeldman@chromium.org2010-05-039-21/+1
| | | | | | Review URL: http://codereview.chromium.org/1846001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46212 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46208 - Focus an existing app tab when an app is clicked on the new ↵skerner@chromium.org2010-05-032-346/+0
| | | | | | | | | | | | | | | | tab page or invoked using appid=... Reverting due to massive buildbot failure. BUG=none TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/1693006 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/1836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46211 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46209 - Disable tests on chromeos, while test failures are being ↵skerner@chromium.org2010-05-031-31/+12
| | | | | | | | | | | | | | | | | investigated. Revert this along with the initial change (r46208). TBR=erikkay BUG=43061 TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/1840001 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/1842001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46210 0039d316-1c4b-4281-b951-d872f2087c98
* Disable tests on chromeos, while test failures are being investigated.skerner@chromium.org2010-05-031-12/+31
| | | | | | | | | | TBR=erikkay BUG=43061 TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/1840001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46209 0039d316-1c4b-4281-b951-d872f2087c98
* Focus an existing app tab when an app is clicked on the new tab page or ↵skerner@chromium.org2010-05-032-0/+346
| | | | | | | | | | | invoked using --app-id=... BUG=none TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/1693006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46208 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 394.0 to 395.0chrome-release@google.com2010-05-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46195 0039d316-1c4b-4281-b951-d872f2087c98