- 01 Jun, 2016 40 commits
-
-
vabr authored
The WATCHLISTS have a group for password manager, but it lacks the ios part. This CL adds that part. BUG=None R=vasilii@chromium.org Review-Url: https://codereview.chromium.org/2031513003 Cr-Commit-Position: refs/heads/master@{#397141}
-
fsamuel authored
BUG=611802 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2021173002 Cr-Commit-Position: refs/heads/master@{#397140}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4ff970f4..cf332d02 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2024033007 Cr-Commit-Position: refs/heads/master@{#397139}
-
jyquinn authored
Add "Clear Browsing Data..." titlecase string variant and edit, delete, and cancel button text for iOS native history UI edit mode. BUG=616226 Review-Url: https://codereview.chromium.org/2026023002 Cr-Commit-Position: refs/heads/master@{#397138}
-
dgozman authored
We have to make isolatedCopy of every WTF::String when passing SourceLocation between threads. This fixes data race introduced by https://codereview.chromium.org/2010603002. BUG=615712 Review-Url: https://codereview.chromium.org/2024993003 Cr-Commit-Position: refs/heads/master@{#397137}
-
ymalik authored
This CL excludes anonymous LayoutObjects when searching for an anchor. BUG=612373 Review-Url: https://codereview.chromium.org/2022853002 Cr-Commit-Position: refs/heads/master@{#397136}
-
aberent authored
If the user was previously not signed in, or if the account doesn't exist on the new device, then restore nothing. BUG=613147 Review-Url: https://codereview.chromium.org/1990233002 Cr-Commit-Position: refs/heads/master@{#397135}
-
gabadie authored
BUG=582080 Review-Url: https://codereview.chromium.org/2009883002 Cr-Commit-Position: refs/heads/master@{#397134}
-
yukishiino authored
BUG= Review-Url: https://codereview.chromium.org/2023213002 Cr-Commit-Position: refs/heads/master@{#397133}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/14820dc4a7cd..dad7f31700e9 $ git log 14820dc4a..dad7f3170 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2023763011 Cr-Commit-Position: refs/heads/master@{#397132}
-
chongz authored
This is the first step to support |getRanges()| in 'beforeinput', the next step will be introducing |StaticRange| and change the method to |sequence<StaticRange> getRanges()|. This CL adds supports to all delete related actions, such as delete-character/word/line/paragraph (forward and backward). Will add support to other inputTypes when the spec is ready. SPEC=http://w3c.github.io/editing/input-events.html BUG=609142 Review-Url: https://codereview.chromium.org/1965543002 Cr-Commit-Position: refs/heads/master@{#397131}
-
sdefresne authored
Do not build mojo/edk/system/platform_wrapper_unittest.cc on iOS as it is unsupported and fails with the following error: ../../mojo/edk/system/platform_wrapper_unittest.cc:90:77: error: expected unqualified-id DEFINE_TEST_CLIENT_TEST_WITH_PIPE(ReadPlatformFile, PlatformWrapperTest, h) { BUG=459705 Review-Url: https://codereview.chromium.org/2018483002 Cr-Commit-Position: refs/heads/master@{#397130}
-
machenbach authored
V8 has several target_archs that don't have a supported sysroot image, e.g. mips (big endian), ppc, s390. This prevents the script from failing when run as a hook and when one of these architectures is used. BUG=chromium:616032 Review-Url: https://codereview.chromium.org/2027873004 Cr-Commit-Position: refs/heads/master@{#397129}
-
jkrcal authored
Clean up the code so that it aligns with the changes introduced in https://codereview.chromium.org/2006203002/ BUG=610687 Review-Url: https://codereview.chromium.org/2013423002 Cr-Commit-Position: refs/heads/master@{#397128}
-
grunell authored
This fixes a crash. Also change dchecks to checks to catch early. In the unit test we use a mock stream, and there's obviously no (debug built) integration test for this. BUG=616083 TBR=tommi@chromium.org, xiyuan@chromium.org Review-Url: https://codereview.chromium.org/2028023002 Cr-Commit-Position: refs/heads/master@{#397127}
-
droger authored
This CL moves the instance creation at the end of the process, in order to avoid creating instances if the task is not valid. It also schedules the polling task responsible for cleaning up the instances before actually creating them so that this cleanup task is run even if something goes wrong during the instance creation process. Review-Url: https://codereview.chromium.org/2027843004 Cr-Commit-Position: refs/heads/master@{#397126}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/c9b3e99e2 BUG=600036 TBR=szager@chromium.org Review URL: https://codereview.chromium.org/2028573004 . Cr-Commit-Position: refs/heads/master@{#397125}
-
lizeb authored
When fetching a page, sometimes a "LoadingFailed" notification is delivered for a request that was never started, with a good network on which failed requests are not expected. Log a warning instead of failing in this case. Review-Url: https://codereview.chromium.org/1705693002 Cr-Commit-Position: refs/heads/master@{#397124}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/349ac04f..4ff970f4 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2029553002 Cr-Commit-Position: refs/heads/master@{#397123}
-
bzanotti authored
BUG=616432 Review-Url: https://codereview.chromium.org/2032503002 Cr-Commit-Position: refs/heads/master@{#397122}
-
bauerb authored
Because it's a nine-patch, this ensures the shadow will be visible when drawing into a bitmap (which disables hardware rendering). It also allows drawing the shadow pre-L. Screenshot: http://i.imgur.com/dro1OQ7.png BUG=613088 Review-Url: https://codereview.chromium.org/2006273002 Cr-Commit-Position: refs/heads/master@{#397121}
-
kouhei authored
BUG=615178 Review-Url: https://codereview.chromium.org/2030523003 Cr-Commit-Position: refs/heads/master@{#397120}
-
sergeyu authored
Added remoting_dev_me2me_host and native_messaging_host which were previously not compiled by remoting_all Review-Url: https://codereview.chromium.org/2018323002 Cr-Commit-Position: refs/heads/master@{#397119}
-
tzik authored
Add missing operator* to WeakPtr, so that its instance can be dereferenced uniformly. Review-Url: https://codereview.chromium.org/2031463002 Cr-Commit-Position: refs/heads/master@{#397118}
-
dbeam authored
R=dschuyler@chromium.org BUG=602464 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation NOTRY=true Review-Url: https://codereview.chromium.org/2025023003 Cr-Commit-Position: refs/heads/master@{#397117}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/276e63361c73..ba150cc28330 $ git log 276e63361..ba150cc28 --date=short --no-merges --format='%ad %ae %s' 2016-06-01 caryclark always compute a cubic tangent BUG=615686 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=herb@google.com Review-Url: https://codereview.chromium.org/2026023003 Cr-Commit-Position: refs/heads/master@{#397116}
-
mattcary authored
Review-Url: https://codereview.chromium.org/2023073003 Cr-Commit-Position: refs/heads/master@{#397115}
-
https://codereview.chromium.org/1818903004thakis authored
A media/gpu header now includes a webrtc video_common header, so video_common now must be a public_dep, so that webrtc's include directories are passed to dependencies. BUG=616220 NOTRY=true Review-Url: https://codereview.chromium.org/2028543003 Cr-Commit-Position: refs/heads/master@{#397114}
-
guidou authored
Disable ChromeRenderProcessHostBackgroundingTest.ProcessPriorityAfterStoppedAudio on Windows due to flakiness. BUG=616421 TBR=jochen@chromium.org,henrika@chromium.org,pkasting@chromiun.org Review-Url: https://codereview.chromium.org/2032493002 Cr-Commit-Position: refs/heads/master@{#397113}
-
szager authored
Prior to this change, auto vertical scrollbars could intrude into the content box and overlap content on the right edge. Discussion of this change at: https://codereview.chromium.org/1930183002/#msg12 BUG=600036 R=skobes@chromium.org,eae@chromium.org Review-Url: https://codereview.chromium.org/1980103002 Cr-Commit-Position: refs/heads/master@{#397112}
-
vasilii authored
Create a subclass responsible for updating the statistics. Using InteractionKeeper it's possible to do it not only on bubble destruction but when the bubble updates its content. BUG=615825 Review-Url: https://codereview.chromium.org/2025003002 Cr-Commit-Position: refs/heads/master@{#397111}
-
fsamuel authored
This has test coverage through surfaces unittests, but I will add a standalone test in a separate patch. BUG=611802 Review-Url: https://codereview.chromium.org/2028573003 Cr-Commit-Position: refs/heads/master@{#397110}
-
gabadie authored
BUG=582080 Review-Url: https://codereview.chromium.org/2026193003 Cr-Commit-Position: refs/heads/master@{#397109}
-
pkasting authored
BUG=596039 TEST=none TBR=guidou Review-Url: https://codereview.chromium.org/2028953003 Cr-Commit-Position: refs/heads/master@{#397108}
-
yukishiino authored
This CL adds a new API, V8PrivateProperty::hasValue(). BUG= Review-Url: https://codereview.chromium.org/2027113003 Cr-Commit-Position: refs/heads/master@{#397107}
-
sigbjornf authored
A ScriptLoader that has become detached from its document will not execute the script once the script resource has loaded. If in such a detached state, make sure the ScriptLoader lets go of its PendingScript promptly. R= BUG= Review-Url: https://codereview.chromium.org/2028613002 Cr-Commit-Position: refs/heads/master@{#397106}
-
fsamuel authored
This CL also moves out the dependency on skia resource_format.h to resource_format_utils. This was to avoid adding skia as a public dependency from the TransferableResource StructTraits. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2020993004 Cr-Commit-Position: refs/heads/master@{#397105}
-
stkhapugin authored
Revert of [ios Mojo] Integration test for Mojo WebUI. (patchset #9 id:160001 of https://codereview.chromium.org/2006273005/ ) Reason for revert: Breaks downstream ios_internal_unittests execution because ios_internal_unittests already has resource load code and the bundle ends up being loaded twice. Please remove this code downstream, also see comments in code review tool. Original issue's description: > [ios Mojo] Integration test for Mojo WebUI. > > Tests communication between WebUI page and the native code. > When page is loaded it sends "syn" message to the native code, > when native code receives "syn" it replies back with "ack", > when page receives "ack" it replies back with "fin". Once "fin" is > received the test succeeds. > > BUG=567809 > > Committed: https://crrev.com/dc9e9709213948d4db6308f71c4097950b9da8fa > Cr-Commit-Position: refs/heads/master@{#396972} TBR=rockot@chromium.org,jyquinn@chromium.org,sdefresne@chromium.org,thestig@chromium.org,eugenebut@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=567809 Review-Url: https://codereview.chromium.org/2027983002 Cr-Commit-Position: refs/heads/master@{#397104}
-
pkasting authored
BUG=589802 TEST=none TBR=guidou Review-Url: https://codereview.chromium.org/2032463002 Cr-Commit-Position: refs/heads/master@{#397103}
-
sergeyu authored
ClientResolution message contains DIPs and device size fields. DIPs size was marked as legacy, but it was actually used by the host. It's best to use DIPs for consistency with other messages, particularly VideoTrackLayout. marked device-pixel size as deprecated and the host now works when width/height fields are not specified. Review-Url: https://codereview.chromium.org/2021773002 Cr-Commit-Position: refs/heads/master@{#397102}
-