- 26 Apr, 2016 40 commits
-
-
iclelland authored
This adds a command-line flag, --origin-trial-public-key, which can be used by developers to override the public key used to verify the signed tokens for origin trials. BUG=603588 Review URL: https://codereview.chromium.org/1737693002 Cr-Commit-Position: refs/heads/master@{#389832}
-
sohan.jyoti authored
BUG=582558 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1922883002 Cr-Commit-Position: refs/heads/master@{#389831}
-
hashimoto authored
Nacl uses its own toolchain with the target sysroot. System libdir should be respected with that toolchain too. BUG=606432 Review URL: https://codereview.chromium.org/1914103002 Cr-Commit-Position: refs/heads/master@{#389830}
-
esprehn authored
This is more natural here, and will make it easy to add a bit that tracks if a document would be in "deferred commits" mode even if its not the main document. Then we can use that bit to trigger pipeline throttling for iframes when they're loading avoiding FOUC in a sane way. This patch doesn't change any behavior and only moves the logic. BUG=521692 TEST=DocumentLoadingRenderingTest.* Review URL: https://codereview.chromium.org/1922793002 Cr-Commit-Position: refs/heads/master@{#389829}
-
ben authored
Extracted from https://codereview.chromium.org/1910043002/ to help identify an issue. TBR=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/1918343002 Cr-Commit-Position: refs/heads/master@{#389828}
-
michaeldo authored
BUG=579697 Review URL: https://codereview.chromium.org/1922833003 Cr-Commit-Position: refs/heads/master@{#389827}
-
apacible authored
Aligns email with the header text except in route-details, where the email is aligned with the back button. BUG=604596 Review URL: https://codereview.chromium.org/1915383002 Cr-Commit-Position: refs/heads/master@{#389826}
-
dpranke authored
We're long-past due for this ... R=ukai@chromium.org BUG=605732 Review URL: https://codereview.chromium.org/1915423002 Cr-Commit-Position: refs/heads/master@{#389825}
-
kulshin authored
This experiment has been on canary for a week, and unambiguously demonstrates that using memory mapped files is better for font loading perf. Using a memory mapped file improves font family load time by up to 5-25%, and even shows a tiny improvement in overall startup time. BUG=577387 Review URL: https://codereview.chromium.org/1920843004 Cr-Commit-Position: refs/heads/master@{#389824}
-
penghuang authored
BUG=586380 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1867873002 Cr-Commit-Position: refs/heads/master@{#389823}
-
servolk authored
BUG=606829 TBR=miu,wolenetz NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/1919323002 Cr-Commit-Position: refs/heads/master@{#389822}
-
servolk authored
The cast_sender target ends up including video_decoder_config.h, and I've recently added 'include media_features.h' to that header. So now targets that include video_decoder_config need an explicit dependency on media_features target, to ensure media_features.h is generated and can be included by those targets. BUG=606829 TBR=miu,wolenetz NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/1919163003 Cr-Commit-Position: refs/heads/master@{#389821}
-
wnwen authored
Revert of
🍈 Unify application context usage. (patchset #25 id:480001 of https://codereview.chromium.org/1879013002/ ) Reason for revert: Broke CQ unittests as they did not set native application context properly. See https://codereview.chromium.org/1919283002/ for context. Original issue's description: > Unify application context usage. > > Separate out ContextUtils initializing the global application context > on java-side vs native-side. Have LibraryLoader initialize > native-side application side and initialize java-side application > context as early as possible. > > This allows callers to be certain that they are interacting with the > application context instead of a local context, and will allow > consolidating application-wide context-based globals like > SharedPreferences in subsequent CLs. > > BUG=552419 > > Committed: https://crrev.com/6b5b7b5d2a1d2cdfa58e8e06f9a350ea4d1b286a > Cr-Commit-Position: refs/heads/master@{#389782} TBR=torne@chromium.org,davidben@chromium.org,yfriedman@chromium.org,nyquist@chromium.org,caitkp@chromium.org,sergeyu@chromium.org,amistry@chromium.org,sky@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=552419 Review URL: https://codereview.chromium.org/1917193003 Cr-Commit-Position: refs/heads/master@{#389820} -
johnme authored
Removes svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults.xhtml from the list of SmokeTests, since it's flaky on Android and doesn't seem to be maintained. BUG=602268 Review URL: https://codereview.chromium.org/1922843003 Cr-Commit-Position: refs/heads/master@{#389819}
-
scheib authored
Move the size check and static_cast to from the generic Hash to the specific SuperFastHash wrapper. Hash uses a reasonable size_t type, but the specific SuperFastHash uses an int for size. This is leaking a mistake from third_party code into our wrapper. Client code that wants to be clear that it is using SuperFastHash specifically (not just generic Hash) should be able to do so with a size_t type. Review URL: https://codereview.chromium.org/1916193003 Cr-Commit-Position: refs/heads/master@{#389818}
-
yolandyan authored
BUG=490795 Review URL: https://codereview.chromium.org/1865383002 Cr-Commit-Position: refs/heads/master@{#389817}
-
sadrul authored
When chrome is launched in mus, it always needs to block on Initialize to complete, regardless of whether run as 'chrome --mash' or as 'mojo_runner mojo:mash_session'. BUG=594852 Review URL: https://codereview.chromium.org/1915053004 Cr-Commit-Position: refs/heads/master@{#389816}
-
lizeb authored
Review URL: https://codereview.chromium.org/1915853007 Cr-Commit-Position: refs/heads/master@{#389815}
-
sigbjornf authored
The controller is now simply referred to and kept alive from the associated master Document, detached of and disposed during Document detach. R=haraken BUG=585328 Review URL: https://codereview.chromium.org/1914183002 Cr-Commit-Position: refs/heads/master@{#389814}
-
alokp authored
https://codereview.chromium.org/1908423006/ makes CastAudioManager run on CMA thread. Now there is no need to post tasks when using CMA backend in CastAudioAoutputStream. BUG=594234 Review URL: https://codereview.chromium.org/1913973003 Cr-Commit-Position: refs/heads/master@{#389813}
-
jbudorick authored
BUG=604468 Review URL: https://codereview.chromium.org/1915293005 Cr-Commit-Position: refs/heads/master@{#389812}
-
jsbell authored
Preliminary CL for tackling changing the [Exposed] attributes for the partials, split the URL methods defined in FileAPI [1] out into their own implementation files. Also update bindings template to ensure the method supporting the partial interface / static method / conditional exposure combination was exported for use in modules. No behavior changes. [1] https://w3c.github.io/FileAPI/#creating-revoking BUG=604951 R=haraken@chromium.org Review URL: https://codereview.chromium.org/1921063002 Cr-Commit-Position: refs/heads/master@{#389811}
-
vabr authored
This CL adds logging for the internals page during filling passwords in the renderer code. Those have been missing and would have been helpful for investigating the associated bug. BUG=606736 Review URL: https://codereview.chromium.org/1918823005 Cr-Commit-Position: refs/heads/master@{#389810}
-
michaeldo authored
TEST=Navigate to chrome://chrome-urls, then navigate to one of the other chrome:// pages using the displayed links. BUG=579697 Review URL: https://codereview.chromium.org/1921093002 Cr-Commit-Position: refs/heads/master@{#389809}
-
svaldez authored
Since we no longer use NSS for SSL/Crypto, the debugging information for it is outdated and we no longer need to include the Valgrind Suppressions. BUG=604728 Review URL: https://codereview.chromium.org/1921743002 Cr-Commit-Position: refs/heads/master@{#389808}
-
oshima authored
BUG=597761 Review URL: https://codereview.chromium.org/1922013002 Cr-Commit-Position: refs/heads/master@{#389807}
-
oshima authored
BUG=597761 Review URL: https://codereview.chromium.org/1922783002 Cr-Commit-Position: refs/heads/master@{#389806}
-
xidachen authored
When we have a SVG image whose intrinsic size is 0, then createImageBitmap from the above SVG image should throw InvalidStateError. Also, createImageBitmap with a cropRect should not throw. This CL adds a layout to verify that. BUG=604510 Review URL: https://codereview.chromium.org/1901153002 Cr-Commit-Position: refs/heads/master@{#389805}
-
jam authored
https://www.chromium.org/developers/design-documents/mojo Review URL: https://codereview.chromium.org/1915003005 Cr-Commit-Position: refs/heads/master@{#389804}
-
yzshen authored
This is a preparation for removing message loop destruction observer from mojo::Watcher. BUG=604762 Review URL: https://codereview.chromium.org/1913333002 Cr-Commit-Position: refs/heads/master@{#389803}
-
liberato authored
Adds -ifpartialviewport to require 1x1 overlap of the media element with the viewport area, before autoplay is allowed. This differs from -ifviewport, which requires the element to be completely visible within the viewport. BUG=605609 Review URL: https://codereview.chromium.org/1921073002 Cr-Commit-Position: refs/heads/master@{#389802}
-
pavely authored
When model type's syncable service adds entry, GenericChangeProcessor first looks up if entry with given client tag hash already exists. WriteNode::InitUniqueByCreationImpl looks up entry, but doesn't decrypt if it is found. BaseNode::GetEntitySpecifics() expects cached decrypted entry's specifics for encrytped entry which causes DCHECK. The fix is to call DecryptIfNecessary when existing entry is found in WriteNode::InitUniqueByCreationImpl. BUG=601257 R=zea@chromium.org Review URL: https://codereview.chromium.org/1915983003 Cr-Commit-Position: refs/heads/master@{#389801}
-
sigbjornf authored
This argument-swapped legacy overload has little use, hence it is time to try to phase it out. Deprecate with view to removing in M54. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/h4ooaB_Y9JE/nh7vXshGBwAJ R= BUG=425896 Review URL: https://codereview.chromium.org/1903873004 Cr-Commit-Position: refs/heads/master@{#389800}
-
tobiasjs authored
Because we don't know which blobs we will end up using, because we can't predict from the browser process what ABI the renderer process will end up executing with, we can't log an error immediately. Instead we should pass through the returned invalid file descriptor and let the renderer process fail if it doesn't have access to the blobs it needs. BUG=594563 Review URL: https://codereview.chromium.org/1921573002 Cr-Commit-Position: refs/heads/master@{#389799}
-
dmazzoni authored
The new accessible name calculation improved compatibility overall but broke one specific case, where one element uses aria-labelledby (or aria-describedby) to reference a subtree that's explicitly aria-hidden. The correct thing to do here is ignore aria-hidden when an element is referenced explicitly. <input aria-labelledby="label"> <div id="label" aria-hidden="true">Hidden label</div> BUG=595494 Review URL: https://codereview.chromium.org/1917943002 Cr-Commit-Position: refs/heads/master@{#389798}
-
thakis authored
BUG=579255 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jam Review URL: https://codereview.chromium.org/1917973002 Cr-Commit-Position: refs/heads/master@{#389797}
-
clamy authored
This CL updates the test expectations for the enable-browser-side-navigation flag. This is only used in the FYI bot LinuxBrowserSideNavigation, so making this no try. BUG=576261,504347,475027 TBR=carlosk@chromium.org NOTRY=TRUE Review URL: https://codereview.chromium.org/1917213002 Cr-Commit-Position: refs/heads/master@{#389796}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/83af0a63b1d9..86ae3d161412 $ git log 83af0a63b..86ae3d161 --date=short --no-merges --format='%ad %ae %s' 2016-04-26 reed make context() virtual on device 2016-04-26 bsalomon Add initial implementation of GrShape and GrStyle classes and tests CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1921003004 Cr-Commit-Position: refs/heads/master@{#389795}
-
mlamouri authored
It seems very confusing to have "chrome/*/*_browsertest.cc" files that are not actually compiled in the browsertest target. I spent a long time trying to understand why the bots were finding issues I couldn't reproduce locally. BUG=None R=peter@chromium.org Review URL: https://codereview.chromium.org/1919203002 Cr-Commit-Position: refs/heads/master@{#389794}
-
Nico Weber authored
debug_bot_minimal_symbols implicitly enables goma (which doesn't work with trunk clang), so don't use that. android implicitly enables proprietary codecs; explicitly opt out from that. BUG=606780 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1918243002 . Cr-Commit-Position: refs/heads/master@{#389793}
-