- 28 Dec, 2016 6 commits
-
-
tsergeant authored
The sync (i) icon in the top-right of the page uses the iron-dropdown Polymer element to display its content. This element was implicitly imported by cr-shared-menu, meaning that after cr-shared-menu was removed (in crrev.com/440308) from the history page, the dropdown stopped working. This CL restores the import of iron-dropdown, fixing the dropdown. BUG=658821 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2594303002 Cr-Commit-Position: refs/heads/master@{#440815}
-
eugenebut authored
BUG=None TBR=marq@chromium.org Review-Url: https://codereview.chromium.org/2604853003 Cr-Commit-Position: refs/heads/master@{#440814}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/26758366..70bee166 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2604903002 Cr-Commit-Position: refs/heads/master@{#440813}
-
holte authored
This will allow different schedulers to write to different histograms. BUG= Review-Url: https://codereview.chromium.org/2590013002 Cr-Commit-Position: refs/heads/master@{#440812}
-
ovkadurin authored
BUG=655203 Review-Url: https://codereview.chromium.org/2562193002 Cr-Commit-Position: refs/heads/master@{#440811}
-
cmumford authored
Revert of Tab (and AuraWindow) Capture: Capture refresh frame after Resume() (patchset #2 id:20001 of https://codereview.chromium.org/2603533002/ ) Reason for revert: Speculative revert because WebContentsVideoCaptureDeviceTest.StopWithRendererWorkToDo is crashing with media::ThreadSafeCaptureOracle calling CopyRGBToVideoFrame. https://uberchromegw.corp.google.com/i/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/56009 Original issue's description: > Tab (and AuraWindow) Capture: Capture refresh frame after Resume() > > Adds a refresh frame capture upon Resume(). This solves a problem where > the tab capture device can be suspended for a significant length of time > and then resumed; but if the content of the tab isn't changing when the > resume takes place, no compositor events will be firing to cause any new > frames to be captured. Thus, the content in the video stream could be > very stale. Issuing a refresh frame capture guarantees the video stream > will be up-to-date immediately after a resume. > > BUG=643964 > > Review-Url: https://codereview.chromium.org/2603533002 TBR=xjz@chromium.org,miu@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=643964 Review-Url: https://codereview.chromium.org/2604833003 Cr-Commit-Position: refs/heads/master@{#440810}
-
- 27 Dec, 2016 34 commits
-
-
avi authored
BUG=579229 Review-Url: https://codereview.chromium.org/2599153002 Cr-Commit-Position: refs/heads/master@{#440809}
-
eugenebut authored
GetIndexForOffset() should decrease resulting index by 1 for pending transient items to allow going back from interstitials that were added to the middle of the stack. BUG=677190 Review-Url: https://codereview.chromium.org/2600263002 Cr-Commit-Position: refs/heads/master@{#440808}
-
hiroshige authored
BUG= Review-Url: https://codereview.chromium.org/2582173002 Cr-Commit-Position: refs/heads/master@{#440807}
-
erikchen authored
The animations potentially slow down shutdown, without providing positive utility. BUG=571908 Review-Url: https://codereview.chromium.org/2598393003 Cr-Commit-Position: refs/heads/master@{#440806}
-
lukasza authored
BUG=615156 NOTRY=true Review-Url: https://codereview.chromium.org/2607643002 Cr-Commit-Position: refs/heads/master@{#440805}
-
brucedawson authored
Debug builds of ipc_perftests on Windows take multiple minutes to run which makes them unwieldy and complicates investigating debug-only test failures. BUG=677202 Review-Url: https://codereview.chromium.org/2603753004 Cr-Commit-Position: refs/heads/master@{#440804}
-
mek authored
BUG=None Review-Url: https://codereview.chromium.org/2600153003 Cr-Commit-Position: refs/heads/master@{#440803}
-
rockot authored
Does a few interesting things: - Teaches Catalog how to load its data from a static dictionary in memory - Adds GNI for generating catalog manifest JSON - Adds a catalog of common mash services - Deletes mojo_runner - Introduces //mash/runner (executable "mash") which does the same thing mojo_runner did, but has baked-in knowledge of the mash catalog. BUG=677194 R=ben@chromium.org Review-Url: https://codereview.chromium.org/2573283002 Cr-Commit-Position: refs/heads/master@{#440802}
-
wez authored
Revert of Fixed a bug where chrome crash omits crash time stamp after it's sent. (patchset #1 id:1 of https://codereview.chromium.org/2568953003/ ) Reason for revert: See crbug.com/674249: This change broke things in two ways: - The string format incorrectly uses the crash-time parameter twice, rather than the second parameter coming from upload-time. - The string format assumes that all crashes have a valid crash-time, which is not the case for Breakpad reports. Original issue's description: > Fixed a bug where chrome crash omits crash time stamp after it's sent. > > This cl patches in the solution devised by phistuck@gmail.com. See bug 664430 for detail. > > BUG=664430 > > Committed: https://crrev.com/d8027b2065994c2a5b8cbea2821971dc60b7c6f5 > Cr-Commit-Position: refs/heads/master@{#438333} TBR=rsesek@chromium.org,jiameng@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=664430 Review-Url: https://codereview.chromium.org/2601853002 Cr-Commit-Position: refs/heads/master@{#440801}
-
avi authored
BUG=579229 Review-Url: https://codereview.chromium.org/2606553002 Cr-Commit-Position: refs/heads/master@{#440800}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b8939070..26758366 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2598373003 Cr-Commit-Position: refs/heads/master@{#440799}
-
avi authored
BUG=579229 Review-Url: https://codereview.chromium.org/2606563002 Cr-Commit-Position: refs/heads/master@{#440798}
-
fmalita authored
Only AcceleratedStaticBitmapImages can be texture backed, and they already override the method to return true. No need for a default baseclass impl beyond return false. Also constify. R=junov@chromium.org,ccameron@chromium.org Review-Url: https://codereview.chromium.org/2588103002 Cr-Commit-Position: refs/heads/master@{#440797}
-
eugenebut authored
didCommitNavigation: crashes if NavigationManager is empty. This new CHECK crashes if MN is empty and |didStartProvisionalNavigation| was called. If this CHECK is hit it means that |didStartProvisionalNavigation| was called as expected but it did not call |registerLoadRequest|. If that's the case then |didStartProvisionalNavigation| needs to be changed to always call |registerLoadRequest| if MN is empty. BUG=676458 Review-Url: https://codereview.chromium.org/2596243003 Cr-Commit-Position: refs/heads/master@{#440796}
-
wangxianzhu authored
Now check visualRect() instead of creating PaintInvalidationStates. BUG=646176 Review-Url: https://codereview.chromium.org/2599363002 Cr-Commit-Position: refs/heads/master@{#440795}
-
hiroshige authored
This CL makes revalidation-related CHECK()s in RawResource::didAddClient() cleaner and enables us to identify how revalidation is actually started as the crash stack trace of Resource::setRevalidatingRequest(). BUG=640291, 648945 Review-Url: https://codereview.chromium.org/2607623002 Cr-Commit-Position: refs/heads/master@{#440794}
-
avi authored
BUG=579229 Review-Url: https://codereview.chromium.org/2599373002 Cr-Commit-Position: refs/heads/master@{#440793}
-
miu authored
Adds a refresh frame capture upon Resume(). This solves a problem where the tab capture device can be suspended for a significant length of time and then resumed; but if the content of the tab isn't changing when the resume takes place, no compositor events will be firing to cause any new frames to be captured. Thus, the content in the video stream could be very stale. Issuing a refresh frame capture guarantees the video stream will be up-to-date immediately after a resume. BUG=643964 Review-Url: https://codereview.chromium.org/2603533002 Cr-Commit-Position: refs/heads/master@{#440792}
-
lukasza authored
Walking inheritance chain of a type is not a reliable renaming decision signal, because it depends too much on unrelated/fragile context. For example - walking the inheritance chain might not be possible if a class is forward declared, but would be possible if full class definition is available. Consequently, walking the inheritance chain can lead to making two different renaming decisions for the same file location (the interesting "Framame" bug). OTOH, finding the base method being overriden is 1) reliable and 2) is required to avoiding generating 2 different renames of a method name in base VS derived class. Considering the method being overriden is the approach that this CL switches to. Known cases that 1) need a "Get" prefix and 2) would have regressed after this CL are 3) covered by adding them to the hardcoded list in ShouldPrefixFunctionName. BUG=673031 Review-Url: https://codereview.chromium.org/2601513005 Cr-Commit-Position: refs/heads/master@{#440791}
-
jianli authored
We remove the following hidden elements that will never be visible due to the fact that script execution is disable in MHTML loading: 1) Any DOM element has hidden attribute 2) Input element has hidden type BUG=669325 TEST=new tests added Review-Url: https://codereview.chromium.org/2538953002 Cr-Commit-Position: refs/heads/master@{#440790}
-
juncai authored
For the Web Bluetooth chooser string constants on Android, IDS_BLUETOOTH_SEARCHING and IDS_BLUETOOTH_NOT_SEEING_IT are the same. IDS_BLUETOOTH_NOT_SEEING_IT_IDLE_NONE_FOUND and IDS_BLUETOOTH_NOT_SEEING_IT_IDLE_SOME_FOUND are the same. This CL removes the duplicate strings. BUG=675723 Review-Url: https://codereview.chromium.org/2590663002 Cr-Commit-Position: refs/heads/master@{#440789}
-
meacer authored
This CL is a follow up to crrev.com/2543523002. It routes certificate reports through CertificateReportingService instead of SafeBrowsingPingManager. Reporting code in SafeBrowsingPingManager isn't removed yet. This is done in https://crrev.com/2578873003 Background: The main feature is to retry uploads of invalid SSL certificate reports. Currently, the reports are uploaded only once when the user sees an SSL error. This isn't always sufficient though, as the user might be behind a captive portal which blocks all connections to the internet. For that reason, this feature queues failed uploads and retries them at a later time. All of this logic is in CertificateReportingService. However, CertificateReportingService doesn't do any scheduling of retries itself, it relies on MetricsService instead. CertificateReportingServiceMetricsProvider retries queued (pending) report uploads whenever it's asked to provide metrics. This logic is very much like HttpsEngagementMetricsProvider which also relies on the metrics service to do the scheduling. BUG=554323 TEST=CertificateReportingServiceBrowserTest.* Review-Url: https://codereview.chromium.org/2503243003 Cr-Commit-Position: refs/heads/master@{#440788}
-
rch authored
Use QuicStrCat instead of strings::Substitute and strings::SubstituteAndAppend which do not exist in chrome. Merge internal change: 142860653 Review-Url: https://codereview.chromium.org/2600833002 Cr-Commit-Position: refs/heads/master@{#440787}
-
waltercacau authored
This will be needed by new changes to some of the existing PaymentApp implementations. BUG=674369 Review-Url: https://codereview.chromium.org/2565143002 Cr-Commit-Position: refs/heads/master@{#440786}
-
stevenjb authored
This CL: * Switches display.html to use cr-slider (was only use of paper-slider) * Changes styling of cr-slider as follows: ** Slider bar is grey instead of active (left) portion being blue. ** Knob is always blue (even at leftmost position) ** Ticks are shown automatically if there are < 10 ** Labels are shown as part of cr-slider and shown below the slider See issue for screenshots. BUG=598879 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2587913007 Cr-Commit-Position: refs/heads/master@{#440785}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/7239114dd9ee5 BUG=668342 TBR=chrishtr@chromium.org Review-Url: https://codereview.chromium.org/2605723002 . Cr-Commit-Position: refs/heads/master@{#440784}
-
wangxianzhu authored
The failures have been fixed by previous changes for bug 645667, but we forgot to remove the failure expectations. BUG=645667 TBR=chrishtr@chromium.org Review-Url: https://codereview.chromium.org/2601813002 Cr-Commit-Position: refs/heads/master@{#440783}
-
huangs authored
[Sheriffing] Disable org.chromium.content.browser.JavaBridgeChildFrameTest#testRemovingTransientObjectHolders The test is flaky for Android tests. BUG=677182 TBR=jbudorick NOTRY=true Review-Url: https://codereview.chromium.org/2602793002 Cr-Commit-Position: refs/heads/master@{#440782}
-
juncai authored
This is a follow-up CL for https://codereview.chromium.org/2577183002/ This CL fixes the logic of counting the number of devices. Previously, the |device_ids_| is cleared in function StartDeviceDiscovery(), and since StartDeviceDiscovery() is called after PopulateConnectedDevices(), and PopulateConnectedDevices() may add cached devices. So those added devices are removed from |device_ids_|. This CL fixes this by clearing the |device_ids_| before the PopulateConnectedDevices() function is called. TBR=scheib@chromium.org BUG=674195 Review-Url: https://codereview.chromium.org/2601773003 Cr-Commit-Position: refs/heads/master@{#440781}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/878df6dd03d1..29437eb5c782 $ git log 878df6dd0..29437eb5c --date=short --no-merges --format='%ad %ae %s' 2016-12-27 brianosman Add color space fallback for matrix convolution filter Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=liyuqian@google.com Review-Url: https://codereview.chromium.org/2600953002 Cr-Commit-Position: refs/heads/master@{#440780}
-
allada authored
This patch will now show bars for nodes that are collapsed and contain nodes that have bars inside them. See: http://imgur.com/a/egUwg R=dgozman BUG=664704 Review-Url: https://codereview.chromium.org/2591043003 Cr-Commit-Position: refs/heads/master@{#440779}
-
lukasza authored
BUG=676488 Review-Url: https://codereview.chromium.org/2592273002 Cr-Commit-Position: refs/heads/master@{#440778}
-
mariakhomenko authored
Ensure the warning dialog on leaving Chrome is shown in the case where the intent URL is redirected to Play Store. BUG=648530 Review-Url: https://codereview.chromium.org/2597283002 Cr-Commit-Position: refs/heads/master@{#440777}
-
crouleau authored
This reverts commit feb10cb7. BUG=676188,392620 TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2602543002 Cr-Commit-Position: refs/heads/master@{#440776}
-