- 20 May, 2015 40 commits
-
-
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}
-
timvolodine authored
BatteryStatusManagerTest does not compile on M because of the changes to the BatteryManager class. This patch introduces AndroidBatteryManagerWrapper to make the system battery manager testable on M. BUG=488690 Review URL: https://codereview.chromium.org/1130253012 Cr-Commit-Position: refs/heads/master@{#330723}
-
phoglund authored
We removed SDP logging earlier because it was bloating bot logs, but nowadays logs only get printed for failing tests, and SDP information is very useful to debug for instance webrtc:4570. BUG=webrtc:4570,484826,479093 Review URL: https://codereview.chromium.org/1124323005 Cr-Commit-Position: refs/heads/master@{#330722}
-
cschuet authored
This CL adds the possibility to filter by certificate type when issuing a certificate request to chrome.platformKeys API. BUG=488367 TEST=browser_tests:PlatformKeysTest.Basic Review URL: https://codereview.chromium.org/1141253003 Cr-Commit-Position: refs/heads/master@{#330721}
-
pranay.kumar authored
MessageLoopProxy is deprecated. This basically does a search and replace: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). BUG=391045 Review URL: https://codereview.chromium.org/1126963003 Cr-Commit-Position: refs/heads/master@{#330720}
-
aandrey authored
NOTRY=true TBR=yurys Review URL: https://codereview.chromium.org/1143163002 Cr-Commit-Position: refs/heads/master@{#330719}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/26d7fad7..d30001ae 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/1148773002 Cr-Commit-Position: refs/heads/master@{#330718}
-
tommi authored
WebRTC 9227:9229 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/6859ada..ead3df8 TBR= BUG= Review URL: https://codereview.chromium.org/1143963003 Cr-Commit-Position: refs/heads/master@{#330717}
-
sdefresne authored
Expose TemplateURLPrepopulateData::GetCurrentCountryID() to detect that the user changed the device region in order to update the list of search engine on iOS. Note that when a region change is detected we remove all default search engines except the one selected by the user and then insert all the new engines. This is possible because user cannot customize search engines, only select one of the default engines. BUG=None Review URL: https://codereview.chromium.org/1130183004 Cr-Commit-Position: refs/heads/master@{#330716}
-
mtomasz authored
TEST=browser_tests: *Providers/FileSystemBrowserTest* BUG=486864 Review URL: https://codereview.chromium.org/1145893002 Cr-Commit-Position: refs/heads/master@{#330715}
-
sdefresne authored
BUG=None Review URL: https://codereview.chromium.org/1123383006 Cr-Commit-Position: refs/heads/master@{#330714}
-
tengs authored
BUG=420315 TEST=unit test Review URL: https://codereview.chromium.org/1147563002 Cr-Commit-Position: refs/heads/master@{#330713}
-