summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for geolocation wifi scanning on OSX 10.6joth@chromium.org2010-03-084-33/+201
| | | | | | | | | BUG=http://crbug.com/37198 TEST=Run browser with --enable-geolocation on OSX 10.6, open maps.google.com Review URL: http://codereview.chromium.org/669083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40891 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 348.0 to 349.0chrome-release@google.com2010-03-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40889 0039d316-1c4b-4281-b951-d872f2087c98
* Pulls the Hungarian dictionary.hbono@chromium.org2010-03-081-1/+1
| | | | | | | | | | This change pulls the Hungarian dictionary added as r40614 to the Chromium source tree. BUG=15558 TEST=http://codereview.chromium.org/661460 Review URL: http://codereview.chromium.org/668054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40887 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary braces.jochen@chromium.org2010-03-081-2/+1
| | | | | | | | | | BUG=none TEST=none TBR=abarth@ Review URL: http://codereview.chromium.org/668252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40886 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 27927: linux hang in RenderViewTest.ImeComposition.suzhe@chromium.org2010-03-082-6/+14
| | | | | | | | | 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
* Fix a memory leak in the new unittest.tony@chromium.org2010-03-081-0/+1
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/668250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40884 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to webKit r55654.levin@chromium.org2010-03-081-1/+1
| | | | | | | | TBR=michaeln@chromium.org Review URL: http://codereview.chromium.org/669260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40883 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at custom user style sheets.tony@chromium.org2010-03-0816-18/+242
| | | | | | | | | | | | | | | | | | | | 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
* Fix missing favicon for chrome://extensions/arv@chromium.org2010-03-081-0/+3
| | | | | | | | | | | | It was mistakenly removed in r40468. BUG=None TEST=None TBR=aa@chromium.org Review URL: http://codereview.chromium.org/669261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40881 0039d316-1c4b-4281-b951-d872f2087c98
* Automatically recovers an IME connection.yusukes@chromium.org2010-03-081-1/+6
| | | | | | | | | | | Depends on: http://codereview.chromium.org/668142 BUG=crosbug.com/1768 TEST=see the bug Review URL: http://codereview.chromium.org/668144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40880 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete TODOs. No code change.yusukes@chromium.org2010-03-081-3/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40879 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to r55636.levin@chromium.org2010-03-082-1/+2
| | | | | | | | | | One minor build fix due to WebKit r55633. TBR=michaeln@chromium.org Review URL: http://codereview.chromium.org/668172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40878 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests for AutoFillField.jhawkins@chromium.org2010-03-074-13/+108
| | | | | | | | BUG=none TEST=AutoFillFieldTest Review URL: http://codereview.chromium.org/669203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40876 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r40855 with chromeos fix.jhawkins@chromium.org2010-03-0717-3/+20
| | | | | | | | | | | webkit/glue: string_util.h -> utf_string_conversions.h fix. TBR=bradnelson BUG=none TEST=none Review URL: http://codereview.chromium.org/668242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40872 0039d316-1c4b-4281-b951-d872f2087c98
* Tighten down OS X sandbox a bit.jeremy@chromium.org2010-03-073-11/+11
| | | | | | | | | | BUG=None TEST=Browsing to popular websites on OS X 10.5 & 10.6 should continue to work. Be sure to test on both 10.5 and 10.6 Review URL: http://codereview.chromium.org/660444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40867 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 347.0 to 348.0chrome-release@google.com2010-03-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40865 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in one more nacl dependency improvement.bradnelson@google.com2010-03-071-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/669254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40860 0039d316-1c4b-4281-b951-d872f2087c98
* Add ocx to the dangerous extensions listabarth@chromium.org2010-03-071-0/+1
| | | | | | | | | | BUG=37447 TEST=Serve an .ocx via content-disposition attachment header. Check if the warning message appears. Patch by the great and powerful Inferno. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40859 0039d316-1c4b-4281-b951-d872f2087c98
* Initial implementation of Drag and Drop for the extension BMM.feldstein@chromium.org2010-03-0712-66/+498
| | | | | | Review URL: http://codereview.chromium.org/660139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40858 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in latest nacl.bradnelson@google.com2010-03-071-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/668233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40857 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix.bradnelson@google.com2010-03-0716-19/+3
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668229 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/669251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40856 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/glue: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-0716-3/+19
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40855 0039d316-1c4b-4281-b951-d872f2087c98
* app: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-068-13/+27
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40853 0039d316-1c4b-4281-b951-d872f2087c98
* media: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-063-3/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40852 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/tools: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-069-8/+10
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40851 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/database: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-064-4/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40850 0039d316-1c4b-4281-b951-d872f2087c98
* printing: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-062-2/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/669242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40849 0039d316-1c4b-4281-b951-d872f2087c98
* tools: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40848 0039d316-1c4b-4281-b951-d872f2087c98
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-0619-6/+534
| | | | | | | | | | | | 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
* WebKit roll: 55627:55629pfeldman@chromium.org2010-03-061-1/+1
| | | | | | | TBR=levin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40846 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 55614:55627pfeldman@chromium.org2010-03-061-1/+1
| | | | | | | TBR=levin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40843 0039d316-1c4b-4281-b951-d872f2087c98
* Added OOBE update screen stub.finnur@chromium.org2010-03-0613-71/+218
| | | | | | | | | | | | | | | Moved OOBE views classes to the chromeos namespace. BUG=35249 TEST=run out/Debug/chrome --login-manager --login-screen=update TBR=denisromanov (Checking in patch for Denis Romanov, previously reviewed here: http://codereview.chromium.org/669089/show) Review URL: http://codereview.chromium.org/669241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40842 0039d316-1c4b-4281-b951-d872f2087c98
* Make plugin buffer changes robust against synchronous plugin call nestingstuartmorgan@chromium.org2010-03-065-39/+49
| | | | | | | | | | | | | Makes SetWindowlessBuffer take a rect argument so it doesn't depend on the delegate being updated, then makes UpdateGeometry call that first so that changes can't accidentally be handled in reverse order if calling into the plugin's SetWindow results in nesting. Also combines updating the plugin geometry and context on the Mac into one call, since we don't want the plugin to have mismatched context and size information. Unblacklists Move Networks player on the Mac since these changes fix its crash. BUG=28298 TEST=Open the Move Networks sample on the Mac, and resize it. It should play without crashing. Review URL: http://codereview.chromium.org/668186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40841 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Fix BookmarkBarGtkBrowserTest.ClickOnFloatingTestsuzhe@chromium.org2010-03-062-2/+2
| | | | | | | | | BUG=37591 TEST=none Review URL: http://codereview.chromium.org/668224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40840 0039d316-1c4b-4281-b951-d872f2087c98
* Disable broken test: BookmarkBarGtkBrowserTest.ClickOnFloatingTestsuzhe@chromium.org2010-03-061-1/+1
| | | | | | | | | | BUG=37591 TEST=none TBR=estade Review URL: http://codereview.chromium.org/668223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40839 0039d316-1c4b-4281-b951-d872f2087c98
* Don't mirror menu position for RTL because on Windows we set RLT window ↵dpolukhin@google.com2010-03-063-23/+22
| | | | | | | | | | | | | flags and Window does it for us. Place mirroring changes from http://codereview.chromium.org/601032 to GTK specific part. TEST=In TRL layout check drop down menus on Windows, Linux and Chrome OS - on all platforms menu should be inside Chrome window. BUG=36627 Review URL: http://codereview.chromium.org/660376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40838 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55584:55614pfeldman@chromium.org2010-03-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40837 0039d316-1c4b-4281-b951-d872f2087c98
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-0621-37/+45
| | | | | | | | 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
* Fix the problems with some FTP transactions taking a long time.phajdan.jr@chromium.org2010-03-062-74/+27
| | | | | | | | | | | | | | | | | | | | The root cause was not firing the completion callback at the first point the data could be read. This lead to a temporary deaadlock-like situation, where the browser was waiting for the server to send a response on the control connection, and the server was waiting for the browser to start reading from the data connection. This patch makes the completion callback fire as soon as data is ready. It also removes a broken test. We should get a coverage for that scenario from other tests. TEST=Covered by net_unittests. BUG=36116 Review URL: http://codereview.chromium.org/668162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40833 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 346.0 to 347.0chrome-release@google.com2010-03-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40831 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some tests failing after revision 40818.bauerb@chromium.org2010-03-061-1/+1
| | | | | | | | | | | I already had a patch for this. BUG=160,33038 TEST=Some tests (don't remember which ones) that were failing before should now pass. Review URL: http://codereview.chromium.org/669235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert previous incorrect change that tries to fix the nacl64 build failure.brettw@chromium.org2010-03-063-1/+16
| | | | | | | | | | | | | Supply a dummy implementation of url_util::AddStandardScheme that will allow us to link a 64-bit library on an otherwise 32-bit OS. We don't otherwise need googleurl (or else it wouldn't link for other reasons) so we're guaranteed not calling AddStandardScheme is OK. BUG=none TEST=none Review URL: http://codereview.chromium.org/668222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40822 0039d316-1c4b-4281-b951-d872f2087c98
* Add googleurl dependency to one of the nacl64 targets, remove previous try tobrettw@chromium.org2010-03-062-1/+1
| | | | | | | | | | fix this change. TEST=none BUG=none Review URL: http://codereview.chromium.org/668221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40821 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix nacl64 compile failure, googleurl should be pulled in, so I don'tbrettw@chromium.org2010-03-061-0/+1
| | | | | | | | | | know why it's not linking. Trying a more explicit dependency. TEST=none BUG=none Review URL: http://codereview.chromium.org/668220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40820 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest googleurl to get a build fix.brettw@chromium.org2010-03-061-1/+1
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40819 0039d316-1c4b-4281-b951-d872f2087c98
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-0614-25/+54
| | | | | | | | | | | | | | | | 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
* [ChromeOS]Fix build failure caused by revision 40815.suzhe@chromium.org2010-03-061-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/669233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40817 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 36699: Alt+Enter in windows XP+Chrome gives incorrect keycodes!!suzhe@chromium.org2010-03-061-2/+2
| | | | | | | | | BUG=36699 TEST=See bug report. Review URL: http://codereview.chromium.org/660167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40816 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Make bookmark bar instructions shrinkable.suzhe@chromium.org2010-03-067-7/+620
| | | | | | | | | | BUG=36876 BUG=34479 TEST=Delete all bookmarks and show bookmark bar, then shirnk the browser window, the bookmark bar instructions should be shrinkable. Review URL: http://codereview.chromium.org/661364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40815 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bustage from pepper flush fix by commenting out the new test on Mac.brettw@chromium.org2010-03-061-0/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40814 0039d316-1c4b-4281-b951-d872f2087c98