- 21 Jul, 2016 6 commits
-
-
palakj authored
* Changes received from browser are multiplexed and passed on to each observer. * Each observer extracts the required subset of observations from bulk observations of the connnection using its array of indices. * The callback is fired with a map of object store to array of observations. Current Implementation and Future Scope: http://goo.gl/r0eUpe Reference: https://github.com/dmurph/indexed-db-observers/blob/gh-pages/EXPLAINER.md BUG=609934 Review-Url: https://codereview.chromium.org/2125213002 Cr-Commit-Position: refs/heads/master@{#406722}
-
ianwen authored
Instead of using TextView#getText, we should use Tab#getUrl() instead. BUG=629672 Review-Url: https://codereview.chromium.org/2155243004 Cr-Commit-Position: refs/heads/master@{#406721}
-
rockot authored
Changes the associated bindings implementation for ChannelMojo such that remote interfaces can be acquired immediately upon ChannelMojo construction rather than having to wait for connection on the IO thread. Simplifies the Channel bootstrapping process, removing a round-trip Init message (and in fact the entire IPC::mojom::Boostrap interface) since there's no need to actually exchange associated interface handles over the pipe. Instead both sides can assume the other will use a fixed, reserved endpoint ID for their IPC::mojom::Channel interface. This also removes the restriction that associated interfaces must be added to a Channel after Init. Instead the same constraints apply as with AddFilter: an associated interface, like a filter, may be added at any time as long as either Init hasn't been called OR the remote process hasn't been launched. The result of this CL is that any place it's safe to AddFilter, it's also safe to AddAssociatedInterface; and any place it's safe to Send, it's also safe to GetRemoteAssociatedInterface and begin using any such remote interface immediately. Remote interface requests as well as all messages to remote interfaces retain FIFO with respect to any Send calls on the same thread. Local interface request dispatch as well as all messages on locally bound associated interfaces retain FIFO with respect to any OnMessageReceived calls on the same thread. BUG=612500,619202 Review-Url: https://codereview.chromium.org/2163633003 Cr-Commit-Position: refs/heads/master@{#406720}
-
amistry authored
BUG=604282 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/2127693002 Cr-Commit-Position: refs/heads/master@{#406719}
-
joedow authored
This change is a simple refactoring to rename the 'Gnubby' and 'RemoteSecurityKey' file/class names/comments/etc to be consistent. I've chosen to use 'SecurityKey' as it is shorter that RemoteSecurityKey (which was causing too many 80 char limit issues). No functional changes are expected as a result of this change. Note: Not every instance of Gnubby or RemoteSecurityKey has been changed. The registry key used for toggling this functionality still uses 'gnubby'. I don't want to change that here. Also, the process used on the host machine is still called remote_security_key so classes associated with that process were not renamed (neither were the IPC messages used by it). BUG=593736 TBR=jochen@chromium.org Review-Url: https://codereview.chromium.org/2164753004 Cr-Commit-Position: refs/heads/master@{#406718}
-
sammiequon authored
BUG=623944 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2153963002 Cr-Commit-Position: refs/heads/master@{#406717}
-
- 20 Jul, 2016 34 commits
-
-
metzman authored
Build expat from source so that it can be instrumented when building the expat fuzzer with use_afl. TBR=jam@chromium.org BUG=629258 Review-Url: https://codereview.chromium.org/2167823002 Cr-Commit-Position: refs/heads/master@{#406716}
-
lshang authored
Press 'Delete' or 'Backspace' key from keyboard will delete selected history items on MD History. BUG=627408 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2159773003 Cr-Commit-Position: refs/heads/master@{#406715}
-
michaelpg authored
This was never correct AFAICT, which had a minor impact on the languages page test. BUG=none TEST=SettingsLanguagesPageBrowserTest.LanguagesPage R=tommycli@chromium.org Review-Url: https://codereview.chromium.org/2170583002 Cr-Commit-Position: refs/heads/master@{#406714}
-
piman authored
BUG=629795 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/2170653002 Cr-Commit-Position: refs/heads/master@{#406713}
-
liberato authored
This metric records frames sent by AVDA, bucketed by whether they are or are not overlays. The goal is to provide an approximate count of how often SurfaceView is used versus SurfaceTexture. BUG=629313 Review-Url: https://codereview.chromium.org/2163513002 Cr-Commit-Position: refs/heads/master@{#406712}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/7d46f4af7dc7..3fb87201a104 $ git log 7d46f4af7..3fb87201a --date=short --no-merges --format='%ad %ae %s' 2016-07-20 reed Revert of have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ ) 2016-07-20 msarett Refactor parsing and storage of SkGammas 2016-07-20 reed have MakeFromImage fission the SkImage into a raster or a texture 2016-07-20 brianosman Adding an SkColorSpace to SkImage_Gpu CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2172443003 Cr-Commit-Position: refs/heads/master@{#406711}
-
sebmarchand authored
I think that I should use courgette64.* but I'm not sure if the copy rule support wildcards. BUG=629243 Review-Url: https://codereview.chromium.org/2168743002 Cr-Commit-Position: refs/heads/master@{#406710}
-
einbinder authored
Review-Url: https://codereview.chromium.org/2161033005 Cr-Commit-Position: refs/heads/master@{#406709}
-
Krishna Govind authored
Cr-Commit-Position: refs/heads/master@{#406708}
-
zmo authored
BUG=628863 TEST=gpu_unittests, webgl2_conformance R=piman@chromium.org 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/2165873002 Cr-Commit-Position: refs/heads/master@{#406707}
-
chongz authored
On Windows native apps (e.g. Notepad) Shift+F10 will trigger contextmenu on keydown, we should match this system bahavior. Web exposed effect: JS will be able to prevent Shift+F10 contextmenu by preventing 'keydown'. (Used to be 'keyup') Interop: After CL we will match FF, IE, as well as Chrome on other platforms. BUG=405813 Review-Url: https://codereview.chromium.org/2160983003 Cr-Commit-Position: refs/heads/master@{#406706}
-
dmurph authored
R=motek@chromium.org,rkaplow@chromium.org BUG=579763 Review-Url: https://codereview.chromium.org/2143113002 Cr-Commit-Position: refs/heads/master@{#406705}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/80f6597f809c..cda131c42ac8 $ git log 80f6597f8..cda131c42 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2171573002 Cr-Commit-Position: refs/heads/master@{#406704}
-
sadrul authored
This code has been dead since 2014 when its only use was removed (crrev.com/251421). So remove the code. BUG=none Review-Url: https://codereview.chromium.org/2163223004 Cr-Commit-Position: refs/heads/master@{#406703}
-
lof84 authored
Since we increased timeout for cc tests in 579189, this test should pass. BUG=516384 R=enne@chromium.org, danakj@chromium.org, vmpstr@chromium.org Review-Url: https://codereview.chromium.org/2017383002 Cr-Commit-Position: refs/heads/master@{#406702}
-
eugenebut authored
This prevents showing green SSL lock if previously loaded secure page has failed to load. BUG=628471 Review-Url: https://codereview.chromium.org/2165443002 Cr-Commit-Position: refs/heads/master@{#406701}
-
jamescook authored
Mechanical move, no functional changes BUG=615155 TEST=compiles Review-Url: https://codereview.chromium.org/2169653002 Cr-Commit-Position: refs/heads/master@{#406700}
-
dadrian authored
Extract OCSPCertStatus::Status to standalone OCSPRevocationStatus, and add OCSPVerifyResult for tracking stapled OCSP responses cross-platform. OCSPVerifyResult is populated by CertVerifyProc, but is currently unused. In the future, it will be consumed by Expect-Staple reports. This CL also updates mini-CA and the spawned test server to be able to send a wider range of OCSP responses. Since OCSP responses are short lived, test the new functionality in url_request_unittest.cc and dynamically generate OCSP responses. BUG=598021 Review-Url: https://codereview.chromium.org/2100303002 Cr-Commit-Position: refs/heads/master@{#406699}
-
sebmarchand authored
Remove the 'symbol_level==2' condition as we can assume than an official build (without fast link) will have symbols. R=dpranke@chromium.org BUG=628056 Review-Url: https://codereview.chromium.org/2167793002 Cr-Commit-Position: refs/heads/master@{#406698}
-
sungmann.cho authored
BUG=None Review-Url: https://codereview.chromium.org/2159413003 Cr-Commit-Position: refs/heads/master@{#406697}
-
juncai authored
Based on the comment from: https://codereview.chromium.org/2155743002/ This CL changes ChooserController::Observer to ChooserController::View to better reflect its purpose, since ChooserController needs to update its view when necessary. BUG=629878 Review-Url: https://codereview.chromium.org/2163683005 Cr-Commit-Position: refs/heads/master@{#406696}
-
brettw authored
One change: 57d33be Convert GN source_set to static_library. BUG=627637 Review-Url: https://codereview.chromium.org/2165063002 Cr-Commit-Position: refs/heads/master@{#406695}
-
bsep authored
BUG=628038 Review-Url: https://codereview.chromium.org/2151413002 Cr-Commit-Position: refs/heads/master@{#406694}
-
fsamuel authored
We would like each SurfaceFactory to be tied to a single client ID and single SurfaceFactoryClient to simplify cc code and unify a bunch of code paths. Mus Window Server was an exception here. Two SurfaceFactories shared a single client ID. This has been changed. BUG=629940 Review-Url: https://codereview.chromium.org/2163423002 Cr-Commit-Position: refs/heads/master@{#406693}
-
sebsg authored
Record and log the use of a profile and/or credit card when they get used in in Payment Request. Calls the RecordAndLogUse() method that is currently used in Autofill. BUG=625643 TEST=PersonalDataManagerTest, PaymentRequestUseStatsTest Review-Url: https://codereview.chromium.org/2126213002 Cr-Commit-Position: refs/heads/master@{#406692}
-
ssid authored
Revert of [telemetry] Trace config should be used to disable periodic dumps (patchset #1 id:1 of https://codereview.chromium.org/2162283002/ ) Reason for revert: Looks like some reference builds still haven't got the devtools api update. Original issue's description: > [telemetry] Trace config should be used to disable periodic dumps > > Telemetry previously used the "--enable-memory-benchmarking" flag to > tell memory dump manager to disable periodic dumps. That is cleaned up > in this CL and the trace config is used to achieve this behavior. > > Note to perf sheriff: Memory benchmarks could regress if the config > did not propagate correctly. > > BUG=513692 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq > > Committed: https://crrev.com/578e8ff55813d82c373563039f8ab4db28264ed6 > Cr-Commit-Position: refs/heads/master@{#406598} TBR=nednguyen@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=629988, 513692 Review-Url: https://codereview.chromium.org/2166833003 Cr-Commit-Position: refs/heads/master@{#406691}
-
metzman authored
This allows es_parser_adts_fuzzer, es_parser_h264_fuzzer, and es_parser_mpeg1audio_fuzzer to be built for AFL. This is already done for libFuzzer. BUG=611337 TBR=xhwang@chromium.org,dalecurtis@chromium.org Review-Url: https://codereview.chromium.org/2166963003 Cr-Commit-Position: refs/heads/master@{#406690}
-
dpranke authored
If a target specified `data = [ "test/" ]` and you ran `gn refs out/Default //foo //foo/test/bar.cc`, gn refs would incorrectly think that nothing referenced bar.cc. This patch fixes that. R=brettw@chromium.org BUG=628783 Review-Url: https://codereview.chromium.org/2160383002 Cr-Commit-Position: refs/heads/master@{#406689}
-
xidachen authored
The chromium flakiness dashboard shows this test is not timing out: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=canvas-partial-invalidation-zoomed.html TBR=junov@chromium.org BUG=440452 Review-Url: https://codereview.chromium.org/2164763004 Cr-Commit-Position: refs/heads/master@{#406688}
-
jrummell authored
EME spec now requires that one of audioCapabilities or videoCapabilities be specified when calling requestMediaKeySystemAccess, so update the tests to always provide audioCapabilities (or both where required). Chrome does not currently enforce this, but will have to in order to be spec compliant. BUG=442566 TEST=updated tests pass Review-Url: https://codereview.chromium.org/2084053002 Cr-Commit-Position: refs/heads/master@{#406687}
-
vakh authored
Overall design document: https://goto.google.com/design-doc-v4store BUG=543161 Review-Url: https://codereview.chromium.org/2160193003 Cr-Commit-Position: refs/heads/master@{#406686}
-
sky authored
The way the DCHECKs are now we won't know if an associated interface has been created. By moving the DCHECK earlier on we can know if that is the cause. BUG=626869 TEST=none R=yzshen@chromium.org Review-Url: https://codereview.chromium.org/2164133002 Cr-Commit-Position: refs/heads/master@{#406685}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e499adf328bd..7d46f4af7dc7 $ git log e499adf32..7d46f4af7 --date=short --no-merges --format='%ad %ae %s' 2016-07-20 caryclark exclude unused functions when mac uses freetype (for pdf) 2016-07-20 msarett Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) 2016-07-20 reed remove dead methods now that we use specials exclusively for imagefilters CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2168723002 Cr-Commit-Position: refs/heads/master@{#406684}
-
dpapad authored
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2161333002 Cr-Commit-Position: refs/heads/master@{#406683}
-