- 22 Jul, 2016 10 commits
-
-
dbeam authored
R=stevenjb@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true # android bots keep failing, this code doesn't even run on android... Review-Url: https://codereview.chromium.org/2164223002 Cr-Commit-Position: refs/heads/master@{#407007}
-
jochen authored
R=nick@chromium.org,dominicc@chromium.org BUG= Review-Url: https://codereview.chromium.org/2163373006 Cr-Commit-Position: refs/heads/master@{#407006}
-
jinsukkim authored
Now that CED (Compact Encoding Detection) library replaced ICU (crrev.com/2081653007), turning on auto-detect encoding by default became feasible without regression on page loading time. Also removed the encoding menu in site setting (originally added in crrev.com/1248163002). Will remove the menu on the other platforms in a follow-up CL. BUG=597488 Review-Url: https://codereview.chromium.org/1894913002 Cr-Commit-Position: refs/heads/master@{#407005}
-
dpranke authored
TBR=brettw@chromium.org NOTRY=true NOTREECHECKS=true BUG=627637 Review-Url: https://codereview.chromium.org/2176433002 Cr-Commit-Position: refs/heads/master@{#407004}
-
tedchoc authored
Revert of Default enable main frame before activation and remove finch experiment. (patchset #1 id:1 of https://codereview.chromium.org/2159103008/ ) Reason for revert: Speculative revert for failing WebView tests on Lollipop: https://build.chromium.org/p/chromium.android/builders/Lollipop%20Phone%20Tester/builds/5794 https://build.chromium.org/p/chromium.android/builders/Lollipop%20Tablet%20Tester/builds/4054 Both phone and tablet started failing and this is the most "suspicious" change. boliu@ can help investigate further assuming this holds true. Original issue's description: > Default enable main frame before activation and remove finch experiment. > > The finch experiment hasn't revealed any regressions other than in page > load times which has been deemed a blink scheduler issue (see > crbug.com/614482). > > R=piman@chromium.org,rkaplow@chromium.org > BUG=612596 > > Committed: https://crrev.com/45041a7e286c665ab14d8ae0b182e1c11cef65ed > Cr-Commit-Position: refs/heads/master@{#406916} TBR=piman@chromium.org,rkaplow@chromium.org,sunnyps@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=612596 Review-Url: https://codereview.chromium.org/2170233002 Cr-Commit-Position: refs/heads/master@{#407003}
-
dpranke authored
Revert of Update the MB builder mapping w/ a few changes. (patchset #1 id:1 of https://codereview.chromium.org/2167033002/ ) Reason for revert: restore cronet entry. Original issue's description: > Update the MB builder mapping w/ a few changes. > > A couple of builders have been removed, and one has been added > but it doesn't do compiles. > > TBR=brettw@chromium.org > BUG= > > Committed: https://crrev.com/cc19e4cf151fec79f7c7052598666de61b20b946 > Cr-Commit-Position: refs/heads/master@{#406939} TBR=brettw@chromium.org,smut@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review-Url: https://codereview.chromium.org/2169233002 Cr-Commit-Position: refs/heads/master@{#407002}
-
jam authored
In this particular path (WebFrameClient::didDisplayContentWithCertificateErrors and didRunContentWithCertificateErrors), the information needed is mostly from net's SSLInfo. I removed content::SecurityStyle from the IsContentWithCertificateErrorsRelevantToUI check since it's based on other members from SSLInfo that are compared. This allows future changes to not send content::SSLStatus to the renderer process. Also stop sending the serialized security_info string to the browser since it's not used. BUG=598073 Review-Url: https://codereview.chromium.org/2167773002 Cr-Commit-Position: refs/heads/master@{#407001}
-
ben authored
R=rockot@chromium.org BUG= Review-Url: https://codereview.chromium.org/2172673002 Cr-Commit-Position: refs/heads/master@{#407000}
-
rsesek authored
This uses the new tool in //tools/mac/show_mod_init_func.py to display the function names. BUG=628052 R=mark@chromium.org,dpranke@chromium.org Review-Url: https://codereview.chromium.org/2163373008 Cr-Commit-Position: refs/heads/master@{#406999}
-
kouhei authored
BUG=611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2164903002 Cr-Commit-Position: refs/heads/master@{#406998}
-
- 21 Jul, 2016 30 commits
-
-
kbr authored
BUG=630452 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 R=zmo@chromium.org TBR=piman@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2170153002 Cr-Commit-Position: refs/heads/master@{#406997}
-
brettw authored
This is hoping to achieve better build performance. BUG=627637 Review-Url: https://codereview.chromium.org/2173443003 Cr-Commit-Position: refs/heads/master@{#406996}
-
sammc authored
BrowserThreads forget their identity during shutdown, causing nonsensical errors like "Check failed: ::content::BrowserThread::CurrentlyOn(BrowserThread::IO). Must be called on Chrome_IOThread; actually called on Chrome_IOThread." if DCHECK_CURRENTLY_ON is used in something that is called from a MessageLoop shutdown observer. This CL fixes this problem in DeviceSensorHost by using a ThreadChecker instead. BUG=625988 Review-Url: https://codereview.chromium.org/2160913005 Cr-Commit-Position: refs/heads/master@{#406995}
-
vmpstr authored
This patch updates the code to prevent auto deducing to a raw pointer. R=sievers, danakj, dcheng BUG=554600 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2101943004 Cr-Commit-Position: refs/heads/master@{#406994}
-
rob.buis authored
BUG=402536 Review-Url: https://codereview.chromium.org/2156213002 Cr-Commit-Position: refs/heads/master@{#406993}
-
twellington authored
If a merge is in progress and the Activity gets killed, there could be two tab metadata files that contain some duplicate tab IDs. When merging these two metadata files on application cold start, ignore tabs with duplicate ids. BUG=602498 Review-Url: https://codereview.chromium.org/2166123002 Cr-Commit-Position: refs/heads/master@{#406992}
-
yuweih authored
This CL implements classes for drawing cursor and cursor feedback on the OpenGL canvas. This is part of the project of using OpenGL to render remoting host on Android. BUG=385924 Review-Url: https://codereview.chromium.org/2148743005 Cr-Commit-Position: refs/heads/master@{#406991}
-
malaykeshav authored
BUG=611781 COMPONENT=Chrome OS, HaTS Review-Url: https://codereview.chromium.org/2170113002 Cr-Commit-Position: refs/heads/master@{#406990}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/098ef3d2d BUG=629075 TBR=schenney@chromium.org Review URL: https://codereview.chromium.org/2174583002 . Cr-Commit-Position: refs/heads/master@{#406989}
-
rtoy authored
Currently, the panner node checks to see if the HRTF database is loaded and does the copy of the input if necessary. This is the wrong abstraction; the HRTF panner should copy the input if the database is not ready. In this way, the panner doesn't need to know about this implementation detail, and we also get the correct distance and cone gains applied. BUG=629858 TEST= Review-Url: https://codereview.chromium.org/2170973002 Cr-Commit-Position: refs/heads/master@{#406988}
-
juncai authored
This is part 4 of matching WebBluetooth chooser views to mocks. This CL adds: 1. a spinner that starts when the chooser scans for Bluetooth devices and stops when the scan completes. 2. a status text: "Scanning for devices..." when chooser is scanning for Bluetooth devices. 3. a Re-scan button which user can click it to re-scan Bluetooth devices. The screenshots were uploaded on the issue page. BUG=583452 Review-Url: https://codereview.chromium.org/2169513004 Cr-Commit-Position: refs/heads/master@{#406987}
-
riajiang authored
BUG=588311 TEST=mash_unittests + manual Review-Url: https://codereview.chromium.org/2150933003 Cr-Commit-Position: refs/heads/master@{#406986}
-
wangxianzhu authored
BUG=629718 Review-Url: https://codereview.chromium.org/2170073002 Cr-Commit-Position: refs/heads/master@{#406985}
-
baxley authored
Code to wait for shell to load and set up and tear down the http server can live here. BUG= Review-Url: https://codereview.chromium.org/2166043004 Cr-Commit-Position: refs/heads/master@{#406984}
-
mahmadi authored
BUG=627072 Review-Url: https://codereview.chromium.org/2163173004 Cr-Commit-Position: refs/heads/master@{#406983}
-
alokp authored
Revert of Check that all RenderProcessHost(s) are terminated. (patchset #3 id:40001 of https://codereview.chromium.org/2133813002/ ) Reason for revert: This was temporarily added to collect data for diagnosing crbug.com/608049. We have enough data points now to study. This can now be reverted. BUG=628192 Original issue's description: > Check that all RenderProcessHost(s) are terminated. > > BUG=608049 > > Committed: https://crrev.com/3d47eced8c022d3fd666c005c7a8b3f26f8c773e > Cr-Commit-Position: refs/heads/master@{#405320} TBR=dalecurtis@chromium.org,jam@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=608049 Review-Url: https://codereview.chromium.org/2169103002 Cr-Commit-Position: refs/heads/master@{#406982}
-
erikchen authored
The logic isn't turned on because the GPU process doesn't support filter effects yet. BUG=581526 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2164613003 Cr-Commit-Position: refs/heads/master@{#406981}
-
weiran authored
This is a flag for the experimental offline page sharing feature. It defalts to off. Will update the bug number once get approval from dimich to issue a bug for the project. BUG=622139 Review-Url: https://codereview.chromium.org/2068393002 Cr-Commit-Position: refs/heads/master@{#406980}
-
mef authored
- Generate xcode project using cr_cronet.py gn - Use fat binary, stripping and dsym support in package_ios.py Review-Url: https://codereview.chromium.org/2170643002 Cr-Commit-Position: refs/heads/master@{#406979}
-
dbeam authored
R=tsergeant@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2169433003 Cr-Commit-Position: refs/heads/master@{#406978}
-
yolandyan authored
Review-Url: https://codereview.chromium.org/2168133003 Cr-Commit-Position: refs/heads/master@{#406977}
-
jinsukkim authored
This CL cleans up unnecessary build configuration to facilitate Chrome build. BUG=630113 TEST=gclient sync, make Review-Url: https://codereview.chromium.org/2169843002 Cr-Commit-Position: refs/heads/master@{#406976}
-
brettw authored
This is hoping to achieve better build performance. BUG=627637 Review-Url: https://codereview.chromium.org/2161363005 Cr-Commit-Position: refs/heads/master@{#406975}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/1be913c..7da9850 BUG=483282 TEST=bots TBR=geofflang@chromium.org, zmo@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2172513004 Cr-Commit-Position: refs/heads/master@{#406974}
-
reveman authored
Destroying the original buffer invalidates kernel state such that importing from the FD doesn't work as expected. By keeping the original buffer alive we avoid this issue for scanout buffers used by the browser process. BUG=628334 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/2171713004 Cr-Commit-Position: refs/heads/master@{#406973}
-
nzolghadr authored
After calls to set/releasepointercapture queue the process pending pointer capture task if the capture target and pending capture target were the same. This way it not only sends the capture event immediately in the normal cases but also doesn't generate to the inifinite got/lostpointercapture event sequence. BUG=627192 Review-Url: https://codereview.chromium.org/2147263003 Cr-Commit-Position: refs/heads/master@{#406972}
-
erikchen authored
The test needs to be updated each time Chrome begins to support a new macOS version. BUG=629708 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/2172693002 Cr-Commit-Position: refs/heads/master@{#406971}
-
rnephew authored
BUG=615157 Review-Url: https://codereview.chromium.org/2169093003 Cr-Commit-Position: refs/heads/master@{#406970}
-
mdjones authored
Destroy and recreate the text resource used by the Reader Mode panel when the width of the layout changes. This will truncate text that cannot fit on-screen during rotation. BUG=559126 Review-Url: https://codereview.chromium.org/2165363002 Cr-Commit-Position: refs/heads/master@{#406969}
-
trizzofo authored
BUG=3333 R=tommycli@chromium.org TBR= Review-Url: https://codereview.chromium.org/2112673002 Cr-Commit-Position: refs/heads/master@{#406968}
-