- 02 Sep, 2016 40 commits
-
-
sadrul authored
BUG=none Review-Url: https://codereview.chromium.org/2302053003 Cr-Commit-Position: refs/heads/master@{#416335}
-
jdufault authored
BUG=639329 Review-Url: https://codereview.chromium.org/2291913002 Cr-Commit-Position: refs/heads/master@{#416334}
-
khushalsagar authored
Add ChromeCompositorDependencies to implement the CompositorDependencies for blimp in Chrome. The class passes through to the ui::ContextProviderFactory to create the contexts. TBR=jochen BUG=611105 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2297933002 Cr-Commit-Position: refs/heads/master@{#416333}
-
scheib authored
In preparation for deploying the Web Bluetooth Blacklist update via field trial parameter this patch adds the payload to the Field Trial Testing Config. To support a browser test for this field trial parameter, a test specific UUID is also added to the configs. To enable readable comments in the json, the PRESUBMIT is modified to accept comment keys. BUG=570121, 643013 Review-Url: https://codereview.chromium.org/2306473002 Cr-Commit-Position: refs/heads/master@{#416332}
-
lukasza authored
BUG=640749 Review-Url: https://codereview.chromium.org/2307643002 Cr-Commit-Position: refs/heads/master@{#416331}
-
dtapuska authored
We have found that some webviews are using fastclick inside them and due to a risk of breakage we are going to allow mousedown on selects even if they are untrusted. BUG=642698 Review-Url: https://codereview.chromium.org/2300633007 Cr-Commit-Position: refs/heads/master@{#416330}
-
jdonnelly authored
This includes: - Moving the mapping between autofill credit card types and types defined in the spec to components/autofill. - Adding the basic credit card response type from the spec. BUG=602666 Committed: https://crrev.com/c3d5660f6d497ea5dffc885f198cefdc7aabad83 Review-Url: https://codereview.chromium.org/2285523002 Cr-Original-Commit-Position: refs/heads/master@{#415351} Cr-Commit-Position: refs/heads/master@{#416329}
-
brettw authored
Inlines the contents into the GN build. Review-Url: https://codereview.chromium.org/2299033006 Cr-Commit-Position: refs/heads/master@{#416328}
-
xunjieli authored
The test is flaky on Android Marshmallow bot. TBR=gavinp@chromium.org BUG=638891 Review-Url: https://codereview.chromium.org/2289133003 Cr-Commit-Position: refs/heads/master@{#416327}
-
avi authored
BUG=554289 Review-Url: https://codereview.chromium.org/2305813002 Cr-Commit-Position: refs/heads/master@{#416326}
-
tsepez authored
R=thestig@chromium.org Review-Url: https://codereview.chromium.org/2306113002 Cr-Commit-Position: refs/heads/master@{#416325}
-
inferno authored
R=thakis@chromium.org,dcheng@chromium.org BUG= Review-Url: https://codereview.chromium.org/2307103002 Cr-Commit-Position: refs/heads/master@{#416324}
-
lukasza authored
This CL is motivated by 2 things: 1. General desire to use sk_sp<...> instead of RefPtr<...> (i.e. as given in a comment next to the fromSkSp/toSkSp functions) 2. Desire to allow rename_to_chrome_style tool to rename WTF::RefCountedBase::ref to Ref (while not renaming |ref| to |Ref| in Skia). This CL contains the following broadly applied changes: - s/\(Pass\|\)RefPtr<Sk/sk_sp<Sk/g - Repeat the above for |const Sk| (i.e. const-qualified template parameter) - Repeat the above for |WTF::RefPtr<Sk| (i.e. explicit namespace qualifier) - Add #include "third_party/skia/include/core/SkRefCnt.h" if appropriate - Replace calls to RefPtr<T>::clear() with calls to sk_sp<T>::reset() - Replace calls to PassRefPtr<T>::release() with calls to std::move(x) - Replace calls to adoptRef with calls to sk_sp<T>(T*) constructor or calls to sk_sp<T>::reset(T*) - both will adopt a ref-count - Remove (now unnecessary) fromSkSp and toSkSp calls - Add more std::move calls during a self review This CL contains the following one-off changes: - Tweak platform/CrossThreadCopier.h to mark sk_sp<SkRefCnt> as thread-safe - Remove fromSkSp and toSkSp definitions from platform/graphics/skia/SkiaUtils.h BUG=641014 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2290903002 Cr-Commit-Position: refs/heads/master@{#416323}
-
xingliu authored
Previously it's in blimp/client/session/blimp_client_session for the app code. This CL wraps blob channel objects to a wrapper class. Image decode error delegate is left in BlimpClientContextImpl. BUG=NONE Review-Url: https://codereview.chromium.org/2300493002 Cr-Commit-Position: refs/heads/master@{#416322}
-
brucedawson authored
Official component builds generally don't work, and they are logically contradictory, so it is better to prevent them with an assert in order to save developers from this mistake. Review-Url: https://codereview.chromium.org/2301213002 Cr-Commit-Position: refs/heads/master@{#416321}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9c26b323..0e51f51f 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_precise_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/2303063004 Cr-Commit-Position: refs/heads/master@{#416320}
-
tedchoc authored
Also, this includes leakcanary src. BUG= Review-Url: https://codereview.chromium.org/2308693002 Cr-Commit-Position: refs/heads/master@{#416319}
-
csharrison authored
BUG= Review-Url: https://codereview.chromium.org/2261873002 Cr-Commit-Position: refs/heads/master@{#416318}
-
nektar authored
BUG=590341 TESTED=Voiceover R=dmazzoni@chromium.org Review-Url: https://codereview.chromium.org/2173563005 Cr-Commit-Position: refs/heads/master@{#416317}
-
sergeyu authored
P2PSocketHostUdp may drop outgoing packets to throttle unauthenticated outgoing STUN requests. Previously it wasn't sending OnSendComplete message for these packets, which causes crash in the renderer. Also fixed another potential crashed in the same class. BUG=630984 Review-Url: https://codereview.chromium.org/2300983003 Cr-Commit-Position: refs/heads/master@{#416316}
-
wangxianzhu authored
BUG=619103 TBR=wangxianzhu@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2308743002 Cr-Commit-Position: refs/heads/master@{#416315}
-
dtrainor authored
Add a BLIMP_ENABLED switch. BUG=640736 Review-Url: https://codereview.chromium.org/2299383002 Cr-Commit-Position: refs/heads/master@{#416314}
-
changwan authored
Copying OWNERS from content/public/android/javatests/src/org/ chromium/content/browser/input/OWNERS BUG= Review-Url: https://codereview.chromium.org/2306813002 Cr-Commit-Position: refs/heads/master@{#416313}
-
tdanderson authored
Reland of https://codereview.chromium.org/2289223002/. Some initial changes in preparation for implementing the material design version of the detailed views in the Ash system menu: * Make TrayDetailsView extend ViewClickListener and ButtonListener instead of having each of TrayDetailsView's subclasses extend these. The aim is to place common code in TrayDetailsView. * Rename the TrayDetailsView "footer row" to be the "title row"; for material design this row appears at the top of the detailed view, not the bottom. * For material design (--ash-md=experimental), show the title row at the top of the detailed view and do not instantiate or show any non-MD buttons in this row. Further improvements to the appearance and functionality of the title rows to be handled in subsequent CLs. BUG=642136 TEST=ash_unittests Review-Url: https://codereview.chromium.org/2300423002 Cr-Commit-Position: refs/heads/master@{#416312}
-
chrome://castsheretov authored
Fix for the chrome://cast hash logic to support page reloads that don't always take the user back to the device list. Old behavior: always navigate to the devices page when chrome://cast page loads. Correct behavior: Look at the hash portion of the URL and mirror it to the extensionview guest, if present. If the URL does not have a hash, default to showing the device list. BUG=643701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2303133002 Cr-Commit-Position: refs/heads/master@{#416311}
-
Bo Liu authored
Only adding the jar file. It's not used yet in this CL. BUG=643660 R=sgurun@chromium.org Review URL: https://codereview.chromium.org/2300383003 . Cr-Commit-Position: refs/heads/master@{#416310}
-
servolk authored
Revert of Fix DCHECK when track status changes in non-playing state (patchset #3 id:40001 of https://codereview.chromium.org/2269313002/ ) Reason for revert: The new test is crashing on Mac Original issue's description: > Fix DCHECK when track status changes in non-playing state > > We are only accessing shared_state_.renderer in kPlaying state. > > BUG=640362 > > Committed: https://crrev.com/5f450aa795c85f615ccaed457f3114c487df7ac4 > Cr-Commit-Position: refs/heads/master@{#416131} TBR=avayvod@chromium.org,chcunningham@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=640362 Review-Url: https://codereview.chromium.org/2310483002 Cr-Commit-Position: refs/heads/master@{#416309}
-
fs authored
TBR=schenney@chromium.org NOTRY=true BUG=397255 Review-Url: https://codereview.chromium.org/2307063002 Cr-Commit-Position: refs/heads/master@{#416308}
-
dtseng authored
See bug for more details. In addition, abstract containers should output state since authors can apply aria state attributes on the node. BUG=641769,641759 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2294363002 Cr-Commit-Position: refs/heads/master@{#416307}
-
varkha authored
Noticed this while working on overview mode shadow. This case may not be exercised now but will be with the overview mode CL https://codereview.chromium.org/2239233002. Occlusion bounds were set incorrectly for the case when the shadow was set to be smaller than its parent layer such as when the parent layer has a transparent border and needs the shadow to be smaller. BUG=NONE Review-Url: https://codereview.chromium.org/2302773005 Cr-Commit-Position: refs/heads/master@{#416306}
-
hubbe authored
BUG=622133 Committed: https://crrev.com/b0df9e3fcbca19d2a625fa274172bd3be4116261 Review-Url: https://codereview.chromium.org/2115103002 Cr-Original-Commit-Position: refs/heads/master@{#403958} Cr-Commit-Position: refs/heads/master@{#416305}
-
liaoyuke authored
Update simple http server so that user specified cookies can be included in the headers of http response. BUG= Review-Url: https://codereview.chromium.org/2291393003 Cr-Commit-Position: refs/heads/master@{#416304}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/df0e3ece7076..443c5843aa70 $ git log df0e3ece7..443c5843a --date=short --no-merges --format='%ad %ae %s' 2016-09-02 borenet [task scheduler] Add extra_args in tasks.json CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2307973002 Cr-Commit-Position: refs/heads/master@{#416303}
-
mattreynolds authored
If the URL in the omnibox input field was not entered by the user, then avoid checking that the scheme of the default autocomplete suggestion is equivalent to the scheme of the input URL. This check causes a failure in the typical case for the Physical Web provider, which only offers suggestions when the user has not entered text in the omnibox and can suggest chrome://physical-web as the default suggestion. BUG= Review-Url: https://codereview.chromium.org/2266083002 Cr-Commit-Position: refs/heads/master@{#416302}
-
stevenjb authored
This is laregly prep work to make the next set of diffs reasonable. There should be no siginficante visual changes. BUG=609156 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2296063003 Cr-Commit-Position: refs/heads/master@{#416301}
-
jialiul authored
BUG=643539 Review-Url: https://codereview.chromium.org/2300293003 Cr-Commit-Position: refs/heads/master@{#416300}
-
avi authored
(This also fixes a memory leak in the ios code.) BUG=554289 Review-Url: https://codereview.chromium.org/2307663002 Cr-Commit-Position: refs/heads/master@{#416299}
-
rouslan authored
Initialization of the PersonalDataManager fires off a PersonalDataChanged event. If a test is also changing autofill data and listening for this event, then it may receive the event notification from initialization instead of the event from its own action. This makes the test flaky. This patch changes AutofillTestHelper to wait for the initialization event before starting the test. BUG=639138 Review-Url: https://codereview.chromium.org/2296943002 Cr-Commit-Position: refs/heads/master@{#416298}
-
brettw authored
This file is provided by the Skia repo so the GN Chrome build doesn't have to make assumptions about the location and layout of Skia's GYP files. Review-Url: https://codereview.chromium.org/2301233002 Cr-Commit-Position: refs/heads/master@{#416297}
-
eroman authored
BUG=634443 Review-Url: https://codereview.chromium.org/2292333002 Cr-Commit-Position: refs/heads/master@{#416296}
-