summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set username for sync setup on ChromeOSstevenjb@chromium.org2010-10-221-0/+10
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=8052 TEST=See issue Review URL: http://codereview.chromium.org/4031004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63550 0039d316-1c4b-4281-b951-d872f2087c98
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-2211-54/+171
| | | | | | | | | | | | | | | This change adds an Abort() method to BufferedDataSource, which will wake up a blocking read if one exists. When WebMediaPlayerImpl being destroyed, it now tells BufferedDataSource to abort before it tells the pipeline to stop, so the pipeline will not hang while waiting for a never-ending Read() to return. BUG=54465 TEST=test_shell_tests Review URL: http://codereview.chromium.org/4009002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63548 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by ↵enne@chromium.org2010-10-2210-32/+37
| | | | | | | | | | | | | | | | | | default. (This change got checked into trunk only to get merged into M8.) Flags have been switched to reversed logic, and about_flags.cc modified to expose these to users in GUI. BUG=56053, 59092 TEST=Use about:flags to toggle features, confirm state with e.g. http://webglsamples.googlecode.com/hg/aquarium/aquarium.html http://webkit.org/blog-files/3d-transforms/poster-circle.html Vince's change for about:flags. Review URL: http://codereview.chromium.org/3978002 TBR=vangelis@chromium.org Review URL: http://codereview.chromium.org/3974004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63547 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/cros/.pkasting@chromium.org2010-10-225-40/+36
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4012001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63546 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser crash when two uninstall dialogs overlapjstritar@chromium.org2010-10-222-13/+36
| | | | | | | | | BUG=56737 TEST=See bug report. Review URL: http://codereview.chromium.org/3813010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63545 0039d316-1c4b-4281-b951-d872f2087c98
* When FLAKY_ was added, it removed the DISABLED_ flag that was there for windows.nsylvain@chromium.org2010-10-221-3/+5
| | | | | | | | BUG:31663 Review URL: http://codereview.chromium.org/3972004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63543 0039d316-1c4b-4281-b951-d872f2087c98
* add channel mask for 6.1 surround when 7 channel audio is specifiedfbarchard@chromium.org2010-10-221-10/+21
| | | | | | | | | BUG=60329 TEST=play 6.1 on a 6.1 stereo and ensure sound is playing in the correct speakers Review URL: http://codereview.chromium.org/4072002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63542 0039d316-1c4b-4281-b951-d872f2087c98
* Version marches onwards and upwards, to a brighter future. 9kerz@chromium.org2010-10-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63538 0039d316-1c4b-4281-b951-d872f2087c98
* Factor a PageLoadHistograms class out of RenderView.tonyg@chromium.org2010-10-226-736/+769
| | | | | | | | | | | | | | | | | | | | | | | | | No functional changes are intended. This is in anticipation of using the new WebPerformance API: http://trac.webkit.org/changeset/68141 My strategy is this: 1. In this patch, make the most minimal change possible to the Dump() method necessary to factor it out to a new class. 2. Add a new, temporary histograms which log the WebPerformance metrics which have an existing counterparts. 3. Once we understand any differences and are happy with the new metrics, rip out the old ones. This will allow more cleanup in RenderView and NavigationState. 4. Add new histograms for any interesting WebPerformance metrics which weren't previously available. BUG=none TEST=none Review URL: http://codereview.chromium.org/3502005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63536 0039d316-1c4b-4281-b951-d872f2087c98
* Disable GPU features AcceleratingCompositing and WebGL by default.enne@chromium.org2010-10-2210-37/+32
| | | | | | | | | | | Flags have been switched to reversed logic, and about_flags.cc modified to expose these to users in GUI. BUG=56053, 59092 TEST=Use about:flags to toggle features, confirm state with e.g. http://webglsamples.googlecode.com/hg/aquarium/aquarium.html http://webkit.org/blog-files/3d-transforms/poster-circle.html Vince's change for about:flags. Review URL: http://codereview.chromium.org/3978002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63535 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.pkasting@chromium.org2010-10-227-34/+31
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4003001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63534 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeOS: Create new tab after fullscreen is really canceled when search key ↵oshima@chromium.org2010-10-221-1/+8
| | | | | | | | | | | | | | is pressed. ToggleFullscreenMode is asynchronous, so we need to wait for next event cycle before creating new tab and set focus to omni box. BUG=chromium-os:6591 TEST=manual: open non NTP page, go into fullscreen then hit search key. Result: omnibox should have focus. Review URL: http://codereview.chromium.org/3956004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63532 0039d316-1c4b-4281-b951-d872f2087c98
* Fix file comment to use python triple quotes on both sides oftony@chromium.org2010-10-221-1/+1
| | | | | | | | | | the docstring. TBR=jorlow Review URL: http://codereview.chromium.org/4043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63531 0039d316-1c4b-4281-b951-d872f2087c98
* Fix heapchecker problems in BookmarkBarGtk.erg@google.com2010-10-222-12/+2
| | | | | | | | | BUG=38293 TEST=none Review URL: http://codereview.chromium.org/4040004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63529 0039d316-1c4b-4281-b951-d872f2087c98
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be ↵senorblanco@chromium.org2010-10-223-0/+16
| | | | | | | | | | | needed by WebGraphicsContext3DDefaultImpl in WebKit. BUG=60314 TEST=none Review URL: http://codereview.chromium.org/3976003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63528 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-22108-453/+951
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3962004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63527 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more extension api tests to not hard-code port 1337.skerner@chromium.org2010-10-2210-88/+153
| | | | | | | | | BUG=53632 TEST=ExtensionApiTest.(ExecuteScript|ContentScriptFragmentNavigation|ExecuteScriptFragmentNavigation|ContentScriptExtensionIframe|ContentScriptAllFrames|ContentScriptExtensionProcess) Review URL: http://codereview.chromium.org/4066001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63525 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] On first login, determine if an account is a HOSTED accountcmasone@chromium.org2010-10-229-65/+283
| | | | | | | | | | | Adds |is_hosted| to GaiaAuthConsumer::ClientLoginResult, so the recipient of a CLR struct can tell if the authenticated account is hosted or not. BUG=chromium-os:7867 TEST=unit tests, install on device and log in with hosted account. Look for log message indicating HOSTED login Review URL: http://codereview.chromium.org/3898003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63524 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a build break due to r63514.erikwright@chromium.org2010-10-221-2/+2
| | | | | | | | BUG=52601 TEST=chrome_frame_tests / FullTabDownloadTest.CF_DownloadFileFromPost TBR=stoyan@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63521 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy to disable Developer-Tools.markusheintz@chromium.org2010-10-2211-5/+63
| | | | | | | | | BUG=49600 TEST=none Review URL: http://codereview.chromium.org/3965003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63520 0039d316-1c4b-4281-b951-d872f2087c98
* Add a message pump for touchui=1rjkroege@google.com2010-10-226-14/+209
| | | | | | | | | | | | | | | | | | | | | | | The message pump reads events directly from X. For most events, it passes them on to GDK for normal processing. It consumes some events (e.g. keypress events) to demonstrate how it's intended to work. This, of course, makes chrome mostly unusable since you can only use the mouse to do things. But this is a small first step towards capturing events through MPX (e.g. touch etc.) and processing them as chrome pleases. glib message pump: Slightly change architecture This changeset breaks down the glib message pump a little so that it can be easily subclassed. The next set of commits will introduce a subclass that still uses GTK and GDK widgets, but reads events directly from X instead of through GTK/GDK. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63397 Review URL: http://codereview.chromium.org/3748002 Patch from Sadrul Chowdhury <sadrul@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63519 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/net/.pkasting@chromium.org2010-10-226-38/+35
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4007001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63517 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70289:70305.dglazkov@chromium.org2010-10-221-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=yuzo Review URL: http://codereview.chromium.org/4058005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63516 0039d316-1c4b-4281-b951-d872f2087c98
* Update code that previously constructed strings from string iterators only ↵erikwright@chromium.org2010-10-2221-72/+110
| | | | | | | | | | to use StringToInt. These usages now pass the iterators directly to the new StringToInt overloads. BUG=None TEST=All Review URL: http://codereview.chromium.org/3968001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63515 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the ↵erikwright@chromium.org2010-10-226-81/+135
| | | | | | | | | | | | | | need to think about quoted values while also avoiding a string copy if the value is unquoted. The iterator now holds a (normally empty) string member that it uses only if the currently accessed value is quoted. In this case, the value_begin and value_end iterators point into this string (holding the unquoted value) as opposed to the original buffer (holding the quoted value). The value is only unquoted if it is accessed. As a result, the interface is simplified to not expose whether the current value is quoted. This simplifies the work of all clients. Furthermore, this implementation is optimized to only construct a string if it is required, whereas most clients previously (for simplicity) constructed a new string whether or not it was required. They will therefore benefit from a slight increase in efficiency. BUG=52601 TEST=net_unittests / HttpUtilTest.NameValuePairs*, HttpAuthTest.* Review URL: http://codereview.chromium.org/3777012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63514 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 63509 - Define constants for the silent extension install policygfeher@chromium.org2010-10-227-14/+0
| | | | | | | | | | | | | | | This policy and preference will hold the list of extensions that should be silently installed. BUG=59782 TEST=none (real logic comes in later CLs) TBR=jochen Review URL: http://codereview.chromium.org/3781022 TBR=gfeher@chromium.org Review URL: http://codereview.chromium.org/4035003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63512 0039d316-1c4b-4281-b951-d872f2087c98
* Define constants for the silent extension install policygfeher@chromium.org2010-10-227-0/+14
| | | | | | | | | | | This policy and preference will hold the list of extensions that should be silently installed. BUG=59782 TEST=none (real logic comes in later CLs) Review URL: http://codereview.chromium.org/3781022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63509 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent displaying of automation protocol version mismatch errors for ↵robertshield@chromium.org2010-10-222-2/+4
| | | | | | | | | | | | privileged instances of Chrome Frame. BUG=None TEST=None Review URL: http://codereview.chromium.org/4031003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63508 0039d316-1c4b-4281-b951-d872f2087c98
* Geolocation dispatcher rename:jknotten@chromium.org2010-10-2212-80/+89
| | | | | | | | | | | Rename GeolocationDispatcherHost to GeolocationDispatcherHostOld and GeolocationDispatcher to GeolocationDispatcherOld in preparation for the new client-based implementation. BUG=59908 TEST=None Review URL: http://codereview.chromium.org/3799010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63507 0039d316-1c4b-4281-b951-d872f2087c98
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-2225-28/+543
| | | | | | | | | | | | | | | | | | - that is, defining use_openssl=1 will now remove all dependency on NSS. This does not impact any of the standard, non-openssl builds. Adds stub implementations of several files that need to be fully implemented in follow up patchs. Firefox import code will need some more substatial refactoring, as it makes little sense to be attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption about the presence of this importer. BUG=None TEST=None Review URL: http://codereview.chromium.org/3855004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63506 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SSLUITest.TestUnauthentidatedFrameNavigation as disabled for ↵nkostylev@chromium.org2010-10-221-1/+1
| | | | | | | | | | | | | | linux_chromeos. It crashes browser_tests in 20% of the times. TBR=jcivelli@chromium.org BUG=43437 TEST=none Review URL: http://codereview.chromium.org/3985003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63505 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the TemplateURLFetcherTest.BasicTest on Heapchecker bot - should be ↵timurrrr@chromium.org2010-10-221-2/+0
| | | | | | | | | | | fixed now TBR=thestig TEST=Heapchecker bot should remain green BUG=58242 Review URL: http://codereview.chromium.org/3975006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63504 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout of the managed prefs banner.satorux@chromium.org2010-10-222-1/+7
| | | | | | | | | | | Before this change, the icon and text were not proerly aligned. TEST=manually check the layout. See crosbug.com/7938 for the screenshot BUG=chromium-os:7938 Review URL: http://codereview.chromium.org/3996006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63499 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 561.0 to 562.0chrome-release@google.com2010-10-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63497 0039d316-1c4b-4281-b951-d872f2087c98
* Move inspector to "chrome-devtools" schemepodivilov@chromium.org2010-10-2214-46/+29
| | | | | | | | Pages with "chrome" scheme have very narrow permissions (e.g. no access to localStorage). We want inspector page to have the same permissions as usual page. Review URL: http://codereview.chromium.org/3838005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63495 0039d316-1c4b-4281-b951-d872f2087c98
* Delete also this stub on the Mac.finnur@chromium.org2010-10-222-22/+0
| | | | | | | | | | | This is a stub we used to use for the old Page Info Window, which has been replaced by a bubble. BUG=59030 TEST=None Review URL: http://codereview.chromium.org/4017003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63494 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 70286:70289yuzo@chromium.org2010-10-221-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=dglazkov Review URL: http://codereview.chromium.org/4071003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63493 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Disable crashing/hanging tests:phajdan.jr@chromium.org2010-10-225-12/+7
| | | | | | | | | | | | | | | | | | - MouseLeaveTest.TestOnMouseOut (issue 45892) - BrowserFocusTest.FocusTraversal (issue 49738) - BrowserFocusTest.FocusTraversalOnInterstitial (issue 49738) - ExtensionApiTest.TabOnRemoved (issue 59198) - ExtensionBrowserTest.PluginLoadUnload (issue 47598) - ExtensionApiTest.WindowOpen (issue 60156) TBR=nkostylev BUG=45892, 49738, 59198, 60156 TEST=none Review URL: http://codereview.chromium.org/4029005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63492 0039d316-1c4b-4281-b951-d872f2087c98
* Show "Update Chrome OS" in the wrench menu, when the update image is ready.satorux@chromium.org2010-10-228-12/+79
| | | | | | | | | | | | | Along the way, replace "About Chrome" with "About Chrome OS" in the wrench menu. TEST=Connect to a dev server with a newer version, and check that the menu item appears, and the dialog works. BUG=chromium-os:6526 BUG=chromium-os:7847 Review URL: http://codereview.chromium.org/3858002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63491 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compilation with system ICU.phajdan.jr@chromium.org2010-10-221-1/+2
| | | | | | | | | | | This is upstreaming a Gentoo Linux patch. BUG=none TEST=noe Review URL: http://codereview.chromium.org/3769008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63490 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: do not ignore crashy or hangy test failures in browser_tests launcher.phajdan.jr@chromium.org2010-10-221-9/+19
| | | | | | | | | BUG=59330 TEST=browser_tests Review URL: http://codereview.chromium.org/4000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63489 0039d316-1c4b-4281-b951-d872f2087c98
* Wired cellular data plan activation logic with the rest of the DOM UI on ↵zelidrag@chromium.org2010-10-2214-267/+665
| | | | | | | | | | | | | both chrome:settings/internet and chrome:mobilesetup pages. Fixed some minor internet settings formatting issues while I was already there. BUG=chromium-os:6987, chromium-os:7619, chromium-os:7546 TEST=make sure cellular connection can be activated from chrome:settings Review URL: http://codereview.chromium.org/3744013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63488 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 70209:70286yuzo@chromium.org2010-10-221-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=dglazkov Review URL: http://codereview.chromium.org/4061003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63484 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 63478 - Adds CHECKs in hopes of figuring out why we're crashing on ↵sky@chromium.org2010-10-221-8/+3
| | | | | | | | | | | | | | | | some test bots. BUG=44991 TEST=none Review URL: http://codereview.chromium.org/3992005 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/4028002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63480 0039d316-1c4b-4281-b951-d872f2087c98
* Adds CHECKs in hopes of figuring out why we're crashing on some testsky@chromium.org2010-10-221-3/+8
| | | | | | | | | | | bots. BUG=44991 TEST=none Review URL: http://codereview.chromium.org/3992005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63478 0039d316-1c4b-4281-b951-d872f2087c98
* Small refactoring: rename variables that start with language_yusukes@chromium.org2010-10-223-15/+15
| | | | | | | | | | | since we now prefer input_method_ to language_. BUG=none TEST=manually done. Review URL: http://codereview.chromium.org/4043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63476 0039d316-1c4b-4281-b951-d872f2087c98
* Add back the license for Chinese/Japanese word list that was lost. jshin@chromium.org2010-10-222-1/+11
| | | | | | | | | | | | | | | Pull in the ICU-side change. See http://codereview.chromium.org/3770017 for the ICU-side change. BUG=NONE TEST=Run tools/licenses.py to generate the html for 'about:credits' and make sure that ICU is listed only once and the license for 'Chinese/Japanese' word list is present. Review URL: http://codereview.chromium.org/3815010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63474 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary cookie delegate and test expectationsdavemoore@chromium.org2010-10-223-69/+7
| | | | | | | | | | | Fixes unit test failures TBR: cmasone@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/4073001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63472 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.pkasting@chromium.org2010-10-227-69/+70
| | | | | | | | | | Also remove some "using"s, remove some extra {}s, and fix function argument wrapping to comply with the style guide. BUG=none TEST=none Review URL: http://codereview.chromium.org/3975003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63470 0039d316-1c4b-4281-b951-d872f2087c98
* Fill in the list of file extensions which are PDF-related.cevans@chromium.org2010-10-221-0/+6
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/4011004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63469 0039d316-1c4b-4281-b951-d872f2087c98