- 07 Apr, 2015 40 commits
-
-
rdevlin.cronin authored
Add some tests for disabling/enabling/uninstalling extensions from the chrome://extensions page. Since we don't have any, these will help us determine if we break anything during the transition to observing events from the developerPrivate API. BUG=461039 Review URL: https://codereview.chromium.org/1063863004 Cr-Commit-Position: refs/heads/master@{#324076}
-
sclittle authored
Added new histograms to break down Current bypasses (i.e. "Chrome-Proxy: block-once") by audio/video content types, as well as "content-type: application/octet-stream". BUG=473763 Review URL: https://codereview.chromium.org/1048303004 Cr-Commit-Position: refs/heads/master@{#324075}
-
erg authored
This adds font-lock regexps to match the three different embedded variable syntaxes. I added faces for these constructs, and reorganized variables so they're now all part of a group for custom. BUG=none Review URL: https://codereview.chromium.org/1057993003 Cr-Commit-Position: refs/heads/master@{#324074}
-
shrikant authored
As per original implementation, our intention was to have fixed width for file in cache file. For loading from registry we can load file name of any length. BUG=472938 R=cpu Review URL: https://codereview.chromium.org/1063893002 Cr-Commit-Position: refs/heads/master@{#324073}
-
mckev authored
Devices with some versions of the MediaTek MT8135 GPU driver do not return values when an occlusion query is performed, which causes a hard CHECK to get hit in GLES2Implementation::GetQueryObjectuivEXT. This adds an entry to the GPU bug list for this device (which identifies as PowerVR Rogue Han), preventing occlusion queries from being used on affected devices and driver versions. BUG=474413 TEST=OcclusionQuery.Occlusion Review URL: https://codereview.chromium.org/1064773002 Cr-Commit-Position: refs/heads/master@{#324072}
-
danakj authored
The PaintContext will not be backed by a Canvas in the future, so do not grab the canvas from it directly. Instead use a PaintRecorder. R=oshima BUG=466426 Review URL: https://codereview.chromium.org/1062003003 Cr-Commit-Position: refs/heads/master@{#324071}
-
aiolos authored
Revert of Revert of Revert of Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1055533003/) Reason for revert: This is still failing on Android1. crbug.com/474658 Original issue's description: > Revert of Revert of Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1000273003/) > > Reason for revert: > screenrecord is installed on Android One trybots. > https://code.google.com/p/chromium/issues/detail?id=469841#c8 > > Original issue's description: > > Revert of Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1027743004/) > > > > Reason for revert: > > Failing on Android One perf bot which doesn't have "screenrecord". > > > > http://crbug.com/469841 > > > > Original issue's description: > > > Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/959793002/) > > > > > > Reason for revert: > > > avconv is available on Nexus 10. > > > https://code.google.com/p/chromium/issues/detail?id=433943#c37 > > > > > > Original issue's description: > > > > Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/954663002/) > > > > > > > > Reason for revert: > > > > Failing on Nexus 10. > > > > > > > > Original issue's description: > > > > > Enable ServiceWorkerPerfTest (service_worker.service_worker) > > > > > > > > > > I think https://codereview.chromium.org/884573004/ fixed the ServiceWorker test flakiness. > > > > > > > > > > BUG=433943 > > > > > TEST=./tools/perf/run_benchmark --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker > > > > > > > > > > Committed: https://crrev.com/adaa44fc1275085c09fff18d8f2dfbddd88bc186 > > > > > Cr-Commit-Position: refs/heads/master@{#317807} > > > > > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,horo@chromium.org > > > > NOPRESUBMIT=true > > > > NOTREECHECKS=true > > > > NOTRY=true > > > > BUG=433943 > > > > > > > > Committed: https://crrev.com/6aa34fa4e41d77e92d86f3f0c5f80fab9bdda749 > > > > Cr-Commit-Position: refs/heads/master@{#318066} > > > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=433943 > > > > > > Committed: https://crrev.com/e3f37ac21edb64dcf805007a382aff9405642948 > > > Cr-Commit-Position: refs/heads/master@{#321759} > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=433943 > > > > Committed: https://crrev.com/7e894073084371a6c8c31827a0f0c9cdb37d4ed6 > > Cr-Commit-Position: refs/heads/master@{#321897} > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=433943 > > Committed: https://crrev.com/19bdfcf548e5d04bfa1357d4df742664d9d5dfa9 > Cr-Commit-Position: refs/heads/master@{#323261} TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org,horo@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=433943 Review URL: https://codereview.chromium.org/1064073002 Cr-Commit-Position: refs/heads/master@{#324070}
-
apacible authored
This makes the naming convention uniform with the other Media Router icons. BUG=464222 Review URL: https://codereview.chromium.org/1053323003 Cr-Commit-Position: refs/heads/master@{#324069}
-
treib authored
- Update some remaining tests to check both legacy and new system - Add some missing coalescing rules in the new system BUG=398257 Review URL: https://codereview.chromium.org/1042793003 Cr-Commit-Position: refs/heads/master@{#324068}
-
joedow authored
Updating App Remoting build files to include an OAuth2 client ID and manifest key which we will set in the manifest at build time. This removes the need to run any scripts before uploading to the webstore. Chromoting updates will be handled in a subsequent change (TODO added). Also made a few changes to handle the new prod_testing environment. BUG= Review URL: https://codereview.chromium.org/1062963002 Cr-Commit-Position: refs/heads/master@{#324067}
-
anthonyvd authored
This CL also sorts the "access token details by account" section of the page by request time. BUG=405038 Review URL: https://codereview.chromium.org/1058513002 Cr-Commit-Position: refs/heads/master@{#324066}
-
Stephen White authored
TBR=robertphillips@chromium.org BUG=skia:3532 Review URL: https://codereview.chromium.org/1064943002 Cr-Commit-Position: refs/heads/master@{#324065}
-
tbarzic authored
This extracts logic that handles loading, initializing and handling requests from web store widget out of SuggestAppsDialog. What's left in SuggestAppsDialog is logic for showing/hiding the dialog modal to file manager, and handling results from the widget. The goal is to eventually remove the newly created class out of ui/file_manager so it can be used to show Web Store widget for purposes not related to file manager. BUG=439448 Review URL: https://codereview.chromium.org/1068653002 Cr-Commit-Position: refs/heads/master@{#324064}
-
rdevlin.cronin authored
Properly handle the case of an "object" (one deliberately left undefined in the idl/json), and fix an off-by-one error in the comment wrapping. Add tests for each. BUG=469920 Review URL: https://codereview.chromium.org/1062573004 Cr-Commit-Position: refs/heads/master@{#324063}
-
prasadv authored
This is one of 3 changes that are required to complete conditionally running benchmarks on CQ. The other two are adding post_upload_hooks to telemetry presubmit and passing build_properties to run-bisect-perf-regression on buildbot. BUG=462581 Review URL: https://codereview.chromium.org/1045553003 Cr-Commit-Position: refs/heads/master@{#324062}
-
sbc authored
This change should be a no-op as it keeps the DEPS'd revision the same. Rather than DEPSing it two sub-repos it simply includes the since top level repo. Once this change is in we can switch to using a github mirror rather than an SVN mirror. Once that its done we can look at rollin the DEPSs forward. Also, include a temporary exclusion in checklicenses.py to cover some .py files in the jsoncpp source that do not contain a license. BUG=472809 Review URL: https://codereview.chromium.org/1054753002 Cr-Commit-Position: refs/heads/master@{#324061}
-
dtseng authored
Revert of Fire an alert event to notify accessibility when a permissions bubble gets shown. (patchset #6 id:100001 of https://codereview.chromium.org/1055883002/) Reason for revert: Not lg'ed by OWNER as of latest patchset. Original issue's description: > Add an event to notify accessibility when a permissions bubble gets shown. > > BUG=381338 > TEST=ctrl+alt+z; navigate to html5demos.com/geo; observe speech is as expected (reads contents of bubble). > > Committed: https://crrev.com/36318aa45e02cf0b5cf871bf38bbe47f3431cc8d > Cr-Commit-Position: refs/heads/master@{#323982} TBR=felt@chromium.org,markusheintz@chromium.org,dmazzoni@chromium.org,msw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=381338 Review URL: https://codereview.chromium.org/1066973002 Cr-Commit-Position: refs/heads/master@{#324060}
-
tommycli authored
Releasing the Graphics2D at the end of the Repaint method causes the blue image to never be visible to anyone who runs the 2d.html example. (At least on Linux) This saves the created Graphics 2D, saves it, and releases it when the plugin instance is destroyed. BUG= Review URL: https://codereview.chromium.org/1065733003 Cr-Commit-Position: refs/heads/master@{#324059}
-
tfarina authored
This puts the declaration of MD5Sum() function in sync with the definition, which is right after MD5DigestToBase16() in the source file, so it should be in the header file as well. BUG=None TEST=base_unittests --gtest_filter=MD5* R=thestig@chromium.org Review URL: https://codereview.chromium.org/1061903004 Cr-Commit-Position: refs/heads/master@{#324058}
-
apacible authored
This moves the current Media Router resource files from the general browser_resources.grd to a separate .grdp file. Future files will also be added here. BUG=464222 Review URL: https://codereview.chromium.org/1065773002 Cr-Commit-Position: refs/heads/master@{#324057}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6cad1da..5965b73 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1064003002 Cr-Commit-Position: refs/heads/master@{#324056}
-
carlosk authored
This only affects the PlzNavigate FYI bots. The filtering will be removed before moving this test out of FYI. These last 5 tests popped up failing after the last "final" change. BUG=439423 Review URL: https://codereview.chromium.org/1062103002 Cr-Commit-Position: refs/heads/master@{#324055}
-
rch authored
to only take the user-agent instead of a full HttpRequestInfo object. This also changes the host header being sent in CONNECT requests to include the port if it is 80, to match the behavior of the spec: https://www.ietf.org/rfc/rfc2817.txt Remove unused url argument to LogBlockedTunnelResponse Review URL: https://codereview.chromium.org/1063563002 Cr-Commit-Position: refs/heads/master@{#324054}
-
achaulk authored
We keep a list of all pending frames insize the GLSurface. Each frame contains a list of overlays. In the future it can contain overlay sync point info too. When ready, we set the ready state and submit all completed frames in order BUG=470185 TEST=link and rockchip Review URL: https://codereview.chromium.org/1054073002 Cr-Commit-Position: refs/heads/master@{#324053}
-
rmcilroy authored
BUG=421063 Review URL: https://codereview.chromium.org/1019123002 Cr-Commit-Position: refs/heads/master@{#324052}
-
thakis authored
BUG=474410 Review URL: https://codereview.chromium.org/1053013009 Cr-Commit-Position: refs/heads/master@{#324051}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/888a881c..c817f698 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1061333002 Cr-Commit-Position: refs/heads/master@{#324050}
-
qiankun.miao authored
Remove unused constant and dead code in these files. BUG=473606 Review URL: https://codereview.chromium.org/1067703004 Cr-Commit-Position: refs/heads/master@{#324049}
-
peletskyi authored
BUG=471242 Review URL: https://codereview.chromium.org/1052673002 Cr-Commit-Position: refs/heads/master@{#324048}
-
dongseong.hwang authored
Review URL: https://codereview.chromium.org/1066483003 Cr-Commit-Position: refs/heads/master@{#324047}
-
zhaoqin authored
Revert of Update OTS to revision 6d2e08b (patchset #1 id:1 of https://codereview.chromium.org/1062093002/) Reason for revert: This CL caused many tests fail on uninit read errors reported by MSan BUG=474597 Original issue's description: > Update OTS to revision 6d2e08b > > This brings in a bugfix of checksum calculation that caused assertion > failure on debug builds. > > BUG=464780 > > Committed: https://crrev.com/3a672fe050438bc787af3f9bb652048291558c6c > Cr-Commit-Position: refs/heads/master@{#324023} TBR=bashi@chromium.org,ksakamoto@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=464780 Review URL: https://codereview.chromium.org/1064913002 Cr-Commit-Position: refs/heads/master@{#324046}
-
huangs authored
Applied to the old NTP and the fast NTP. Otherwise server-injected favicon that's bigger than 16x16 will overflow. BUG=474102 Review URL: https://codereview.chromium.org/1059993002 Cr-Commit-Position: refs/heads/master@{#324045}
-
rijubrata.bhaumik authored
SetBufferAvailableState was from called DataFetcherSharedMemory::Stop for all cases including TYPE_LIGHT, but for light, we are not using it as we are using SetLightBuffer(light_buffer_, -1); BUG=474586 Review URL: https://codereview.chromium.org/1064863002 Cr-Commit-Position: refs/heads/master@{#324044}
-
deepak.m1 authored
BUG=470844 Review URL: https://codereview.chromium.org/1015623007 Cr-Commit-Position: refs/heads/master@{#324043}
-
xunjieli authored
This test passes locally, but fails on the buildbot. Not sure of the reason, disabling the test for now. TBR=mef@chromium.org Review URL: https://codereview.chromium.org/1064903002 Cr-Commit-Position: refs/heads/master@{#324042}
-
georgesak authored
BUG=465815 Review URL: https://codereview.chromium.org/1059343002 Cr-Commit-Position: refs/heads/master@{#324041}
-
mtomasz authored
This CL adds a method to list available volumes. It's available only to kiosk apps running in kiosk session and to some whitelited component apps/extensions. TBR=fukino@chromium.org # chrome_extensions.js reviewed at cr/90486340. TEST=browser_tests: *KioskTest*GetVolumeList*, *FileSystemApiTestForRequestFileSystem*GetVolumeList* BUG=440674 Review URL: https://codereview.chromium.org/1029803004 Cr-Commit-Position: refs/heads/master@{#324040}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b679ca8..6cad1da CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1061313002 Cr-Commit-Position: refs/heads/master@{#324039}
-
marja authored
The page uses a big parsing blocking script and is thus interesting for the BigJs benchmark. R=skyostil@chromium.org BUG= Review URL: https://codereview.chromium.org/1060563005 Cr-Commit-Position: refs/heads/master@{#324038}
-
toyoshim authored
For better flow control, call AccumulateMidiBytesSent() after send operation finished. BUG=467442 Review URL: https://codereview.chromium.org/1060553003 Cr-Commit-Position: refs/heads/master@{#324037}
-