summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* After removing allowReuseAddress and always setting SO_REUSEADDR, we need a ↵ikarienator@chromium.org2013-08-021-0/+22
| | | | | | | | | | test to ensure that the ports are not reused on *nix systems. BUG=173533 Review URL: https://chromiumcodereview.appspot.com/18683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215242 0039d316-1c4b-4281-b951-d872f2087c98
* Automated Commit: Committing new LKGM version 4487.0.0 for chromeos.chromeos-lkgm@google.com2013-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215241 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215240 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 215206 "This fixes bugs in windows that Lally got upstrea..."toyoshim@chromium.org2013-08-029-219/+113
| | | | | | | | | | | | | | | | | As ckocagil@chromium.org suggested in IRC, I try reverting this to fix the XP bots failures. > This fixes bugs in windows that Lally got upstream in usrsctp. This now enables the HAVE_SCTP flag for windows. > > BUG= > > Review URL: https://chromiumcodereview.appspot.com/19522005 TBR=ldixon@google.com, ckocagil@chromium.org Review URL: https://codereview.chromium.org/21743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215239 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed error with lost handlers in login screen.dzhioev@chromium.org2013-08-021-1/+1
| | | | | | | | | | | Fixes r214674. BUG=none TBR=ygorshenin1 Review URL: https://chromiumcodereview.appspot.com/21685004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215238 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the kUmaTargetedHistogramFlaghonghaiz@chromium.org2013-08-021-1/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/21667003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215237 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Fix perf profiler permission error.tonyg@chromium.org2013-08-024-0/+17
| | | | | | | | | | | | | Add a method to allow profilers to customize browser options and make the perf profiler pass --no-sandbox and --allow-sandbox-debugging. This combination of flags makes my perf work again. BUG=None TEST=tools/perf/run_measurement sunspider --profiler=perf && tools/perf/run_measurement loading_profile http://www.google.com/ Review URL: https://chromiumcodereview.appspot.com/21656003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215236 0039d316-1c4b-4281-b951-d872f2087c98
* Disable interactive autocomplete and remove command line flag for Androidaruslan@chromium.org2013-08-022-3/+3
| | | | | | | | | | Disabling this feature on beta and stable channels for now. This change will be reverted on trunk after it is cherry-picked to the branch. BUG=266978 Review URL: https://chromiumcodereview.appspot.com/21599002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215235 0039d316-1c4b-4281-b951-d872f2087c98
* Drop redundant "TEST" prefix from test names in media code.xhwang@chromium.org2013-08-0211-92/+92
| | | | | | | | | BUG=none TEST=No functionality change. Review URL: https://chromiumcodereview.appspot.com/21536004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215234 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 213842 "Fix tab drag cancelling on Linux"sanne.wouda@gmail.com2013-08-022-21/+49
| | | | | | | | | | | | | | | | | | | | | | Patch causes stability issues: 1) a hanging drag when dragging the last tab out of a window and 2) a hard to reproduce crash, crbug.com/265631 A more robust patch will follow. > Call gtk_drag_begin on the TabRendererGtk::widget() so focus passes > correctly to this widget when dragging. Connect the drag-* signal > handlers to widget() as well. > > BUG=89442 > TEST=Drag a tab, then press escape, enter or space. TEST= BUG=89442,265631 R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/21445003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215233 0039d316-1c4b-4281-b951-d872f2087c98
* Provide minimal load timing info for GCF jobs.grt@chromium.org2013-08-022-0/+24
| | | | | | | | | | | | | | | | | | | | This change introduces a GetLoadTimingInfo implementation for GCF's URLRequestAutomationJob. The goal is not to provide meaningful load timing, but rather to satisfy the URLRequestJob's contract. This implemntation provides reasonable send_start and receive_headers_end times from the standpoint of the job: these are the times that the request is sent to IE's network stack and the time the headers are returned. It also populates send_end with the same time as receive_headers_end. This is the best we can do without changing the interface for the automation channel. BUG=265842 TEST=visit http://www.yahoo.com/ on XP/IE6 and hope for no Aw Snap! R=robertshield@chromium.org, simonjam@chromium.org Review URL: https://chromiumcodereview.appspot.com/21435003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215232 0039d316-1c4b-4281-b951-d872f2087c98
* file_manager: Move miscellaneous API functions to separate filessatorux@chromium.org2013-08-025-295/+311
| | | | | | | | | | | | This is part of an effort to split file_browser_private_api.cc BUG=257918 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/21492002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215231 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Remove early out in LTH::UpdateLayers for empty viewportboliu@chromium.org2013-08-021-3/+0
| | | | | | | | | | | | | This early out conflicts with optimization introduced in r214533. The early out can skip calling SavePaintProperties but still PushProperties, which causes bound mismatch between main and impl layers. BUG=internal b/10086957 Review URL: https://chromiumcodereview.appspot.com/21433006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215228 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in OnAccessibilityNotifications on Android.dmazzoni@chromium.org2013-08-021-0/+6
| | | | | | | | BUG=261640 Review URL: https://chromiumcodereview.appspot.com/21423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215226 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WebViewTest.Shim_TestPartitionRaisesException which is flaky on XP botsckocagil@chromium.org2013-08-021-0/+6
| | | | | | | | | BUG=267304 TBR=fsamuel Review URL: https://codereview.chromium.org/21716002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215225 0039d316-1c4b-4281-b951-d872f2087c98
* Fix copy-path detection on Windows.nick@chromium.org2013-08-021-2/+4
| | | | | | | | | | | | | | | | | | | Rendering with AMD switchable hardware and content that requires accelerated compositing, we can encounter a case where: - A backing store is allocated (from earlier software rendering) - Accelerated compositing is enabled. - Accelerated presents are disabled due to bugs with texture sharing, and so |accelerated_surface_| is NULL. In this case, IsSurfaceAvailableForCopy() ought to return false, because neither CopyFromBackingStore nor CopyFromCompositingSurface can succeed. BUG=247123 TEST=Mirror content containing HTML5 video ( http://fredrik.hubbe.net/chaosdisplay/ ) to Chromecast using a laptop with AMD Switchable graphics. Review URL: https://chromiumcodereview.appspot.com/21389002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215224 0039d316-1c4b-4281-b951-d872f2087c98
* History: Unable to open a link in search result if we click on bold text.tkent@chromium.org2013-08-021-3/+10
| | | | | | | | | | | | This is a follow-up change for crrev.com/212474. We need to handle cases that <a> contains child elements like <label><input type=checkbox> <a><b>Issue</b> xxxx: ...</a></label> BUG=265434 Review URL: https://chromiumcodereview.appspot.com/21151004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215223 0039d316-1c4b-4281-b951-d872f2087c98
* SyncFS: Introduce SyncFileSystemBackendnhiroki@chromium.org2013-08-029-65/+379
| | | | | | | | | | | | | This change introduces SyncaFileSystemBackend to remove SyncFS dependencies from FileSystemContext and SandboxFileSystemBackend. BUG=242422 TEST=content_unittests R=kinuko@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/18668003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215222 0039d316-1c4b-4281-b951-d872f2087c98
* Fix failure-to-update bug introduced with try job fetching rollbackwittman@chromium.org2013-08-022-3/+8
| | | | | | | | BUG=178588 Review URL: https://chromiumcodereview.appspot.com/20974004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215221 0039d316-1c4b-4281-b951-d872f2087c98
* Bump up the fallback OS version number to 4.3.0joth@chromium.org2013-08-021-3/+3
| | | | | | | | | | | JellyBean MR2 revenge of the Beans is out. Update the fallback OS version number to something a bit more recent. BUG= Review URL: https://chromiumcodereview.appspot.com/20752003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215220 0039d316-1c4b-4281-b951-d872f2087c98
* Cache results of isTablet/isTv calls.mariakhomenko@chromium.org2013-08-021-8/+20
| | | | | | | | | The device only needs to figure out once whether it's a TV or a Tablet. Cache the value once it's computed. Review URL: https://chromiumcodereview.appspot.com/21567007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215219 0039d316-1c4b-4281-b951-d872f2087c98
* Stop supporting FileUtilities::openFile in non-test codekinuko@chromium.org2013-08-024-58/+0
| | | | | | | | | | | | It looks the API is used only by webkit_unit_tests code (which is implemented without IPC and browser code support), so keeping this IPC doesn't look necessary. BUG=257852 TEST=green bots R=jochen@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/21467002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215218 0039d316-1c4b-4281-b951-d872f2087c98
* Add wallet logo resources.estade@chromium.org2013-08-023-0/+1
| | | | | | | | | BUG=258563 R=oshima@chromium.org Review URL: https://codereview.chromium.org/20726007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215217 0039d316-1c4b-4281-b951-d872f2087c98
* Show the update in message center for progress notificationsjianli@chromium.org2013-08-029-62/+209
| | | | | | | | | BUG=170924 TEST=new tests added Review URL: https://chromiumcodereview.appspot.com/21411002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215216 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Device Motion on Android by default.timvolodine@chromium.org2013-08-024-0/+17
| | | | | | | | | | | | This CL: - enables Device Motion by default on the Android platform. - adds a disable-device-motion flag. BUG=135804 Review URL: https://chromiumcodereview.appspot.com/21591002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215215 0039d316-1c4b-4281-b951-d872f2087c98
* Add ToggleVoiceSearch to the Incognito IPC sender.jeremycho@chromium.org2013-08-022-3/+6
| | | | | | | | BUG=263026 Review URL: https://chromiumcodereview.appspot.com/21318003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215214 0039d316-1c4b-4281-b951-d872f2087c98
* Basic State Machine Loggingrobliao@chromium.org2013-08-021-0/+11
| | | | | | | | | | | | | Added Basic State Machine Logging that will output to the console... > State Update signedIn=true geolocationEnabled=true userRespondedToToast=true > Requested Actions setToastVisible=false setShouldPollCards=true > Action Taken setShouldPollCards=true BUG=164227 Review URL: https://chromiumcodereview.appspot.com/20693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215213 0039d316-1c4b-4281-b951-d872f2087c98
* Add file descriptor limit histogram to Simple Cachettuttle@chromium.org2013-08-022-0/+76
| | | | | | | | | | | We want to compare the open entry count to the file descriptor limit to see if we're in danger of running the system out of fds. BUG= Review URL: https://chromiumcodereview.appspot.com/20117002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215212 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WebViewTest.Shim_TestBrowserPluginNotAllowed which is flaky on XP bots.ckocagil@chromium.org2013-08-021-0/+6
| | | | | | | | | | BUG=267300 TBR=fsamuel NOTRY=true Review URL: https://codereview.chromium.org/21709003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215211 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webkit_chromium_resources.pak entries.tfarina@chromium.org2013-08-0214-25/+3
| | | | | | | | | | | | | | webkit_chromium_resources.pak was kept along side with blink_resources.pak, while DumpRenderTree was being updated on the Blink side, since that already happened and Blink has rolled into Chromium, we should be able to remove this now. BUG=265748 TBR=abarth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/20628004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215210 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused Device Motion browser-side code.timvolodine@chromium.org2013-08-027-424/+1
| | | | | | | | | | | Deleted motion message IPC filter, motion data and corresponding tests. Device Motion is now implemented using shared memory, see crrev.com/18572014. BUG=261165 Review URL: https://chromiumcodereview.appspot.com/19824002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215209 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Convert TabNodePool to use tab_node_id as primary index.tim@chromium.org2013-08-0215-164/+173
| | | | | | | | | | | | | | | | | | | The tab node id and sync id are similarly unique for purposes of TabNodePool, and having both is functionally redundant. Since the Sync API is designed to work with client tag based referencing and not IDs, and we want to convert sessions to use the sync API, this patch removes use of sync IDs as the primary lookup key in TabNodePool. chrome/android & chrome/browser/android OWNERS: TBR=yfriedman@chromium.org BUG=98892,80194 Review URL: https://chromiumcodereview.appspot.com/19529003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215208 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215207 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes bugs in windows that Lally got upstream in usrsctp. This now ↵ldixon@google.com2013-08-029-113/+219
| | | | | | | | | | enables the HAVE_SCTP flag for windows. BUG= Review URL: https://chromiumcodereview.appspot.com/19522005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215206 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Make frame subscriber hear about uber/software compositor frames.danakj@chromium.org2013-08-022-16/+30
| | | | | | | | | | | | | | | | Currently it only hears about gl frames, which means in ubercomp it would not know new content appeared. Also, it would early out and prevent copying when there is no surface available to copy from, but that does not need to exist anymore. Instead it should check CanCopyToVideoFrame(). R=jbauman, piman BUG=266581 Review URL: https://chromiumcodereview.appspot.com/20974003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215205 0039d316-1c4b-4281-b951-d872f2087c98
* file_manager: Move file system related API functions to separate filessatorux@chromium.org2013-08-025-789/+829
| | | | | | | | | | | | | | This is a reland of crrev.com/215194 which was reverted in crrev.com/215195 This is part of an effort to split file_browser_private_api.cc BUG=257918 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/21704002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215204 0039d316-1c4b-4281-b951-d872f2087c98
* Fix array size computation in audio tests.etienneb@chromium.org2013-08-021-1/+1
| | | | | | | | | | | | | | This issue was found by a Linter. I believe this doesn't break nothing because only the first test was runs. The number of elements was always 1. R=erikwright@chromium.org,viettrungluu@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/21141003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215203 0039d316-1c4b-4281-b951-d872f2087c98
* Fix microphone button for webui keyboardbshe@chromium.org2013-08-022-9/+9
| | | | | | | | | | | | | | | | | | | When microphone key is pressed, it just type "Mic" to input box for webui keyboard. This should fix it. BUG=258456 TEST= 1. build ash_shell 2. start ash_shell with this flag: --enable-virtual-keyboard 3. choose child modal dialog and click input box from the popup dialog 4. the virtual keyboard should show from the bottom of window 5. click microphone key(the key next to ?123 key) 6. verify Mic is not typed into the input box Review URL: https://chromiumcodereview.appspot.com/21109011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215202 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure --no-sandbox is specified if we're not using sandboxsbaig1@bloomberg.net2013-08-021-0/+3
| | | | | | | | | | | | | This situation can occur if delegate->ShouldSandbox sets in_sandbox to false, but the browser's command line does not have --no-sandbox. In this situation, the renderer thinks it should use a sandbox, but the sandbox has not been initialized, causing the renderer to exit immediately. BUG= Review URL: https://chromiumcodereview.appspot.com/21030008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215201 0039d316-1c4b-4281-b951-d872f2087c98
* Print preview: Link buttons should not have focus appearance by mouse cilck.tkent@chromium.org2013-08-021-1/+7
| | | | | | | | BUG=264687 Review URL: https://chromiumcodereview.appspot.com/21021002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215200 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 215174 "Create a refcounted usb context wrapper."nhiroki@chromium.org2013-08-0212-330/+123
| | | | | | | | | | | | | | | | | | | | Probably this causes UsbContextTest.GracefulShutdown failure on some bots. http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%283%29/builds/23652 http://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests%20%282%29/builds/41018 > Create a refcounted usb context wrapper. > This will be also used when we introduce UsbDevice. > > BUG=223817 > > Review URL: https://chromiumcodereview.appspot.com/20012002 TBR=ikarienator@chromium.org Review URL: https://codereview.chromium.org/21720002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215199 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1584.0 to 1585.0chrome-release@google.com2013-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215197 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 215194 "file_manager: Move file system related API functi..."satorux@chromium.org2013-08-025-828/+789
| | | | | | | | | | | | | | | | | | | | | Broke "Linux ChromiumOS Builder" http://build.chromium.org/p/chromium.webkit/builders/Linux%20ChromiumOS%20Builder/builds/20776 > file_manager: Move file system related API functions to separate files > > This is part of an effort to split file_browser_private_api.cc > > BUG=257918 > TEST=none > R=hashimoto@chromium.org > > Review URL: https://codereview.chromium.org/21485002 TBR=satorux@chromium.org Review URL: https://codereview.chromium.org/21678004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215195 0039d316-1c4b-4281-b951-d872f2087c98
* file_manager: Move file system related API functions to separate filessatorux@chromium.org2013-08-025-789/+828
| | | | | | | | | | | | This is part of an effort to split file_browser_private_api.cc BUG=257918 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/21485002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215194 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Tile manager perftest (just ManageTiles for now)vmpstr@chromium.org2013-08-022-0/+187
| | | | | | | | This patch adds a tile manager perftest. Review URL: https://chromiumcodereview.appspot.com/21652002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215193 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when opening an incognito window with synced notifications.dewittj@chromium.org2013-08-021-5/+9
| | | | | | | | | | | The Chrome Notifier Service does not exist for incognito profiles, so we were dereferencing NULL. This checks for NULL. BUG=267036, 267173 Review URL: https://chromiumcodereview.appspot.com/21650002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215192 0039d316-1c4b-4281-b951-d872f2087c98
* Add SECCOMP Tegra policy for GPU sandboxdavidu@nvidia.com2013-08-025-27/+98
| | | | | | | | | | | Create a whitelist of libraries and devices accessed for Tegra chips. BUG=none TEST=Enable SECCOMP in the kernel and booted to browser successfully. about:gpu shows sandboxed to true. Review URL: https://chromiumcodereview.appspot.com/18443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215191 0039d316-1c4b-4281-b951-d872f2087c98
* extensions: Remove chrome.webSocketProxyPrivate APIsatorux@chromium.org2013-08-0231-2921/+2
| | | | | | | | | | | | The private API is no longer in use. BUG=244359 TEST=none R=asargent@chromium.org, dpolukhin@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/21115004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215190 0039d316-1c4b-4281-b951-d872f2087c98
* Split Simple Cache Open/CreateEntry histograms based on index statettuttle@chromium.org2013-08-026-35/+163
| | | | | | | | | | | | | We expect that some errors (e.g. EXISTS on Create) are predominantly a result of the index not being loaded yet. Split the status and error histograms into _WithIndex and _WithoutIndex variants so we can verify this. BUG= Review URL: https://chromiumcodereview.appspot.com/20105004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215189 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Fix PictureLayerImpl crash in post-commit initenne@chromium.org2013-08-023-1/+49
| | | | | | | | | | | | | If the post-commit initialization happens during the first activation, there's a crash when trying to sync to an existing but uninitialized active layer. Fix this by checking for this case. R=danakj@chromium.org BUG=267144 Review URL: https://chromiumcodereview.appspot.com/21632002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215188 0039d316-1c4b-4281-b951-d872f2087c98