- 20 Mar, 2015 34 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d800d87..adf9990 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1021023003 Cr-Commit-Position: refs/heads/master@{#321505}
-
jdduke authored
Synthetic gestures rely on a flush signal from the InputRouter to indicate when a particular gesture has finished. Currently, this fails to capture fling animations, as they are hosted in the renderer. Wire up the fling end notification to the InputRouter, allowing it to gate flush signalling based on fling animation existence. This will allow proper execution of synthetic fling gestures with telemetry. BUG=321141 Review URL: https://codereview.chromium.org/1003023002 Cr-Commit-Position: refs/heads/master@{#321504}
-
benwells authored
Disabled TabCaptureApiTest.CaptureInSplitIncognitoMode everywhere. Disabled MultiProfileFileManagerBrowserTest.BasicDownloads and CopyBetweenWindows/FileManagerBrowserTest under MSan. TBR=mtomasz@chromium.org, miu@chromium.org BUG=468980,468982,468608 Review URL: https://codereview.chromium.org/1027583002 Cr-Commit-Position: refs/heads/master@{#321503}
-
garykac authored
After this cl, the last remaining reference to remoting.AppMode in AppRemoting is in app_remoting.js. That will be addressed in a followup cl. Move the following out of remoting.js and into app-specific locations: * remoting.signOut (into crd_event_handlers.js) * remoting.showErrorMessage (into desktop_remoting.js) * isWindowed_ (into desktop_remoting.js) * remoting.promptClose (into desktop_remoting.js) * remoting.isMe2MeInstallable (into local_host_section.js) Rename Delegate.signInFailed -> Delegate.handleAuthError Add Application.onAuthError to call Delegate.handleAuthError Change references to global remoting.showErrorMessage to remoting.app.onAuthError BUG= Review URL: https://codereview.chromium.org/1020743002 Cr-Commit-Position: refs/heads/master@{#321502}
-
kcarattini authored
Makes the primary buttons first in tab order. BUG=466390 Review URL: https://codereview.chromium.org/1011283003 Cr-Commit-Position: refs/heads/master@{#321501}
-
reddaly authored
BUG=451526 Review URL: https://codereview.chromium.org/1012173002 Cr-Commit-Position: refs/heads/master@{#321500}
-
bondd authored
"Verifying card" status overlay is displayed while the dialog is waiting for card verification. Once the card has been verified "Your card is verified" is displayed for one second and then the dialog closes. If the card was successfully verified then the card data on the form will be filled. This CL is not pixel-perfect with the UI mocks. That will come in a later CL. No error messages are displayed on card verification failure. Coming soon in another CL. Video attached to bug: https://code.google.com/p/chromium/issues/detail?id=448572#c11 BUG=448572 Review URL: https://codereview.chromium.org/1014683007 Cr-Commit-Position: refs/heads/master@{#321499}
-
jlklein authored
by disabling the selectedAttribute as a workaround. See https://github.com/Polymer/polymer/issues/946. R=michaelpg@chromium.org BUG= Review URL: https://codereview.chromium.org/1010363003 Cr-Commit-Position: refs/heads/master@{#321498}
-
ananta authored
We use std::unique to remove duplicate entries from the fallback list. BUG=467459 Review URL: https://codereview.chromium.org/1019743004 Cr-Commit-Position: refs/heads/master@{#321497}
-
hush authored
This makes sure we don't break crbug.com/417479. BUG= Review URL: https://codereview.chromium.org/1002013003 Cr-Commit-Position: refs/heads/master@{#321496}
-
amistry authored
BUG=467832 Review URL: https://codereview.chromium.org/960753003 Cr-Commit-Position: refs/heads/master@{#321495}
-
mtomasz authored
Promise.all was called with a double array [[p1, p2]], instead of [p1, p2], which caused completing initialization of all volumes before they are added to the volume list, what caused failing tests in: crrev.com/985533004. TEST=Fixes test failures in crrev.com/985533004. BUG=None Review URL: https://codereview.chromium.org/1020113002 Cr-Commit-Position: refs/heads/master@{#321494}
-
dfalcantara authored
* In-page navigations no longer cancel a fetcher. URL checks are removed for recording banner events. * Remove dead code in AppBannerSettingsHelper for blocking banners. * Add a new Java test for popping up a web app banner. This will be extended to allow clicking on the "add to home screen" button soon. BUG=468148 TEST=AppBannerManagerTest Review URL: https://codereview.chromium.org/1017193002 Cr-Commit-Position: refs/heads/master@{#321493}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6c1b338..d800d87 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1021853002 Cr-Commit-Position: refs/heads/master@{#321492}
-
miletus authored
pathological_mobile_sites_001.wpr is copied from key_mobile_sites_000.wpr BUG=447508 Review URL: https://codereview.chromium.org/999173006 Cr-Commit-Position: refs/heads/master@{#321491}
-
bartfab authored
This CL adds "Add $provider..." entries to the "Private network" and "Add connection" drop-down menus on the Chrome OS settings page. The contents of these menus updates dynamically as VPN providers are added/removed. BUG=460428 TEST=Manual Review URL: https://codereview.chromium.org/1017443002 Cr-Commit-Position: refs/heads/master@{#321490}
-
vmiura authored
R=piman@chromium.org BUG=468936 Review URL: https://codereview.chromium.org/1016193003 Cr-Commit-Position: refs/heads/master@{#321489}
-
huangs authored
Previously we store Profile and use it to retrieve TopSites. This caused debug mode crash when we tried to retrieve TopSites from Profile from a different thread. By storing TopSites directly this problem is averted. BUG=468141 Review URL: https://codereview.chromium.org/1021803002 Cr-Commit-Position: refs/heads/master@{#321488}
-
jbauman authored
If a compositor draws into a surface, then it effectively has a parent (the cc::Display) and should adjust its timing. Review URL: https://codereview.chromium.org/1020973002 Cr-Commit-Position: refs/heads/master@{#321487}
-
gcasto authored
If the user has already entered data into a form and the frame containing it is detached, prompt to save. This fixes password saving on Sears.com, as they perform authentication by removing an iframe containing the login information when submission is successful. BUG=450806 Review URL: https://codereview.chromium.org/1012093005 Cr-Commit-Position: refs/heads/master@{#321486}
-
ianwen authored
Roll from 98a434576d8d9a65f9bdb8ea161e158142c0c5e5 to 8b18ef7e4dc385be93ff2526dd8ac005e6c5ed6e Commits included: commit 8b18ef7e4dc385be93ff2526dd8ac005e6c5ed6e Author: Ian Wen <ianwen@chromium.org> Date: Tue Mar 10 11:23:22 2015 Add recycler view to clank RecyclerView lives in v7 support library and is part of the newest APIs provided by Lollipop. This CL also removes the palette from clank, because it is no longer needed. Change-Id: Ie98f860d1c9f2ebabedcedcc3748748581bfff45 Reviewed-on: https://chromium-review.googlesource.com/258192Reviewed-by:Aurimas Liutikas <aurimas@chromium.org> Commit-Queue: Aurimas Liutikas <aurimas@chromium.org> Tested-by:
Aurimas Liutikas <aurimas@chromium.org> Reviewed-by:
Armand Navabi <navabi@chromium.org> BUG=465201 Review URL: https://codereview.chromium.org/1013543003 Cr-Commit-Position: refs/heads/master@{#321485}
-
grt authored
This will allow them to be used from a utility process. BUG=462584 R=mattm@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1015363003 Cr-Commit-Position: refs/heads/master@{#321484}
-
sergeyu authored
This is an attempto to resolve bug 461246. Issues there is that close() fails sometimes on OSX for unknown reason. My guess is that it close() fails with EIO error for some reason, but EIO may be ignored in this case as the sockets gets closed anyway. BUG=461246 Review URL: https://codereview.chromium.org/1025533002 Cr-Commit-Position: refs/heads/master@{#321483}
-
estade authored
BUG=467775 Review URL: https://codereview.chromium.org/1014913003 Cr-Commit-Position: refs/heads/master@{#321482}
-
chrome://app-list/amistry authored
BUG=439143 Review URL: https://codereview.chromium.org/1023623002 Cr-Commit-Position: refs/heads/master@{#321481}
-
rdevlin.cronin authored
Add metrics to determine how often and for how long UserScriptListener is throttling network traffic. BUG=467003 Review URL: https://codereview.chromium.org/1011363005 Cr-Commit-Position: refs/heads/master@{#321480}
-
davidben authored
Summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/bf0df92..642f149 BUG=none Review URL: https://codereview.chromium.org/1027473002 Cr-Commit-Position: refs/heads/master@{#321479}
-
rouslan authored
Announce "Verifying card". Announce the error message and focus the text field for recoverable errors. BUG=466699 Review URL: https://codereview.chromium.org/1015013002 Cr-Commit-Position: refs/heads/master@{#321478}
-
dstockwell authored
Review URL: https://codereview.chromium.org/1028433002 Cr-Commit-Position: refs/heads/master@{#321477}
-
sunnyps authored
The scheduler state machine should not rely on BeginFrameArgs for any decision. The state machine is the "digital" part of the system while the scheduler is the "analog" part of the system. BUG=439275 Review URL: https://codereview.chromium.org/1020993002 Cr-Commit-Position: refs/heads/master@{#321476}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c18bc92e..eb476c80 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 NOTRY=true Review URL: https://codereview.chromium.org/1019743003 Cr-Commit-Position: refs/heads/master@{#321475}
-
beaudoin authored
BUG=387105 Review URL: https://codereview.chromium.org/1024553003 Cr-Commit-Position: refs/heads/master@{#321474}
-
smckay authored
Don't show import buttons when import is disabled, and use correct icons for insufficient space state (were inverted). BUG=468971 TEST=manual Review URL: https://codereview.chromium.org/1020083002 Cr-Commit-Position: refs/heads/master@{#321473}
-
stanisc authored
Traversal::AddUncommittedParentsAndTheirPredecessors walks the hierarchy to sort commits which is not necessary for any types except bookmarks. We've seen some crashes here when implicit permanent folders were turned on alpha server. I reproduced the crash by planting an empty parent ID in the database. The fix avoids traversing the hierarchy for committed items with unset parent IDs. Verified that this has stopped the crash locally and successfully committed the item. BUG=438313 Review URL: https://codereview.chromium.org/1023843002 Cr-Commit-Position: refs/heads/master@{#321472}
-
- 19 Mar, 2015 6 commits
-
-
sgurun authored
BUG=393291 Rename MessagePort to AwMessagePort to be consistent with other names in glue layer. Review URL: https://codereview.chromium.org/1027503002 Cr-Commit-Position: refs/heads/master@{#321471}
-
senorblanco authored
Review URL: https://codereview.chromium.org/1020013002 Cr-Commit-Position: refs/heads/master@{#321470}
-
thestig authored
Also add ccv as yet another abbreviation for the card security code. BUG=428892,464028,466685 Review URL: https://codereview.chromium.org/1012363002 Cr-Commit-Position: refs/heads/master@{#321469}
-
xhwang authored
BUG=467971 TEST=Manually tested. Review URL: https://codereview.chromium.org/1014093002 Cr-Commit-Position: refs/heads/master@{#321468}
-
benwells authored
The bug was fixed in https://crrev.com/8349cde788d93f75c7e82d88c6bc44a43bc19cf5 TBR=glider@chromium.org BUG=468631 Review URL: https://codereview.chromium.org/1023783003 Cr-Commit-Position: refs/heads/master@{#321467}
-
bnc authored
Call RemoveCanonicalHost() when the alternative service is found to be broken upon lookup, instead of when the alternative service is first marked broken. This will allow SetBrokenAlternateProtocol to take an alternative service instead of an origin. BUG=392576 Review URL: https://codereview.chromium.org/1014303002 Cr-Commit-Position: refs/heads/master@{#321466}
-