summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split --use-fake-device-for-media-stream into two switches.phoglund@chromium.org2013-06-2410-6/+25
| | | | | | | | | | There will now be one for using fake devices and one for bypassing the UI. The reason is that we want to be able to write browser tests which can run on VMs and yet test the infobar. BUG=None Review URL: https://chromiumcodereview.appspot.com/17338005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208148 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPB_HostResolver out of dev.yzshen@chromium.org2013-06-2425-275/+271
| | | | | | | | | BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17291015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208147 0039d316-1c4b-4281-b951-d872f2087c98
* don't let weburl_loader_mock fallback for non-data urlsscottmg@chromium.org2013-06-241-0/+6
| | | | | | | | | | | | fixes here https://codereview.chromium.org/16831015/ need to land and roll first. R=jamesr@chromium.org BUG=237267 Review URL: https://chromiumcodereview.appspot.com/17229012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208146 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPB_UDPSocket out of dev.yzshen@chromium.org2013-06-2431-296/+292
| | | | | | | | | BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17094015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208145 0039d316-1c4b-4281-b951-d872f2087c98
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-2415-35/+253
| | | | | | | | | | | | | | We synthesize the response headers and ignore the body anyway, so there's no point to using a real one. This lets us avoid having to call SetDelegate() twice on a SpdyStream, so remove support for that. BUG=252433 Review URL: https://chromiumcodereview.appspot.com/17068018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208144 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-241-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208143 0039d316-1c4b-4281-b951-d872f2087c98
* Files.app: Added else keyword to the conditional statement.hirono@chromium.org2013-06-241-1/+1
| | | | | | | | | | | | | Because of the lack of the else keyword, files are processed ealiar than directories. Correct behavior is processing directories ealier than files. BUG=244486 TEST=manually R=kinaba@chromium.org, mtomasz@chromium.org Review URL: https://codereview.chromium.org/17590003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208141 0039d316-1c4b-4281-b951-d872f2087c98
* [sql] Static helper to delete database and all associated files.shess@chromium.org2013-06-243-0/+53
| | | | | | | | | | | Not all of the ad-hoc file_util::Delete() cases handle -journal, and if -wal was added all of them need to be tracked down. BUG=none Review URL: https://chromiumcodereview.appspot.com/17058004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208140 0039d316-1c4b-4281-b951-d872f2087c98
* [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URLakalin@chromium.org2013-06-247-54/+15
| | | | | | | | | | | | It was used in two places; one place, it was used correctly so I inlined it. In the other place, I replaced it with a call to the ConstructSpdyPush() overload that takes a URL. BUG= Review URL: https://chromiumcodereview.appspot.com/16972013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208139 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome-si/initializers expectations for Mackinuko@chromium.org2013-06-241-1/+1
| | | | | | | | | | | | | Blame range: 207999:208003, likely r208001 http://build.chromium.org/p/chromium/builders/Mac/builds/21000 BUG=none TBR=crogers Review URL: https://codereview.chromium.org/17568010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208138 0039d316-1c4b-4281-b951-d872f2087c98
* Dropping pymox.bradnelson@google.com2013-06-242-14/+0
| | | | | | | | | | | | | | pymox is no longer use anywhere. Dropping it. BUG=None TEST=None R=binji@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/16972011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208137 0039d316-1c4b-4281-b951-d872f2087c98
* For first_run browsertests, mask expected import state on bots to keep it ↵tapted@chromium.org2013-06-241-28/+31
| | | | | | | | | | | | | predictable. Without a mask, imports on some mac (all ios) and linux bot instances fail, because there is nothing to import. BUG=181499 Review URL: https://chromiumcodereview.appspot.com/15981014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208136 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 207775 "Fixed the disabled button to be the same size as ..."mtomasz@chromium.org2013-06-241-1/+0
| | | | | | | | | | | | | | | | | > Fixed the disabled button to be the same size as enabled. > > Before, the disabled button was smaller, what caused janky UI when loading the dialog. This patch makes it the same size. > > TEST=Invoke the Save-as or Open dialog. Verify if the disabled button is the same size. > BUG=249995 > > Review URL: https://chromiumcodereview.appspot.com/17356008 TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/17580005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208135 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: the lack of setuid sandbox is now fatal.jln@chromium.org2013-06-231-5/+13
| | | | | | | | | | | | | | | | | | --disable-setuid-sandbox needs to be passed on the command line for the setuid sandbox to be disabled. Because migrating existing bots and configurations takes time, there is an escape hatch as well: if the CHROME_DEVEL_SANDBOX environment variable is empty, we only log an error. chromium-dev announcement: http://goo.gl/yWwZn BUG=245376 R=markus@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/16925003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208133 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes an overlap issue of Omnibox suggest and IME candidate window on ↵yukishiino@chromium.org2013-06-231-3/+10
| | | | | | | | | | | | | | | Windows with Views implementation. This CL makes Omnibox hide its suggest popup when a IME candidate window is shown. This CL applies to Views implementation on Windows. This CL assumes https://codereview.chromium.org/17112021/ , which will be committed soon. BUG=245578 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/17068005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208132 0039d316-1c4b-4281-b951-d872f2087c98
* [InstantExtended] Add UserMetricsAction for page load on SRP. Also adds ↵rlp@chromium.org2013-06-233-5/+31
| | | | | | | | | | UserMetricsAction for when the Omnibox URL indicates as search. BUG=248790 Review URL: https://chromiumcodereview.appspot.com/16854015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208131 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208130 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 152906:152930eseidel@chromium.org2013-06-231-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152907:152930&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/17570002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208129 0039d316-1c4b-4281-b951-d872f2087c98
* Place newly created app windows on screen.scheib@chromium.org2013-06-238-26/+256
| | | | | | | | | | | | | | | | | | | | | | | | Application windows with IDs are restored to their previous location, however if the screen bounds have changed they previously might be created offscreen. This change saves the previous screen bounds, and if the current screen is not contained that that area, it moves the window, resizing if needed, to fit in the new screen. This patch was developed by Chaobin Zhang <zhchbin@gmail.com> and review started on https://codereview.chromium.org/17378003/ but has been tested and edited by scheib@chromium.org to remove the "if defined(OS_WIN)". BUG=145752, 225734 TEST=Run https://github.com/GoogleChrome/chrome-app-samples/tree/master/window-state sample, launch windows with ID, move to a second monitor or far right bottom, close window, resize or disconnect other monitor, relaunch that window with ID: verify newly created window is visible. Review URL: https://chromiumcodereview.appspot.com/17564005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208128 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'profiling_full_stack_frames' build option not to optimize out stack ↵dmikurube@chromium.org2013-06-231-0/+10
| | | | | | | | | | | | | frames when profiling. It enables the heap-profiler in Release builds. BUG=252560 R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/17115015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208127 0039d316-1c4b-4281-b951-d872f2087c98
* Defer stream texture creation on TV casewonsik@chromium.org2013-06-232-20/+36
| | | | | | | | | | | | | EstablishSurfaceTexturePeer() is called even if external surface is used. Defer stream texture creation altogether until it is certain that external surface is not used. BUG=248886 R=qinmin@chromium.org Review URL: https://chromiumcodereview.appspot.com/17530003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208126 0039d316-1c4b-4281-b951-d872f2087c98
* components: Move autofill strings to autofill_strings.grdp.tfarina@chromium.org2013-06-233-101/+107
| | | | | | | | | BUG=250213 R=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/16983014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208125 0039d316-1c4b-4281-b951-d872f2087c98
* Support CancelCompositionText/ComfirmCompositionText in TSF.Yukawa@chromium.org2013-06-237-34/+117
| | | | | | | | | | | | | | | | | | | | | Currently CancelCompositionText is not fully implemented in InputMethodTSF. This CL fixes the issue. Note: CUAS is also implementing the protocol conversions from ImmNotifyIME(NI_COMPOSITIONSTR, CPS_CANCEL, 0) and ImmNotifyIME(NI_COMPOSITIONSTR, CPS_COMPLETE, 0) into TSF operations, respectively. To minimize the risk of compatibility issues, this CL uses the the same protocol conversions logic to CUAS. BUG=246534 TEST=Tested with GoogleJapaneseInput Review URL: https://chromiumcodereview.appspot.com/16901011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208124 0039d316-1c4b-4281-b951-d872f2087c98
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-2314-115/+520
| | | | | | | | BUG=156182 Review URL: https://chromiumcodereview.appspot.com/15709005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208123 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing week-of-year test in ↵senorblanco@chromium.org2013-06-231-2/+3
| | | | | | | | | | | RendererDateTimePickerTest.TestParserValidDateInputs. BUG=253231 TBR=keishi Review URL: https://codereview.chromium.org/17573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208122 0039d316-1c4b-4281-b951-d872f2087c98
* Add descriptions to all extension/app schemas, and enforce that they have themevan.peterson.EP@gmail.com2013-06-23151-121/+281
| | | | | | | | | | | | from now on. BUG=233968 R=kalman@chromium.org TBR=yoz@chromium.org Review URL: https://chromiumcodereview.appspot.com/16876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208110 0039d316-1c4b-4281-b951-d872f2087c98
* Added test to verify that onmostvisitedchange event is dispatched when an ↵kmadhusu@chromium.org2013-06-232-0/+51
| | | | | | | | | | | | | user navigate from SRP to NTP. Added InstantExtendedTest.DispatchMVChangeEventWhileNavigatingBackToNTP. BUG=248683 TEST=none Review URL: https://chromiumcodereview.appspot.com/17424004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208109 0039d316-1c4b-4281-b951-d872f2087c98
* [UMA] Rip out some XML logging code.isherman@chromium.org2013-06-232-102/+6
| | | | | | | | | | BUG=109818 TEST=none R=jar@chromium.org Review URL: https://chromiumcodereview.appspot.com/17136002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208108 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such ↵senorblanco@chromium.org2013-06-231-3/+3
| | | | | | | | | | | | | a..."" (r208102). seems to be causing Android failures in content_tests: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Tests%20%28dbg%29&number=12049 BUG= TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/17444018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208107 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1546.0 to 1547.0chrome-release@google.com2013-06-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208105 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Allow suppressed EME canPlayType() responses to be overridden with a ↵senorblanco@chromium.org2013-06-238-58/+8
| | | | | | | | | | | | flag." (r208096). Broke ChromeOS build. TBR=ddorwin Review URL: https://codereview.chromium.org/16917014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208103 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-221-3/+3
| | | | | | | | | | | | | | | | | | | | | With r208081 (https://codereview.chromium.org/16879015), it is safe to re-enable TLS 1.2 for USE_OPENSSL. > Disable TLS 1.2 if USE_OPENSSL is defined (such as on Android) to > prevent ClientHello from being larger than 256 bytes. Some broken > servers can't handle a large ClientHello. > > R=agl@chromium.org,rsleevi@chromium.org > BUG=90392,245500,247691 > TEST=none > > Review URL: https://chromiumcodereview.appspot.com/17094016 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/17553016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208102 0039d316-1c4b-4281-b951-d872f2087c98
* Add a private API method metricsPrivate.getFieldTrial(), which returnsoleg@chromium.org2013-06-226-0/+56
| | | | | | | | | the group for field trial experiment. Equivalent to FieldTrialList::FindFullName(). Review URL: https://chromiumcodereview.appspot.com/17496005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208101 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist Chrome Connectivity Debugger for metricsPrivateikarienator@chromium.org2013-06-221-1/+4
| | | | | | | | BUG=253098 Review URL: https://chromiumcodereview.appspot.com/17552021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208100 0039d316-1c4b-4281-b951-d872f2087c98
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-223-9/+86
| | | | | | | | for the QUIC job to finish. Review URL: https://chromiumcodereview.appspot.com/17247006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208099 0039d316-1c4b-4281-b951-d872f2087c98
* Add logging to the QUIC write path.rch@chromium.org2013-06-228-12/+213
| | | | | | Review URL: https://chromiumcodereview.appspot.com/17518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208098 0039d316-1c4b-4281-b951-d872f2087c98
* Ignores synthetic mouse events in ↵pkotwicz@chromium.org2013-06-221-0/+5
| | | | | | | | | | | ImmersiveModeControllerAsh::OnMouseEvent(). Counterintuitively, we get synthetic mouse events when aura::client::CursorClient::IsMouseEventsEnabled() == false. BUG=252230 Test=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/17514009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208097 0039d316-1c4b-4281-b951-d872f2087c98
* Allow suppressed EME canPlayType() responses to be overridden with a flag.ddorwin@chromium.org2013-06-228-8/+58
| | | | | | | | | | | Adds --override-encrypted-media-canplaytype and the corresponding flag. BUG=252967 TBR=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/17459003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208096 0039d316-1c4b-4281-b951-d872f2087c98
* Drop memory class-based renderer limit on Android.ppi@chromium.org2013-06-224-60/+32
| | | | | | | | | | | | | | | This patch removes the automatic renderer-process limit on Android, moving the consumers to MAX_RENDERERS_LIMIT instead. This does not affect the number of renderers being spawned yet, but will allow the consumers to use all available renderers once MAX_RENDERERS_LIMIT is lifted. BUG=241787 Review URL: https://chromiumcodereview.appspot.com/17450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208095 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-2241-324/+319
| | | | | | | | | BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17314012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208094 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome Frame turndown prompt.grt@chromium.org2013-06-2222-4/+918
| | | | | | | | | | | | Display a prompt to users informing them that Chrome Frame is going away. TBR=cpu@chromium.org BUG= TEST=visit a site rendered in GCF. notice the bar. interact with it. once it goes away, it stays away for a week. Review URL: https://chromiumcodereview.appspot.com/17153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208093 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "bookmarks: Convert "Remove" link into a LabelButton."tfarina@chromium.org2013-06-223-72/+66
| | | | | | | | | | | | | It was reverted in r207804, because it broke some Bookmark tests in interactive_ui_tests. BUG=231694 TEST=ctrl+D or press the star button in the omnibox, observe the Bookmark Bubble, there should be a "Remove" Button in the left side of "Edit.." button. TBR=msw@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/17074010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208092 0039d316-1c4b-4281-b951-d872f2087c98
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-228-28/+38
| | | | | | | | | BUG= TBR=tfarina Review URL: https://chromiumcodereview.appspot.com/16950027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208091 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208090 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Blink roll 152906:152923"senorblanco@chromium.org2013-06-221-1/+1
| | | | | | | | | | Some browser_tests have snuck in. TBR=dpranke Review URL: https://codereview.chromium.org/17176034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208089 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off devices with low battery and don't fail device status step.navabi@google.com2013-06-221-8/+11
| | | | | | | | BUG=224004 Review URL: https://chromiumcodereview.appspot.com/16950029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208088 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test for base::Bind() and scoped_refptrs copies.willchan@chromium.org2013-06-221-0/+19
| | | | | | | | | | | | Specifically tracks the number of AddRef()/Release() pairs called for a method expecting a "const scoped_refptr<T>&". base::Bind()'s impl currently leads to too many AddRef()/Release() pairs. BUG=251937 Review URL: https://chromiumcodereview.appspot.com/17514007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208087 0039d316-1c4b-4281-b951-d872f2087c98
* Added a check in Searchbox::OnMostVisitedChanged() to prevent duplicate ↵kmadhusu@chromium.org2013-06-228-61/+28
| | | | | | | | | | | | | notifications regarding most visited items. SearchTabHelper no longer tracks the last known most visited items list. BUG=248683 TEST=none Review URL: https://chromiumcodereview.appspot.com/17521002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208086 0039d316-1c4b-4281-b951-d872f2087c98
* Disable InstantExtendedTest.UpdateSearchQueryOnBackNavigation, ↵senorblanco@chromium.org2013-06-221-4/+4
| | | | | | | | | | | InstantExtendedTest.UpdateSearchQueryOnForwardNavigation on Linux due to flake. BUG=253092 TBR=kmadhusu Review URL: https://codereview.chromium.org/17413024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208085 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208084 0039d316-1c4b-4281-b951-d872f2087c98