- 07 Oct, 2016 31 commits
-
-
timloh authored
This patch removes a TODO which states we should normalize calc() values when parsing them for registered properties. I don't recall exactly why I added this TODO but it doesn't seem that the spec says this needs to be done. We already simplify calc() values in computation as per spec. https://drafts.css-houdini.org/css-properties-values-api/ BUG=641877 Review-Url: https://codereview.chromium.org/2399803002 Cr-Commit-Position: refs/heads/master@{#423778}
-
nhiroki authored
This CL removes unnecessary header inclusions and refactors parameter passing for startWorkerGlobalScope. This should not change behavior. BUG=n/a Review-Url: https://codereview.chromium.org/2401513003 Cr-Commit-Position: refs/heads/master@{#423777}
-
hubbe authored
This extracts the color information from the h264 stream and attaches it to the video frame. Currently this is only done if the result is NV12 as we don't have the code yet to do it for RGB frames. BUG=622133, 647725 Committed: https://crrev.com/b213e899246050d799ccb6df0e40837b619da8fb Review-Url: https://codereview.chromium.org/2345123002 Cr-Original-Commit-Position: refs/heads/master@{#422942} Cr-Commit-Position: refs/heads/master@{#423776}
-
avayvod authored
BUG=652872,652389 TEST=run_chrome_public_test_apk --verbose --gtest_filter=org.chromium.chrome.browser.media.remote.* on both low end and not a low end device. Since https://codereview.chromium.org/2344353003 on low-end and JB devices videos are not preloaded so we have to trigger that in a button onclick handler. Review-Url: https://codereview.chromium.org/2400543002 Cr-Commit-Position: refs/heads/master@{#423775}
-
dtseng authored
- remove pref for reading context first and manually list roles for which it makes sense to do this. In general, default to reading context last - remove the workaround to manually callback start and end callbacks when encountering whitespace as Google TTS appears to have been fixed. Note that this might not be the case on other platforms, but ChromeVox for Chrome OS works well. BUG=652142,619279 TEST=continuous read over whitespace continues reading. In Google Groups, a huge utterance (e.g. a div focused) results in proper sync of earcons (i.e. they are not played at the same time sounding like a big error tone). Context is uttered first when tab switching, menu navigating in panel/docs. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2387413002 Cr-Commit-Position: refs/heads/master@{#423774}
-
maxbogue authored
Things moved: - invalidation_adapter - invalidation_helper - pref_names - report_unrecoverable_error (renamed from chrome_*) - sync_prefs - system_encryptor This CL was mostly generated by a script but required tweaking the SyncPrefs interface slightly to remove a dependency. BUG=631271 TBR=stuartmorgan,jochen Review-Url: https://codereview.chromium.org/2395533003 Cr-Commit-Position: refs/heads/master@{#423773}
-
szager authored
Previously, scroll offsets were stored in a mix of float, double, and int. BUG=470718 R=skobes@chromium.org,bokan@chromium.org,aelias@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2387883002 Cr-Commit-Position: refs/heads/master@{#423772}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/22570732fbb1..b72737924a91 $ git log 22570732f..b72737924 --date=short --no-merges --format='%ad %ae %s' 2016-10-06 aiolos Update Android reference build. 2016-10-06 aiolos Revert of Update android chrome reference builds. (patchset #1 id:1 of https://codereview.chromium.org/2397953002/ ) CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2398333002 Cr-Commit-Position: refs/heads/master@{#423771}
-
dougarnett authored
Some cases are benign - no network connection or already busy - but we want to be able to separate out cases in M55 due to running on svelte device or if prerenderer did not accept the request (eg, due to RECENTLY_VISITED check). BUG=652486 Review-Url: https://codereview.chromium.org/2388303007 Cr-Commit-Position: refs/heads/master@{#423770}
-
eugenebut authored
base::mac::FSRefFromPath will be removed as it is relied on deprecated API. The only place where FSPathMakeRef needed is QuarantinePropertiesDeprecated API. So instead of having shared base::mac::FSRefFromPath function which depends on deprecated API it is better to use FSPathMakeRef right in place where it's needed as it will be easier to clean up that code later. BUG=650854 Review-Url: https://codereview.chromium.org/2389123002 Cr-Commit-Position: refs/heads/master@{#423769}
-
michaelpg authored
Modernizes the UI a bit and adds a DateTimeHandler for policy stuff (notifications TBD) and to provide the time zone list (TBD). BUG=546835,460542 R=dpapad@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2393703005 Cr-Commit-Position: refs/heads/master@{#423768}
-
junov authored
This performance test that is meant to draw to a GPU accelerated canvas accidentally changed its behavior due to a recently added heuristic that cancels GPU acceleration under certain circumstances. This CL fixes the test to prevent it from triggering the heuristic. BUG=653565 Review-Url: https://codereview.chromium.org/2399013003 Cr-Commit-Position: refs/heads/master@{#423767}
-
rjkroege authored
As part of preparing ash::DisplayManager for relocation to ui, eliminate its dependency on ash localization strings. BUG=581462 Review-Url: https://codereview.chromium.org/2383313002 Cr-Commit-Position: refs/heads/master@{#423766}
-
nasko authored
Revert of Make ResourceFetcher return Resources with LoadError instead of nullptrs. (patchset #8 id:160001 of https://codereview.chromium.org/2231523002/ ) Reason for revert: Reverting since it is causing flakiness on the blink bots. Latest flake: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7%20%28dbg%29/builds/7628 unexpected_failures: http/tests/security/contentSecurityPolicy/nonces/import-enforce-blocked.php TBR=japhet@chromium.org,alexmos@chromium.org,engedy@chromium.org,hiroshige@chromium.org BUG=616234 Review-Url: https://codereview.chromium.org/2399243002 Cr-Commit-Position: refs/heads/master@{#423765}
-
jsbell authored
Following r419951 getExecutionContext() may return null, so return value must be checked. BUG=653272 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2398313002 Cr-Commit-Position: refs/heads/master@{#423764}
-
davidben authored
This matches the obsolete/modern part of the security panel. A cipher suite is a particular thing in TLS and is not just the bulk cipher. Cipher is a more appropriately generic term for a decomposition we made up. BUG=none Review-Url: https://codereview.chromium.org/2393393004 Cr-Commit-Position: refs/heads/master@{#423763}
-
lukasza authored
After the CL, there is a separate EventSender instance for each WebWidgetTestProxyBase. Additionally EventSender transforms the coordinates of the event before calling Blink, to make sure the coordinates will work with the target widget. Supporting EventSender via WebWidgetTestProxyBase requires exposing WebWidgetTestProxyBase::web_view_test_proxy_base() accessor and this in turn allows for clean-ups in some other places - for example this allows to remove storing borrowed pointers to TestRunner and WebViewTestProxyBase inside WebWidgetTestClient. BUG=616608 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2036873002 Cr-Commit-Position: refs/heads/master@{#423762}
-
rajendrant authored
Currently data use is measured as foreground and background. In some cases where the app was transitioning from one state to different state, data use at that time should be logged as unknown. This CL changes the UMA to log on every network TX/RX of the URLRequest. Earlier it was logged only when URLRequest completes. BUG=648808 Review-Url: https://codereview.chromium.org/2399783003 Cr-Commit-Position: refs/heads/master@{#423761}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2391453002 Cr-Commit-Position: refs/heads/master@{#423760}
-
twellington authored
Finish AppTasks on the UI thread rather than the insturmentation thread during test setup and tear down. Also eclose the finishAndRemoveTask() calls in a try-catch block so that otherwise passing tests don't fail on Android framework exceptions. BUG=653731 Review-Url: https://codereview.chromium.org/2396253002 Cr-Commit-Position: refs/heads/master@{#423759}
-
suzyh authored
The following type hierarchy exists in core/animation: KeyframeEffect is a subclass of KeyframeEffectReadOnly is a subclass of AnimationEffectReadOnly. Type casts have already been defined to convert AnimationEffectReadOnly objects to KeyframeEffect objects; this patch adds the equivalent for converting to KeyframeEffectReadOnly. Review-Url: https://codereview.chromium.org/2395993002 Cr-Commit-Position: refs/heads/master@{#423758}
-
ben authored
. MojoShellConnection -> ServiceManagerConnection . MojoChildConnection -> ChildConnection . EmbeddedApplicationRunner -> EmbeddedServiceRunner . *MojoApplication* -> *Service* R=rockot@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2398783002 Cr-Commit-Position: refs/heads/master@{#423757}
-
thomasanderson authored
BUG=564904 Review-Url: https://codereview.chromium.org/2397993003 Cr-Commit-Position: refs/heads/master@{#423756}
-
mpearson authored
BUG= Review-Url: https://codereview.chromium.org/2384323002 Cr-Commit-Position: refs/heads/master@{#423755}
-
mattreynolds authored
The Physical Web data source collects information about nearby devices broadcasting URLs and makes the list of URLs and associated metadata available to components within Chrome. This change adds an empty implementation of the data source in Chrome for Android and makes it available from a BrowserProcess. BUG=636490 Review-Url: https://codereview.chromium.org/2361603002 Cr-Commit-Position: refs/heads/master@{#423754}
-
twellington authored
It frequently fails all three test runs on tablets. BUG=581268 TBR=yfriedman@chromium.org Review-Url: https://codereview.chromium.org/2400083002 Cr-Commit-Position: refs/heads/master@{#423753}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f7d080135d03..22570732fbb1 $ git log f7d080135..22570732f --date=short --no-merges --format='%ad %ae %s' 2016-10-06 benjhayden Finish value-set-table tests. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2396003003 Cr-Commit-Position: refs/heads/master@{#423752}
-
ericrk authored
Currently GpuChannel destruction runs as a single large task in the GPU process. This can cause watchdog timeouts on very busy systems, as we can end up doing a huge number of GL commands in a single task. This change adds logic to ping the watchdog thread at regular intervals (assuming that destruction is moving forward, and hasn't actually hung). This should prevent the timeout hangs we're seeing. In addition to reporting progress in ContextGroup, we also report during shader, program, and texture deletion, as these are the three cases where we've actually seen timeouts. BUG=612219 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2378583003 Cr-Commit-Position: refs/heads/master@{#423751}
-
derat authored
Add temporary VLOG(1) messages to renderer-freezing code to try to track down the cause of a strange crash. BUG=chromium:648580 Review-Url: https://codereview.chromium.org/2395293003 Cr-Commit-Position: refs/heads/master@{#423750}
-
tschumann authored
This check actually triggered on the wrong condition (hence I also renamed a few things to reduce the confusion). There was a valid point for the check, though: we should only fill the histogram when we don't get too many snippets. Once we completely moved to the Zine cloud backend, this histogram should go away anyways. Review-Url: https://codereview.chromium.org/2387293009 Cr-Commit-Position: refs/heads/master@{#423749}
-
shess authored
The queue lives in the target, so the weak pointer is redundant. BUG=639087 Review-Url: https://codereview.chromium.org/2397783004 Cr-Commit-Position: refs/heads/master@{#423748}
-
- 06 Oct, 2016 9 commits
-
-
qyearsley authored
The purpose of this CL is to improve the readability of this test, to try to better indicate what webkit-patch copy-existing-baselines-internal does. Review-Url: https://codereview.chromium.org/2392173002 Cr-Commit-Position: refs/heads/master@{#423747}
-
kylechar authored
Split GLFrameData out of CompositorFrame. Create a new struct OutputSurfaceFrame that contains the parts of CompositorFrame need by OutputSurface::SwapBuffers(). Update OutputSurface implementations to use the new OutputSurfaceFrame struct instead. BUG=651851 TBR=dtrainor@chromium.org,fsamuel@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2374183006 Cr-Commit-Position: refs/heads/master@{#423746}
-
shimazu authored
This patch restricts the service worker when JavaScript is disabled by checking the settings in ChromeContentBrowserClient::AllowServiceWorker(). BUG=632823 Review-Url: https://codereview.chromium.org/2377603002 Cr-Commit-Position: refs/heads/master@{#423745}
-
xhwang authored
On the latest build pressing Esc on PlatformVerificationDialog will call Close() instead of Cancel(). So it seems issue 467155 is fixed. Updating comments to reflect the current state. Also update comments in DialogDelegate. TBR=dkrahn@chromium.org BUG=467155,590960 TEST=No functionality change. Review-Url: https://codereview.chromium.org/2395133003 Cr-Commit-Position: refs/heads/master@{#423744}
-
twellington authored
Revert of Restrict ModalDialogTest#testPromptModalDialog to non-low-end devices (patchset #1 id:1 of https://codereview.chromium.org/2397573008/ ) Reason for revert: Root cause is in Android framework, we're just going to catch the exception Original issue's description: > Restrict ModalDialogTest#testPromptModalDialog to non-low-end devices > > BUG=653685 > TBR=carlosk@chromium.org, dfalcantara@chromium.org > > Committed: https://crrev.com/3988c1fd1bc405d01850a8e5e28619d0630b5184 > Cr-Commit-Position: refs/heads/master@{#423709} TBR=carlosk@chromium.org,dfalcantara@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=653685 Review-Url: https://codereview.chromium.org/2396243002 Cr-Commit-Position: refs/heads/master@{#423743}
-
pwnall authored
When an IndexedDB versionchange transaction is aborted, Blink's IndexedDB metadata is not entirely reverted, causing our behavior to deviate from the IndexedDB specification in minor, subtle ways. This change aligns our behavior with the spec and with Firefox's implementation. The change also (slightly) reduces IndexedDB memory usage in two ways. (1) Object store and index metadata is now shared between an IDBDatabase and its associated IDBObjectStore and IDBIndex instances, instead of being copied. (2) versionchange transactions only back up the metadata for object stores that are accessed by JavaScript, instead of creating a backup for the entire database metadata. BUG=645018,457447 Review-Url: https://codereview.chromium.org/2314933005 Cr-Commit-Position: refs/heads/master@{#423742}
-
jianli authored
This is not longer needed after we switch to using offline interceptor BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2395763003 Cr-Commit-Position: refs/heads/master@{#423741}
-
mgiuca authored
This was deemed unnecessary in UX review. When navigator.share is used from incognito, you still see the intent picker which is considered sufficient warning for users. The bulk of the code to support this (https://crrev.com/420564) remains and will be removed in a future CL. BUG=645007 Review-Url: https://codereview.chromium.org/2389393004 Cr-Commit-Position: refs/heads/master@{#423740}
-
dpranke authored
This adds an MB config for 'Linux ChromeOS Buildspec Tests' builder, and makes the 'linux_packages_all' target be defined for CrOS builds as well as desktop Linux, though I have no idea if this'll actually build in that config. TBR=dnj@chromium.org, brettw@chromium.org BUG=643238 Review-Url: https://codereview.chromium.org/2399883003 Cr-Commit-Position: refs/heads/master@{#423739}
-