- 04 Jun, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274752 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This version contains guessing the administrative area based on the postal code. TBR=estade@chromium.org BUG=327046 Review URL: https://codereview.chromium.org/317533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274751 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
This was an oversight in https://codereview.chromium.org/305643004/ TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/317523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274750 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
The only way this crash could occur is if we're trying to layout the titlebar, the delegate requests showing the icon, but there isn't an icon view. In such cases, we shouldn't try to set the bounds on a NULL view. (This fix is theoretical; I wasn't able to repro the bug.) BUG=376313 Review URL: https://codereview.chromium.org/310193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274749 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=372926 Review URL: https://codereview.chromium.org/302283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274748 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
Depends on https://codereview.chromium.org/289373011/. BUG=104711 Review URL: https://codereview.chromium.org/308543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274747 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Link against IOSurface.framework instead -- this is an option starting in 10.6. BUG=314190 Review URL: https://codereview.chromium.org/301973010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274746 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274745 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175389:175413&mode=html TBR=jchaffraix@chromium.org,beverloo@chromium.org,eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/310253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274744 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
ExtensionUninstallDialog into extensions namespace and remove unwanted extensions:: prefix in extension_uninstall_dialog.*. BUG=380149 Review URL: https://codereview.chromium.org/307413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274743 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=380568,380575 NOTRY=true TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/318643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274742 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
The delegated render layer can change when video enters/exits fullscreen Similar to other places in this file where layer_ is used, we should do a null check before using it. BUG=356671 Review URL: https://codereview.chromium.org/309353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274741 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Add touch stream validation similar to the existing gesture stream validation. Also add validation of the *output* stream from the InputRouter (in addition to the existing *input* stream validation). BUG=345372 Review URL: https://codereview.chromium.org/290473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274740 0039d316-1c4b-4281-b951-d872f2087c98
-
about://gesturetdresser@chromium.org authored
BUG=380131 Review URL: https://codereview.chromium.org/313473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274739 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
BUG=380175 Review URL: https://codereview.chromium.org/315663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274738 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
The infobar for navigator.webkitPersistentStorage.requestQuota doesn't disappear even if the user navigates away from a page. Updated ShouldExpireInternal() to remove infobar on navigation. BUG=350029 Review URL: https://codereview.chromium.org/308673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274737 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
The goal of this change is to give more accurate information about when a video frame is generated. VideoFrame already provides a TimeDelta value as the presentation timestamp. This is unchanged but we provide an additional TimeTicks value to indicate the estimated capture time of the video frame. It accurately records the time when the videoframe is generated for local sources such as camera and tab capture device. This value will be an estimate for remote sources such as WebRTC. After this change cast streaming API is able to collect accurate information about how much time is spent in capturing. BUG=374541 Review URL: https://codereview.chromium.org/287313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274736 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Brings back the old FSEvents code, changing it to support recursive watches only, and use dispatch queues instead of using the CFRunLoop from the UI thread. BUG=144491 Review URL: https://codereview.chromium.org/283423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274735 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
Currently in AreURLsInPageNavigation, we only trust renderer_says_in_page if the before and after urls are identical. This prevents us from correctly classifying history.pushState and history.replaceState navigations as in-page. Navigations via the history API are required to be same-origin, but can differ by more than just the ref component, so we get the correct behavior without the renderer process being able to lie about a cross-origin navigation. BUG=138324 TEST=Added cases to NavigationControllerTest.IsInPageNavigation Review URL: https://codereview.chromium.org/304763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274734 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=379124 Review URL: https://codereview.chromium.org/308083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274733 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
This function takes a url and a title as input, generates and returns a bookmark app. R=benwells@chromium.org,kalman@chromium.org,calamity@chromium.org BUG=370350 Review URL: https://codereview.chromium.org/266353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274732 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This is a library for Windows and MacOSX (tested MacOSX currently) that supports the features needed to do WiFi bootstrapping. BUG=370071 Review URL: https://codereview.chromium.org/226883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274731 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Previously the custom binding in JS would prevent an image that's larger than the size of the template from being sent to the browser process. This relaxes the maximum to be the largest supported scale factor of the machine. TBR=kalman@chromium.org,dimich@chromium.org BUG=239676 Review URL: https://codereview.chromium.org/291193009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274730 0039d316-1c4b-4281-b951-d872f2087c98
-
stgao@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/293363010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274729 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
Create new histograms (with "2" suffix) corresponding to histograms using the "ExtensionPermission" enum. Also, update the histograms owners and mark the old histograms as obsolete. BUG=338008 Review URL: https://codereview.chromium.org/274943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274728 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274727 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
They're breaking the ASAN bots. BUG=380537 TBR=rsadam@chromium.org Review URL: https://codereview.chromium.org/311083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274725 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
We used to get this dll from third_party/directxsdk but that's not longer true. For some reason, this started to break bots recently. BUG=none TBR=maruel@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/311063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274724 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274709 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Causes presubmit to hang. BUG=380245 > [Telemetry] Terminate any dangling subprocesses > > This is designed to prevent deadlocks on the buildbots. > > I couldn't figure out a way to kill them without killing the parent as well. I > also haven't looked into a Windows equivalent yet. > > BUG=357059 > > Review URL: https://codereview.chromium.org/301313007 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/310083009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274706 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBD: the ones involving the destruction of one connections. ** not tested as part of main chrome test suite ** R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/310223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274705 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Planning to revert a CL that this modified. BUG=380245 > [Telemetry] Don't setpgrp on cros. > > It doesn't work there for some reason. > > BUG= > > Review URL: https://codereview.chromium.org/314463002 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/307423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274704 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
It exposed a bug in the WSOLA algorithm that causes it to incorrectly trigger underflows. > Remove muting for extreme playbackRates. > > Audio was muted below 0.5x and above 4x as the quality degraded > significantly under the crossfade algorithm. The quality is now much > better under the WSLOA algorithm (r220343). > > BUG=289354 > R=scherkus@chromium.org > R=dalecurtis@chromium.org > > Review URL: https://codereview.chromium.org/205093002 BUG=368083 TBR=sandersd@chromium.org Review URL: https://codereview.chromium.org/312963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274701 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Disable WebViewTest.GeolocationAPIEmbedderHasAccessMultipleBridgeIdAllow to allow blink roll while I investigate git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274696 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=371530 R=sievers NOTRY=true Review URL: https://codereview.chromium.org/311023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274693 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
For now, I'm just testing ChildProcess/ChildProcessHost (turned the "manual" test code into a proper automated test). I'll add an app-loading test shortly. R=sky@chromium.org Review URL: https://codereview.chromium.org/313653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274692 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=371530 TBR=sievers NOTRY=true Review URL: https://codereview.chromium.org/310313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274691 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
One of the tests (SocketTestTCP, Listen) submits a len "addrlen = sizeof(addr) + 10", so that causes the memcpy to overwrite part of the caller's stack (because the outparam points at the stack). Related to: BUG= https://code.google.com/p/nativeclient/issues/detail?id=3867 (last time the compile change caused the test to fail) NOTRY=true (only an SDK change) Review URL: https://codereview.chromium.org/310903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274689 0039d316-1c4b-4281-b951-d872f2087c98
-
pmarch@chromium.org authored
will be discarded afterwords. BUG=366916 Review URL: https://codereview.chromium.org/271553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274687 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Views positions all views, including the views::WebView containing the aura::Window that contains the content::RenderWidgetHostViewAura, to integral DIP positions. With a non-integral device scale factor, this could position the RWHVA in between physical pixel boundaries which results in filtering the composited output from the renderer. This looks blurry and bad. This patch computes the delta to the top-left-most integer physical pixel inside the desired bounds and translates the web contents layer by that amount. This means that the top left corner of the web contents shows up at an exact physical pixel and thus the web contents is not filtered. This means that some amount on the bottom or right edge of the web contents area may be clipped, but this amount is always less that one DIP. BUG=370074, 378620 Review URL: https://codereview.chromium.org/304973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274686 0039d316-1c4b-4281-b951-d872f2087c98
-