summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 31.0.1650.3131.0.1650.31gitdeps2014-04-072-632/+500
|
* Incrementing VERSION to 31.0.1650.31chrome-release@google.com2013-10-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229961 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229205 "Prevents the crash when opening the message center..."mukai@chromium.org2013-10-213-2/+16
| | | | | | | | | | | | | | | | | | | > Prevents the crash when opening the message center in guest mode. > > In the guest mode of ChromeOS, there are no notifier groups so that > some method causes a crash. > > BUG=302047 > R=dewittj@chromium.org > TEST=manually & unit_tests covers > > Review URL: https://codereview.chromium.org/25394003 TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/32483005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229942 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228776 "Add whitelist for extensions that can invoke feedb..."rkc@chromium.org2013-10-211-1/+22
| | | | | | | | | | | | | | | > Add whitelist for extensions that can invoke feedback. > > R=xiyuan@chromium.org > BUG=307328 > > Review URL: https://codereview.chromium.org/27370004 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/33883002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229936 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r228790 "Hack M31 release branch to clip root container layer."aelias@chromium.org2013-10-211-9/+0
| | | | | | | | | | | This patch was reported to cause scheduling spam on ChromeOS. TBR=enne BUG=303976,308789 Review URL: https://codereview.chromium.org/28063004 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229920 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229645 "Whitelist an additional app id for mediaGalleriesP..."thestig@chromium.org2013-10-211-2/+4
| | | | | | | | | | | | | | > Whitelist an additional app id for mediaGalleriesPrivate/musicManagerPrivate APIs. > > BUG=308749 > > Review URL: https://codereview.chromium.org/28033002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/33503002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229881 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229478 "Remove HSTS preload for translate.google.com."palmer@chromium.org2013-10-212-2/+0
| | | | | | | | | | | | | | | | | > Remove HSTS preload for translate.google.com. > > Works around a server-side bug. > > BUG=309176 > TBR=rsleevi@chromium.org > > Review URL: https://codereview.chromium.org/28743003 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/33393002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229869 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 226539 "net: don't preserve 1xx responses in parser buffer."agl@chromium.org2013-10-213-50/+91
| | | | | | | | | | | | | | | | | > net: don't preserve 1xx responses in parser buffer. > > It's unclear why 1xx responses were kept in the parser's buffer previously so > this change aligns their processing with all other response types. > > BUG=299892 > > Review URL: https://codereview.chromium.org/25312002 TBR=agl@chromium.org Review URL: https://codereview.chromium.org/33053003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229861 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228589 "[Spellcheck] Don't show the confirm bubble (and th..."rlp@chromium.org2013-10-211-0/+4
| | | | | | | | | | | | | | | > [Spellcheck] Don't show the confirm bubble (and therefore don't turn on Google suggestions) in this rare case -- linux, non-browser window. Since linux will be updated, this is a quick fix until then. > > BUG=302419 > TEST=Go to chrome://help, hit "Report an Issue", type something, open the context menu and select "Ask Google for Suggestions". Note that the browser does not crash. > > Review URL: https://codereview.chromium.org/27249002 TBR=rlp@chromium.org Review URL: https://codereview.chromium.org/32523003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229852 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229428 "Set is_hidden bit for background navigations"jamesr@chromium.org2013-10-216-7/+14
| | | | | | | | | | | | | | | | | | | | | | > Set is_hidden bit for background navigations > > r218548 added an initial visibility state for WebContentsImpls and RenderWidgetHost(View|Impl)s and set it for cross-process navigations, but failed to set the correct initial state for in-process navigations. This propagates the initial hidden state correctly in these places: > > 1.) For browser navigations, this propagates the WebContents::CreateParams::initially_hidden bit into WebContentsImpl. Previously this went nowhere (oops!) > 2.) For window.open() navigations to background tabs, this initializes the RenderViewImpl's hidden bit based on the navigation disposition. > 3.) For RenderWidgetHostView impls that store their own is_hidden bit (mac, gtk and guest) this sets the initial state correctly based off of the RenderWidgetHostImpl. The other RWHView implementations do not store their own is_hidden bool and just ask their RenderWidgetHostImpl for the bit. I'm not sure why this is. > > BUG=305437, 302574 > TEST=see bug > R=jam@chromium.org > > Review URL: https://codereview.chromium.org/27203004 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/32593004 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229849 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229661 "Fix for proxy-bypass support on iOS."bengr@chromium.org2013-10-212-119/+211
| | | | | | | | | | | | | | > Fix for proxy-bypass support on iOS. > > BUG=300178 > > Review URL: https://codereview.chromium.org/25776002 TBR=marq@chromium.org Review URL: https://codereview.chromium.org/33133002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229847 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228586 "[Sync] Fix crash when all visits are from the future"zea@chromium.org2013-10-212-4/+61
| | | | | | | | | | | | | | | | | | | > [Sync] Fix crash when all visits are from the future > > It's possible for all favicons to have last visit times in the future. In that > case, adding a local favicon will result in its immediate expiration. > Previously this would crash. Now this will just result in a silent expiration > and no sync interaction. > > BUG=306150 > > Review URL: https://codereview.chromium.org/27246002 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/32683005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229843 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229225 "Fix back-after-redirect for renderer-initiated cro..."creis@chromium.org2013-10-212-0/+21
| | | | | | | | | | | | | | | > Fix back-after-redirect for renderer-initiated cross-process redirects. > > BUG=308444 > Test=Click Back after visiting Drive from NTP when not signed into Google. > > Review URL: https://codereview.chromium.org/26396004 TBR=creis@chromium.org Review URL: https://codereview.chromium.org/32953002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229835 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229567 "android: fix base::Time::FromLocalExploded() crash."digit@chromium.org2013-10-212-7/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > android: fix base::Time::FromLocalExploded() crash. > > This patch does the following: > > - Provide a work-around for an Android platform bug that > happens on older Android releases (e.g. 4.1.2), but fixed > on later ones (e.g. 4.3), where mktime() / mktime64() > would return -1 even when passed proper time values. > > - Improve the code to properly deal with the fact that > SysTime is actually int64 on Android, unlike other > platforms, allowing us to remove the CHECK() that > was triggered by the platform bug. > > - Add a new unit test to verify that the new code > doesn't crash on Android 4.1.2 anymore, and returns > the correct values. > > BUG=287821 > R=jar@chromium.org,mark@chromium.org,brettw@chromium.org > > Review URL: https://codereview.chromium.org/27472003 TBR=digit@chromium.org Review URL: https://codereview.chromium.org/32783002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229816 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229386 "Observers of NetworkPortalDetector explicitly unsu..."ygorshenin@google.com2013-10-212-0/+4
| | | | | | | | | | | | | | > Observers of NetworkPortalDetector explicitly unsubscribe from notifications during destruction. > > BUG=302812 > > Review URL: https://codereview.chromium.org/27709002 TBR=ygorshenin@chromium.org Review URL: https://codereview.chromium.org/32773002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229815 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229300 "Android: route restore loads through ContentViewCore."ppi@chromium.org2013-10-214-0/+41
| | | | | | | | | | | | | | | | | | > Android: route restore loads through ContentViewCore. > > This patch exposes NavigationController methods to request and trigger restore > loads in ContentViewCore, so that ContentViewCore can keep track of the > renderer being recreated upon such load. > > BUG=307796 > > Review URL: https://codereview.chromium.org/26709020 TBR=ppi@chromium.org Review URL: https://codereview.chromium.org/32073003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229769 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228439 "Update libjpeg_turbo to HEAD"noel@chromium.org2013-10-211-1/+1
| | | | | | | | | TBR=noel@chromium.org BUG=299835 Review URL: https://codereview.chromium.org/28563003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229750 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228399 "Update libjpeg_turbo to HEAD"noel@chromium.org2013-10-211-1/+1
| | | | | | | | | TBR=noel@chromium.org BUG=258723 Review URL: https://codereview.chromium.org/31893002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229749 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228354 "Better handle SOS CSi values and order"noel@chromium.org2013-10-213-0/+26
| | | | | | | | | TBR=noel@chromium.org BUG=258723 Review URL: https://codereview.chromium.org/28763005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229748 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 31.0.1650.30chrome-release@google.com2013-10-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229493 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229419 "Add check that modal_delegate is not NULL in Build..."nkostylev@chromium.org2013-10-181-1/+1
| | | | | | | | | | | | | | | | | > Add check that modal_delegate is not NULL in BuildViewForPasswordManager. > > This will help understand reasons for crash (see bug). > > BUG=305727 > NOTRY=true > > Review URL: https://codereview.chromium.org/28033003 TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/29793003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229475 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229172 "Add visibility check to [ActivityStatus]"dfalcantara@chromium.org2013-10-184-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | > Add visibility check to [ActivityStatus] > > Some Java code checks to see whether Chrome is in the foreground when > it should really be checking if the Application's top Activity is > visible for scenarios where a little popup partially covers Chrome. > > Add a method to make the check more explicit, then change obvious places > that do checks on whether Chrome is running to use the new function. > > Precursor to https://gerrit-int.chromium.org/#/c/45073/ > > BUG=308211 > R=nyquist@chromium.org, tedchoc@chromium.org, yfriedman@chromium.org > > Review URL: https://codereview.chromium.org/27509007 TBR=dfalcantara@chromium.org Review URL: https://codereview.chromium.org/29893002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229470 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228934 "Record stats about kExtensionKnownDisabled with th..."gab@chromium.org2013-10-182-1/+11
| | | | | | | | | | | | > Record stats about kExtensionKnownDisabled with the PrefMetricsService. > > Review URL: https://codereview.chromium.org/27273004 TBR=gab@chromium.org Review URL: https://codereview.chromium.org/29753002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229458 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228190 "Prevent extension side-enabling."gab@chromium.org2013-10-189-20/+179
| | | | | | | | | | | | | | > Prevent extension side-enabling. > > NOTRY=True > > Review URL: https://codereview.chromium.org/26714003 TBR=gab@chromium.org Review URL: https://codereview.chromium.org/29723002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229457 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 222626 "IndexedDB: Keep backing store alive for time afte..."jsbell@chromium.org2013-10-189-167/+58
| | | | | | | | | | | | | | | | | | | | | | | > IndexedDB: Keep backing store alive for time after connection closes > > It appears to be common to close and re-open Indexed DB connections; > this can take hundreds of milliseconds even on fast hardware. Give > the backing store a short grace period (2 seconds) before closing. > > This is not done in the case of a forced connection close if > that connection was the last one holding the backing store open, since > a forced-close is usually in response to wanting exclusive access to > the backing store. > > BUG=153012 > > Review URL: https://chromiumcodereview.appspot.com/22793019 TBR=jsbell@chromium.org Review URL: https://codereview.chromium.org/28033005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229451 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 227950 "Extend prerender field trials through 2014"tburkard@chromium.org2013-10-181-3/+3
| | | | | | | | | | | | | | > Extend prerender field trials through 2014 > > R=jam@chromium.org > > Review URL: https://codereview.chromium.org/26875002 TBR=tburkard@chromium.org Review URL: https://codereview.chromium.org/29263005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229449 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228010 "Empty startup task queue when tasks run synchronously"yfriedman@chromium.org2013-10-182-12/+68
| | | | | | | | | | | | | | | | | | > Empty startup task queue when tasks run synchronously > > Also empty it when a task fails, and ensure that callback is only > called once. Extend the tests to check all this. > > TEST=content_unittests --gtest_filter='StartupTaskRunner*' > BUG=304108 > > Review URL: https://codereview.chromium.org/25348004 TBR=aberent@chromium.org Review URL: https://codereview.chromium.org/28553008 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229448 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 226009 "IndexedDB: Ignore duplicate transaction IDs sent b..."jsbell@chromium.org2013-10-182-1/+9
| | | | | | | | | | | | | | | > IndexedDB: Ignore duplicate transaction IDs sent by renderer > > BUG=297556 > R=alecflett@chromium.org,aedla@chromium.org > > Review URL: https://codereview.chromium.org/24702002 TBR=jsbell@chromium.org Review URL: https://codereview.chromium.org/29163003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229445 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229302 "Removed shortcut for fetching login access token f..."zelidrag@chromium.org2013-10-182-33/+27
| | | | | | | | | | | | | | | > Removed shortcut for fetching login access token for device robot accounts. > > BUG=305699 > TEST=manual > > Review URL: https://codereview.chromium.org/26715002 TBR=zelidrag@chromium.org Review URL: https://codereview.chromium.org/28733007 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229441 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228012 "Abort prerenders if unused for being uncommitted."davidben@chromium.org2013-10-185-12/+13
| | | | | | | | | | | | | | | | | | | | > Abort prerenders if unused for being uncommitted. > > This will avoid the problem, in most cases, where we prerender a login page, > don't commit fast enough, and then incorrectly use it after the user has > already logged in. > > BUG=292121 > TEST=PrerenderBrowserTest.PrerenderNoCommitNoSwap > > Review URL: https://codereview.chromium.org/26638004 BUG=308729 TBR=davidben@chromium.org Review URL: https://codereview.chromium.org/29263003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229424 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229115 "Trigger deadline immediately after an aborted main..."skyostil@google.com2013-10-183-13/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Trigger deadline immediately after an aborted main thread commit > > If the main thread aborts a commit, check if we should trigger the begin frame > deadline immediately. This fixes a problem where the first frame in response to > a scroll gesture is delayed to the next frame. The sequence of events is: > > 1. Impl thread receives ScrollBegin event. > 2. Impl thread receives BeginFrame event. 3. Impl thread receives ScrollBy > event. It applies the new scroll offset to the active tree and requests both > a commit (to tell the main thread about the new scroll offset) and a draw. > 3. Commit begins, but the main thread aborts it because only the scroll offset > changed. > 4. Impl thread is told about aborted commit, but instead of drawing the new > frame it does nothing. > > BUG=306958 > > Review URL: https://codereview.chromium.org/27200003 TBR=skyostil@chromium.org Review URL: https://codereview.chromium.org/28983002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229361 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 31.0.1650.29chrome-release@google.com2013-10-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229260 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 229256 "Add more logging to feedback."rkc@chromium.org2013-10-171-0/+5
| | | | | | | | | | | | | | | | > Add more logging to feedback. > Add some more logging to feedback to diagnose crbug.com/284662 > > R=xiyuan@chromium.org > BUG=284662 > > Review URL: https://codereview.chromium.org/27751003 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/27789002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229257 0039d316-1c4b-4281-b951-d872f2087c98
* Fix RPM expected dependencies.phajdan.jr@chromium.org2013-10-172-2/+0
| | | | | | | | | | | | This is the same as https://codereview.chromium.org/27779002/ TBR=mmoss BUG=304017 Review URL: https://codereview.chromium.org/27787002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229250 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228974 "Add disable-popup-blocking command line option in ..."dtrainor@chromium.org2013-10-171-0/+3
| | | | | | | | | | | | | | | > Add disable-popup-blocking command line option in Java > > BUG=303823 > NOTRY=true > > Review URL: https://codereview.chromium.org/27107003 TBR=dtrainor@chromium.org Review URL: https://codereview.chromium.org/27165007 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229233 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228852 "Add logging to diagnose feedback issues."rkc@chromium.org2013-10-173-1/+24
| | | | | | | | | | | | | | | | > Add logging to diagnose feedback issues. > Add logging to diagnose a hard to reproduce issue with the feedback UI not launching on auto-updated machines. > > R=asargent@chromium.org, xiyuan@chromium.org > BUG=284662 > > Review URL: https://codereview.chromium.org/27423002 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/27516010 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229212 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228548 "Change message loop to UI."jamiewalch@chromium.org2013-10-171-3/+11
| | | | | | | | | | | | | | | | | > Change message loop to UI. > > This is needed in order to receive distributed notifications on Mac, which is how we communicate between the pref pane and the daemon controller. > > BUG=293036 > R=lambroslambrou@chromium.org, sergeyu@chromium.org > > Review URL: https://codereview.chromium.org/26860005 TBR=jamiewalch@google.com Review URL: https://codereview.chromium.org/27513014 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229211 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228822 "gpu: Disable EXT_discard_framebuffer on Chrome OS"hshi@chromium.org2013-10-171-1/+12
| | | | | | | | | | | | | | | | | | | | > gpu: Disable EXT_discard_framebuffer on Chrome OS > > Disable the EXT_discard_framebuffer extension on Chrome OS. > It causes flickering and jumpy scrolling. > > BUG=301988 > TEST=Open www.monitor.hr on Daisy and scroll up and down > > Signed-off-by: Dominik Behr <dbehr@chromium.org> > > Review URL: https://codereview.chromium.org/26758002 TBR=dbehr@chromium.org Review URL: https://codereview.chromium.org/27749002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229196 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 227825 "Update webrtc/libjingle to r4948."mallinath@chromium.org2013-10-171-0/+3
| | | | | | | | | | | | | | > Update webrtc/libjingle to r4948. > > R=mallinath@chromium.org, sergeyu@chromium.org > > Review URL: https://codereview.chromium.org/26719002 TBR=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/27737002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229169 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228506 "cc: Ref count pixel ref in image decode task."vmpstr@google.com2013-10-171-3/+3
| | | | | | | | | | | | | | | | | | | | > cc: Ref count pixel ref in image decode task. > > This patch ensures that pixel ref will be valid when the image > decode task runs. As it stands right now, there is a possibility > that pixel ref will be accessed after it is freed (by the containing > picture pile). > > BUG=305012 > R=reveman@chromium.org > > Review URL: https://codereview.chromium.org/27066005 TBR=vmpstr@chromium.org Review URL: https://codereview.chromium.org/27711004 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229168 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 31.0.1650.28chrome-release@google.com2013-10-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229142 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 223645 "use a black brush instead of a null brush for win..."laforge@chromium.org2013-10-171-1/+1
| | | | | | | | | | | | | | | | | > use a black brush instead of a null brush for window background > > Yet another attempt at fixing black flash and window garbage on resize in Win8. I don't have any good reason why this should make any difference, but http://msdn.microsoft.com/en-us/library/windows/desktop/bb688195(v=vs.85).aspx#extending specifically mentions using GetStockObject(BLACK_BRUSH) so perhaps this triggers some magic behavior. > > R=sky@chromium.org > BUG=290481 > > Review URL: https://chromiumcodereview.appspot.com/23437036 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/27690003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229140 0039d316-1c4b-4281-b951-d872f2087c98
* Disable tests affected by r228790 on M31 branch.aelias@chromium.org2013-10-172-3/+4
| | | | | | | | | | | | | | Two impl-side painting tests and one linear-fade scrollbar test are failing as a result of applying a masksToBounds on the impl thread. These features aren't shipping on any platform without solid_color_scrollbars so the test failures aren't indicative of a real problem -- disable them on the branch. TBR=enne BUG=308278 Review URL: https://codereview.chromium.org/27625003 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229016 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 226126 "Change SSL_PeerCertificateChain to return a CERTCe..."wtc@chromium.org2013-10-176-43/+151
| | | | | | | | | | | | | | | | | > Change SSL_PeerCertificateChain to return a CERTCertList. > > R=agl@chromium.org,rsleevi@chromium.org > BUG=none > TEST=none > > Review URL: https://codereview.chromium.org/25107004 TBR=wtc@chromium.org BUG=308270 Review URL: https://codereview.chromium.org/26688005 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229011 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 31.0.1650.27chrome-release@google.com2013-10-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@229004 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1650dxie@chromium.org2013-10-16489-7876/+19054
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@228982 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 228576 "Stable blocker: crash extensions::UsbFindDevicesFu..."ikarienator@chromium.org2013-10-161-2/+3
| | | | | | | | | | | | | | | | | | | > Stable blocker: crash extensions::UsbFindDevicesFunction::AsyncWorkStart() > > GCC armv7a violated evaluation order of function parameters and exectued > devices.Pass() before devices->begin(). > > Probably due to optimization with wrong data dependency detection. > > BUG=288070 > > Review URL: https://codereview.chromium.org/27220004 TBR=ikarienator@chromium.org Review URL: https://codereview.chromium.org/27550002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@228954 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 227564 "Gamepad: Disable DirectInput support on Windows."teravest@chromium.org2013-10-161-11/+3
| | | | | | | | | | | | | | | | | | | > Gamepad: Disable DirectInput support on Windows. > > Users are reporting chrome not shutting down properly, and there are thread > stacks that suggest DirectInput support is at fault. Since this isn't a very > important feature, let's yank it for now, and hope to debug this in the future. > > BUG=305267 > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/26538002 TBR=teravest@chromium.org Review URL: https://codereview.chromium.org/27533002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@228924 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 226767 "Do not transform scroll event ordinal values"benhenry@google.com2013-10-164-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | > Do not transform scroll event ordinal values > > We don't need to transform scroll event ordinal values anymore as > we now interpret them as DIPs across the whole stack. Otherwise, > high-DPI devices (e.g. Pixel) would see the overscroll sensitivity > downscaled by the device scale factor. > > Contributed by sheckylin@chromium.org > > BUG=300059 > TEST=Make sure it takes roughly the same distance to scroll on the > touchpad to trigger the back/forward history navigation gesture on > both Pixel and other low-res devices. > > Review URL: https://codereview.chromium.org/25373005 TBR=sheckylin@chromium.org Review URL: https://codereview.chromium.org/27520004 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@228921 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 227098 "<webview> Dialog API should get cancelled by defau..."lazyboy@chromium.org2013-10-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | > <webview> Dialog API should get cancelled by default in stable shim code. > > When web_view_experimental.js is not present (CHANNEL_STABLE/CHANNEL_BETA), guest > dispatches 'dialog' event but never hears back from it, hanging the guest. > This CL ensures that we do not dispatch the event in > non-experimental case and deny the request immediately. > > BUG=304238 > Test=An app with a <webview>, the <webview> triggers a window.confirm() > dialog. Now if experimental shim (web_view_experimental.js) is disabled > (which is the case for stable channel), the guest would hang without > this change. With this change, the effect is that the dialog is > cancelled. > Tested with manually disabling experimental code from > chrome/renderer/extensions/dispatcher.cc:~1120. > > Review URL: https://codereview.chromium.org/25627007 TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/27527002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@228920 0039d316-1c4b-4281-b951-d872f2087c98