- 07 Apr, 2017 40 commits
-
-
rego authored
BUG=706118 Review-Url: https://codereview.chromium.org/2803943006 Cr-Commit-Position: refs/heads/master@{#462875}
-
olivierrobin authored
If the users taps an offline url that does not match an entry, an error message should be displayed. BUG=703393 Review-Url: https://codereview.chromium.org/2800673002 Cr-Commit-Position: refs/heads/master@{#462874}
-
gambard authored
This CL changes the font of the fallback monogram of the favicons of suggested articles, making it bigger and medium instead of regular. BUG=none Review-Url: https://codereview.chromium.org/2801323002 Cr-Commit-Position: refs/heads/master@{#462873}
-
jochen authored
Suborigins are supposed to make script from different suborigin namespaces inaccessible to each other. canAccess (in spec terms same-origin domain) is supposed to do that, so just fold the two together BUG=336894 R=mkwst@chromium.org Review-Url: https://codereview.chromium.org/2805683005 Cr-Commit-Position: refs/heads/master@{#462872}
-
mdjones authored
The reason for using the thick version of the progress bar was to make it more visible against a black status bar. With recent Chrome Home changes, the status bar is a much lighter color making the progress bar easy to see and eliminating the need for it to be as large. This change reduces the progress bar size for android M and above since these versions allow themed status bars. BUG=708680 Review-Url: https://codereview.chromium.org/2806633002 Cr-Commit-Position: refs/heads/master@{#462871}
-
diannahu authored
These lint picks were noticed in the merge https://codereview.chromium.org/2801603003/. I am putting the lint picks into a separate issue because the original issue is big enough as is. BUG=488484 Review-Url: https://codereview.chromium.org/2799913003 Cr-Commit-Position: refs/heads/master@{#462870}
-
sammiequon authored
When the shelf is in autohide, the shelf does not hide after launching from overflow shelf. This is because the overflow shelf remains visible after lauching an app, which this CL fixes. BUG=625924 TEST=manual,ash_unittests --gtest_filter="ShelfViewTest.*" Review-Url: https://codereview.chromium.org/2807473003 Cr-Commit-Position: refs/heads/master@{#462869}
-
peter authored
- Initialize the URL request context getter on the IO thread. - Initialize the response type to Default to match a DCHECK. - Don't double initialize the fetches in BackgroundFetchedEvent BUG=692579 Review-Url: https://codereview.chromium.org/2806713002 Cr-Commit-Position: refs/heads/master@{#462868}
-
hanxi authored
Revert of Use dropdown list for admin areas in pr form. (patchset #18 id:1000001 of https://codereview.chromium.org/2680143002/ ) Reason for revert: The patch causes chrome_public_test_apk failing on chromium.android/Marshmallow Tablet Tester: crbug.com/709491. Original issue's description: > Use drop-down list for admin areas (state, province, ..) > > -- In the payment request form (instead of the previous text-field). > > - For this purpose, the rules of the specified country are loaded from > the i18n aggregate server, and the country's sub-keys are retrieved from the right rule. > > - If the server doesn't respond, or there is a time-out, or if no > admin areas are recorded for that country, show text-field. > > -- Add all the fields to the form, only when admin areas are loaded. > This way we can have the fields in order. Otherwise, admin areas > would show up at the end (since they are fetched asynchronously.) > > - In the Payment Request tests, the admin area field would always be a > text field (and not a drop down). This way, the tests would be > independent of the network connection state. > > - Tests were added to the AddressValidatorTest according to the > changes. > > BUG=675634 > > Review-Url: https://codereview.chromium.org/2680143002 > Cr-Commit-Position: refs/heads/master@{#462611} > Committed: https://chromium.googlesource.com/chromium/src/+/69b196d676ecbbb986009aaf9f5627fd6e332de1 TBR=sebsg@chromium.org,mathp@chromium.org,rouslan@chromium.org,dfalcantara@chromium.org,parastoog@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=675634 Review-Url: https://codereview.chromium.org/2800013004 Cr-Commit-Position: refs/heads/master@{#462867}
-
macourteau authored
This method only sets the color for non-disabled states: https://cs.chromium.org/chromium/src/ios/third_party/material_components_ios/src/components/Buttons/src/MDCButton.h?l=69 BUG=602666 Review-Url: https://codereview.chromium.org/2802033002 Cr-Commit-Position: refs/heads/master@{#462866}
-
mstensho authored
This also applies when the element isn't contained by a multicol container (which means that we shouldn't require the spanner placeholder to be present). BUG=709362 Review-Url: https://codereview.chromium.org/2799363003 Cr-Commit-Position: refs/heads/master@{#462865}
-
hjd authored
Revert of memory-infra: Fill the memory dump callback result (2/2) (patchset #6 id:100001 of https://codereview.chromium.org/2766173003/ ) Reason for revert: Causing build failure: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Linux%20Tests/builds/54494 Original issue's description: > memory-infra: Fill the memory dump callback result (2/2) > > Fill in the part of the memory dump result struct > that applies to OS's view of Chrome when finalizing > a memory dump. > > BUG=703184 > > Review-Url: https://codereview.chromium.org/2766173003 > Cr-Commit-Position: refs/heads/master@{#462849} > Committed: https://chromium.googlesource.com/chromium/src/+/22fd5f0cf18a409dd72b96cb526a25a6cac88d24 TBR=primiano@chromium.org,fmeawad@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=703184 Review-Url: https://codereview.chromium.org/2806553005 Cr-Commit-Position: refs/heads/master@{#462864}
-
johnme authored
The timeline width seems to differ. https://crbug.com/709483 tracks re-enabling these. BUG=709483 TBR=mlamouri@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2802233002 Cr-Commit-Position: refs/heads/master@{#462863}
-
jkrcal authored
The test was previously disabled on Windows. It is flaky also on linux. This CL disables the test fully. BUG=600153 TBR=rouslan@chromium.org Review-Url: https://codereview.chromium.org/2803983003 Cr-Commit-Position: refs/heads/master@{#462862}
-
twellington authored
Crushed sprite resources and layers were only used for Contextual Search. CS no longer has a use for a the animated sprite, so this removes the crushed sprite resources and layers and replaces the CS use with a static icon. BUG=707001 Review-Url: https://codereview.chromium.org/2798123002 Cr-Commit-Position: refs/heads/master@{#462861}
-
bsazonov authored
This CL cleans up and structures code in SignInPreference.java. 1. Three possible states (signin disabled, not signed in & signed in) of SignInPreference are now structured and have dedicated setup functions. 2. Added comment to clarify mViewEnabled magic. 3. Removed hardcoded Android view ids from onBindView. 4. Removed code to change enabled state. BUG=none Review-Url: https://codereview.chromium.org/2803753002 Cr-Commit-Position: refs/heads/master@{#462860}
-
olka authored
BUG=672468 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2801983003 Cr-Commit-Position: refs/heads/master@{#462859}
-
jkrcal authored
This test is flaky (timeouts) in most dbg bots. Disabling. BUG=709447 TBR=bbudge@chromium.org Review-Url: https://codereview.chromium.org/2803913005 Cr-Commit-Position: refs/heads/master@{#462858}
-
jdonnelly authored
All answer text (other than the suggestion text and positive/negative text) is now the de-emphasizing gray. BUG=709101 Review-Url: https://codereview.chromium.org/2804143002 Cr-Commit-Position: refs/heads/master@{#462857}
-
adithyas authored
Follow up to http://crrev.com/2795593006, changes Modulator::from/setModulator/clearModulator to take ScriptState* as a parameter instead of LocalFrame* BUG=682322 Review-Url: https://codereview.chromium.org/2803843002 Cr-Commit-Position: refs/heads/master@{#462856}
-
guidou authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b9bfcb4..05fb319 $ git log b9bfcb4..05fb319 --date=short --no-merges --format=%ad %ae %s 2017-04-07 peah@webrtc.org Adding support for handling highly reverberant echoes in AEC3. 2017-04-07 peah@webrtc.org Fixing sample-rate dependent band-split filter issues in AEC3 TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2799093005 Cr-Commit-Position: refs/heads/master@{#462855}
-
johnme authored
Follow-up on https://codereview.chromium.org/2697793004 review comment. BUG=none Review-Url: https://codereview.chromium.org/2789123003 Cr-Commit-Position: refs/heads/master@{#462854}
-
bsazonov authored
This CL adds SigninAlertDialogTheme style that uses Google Blue 500 color for button text and forces message text to use Chrome default text color. BUG=650121,669787 Review-Url: https://codereview.chromium.org/2801213003 Cr-Commit-Position: refs/heads/master@{#462853}
-
chongz authored
BUG=704791 Review-Url: https://codereview.chromium.org/2779813002 Cr-Commit-Position: refs/heads/master@{#462852}
-
ellyjones authored
This test is flaky on Linux as well, and was already disabled on Mac and Windows. BUG=680544 TBR=tommycli@chromium.org Review-Url: https://codereview.chromium.org/2807523004 Cr-Commit-Position: refs/heads/master@{#462851}
-
raphael.kubo.da.costa authored
We were being too aggressive with our DCHECK(desc->IsObject()). The spec says (and we even mention it in a comment) that a call to Object.getOwnPropertyDescriptor can return undefined in addition to a proper object descriptor. We were only considering the latter case, and crashing on the DCHECK if we ever received an undefined descriptor, which can happen when a Proxy is used in JS. This is also covered by external/wpt/fetch/api/headers/headers-record.html. BUG=707365 R=bashi@chromium.org,haraken@chromium.org,yukishiino@chromium.org Review-Url: https://codereview.chromium.org/2801003005 Cr-Commit-Position: refs/heads/master@{#462850}
-
hjd authored
Fill in the part of the memory dump result struct that applies to OS's view of Chrome when finalizing a memory dump. BUG=703184 Review-Url: https://codereview.chromium.org/2766173003 Cr-Commit-Position: refs/heads/master@{#462849}
-
bratell authored
IntRects can be implictly converted to FloatRect so code managed to call enclosingIntRect on an IntRect which then converted to FloatRect and back for an expensive noop. R=mstensho@opera.com CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2805203003 Cr-Commit-Position: refs/heads/master@{#462848}
-
johnme authored
Adds UMA metrics to the media controls timeline <input type="range">, to understand current usage, and detect changes in usage. Specifically this adds: - Media.Timeline.DragGestureDuration.<timeline width> - Media.Timeline.DragPercent.<timeline width> - Media.Timeline.DragSumAbsTimeDelta.<timeline width> - Media.Timeline.DragTimeDelta.<timeline width> - Media.Timeline.SeekType.<timeline width> - Media.Timeline.Width - Media.Timeline.Width.<Inline|Fullscreen><Portrait|Landscape> BUG=693630 Review-Url: https://codereview.chromium.org/2779273003 Cr-Commit-Position: refs/heads/master@{#462847}
-
kylechar authored
Add arg to MojoFrameSinkManager to pick surface lifetime type. BUG=664547 Review-Url: https://codereview.chromium.org/2802773002 Cr-Commit-Position: refs/heads/master@{#462846}
-
reed authored
According to the comment, this extra copy was needed when the bitmaps in a platform-canvas wasn't ref-countable. That is no longer the case (hasn't been true for quite a while AFAIK) so this CL removes that code. BUG= Review-Url: https://codereview.chromium.org/2799283003 Cr-Commit-Position: refs/heads/master@{#462845}
-
macourteau authored
Screenshots: http://imgur.com/a/h8xyi BUG=602666 Review-Url: https://codereview.chromium.org/2804853002 Cr-Commit-Position: refs/heads/master@{#462844}
-
fdoray authored
Previously, when TaskSchedulerTaskTrackerTest.WillPostAndRunLongTaskBeforeShutdown ran with param = SKIP_ON_SHUTDOWN, these events could occur: Thread Action ----------------------------------------------------------------------- 1 Main Create a skip on shutdown task. 2 Main TaskTracker::WillPostTask() 3 Main Start thread to run task (SimpleThread::Start). 4 Main Start thread to call shutdown (SimpleThread::Start). 5 Shutdown TaskTracker::Shutdown() Returns immediately since the SKIP_ON_SHUTDOWN task isn't running yet. 6 Main Expect shutdown to be blocked on the SKIP_ON_SHUTDOWN task. Error! So far, we've been lucky and #5 never ran before the SKIP_ON_SHUTDOWN had time to start running. However, making SimpleThread::Start() non-blocking (https://codereview.chromium.org/2664953004) made this series of events occur a few times on bots. BUG= Review-Url: https://codereview.chromium.org/2798373002 Cr-Commit-Position: refs/heads/master@{#462843}
-
jfernandez authored
The CSS Box Alignment specification defines a new shorthand to set the Self Alignment properties (align-self and justify-self) at the same time. This patch provides the implementation of the CSS parsing logic and the required regression tests. For the time being, as it happens with the rest of the new alignment properties, the new parsing logic is implemented behind the CSS Grid Layout runtime flag. The intent-to-implement-and-ship of CSS Box Alignment shorthands is: https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/qCfsZJhGtOQ BUG=668639 Review-Url: https://codereview.chromium.org/2804623002 Cr-Commit-Position: refs/heads/master@{#462842}
-
fmalita authored
CSS Image Values 4 allows specifying up to two positions per color stop, e.g.: linear-gradient(45deg, black 0% 50%, white 50% 100%) This is equivalent to repeating the color at the given positions: linear-gradient(45deg, black 0%, black 50%, white 50%, white 100%) (https://drafts.csswg.org/css-images-4/#color-stop-syntax) Add support for the new syntax, behind a runtime flag. BUG=707047 Review-Url: https://codereview.chromium.org/2799793002 Cr-Commit-Position: refs/heads/master@{#462841}
-
gambard authored
The Reading List provider does not have an image to provide to the UI. The FetchImage method runs the callback with an empty image. BUG=702241 Review-Url: https://codereview.chromium.org/2802973004 Cr-Commit-Position: refs/heads/master@{#462840}
-
fdoray authored
TestBrowserThread is deprecated. TestBrowserThreadBundle provides all browser threads, a blocking pool and a TaskScheduler. This CL was generated using the script posted on the bug + git cl format + tools/sort-headers.py + some manual adjustments. BUG=272091 R=gab@chromium.org TBR=jochen@chromium.org Review-Url: https://codereview.chromium.org/2799253002 Cr-Commit-Position: refs/heads/master@{#462839}
-
binlu authored
This is to be consistent with our intended implementation & better measure the metrics on vibrate blocking. The Intent to Deprecate thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/QGcpjisxtik BUG=704650 Review-Url: https://codereview.chromium.org/2804913004 Cr-Commit-Position: refs/heads/master@{#462838}
-
peria authored
This change makes V8HiddenValue class stateless, and we can remove m_hiddenValue in V8PerIsolate. BUG=611864 Review-Url: https://codereview.chromium.org/2774233007 Cr-Commit-Position: refs/heads/master@{#462837}
-
foolip authored
It flakily times out on the Linux Tests builder. BUG=709202 TBR=avallee@chromium.org Review-Url: https://codereview.chromium.org/2801943004 Cr-Commit-Position: refs/heads/master@{#462836}
-