- 20 May, 2015 40 commits
-
-
szager authored
This failure has been preventing blink from rolling for >12 hours. Sample failure: http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/66651 TBR=cevans@chromium.org,haraken@chromium.org NOTRY=true BUG= Review URL: https://codereview.chromium.org/1148873003 Cr-Commit-Position: refs/heads/master@{#330763}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d30001ae..88a27231 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/1149683002 Cr-Commit-Position: refs/heads/master@{#330762}
-
brettw authored
Some of the documentation was unclear and out-of-date, and also didn't really list what to do instead. Review URL: https://codereview.chromium.org/1125033004 Cr-Commit-Position: refs/heads/master@{#330761}
-
ortuno authored
This CL removes all Invoke() calls and uses ACTION_TEMPLATE instead. This makes the code easier to read as now the values passed to the callbacks are no longer hidden inside other functions. Also change the definition of GetDevices to call adapter->GetConstMockDevices directly. This allows us to use the EmptyAdapter as a base adapter on which we can build other adapters. BUG=436284 Review URL: https://codereview.chromium.org/1138913006 Cr-Commit-Position: refs/heads/master@{#330760}
-
jam authored
Building "mandoline" should build html_viewer and ui_test.pak. Review URL: https://codereview.chromium.org/1128023007 Cr-Commit-Position: refs/heads/master@{#330759}
-
fserb authored
BUG= Review URL: https://codereview.chromium.org/1130713004 Cr-Commit-Position: refs/heads/master@{#330758}
-
lanwei authored
Revert of Fix a crash when views::HWNDMessageHandler::HandleTouchMessage (patchset #3 id:80001 of https://codereview.chromium.org/1147583002/) Reason for revert: We reverted the CL which needs to be fixed by this one, so we need to revert it one as well. We will recommit it once we fully fix and test it. Original issue's description: > Fix a crash when views::HWNDMessageHandler::HandleTouchMessage. > > There is a crash when calling views::HWNDMessageHandler::HandleTouchMessage, > because there are missing touch presses. Remove the CHECK for missing touch press, > and ignore when this happens. > > BUG=316085, 488473 > > Committed: https://crrev.com/41065dad044cd3bbd3c9bcc24e59eeae27a6c6a9 > Cr-Commit-Position: refs/heads/master@{#330751} TBR=sadrul@chromium.org,ananta@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=316085, 488473 Review URL: https://codereview.chromium.org/1148143002 Cr-Commit-Position: refs/heads/master@{#330757}
-
petrcermak authored
This patch pulls in recent Trace Viewer changes, almost half of which are UI fixes and changes for memory-infra. Summary of changes available at (79 patches): https://chromium.googlesource.com/external/trace-viewer/+log/e2b5374..473c6c4 Size increase for resources.pak: 51889 bytes (17350965 -> 17402854) BUG=458295 Review URL: https://codereview.chromium.org/1146143002 Cr-Commit-Position: refs/heads/master@{#330756}
-
maxbogue authored
This is CL 3/3 in a series; please see http://crrev.com/1138013008 for more information. Storing references to AndroidSyncSettings is no longer allowed BUG=480604 Review URL: https://codereview.chromium.org/1145003002 Cr-Commit-Position: refs/heads/master@{#330755}
-
reveman authored
512MB is needed on desktop to not regress performance on some important benchmarks but this limit is much more than needed on Android. By reducing it to 128MB we can also avoid using a different allocation size on Android. This makes the discardable memory behavior more consistent across platforms and improves the browser's ability to purge memory on Android. This change also reduces the amount of discardable memory used on low end devices to 1/8th of the normal limit. BUG=489174 Review URL: https://codereview.chromium.org/1013533002 Cr-Commit-Position: refs/heads/master@{#330754}
-
xiyuan authored
BUG=487372 Review URL: https://codereview.chromium.org/1150443002 Cr-Commit-Position: refs/heads/master@{#330753}
-
mlerman authored
BUG=483596 TEST=Logging in with ChromeOS still results in the user logging into the content area. Review URL: https://codereview.chromium.org/1129463004 Cr-Commit-Position: refs/heads/master@{#330752}
-
lanwei authored
There is a crash when calling views::HWNDMessageHandler::HandleTouchMessage, because there are missing touch presses. Remove the CHECK for missing touch press, and ignore when this happens. BUG=316085, 488473 Review URL: https://codereview.chromium.org/1147583002 Cr-Commit-Position: refs/heads/master@{#330751}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8debd89..d8b5771 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1144143002 Cr-Commit-Position: refs/heads/master@{#330750}
-
pkotwicz authored
This CL: - disables the remaining TextEliderTest.* on Android - disables more failing FontListTest.* on Android BUG=338784, 489354 Review URL: https://codereview.chromium.org/1145473006 Cr-Commit-Position: refs/heads/master@{#330749}
-
ortuno authored
LayoutTestBluetoothAdapterProvider. This patch doesn't add any new tests. Split for easier reviewing. This is the last of two patches to remove testing from BluetoothDispatcherHost and BluetoothDispatcher: [1] http://crrev.com/1125133005 [2] This patch. BUG=436284 Review URL: https://codereview.chromium.org/1132943002 Cr-Commit-Position: refs/heads/master@{#330748}
-
sdefresne authored
-[SnapshotCache handleLowMemory] DCHECK on iPad so do not call the method if IsIPadIdiom() returns YES. BUG=None Review URL: https://codereview.chromium.org/1148873002 Cr-Commit-Position: refs/heads/master@{#330747}
-
andrewhayden authored
All code needing to check Google Play Services availability should migrate to this API and specify an explicit failure handling policy. Several policies are provided by default, including a "silent" policy that is identical in behavior to what happens today in most code using Google Play Services. In addition to the "silent" policy, the method supports standardized mechanisms from Google Play such as a modal dialog or a system notification. BUG= Review URL: https://codereview.chromium.org/1136633005 Cr-Commit-Position: refs/heads/master@{#330746}
-
melandory authored
Fixes yandex by updating form. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1143253002 Cr-Commit-Position: refs/heads/master@{#330745}
-
jbudorick authored
Telemetry's android_profiling_helper currently fails when trying to pull a library from the device if the library doesn't already exist on the host (read: most if not all of the time). This patch fixes that. BUG=489969 Review URL: https://codereview.chromium.org/1142413002 Cr-Commit-Position: refs/heads/master@{#330744}
-
melandory authored
* Removes succesfull runs from debug output. * Use named parameter in call to stopit.ThreadingTimeout, in order to make it clear that it seconds. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1143223002 Cr-Commit-Position: refs/heads/master@{#330743}
-
mdjones authored
This change is the IOS counterpart to https://codereview.chromium.org/1101993003/ Code that is used for generating HTML and JavaScript have been moved to a superclass; this changes the IOS code to use that. BUG=472797 Review URL: https://codereview.chromium.org/1071413003 Cr-Commit-Position: refs/heads/master@{#330742}
-
mnaganov authored
It turns out that a couple of dirs from the list are actually still being used on the release bot. BUG=350472 TBR=boliu@chromium.org Review URL: https://codereview.chromium.org/1147043002 Cr-Commit-Position: refs/heads/master@{#330741}
-
ashlin.j authored
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in jingle module. MessageLoopProxy is deprecated. This basically does a search and replace of: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). MessageLoopProxy -> SingleThreadTaskRunner BUG=391045 Review URL: https://codereview.chromium.org/1128793002 Cr-Commit-Position: refs/heads/master@{#330740}
-
vollick authored
An orphaned layer has no relation to property trees, so it is an error for it to have property tree indices. BUG=489725 Review URL: https://codereview.chromium.org/1139573004 Cr-Commit-Position: refs/heads/master@{#330739}
-
knn authored
[Android][Cleanup] Remove temporary clobber scripts after r1062213002 removing localized AppRestriction resources. BUG=475515 Review URL: https://codereview.chromium.org/1151523003 Cr-Commit-Position: refs/heads/master@{#330738}
-
jonross authored
Revert "This change is intended to M-43. Currently screen rotation animations expose a bug, causing the login screen to not be useable. Disable rotation animations while a user is not logged in. This will be later reverted on M-44 where a fix to the underlying issue will be landed." This reverts commit 274e83a4. Original review: https://codereview.chromium.org/1139793003/ The underlying bug was fixed via: https://codereview.chromium.org/1125283015/ TBR=oshima@chromium.org BUG=chrome-os-partner:40118 Review URL: https://codereview.chromium.org/1145963003 Cr-Commit-Position: refs/heads/master@{#330737}
-
sdefresne authored
SyncSetupService allows configuring sync. It handles enabling and disabling it, as well as choosing datatypes. Most actions are delayed until a commit is done, to allow the complex sync setup flow on iOS. BUG=429756 Review URL: https://codereview.chromium.org/1148573002 Cr-Commit-Position: refs/heads/master@{#330736}
-
peter authored
Usage of the "gcm_user_visible_only" Manifest key has been deprecated in favor of using PushSubscriptionOptions when subscribing. Show a deprecation warning when only the former is used. BUG=471534 Review URL: https://codereview.chromium.org/1145163002 Cr-Commit-Position: refs/heads/master@{#330735}
-
cwallez authored
BUG= Review URL: https://codereview.chromium.org/1134953003 Cr-Commit-Position: refs/heads/master@{#330734}
-
dongseong.hwang authored
Review URL: https://codereview.chromium.org/1145193002 Cr-Commit-Position: refs/heads/master@{#330733}
-
mlerman authored
This CL implements: - the flow that detects if users are eligible for the promo, up to the point of making the remote call to determine if they sync elsewhere - A rough-out of the code that makes the remote call This previous CL implemented the calls necessary to mint access tokens: https://codereview.chromium.org/973953002 Work to do includes: Wiring up against the new Sync Endpoint, and building out any and all UI. Design Doc for the promo: https://docs.google.com/document/d/1ZmKjU24zAYuo38zFwJxUwJk_0JJ8b0UohkCGI41QnBI/edit Design Doc for the new Sync endpoint: https://docs.google.com/document/d/1pT1lyJLlr9x8kyp1Ns-GlyNySq1Nl0wWRnGX2kQ-pD4/edit BUG=463611 Review URL: https://codereview.chromium.org/1087933002 Cr-Commit-Position: refs/heads/master@{#330732}
-
sdefresne authored
BUG=463851 Review URL: https://codereview.chromium.org/1141423002 Cr-Commit-Position: refs/heads/master@{#330731}
-
groby authored
Views and Cocoa ctors were taking entirely different parameters - parent window vs Browser*. We need those to be consistent, in preparation for work at managed bubbles. BUG = none Review URL: https://codereview.chromium.org/1140223003 Cr-Commit-Position: refs/heads/master@{#330730}
-
spang authored
The name is stale since the class was renamed. It was "NativeDisplayDelegateDri" and is now "DrmGpuDisplayManager". TEST=compile Review URL: https://codereview.chromium.org/1146493004 Cr-Commit-Position: refs/heads/master@{#330729}
-
sullivan authored
Revert of [Telemetry] Disable auto issuing record for thread_times (patchset #3 id:60001 of https://codereview.chromium.org/1140353003/) Reason for revert: Seems to have broken service_worker tests (http://crbug.com/490130) Original issue's description: > [Telemetry] Disable auto issuing record for thread_times > > BUG=444705 > CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect > > Committed: https://crrev.com/2905d303db21f120aab1914f98fe0e44284f82ed > Cr-Commit-Position: refs/heads/master@{#330613} TBR=eakuefner@chromium.org,nednguyen@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=444705 Review URL: https://codereview.chromium.org/1151543002 Cr-Commit-Position: refs/heads/master@{#330728}
-
treib authored
This will allow us (in a follow-up CL) to *not* grant permissions to extensions that come in via Sync disabled due to a permission increase. BUG=484214 Review URL: https://codereview.chromium.org/1136543003 Cr-Commit-Position: refs/heads/master@{#330727}
-
agoode authored
Review URL: https://codereview.chromium.org/1145533004 Cr-Commit-Position: refs/heads/master@{#330726}
-
sdefresne authored
BUG=474249 Review URL: https://codereview.chromium.org/1147843002 Cr-Commit-Position: refs/heads/master@{#330725}
-
edwardjung authored
+ Update chrome://kill and chrome://crash icons. Both now use the same icon. + Make layout consistent with the SSL / Malware / net error set of interstitials. + Switched colours, margin, padding to use native UI constants. BUG=457763 Review URL: https://codereview.chromium.org/1129513002 Cr-Commit-Position: refs/heads/master@{#330724}
-