- 27 Apr, 2015 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d3c652f0..df4cf97d Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1106223002 Cr-Commit-Position: refs/heads/master@{#327094}
-
vmpstr authored
Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of https://codereview.chromium.org/1051993002/) Reason for revert: Several failures happened as a result. Original issue's description: > cc: Remove tile sharing from tilings. > > This patch removes sharing tiles from tilings. Previously, tiles > that were not invalidated were shared between the pending and > the active trees. With this patch, tiles that are exist on the > active tree and are not invalidated are not created on the pending > tree, resulting in fewer overall tiles. This improves performance > of updating and managing tiles. > > Also, this patch opens up opportunities for a lot of code clean > up that can otherwise be confusing when two trees are involved. > > R=danakj, enne > > Committed: https://crrev.com/0061b75e810f088900a0a8fbdd29ba5595c73016 > Cr-Commit-Position: refs/heads/master@{#326804} TBR=enne@chromium.org,danakj@chromium.org,timford35@gmail.com BUG=481421, 481509, 481480 Review URL: https://codereview.chromium.org/1108773003 Cr-Commit-Position: refs/heads/master@{#327093}
-
jdduke authored
Revert of [Android] Stop hiding the RWHV layer subtree when hiding the widget (patchset #12 id:330001 of https://codereview.chromium.org/1001573003/) Reason for revert: Speculative fix for blank display after cold startup. Original issue's description: > Reland "[Android] Preserve the front buffer when the activity is paused" > > This change was reverted in r322170 due to WebView breakage. The > ApplicationStatus dependency has been made optional, allowing > WebView to opt-out of its use. > > Original description: ---------------------------- > > Currently, when an activity is stopped, we explicitly hide the > foreground Tab. This is problematic, as current hiding semantics > might clear the visual front buffer before the window is hidden. > This in turn causes an unpleasant flickering during activity > transitions, e.g., when backgrounding Chrome or locking the screen. > > Wire Activity onPause/onResume notifications to WindowAndroidObservers, > allowing the foreground tab to preserve its front buffer while hiding > its web content. If the tab is explicitly hidden, or the root window > is lost, the front buffer will be cleared as usual. > > BUG=462752,434401 > > Committed: https://crrev.com/7954daf991a2adda234dc2e886b2d1ddf0049221 > Cr-Commit-Position: refs/heads/master@{#322228} TBR=sievers@chromium.org,dtrainor@chromium.org,tedchoc@chromium.org,piman@chromium.org,boliu@chromium.org,torne@chromium.org BUG=481450,481115,434401 Review URL: https://codereview.chromium.org/1109863003 Cr-Commit-Position: refs/heads/master@{#327092}
-
vitalybuka authored
GCD App already uses gcdPrivate.createSession. BUG=461504 Review URL: https://codereview.chromium.org/1103603002 Cr-Commit-Position: refs/heads/master@{#327091}
-
mdjones authored
This change centers the distiller results page. This will only affect the desktop version and is purely for developer sanity as desktop distiller is not officially supported. BUG= Review URL: https://codereview.chromium.org/1109853002 Cr-Commit-Position: refs/heads/master@{#327090}
-
cmasone authored
ScopedFileDescriptor was initially introduced to facilitate the management of a 'lifeline' FD used when asking permission_broker to open a port in the device's firewall on CrOS. It's actually a scoped wrapper around DBus::FileDescriptor, not a platform file descriptor. I would like to use it to facilitate some other similar functionality in which I create a pipe and pass one end over DBus, so it seems like a good idea to move ScopedFileDescriptor into the dbus library directly. BUG=chromium:481340 TEST=FirewallHole unit tests still pass STATUS=Fixed R=keybuk, reillyg, stevenjb Review URL: https://codereview.chromium.org/1090243003 Cr-Commit-Position: refs/heads/master@{#327089}
-
bruthig authored
Ash.NumberOfVisibleWindowsInPrimaryDisplay was incorrectly being recorded at the login and lock screen. TEST=UserMetricsRecorderTest.VerifyIsUserInActiveDesktopEnvironmentValues TEST=UserMetricsRecorderTest.VerifyStatsRecordedWhenUserNotInActiveDesktopEnvironment TEST=UserMetricsRecorderTest.VerifyStatsRecordedWhenUserInActiveDesktopEnvironment TEST=UserMetricsRecorderTest.VerifyStatsRecordedByRecordPeriodicMetrics BUG=477538 Review URL: https://codereview.chromium.org/1093483002 Cr-Commit-Position: refs/heads/master@{#327088}
-
bungeman authored
Summary of changes available at: https://chromium.googlesource.com/chromium/src/third_party/freetype2/+log/495a23fce9cd..1dd5f5f4a90 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel This updates from Precise FreeType 2.4.8-1ubuntu2.1 to 2.4.8-1ubuntu2.2. BUG=454426 Review URL: https://codereview.chromium.org/1108843002 Cr-Commit-Position: refs/heads/master@{#327087}
-
wnwen authored
BUG=481533 Review URL: https://codereview.chromium.org/1108843003 Cr-Commit-Position: refs/heads/master@{#327086}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6393c06..f0c000d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=humper@google.com Review URL: https://codereview.chromium.org/1102363003 Cr-Commit-Position: refs/heads/master@{#327085}
-
halliwell authored
Recent changes to page scale initialization and defaults mean we ended up with page scale = 0.25 (previously 1) on ATV. BUG=internal b/20418423 Review URL: https://codereview.chromium.org/1075043004 Cr-Commit-Position: refs/heads/master@{#327084}
-
rnephew authored
In linux_based_platform_backend a print message for debugging information snuck its way in. This gets rid of that. BUG= Review URL: https://codereview.chromium.org/1110543004 Cr-Commit-Position: refs/heads/master@{#327083}
-
sergeyu authored
This avoids creation of an extra file thread in BasicURLRequestContext and fixes linked bug BUG=475213 Review URL: https://codereview.chromium.org/1082803004 Cr-Commit-Position: refs/heads/master@{#327082}
-
stuartmorgan authored
Also updates a few related files that had become stale relative to downstream. BUG=464810 Review URL: https://codereview.chromium.org/1107083002 Cr-Commit-Position: refs/heads/master@{#327081}
-
xiyuan authored
This fixes the regression in http://crbug.com/480381 where 'activate' event is not fired for menu items under a grouping div rather than being direct children of a Menu. Also fixes js error when hovering such menu items. BUG=480381 Review URL: https://codereview.chromium.org/1095303004 Cr-Commit-Position: refs/heads/master@{#327080}
-
abodenha authored
Moves all logic for deciding the availability of the upgrade menu item into the visibility check. Also extends a test to prevent future regressions. BUG=475971 Review URL: https://codereview.chromium.org/1061663003 Cr-Commit-Position: refs/heads/master@{#327079}
-
nednguyen authored
BUG=475714 Review URL: https://codereview.chromium.org/1103273002 Cr-Commit-Position: refs/heads/master@{#327078}
-
erg authored
Instead of having an application for clipboard.mojo, a view_manager.mojo, et all, we instead will have one core_services application which provides implementations of all the services compiled into one physical file so we don't have to pay the cost of //base/ in each application. For now, this just moves clipboard.mojo into core_services. BUG=477435 R=sky@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1084463003 Cr-Commit-Position: refs/heads/master@{#327077}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1110473002 Cr-Commit-Position: refs/heads/master@{#327076}
-
anujk.sharma authored
MessageLoopProxy is deprecated. This basically does a search and replace: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). BUG=391045 Review URL: https://codereview.chromium.org/1108773002 Cr-Commit-Position: refs/heads/master@{#327075}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/12b6467..6554837 TBR=tkent@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/1110643002 Cr-Commit-Position: refs/heads/master@{#327074}
-
estade authored
- TimeTicks in place of Time - remove unnecessary member var running_ - etc. BUG=none Review URL: https://codereview.chromium.org/1103903003 Cr-Commit-Position: refs/heads/master@{#327073}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1092223006 Cr-Commit-Position: refs/heads/master@{#327072}
-
skyostil authored
The condition was being misinterpreted because of missing braces. Review URL: https://codereview.chromium.org/1104263002 Cr-Commit-Position: refs/heads/master@{#327071}
-
davidben authored
This moves the platform-specific OCSP stapling code out of SSLClientSocket, which enables OCSP stapling on the chimera build. It'll also make it easier to support OCSP stapling on OS X, where a stapled OCSP response is a property of the certificate verification (as it should be) and not the certificate. BUG=430714,479034 Review URL: https://codereview.chromium.org/1081913003 Cr-Commit-Position: refs/heads/master@{#327070}
-
tfarina authored
http://build.chromium.org/p/chromium.fyi/builders/CrWinClang/builds/605/steps/compile/logs/stdio This fixes the following kind or warnings: warning(clang): [chromium-style] Complex constructor has an inline body. warning(clang): [chromium-style] Complex destructor has an inline body. warning(clang): [chromium-style] complex class/struct needs an explicit out-of-line constructor. warning(clang): [chromium-style] complex class/struct needs an explicit out-of-line destructor. BUG=467287 R=thakis@chromium.org,cpu@chromium.org Review URL: https://codereview.chromium.org/1106203002 Cr-Commit-Position: refs/heads/master@{#327069}
-
alexmos authored
One current use for this is to ensure that cross-domain access error messages (see https://crbug.com/478254) show the latest origin for RemoteFrames. BUG=426512, 478254 Review URL: https://codereview.chromium.org/1098763003 Cr-Commit-Position: refs/heads/master@{#327068}
-
skyostil authored
This patch modifies all tests to have a more realistic threading set-up by either: a) adding a TestBrowserThreadBundle b) constructing any existing TestBrowserThreadBundle earlier or c) adding a MessageLoop as appropriate. This makes it possible to later migrate base/ from MessageLoopProxy over to ThreadTaskRunnerHandle, which requires an active task runner on the current thread. BUG=465354 Review URL: https://codereview.chromium.org/1086733002 Cr-Commit-Position: refs/heads/master@{#327067}
-
davidben authored
A follow-up will unvirtual and disentangle the other virtual functions there. Have SSLClientSocket implement ALPN-related methods internally using GetNextProto rather than rely on SSLConnectJob to do it. The SPDY-related bit is removed and moved up to callers. Also clean up the MockSSLClientSocket overrides of these functions now that the setters are never called outside of the SSLClientSocket implementation. Instead, SSLSocketDataProvider supplies the input to MockSSLClientSocket::GetNextProto and then the usual logic computes everything else from there. BUG=477847 Review URL: https://codereview.chromium.org/1097773003 Cr-Commit-Position: refs/heads/master@{#327066}
-
erikchen authored
The first attempt to land this CL failed because there weas a missing import in device/BUILD.gn. > mac: Weakly link against the CoreBluetooth framework. > > In the OSX 10.10 SDK, CoreBluetooth became a top level framework. Previously, > it was nested in IOBluetooth. In order for Chrome to run on OSes older than OSX > 10.10, the top level CoreBluetooth framework must be weakly linked. > > BUG=463170 > Committed: https://crrev.com/9fde3e00865650009c7e85fcb7157719372b97a8 > Cr-Commit-Position: refs/heads/master@{#326705} BUG=463170 TBR=rsesek@chromium.org, keybuk@chromium.org Review URL: https://codereview.chromium.org/1056313004 Cr-Commit-Position: refs/heads/master@{#327065}
-
rsorokin authored
BUG=470869 Review URL: https://codereview.chromium.org/1109823002 Cr-Commit-Position: refs/heads/master@{#327064}
-
qyearsley authored
When the bisect output text gets added to the perf dashboard, the <> characters shouldn't be there. Ideally the perf dashboard should probably escape these characters before adding it to the quick-logger, but it's also easy to just remove them here. Review URL: https://codereview.chromium.org/1087683002 Cr-Commit-Position: refs/heads/master@{#327063}
-
tobiasjs authored
Check to make sure at the time that didNavigateMainFrame occurs that the WebView is not destroyed (in which case skip registering the visual state listener callback for onPageCommitVisible). BUG=481534 Review URL: https://codereview.chromium.org/1109833002 Cr-Commit-Position: refs/heads/master@{#327062}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cf28480..12b6467 TBR=tkent@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/1105103004 Cr-Commit-Position: refs/heads/master@{#327061}
-
kpschoedel authored
Keyboard event rewriting has some special cases keyed on the device name (Apple keyboards) or USB VID/PID (Hotrod remote), which had been handled by special-case device inspection under X11, and not handled at all under Ozone. This moves the properties to ui::DeviceDataManager and makes the use in chromeos::EventRewriter platform-independent. BUG=471753 Committed: https://crrev.com/711f2fc883c05bb10466fb65fdaf9bc10c909b23 Cr-Commit-Position: refs/heads/master@{#325660} Review URL: https://codereview.chromium.org/1073573002 Cr-Commit-Position: refs/heads/master@{#327060}
-
stuartmorgan authored
In-flight CLs that landed downstream during the upstreaming of these files resulted in drift; this re-syncs the files to the latest versions. BUG=464810 Review URL: https://codereview.chromium.org/1106963003 Cr-Commit-Position: refs/heads/master@{#327059}
-
primiano authored
This is to align the attributes used by memory allocator dump with telemetry values [1] introducing types and units as attributes args. Follow up patches will clean up the C++ interface to match the new model. This also rolls src/third_party/trace-viewer bd416ea:ba605a2 to pick up the corresponding trace-viewer UI changes. Summary of changes available at: https://chromium.googlesource.com/external/trace-viewer/+log/bd416ea..ba605a2 BUG=466141 Review URL: https://codereview.chromium.org/1106943002 Cr-Commit-Position: refs/heads/master@{#327058}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/567ff2f..6393c06 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=humper@google.com Review URL: https://codereview.chromium.org/1103253002 Cr-Commit-Position: refs/heads/master@{#327057}
-
jam authored
This allows URL(s) sent as args to be passed to the window manager. Also send --override-use-gl-with-osmesa-for-tests since it's listed on the sites page. Review URL: https://codereview.chromium.org/1108023002 Cr-Commit-Position: refs/heads/master@{#327056}
-
mdjones authored
This change moves any code related to JavaScript and HTML generation in dom distiller to a superclass that all platforms can use. BUG=472797 Review URL: https://codereview.chromium.org/1101993003 Cr-Commit-Position: refs/heads/master@{#327055}
-