- 06 Jun, 2015 9 commits
-
-
zea authored
Sizes regression @ http://build.chromium.org/p/chromium/builders/Mac/builds/3230 Sizes changed from 159125504 to 159129600 with r333148:r33151 BUG=497447 Review URL: https://codereview.chromium.org/1152523008 Cr-Commit-Position: refs/heads/master@{#333189}
-
danakj authored
This removes another use of ContentLayer in the unit tests preventing us from deleting non-impl-side-painting code. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1143223006 Cr-Commit-Position: refs/heads/master@{#333188}
-
kbr authored
Revert of gpu: Add GL_TEXTURE_RECTANGLE_ARB support to CopyTexSubImage2D optimization of CopyTexture. (patchset #1 id:1 of https://codereview.chromium.org/1149233005/) Reason for revert: May have caused WebGL conformance test failures on OS X; see http://crbug.com/486922 . Original issue's description: > gpu: Add GL_TEXTURE_RECTANGLE_ARB support to CopyTexSubImage2D optimization of CopyTexture. > > The availability of this extension is already limited to desktop core > profile as the only reason we need to support it is IOSurfaces on > MacOSX. > > This provides 2x performance improvement of copy operations when using > IOSurface backed GpuMemoryBuffers. > > BUG=486922 > > Committed: https://crrev.com/48514369cc66bc04ec766adf774de41d396a33ad > Cr-Commit-Position: refs/heads/master@{#333159} TBR=piman@chromium.org,dongseong.hwang@intel.com,reveman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=486922 Review URL: https://codereview.chromium.org/1148853010 Cr-Commit-Position: refs/heads/master@{#333187}
-
msw authored
Make AndroidShell.InitShell return an exit code. (infra exit code for infra errors and 'device not found') Inline CleanShell in InitShell; store --origin internally. Move gdb port forwarding to StartShell; minor refactoring. BUG=493900 TEST=Mojo/Mandoline python scripts work as expected. Bots yield purple builds on "device not found" errors. R=sky@chromium.org Review URL: https://codereview.chromium.org/1143223005 Cr-Commit-Position: refs/heads/master@{#333186}
-
jyasskin authored
This caused leaks in the ChromeOS valgrind bot: http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20%28valgrind%29%283%29/builds/37831/steps/memory%20test%3A%20ash_unittests/logs/stdio Leak_DefinitelyLost 712 (136 direct, 576 indirect) bytes in 1 blocks are definitely lost in loss record 3,508 of 4,428 operator new(unsigned long) (m_replacemalloc/vg_replace_malloc.c:1140) ash::(anonymous namespace)::DesktopTaskSwitchMetricRecorderTest::CreateNonPositionableWindow() const (ash/metrics/desktop_task_switch_metric_recorder_unittest.cc:113) ash::(anonymous namespace)::DesktopTaskSwitchMetricRecorderTest_ActivateNonPositionableWindowBetweenTwoPositionableWindowActivations_Test::TestBody() (ash/metrics/desktop_task_switch_metric_recorder_unittest.cc:189) BUG=489813, 489814 TBR=bruthig@chromium.org Review URL: https://codereview.chromium.org/1165003010 Cr-Commit-Position: refs/heads/master@{#333185}
-
samuong authored
BUG=chromedriver:1118 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1165553011 Cr-Commit-Position: refs/heads/master@{#333184}
-
fsamuel authored
native_viewport mojom + app add a lot of unnecessary complexity. For now, this should be a part of the view_manager. A future patch will get rid of native_viewport completely and will teach display_manager to dispense platform_windows. BUG=487881 Test=internal change only. Review URL: https://codereview.chromium.org/1149083010 Cr-Commit-Position: refs/heads/master@{#333183}
-
kbr authored
BUG=497411 Review URL: https://codereview.chromium.org/1153173008 Cr-Commit-Position: refs/heads/master@{#333182}
-
dalecurtis authored
Also disables the hash tests which seem to be flaking on the bots. I was not able to reproduce this flake locally under valgrind. BUG=492882, 496466 TEST=all pipeline tests pass under valgrind. Review URL: https://codereview.chromium.org/1152803003 Cr-Commit-Position: refs/heads/master@{#333181}
-
- 05 Jun, 2015 31 commits
-
-
orenb authored
Update chrome.settingsPrivate to support CrOS-only settings. These needed special handling since they are managed by the CrOSSettings rather than by one of the PrefService objects. I also added a few such settings as used by the users page, to the prefs whitelist, and removed some dead code from the apitest. BUG=496308 Review URL: https://codereview.chromium.org/1163593005 Cr-Commit-Position: refs/heads/master@{#333180}
-
aurimas authored
Adds a test that validates that TemplateUrlService returns URLs with correct parameters. BUG=None Review URL: https://codereview.chromium.org/1156423006 Cr-Commit-Position: refs/heads/master@{#333179}
-
xhwang authored
This reverts commit e5196986 with fixes in media/cast/sender/h264_vt_encoder_unittest.cc TBR=dalecurtis@chromium.org,watk@chromium.org,bbudge@chromium.org BUG=126070,332204 TEST=Updated unittests. Review URL: https://codereview.chromium.org/1143223007 Cr-Commit-Position: refs/heads/master@{#333178}
-
estade authored
BUG=493856 Review URL: https://codereview.chromium.org/1162203004 Cr-Commit-Position: refs/heads/master@{#333177}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b500ffa..726cf90 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=caryclark@google.com Review URL: https://codereview.chromium.org/1154023003 Cr-Commit-Position: refs/heads/master@{#333176}
-
jeremyim authored
A minor tweak to disable retrieving a Data Reduction Proxy configuration from the config service if the feature is not enabled by the user, but the config service is enabled. Review URL: https://codereview.chromium.org/1166803004 Cr-Commit-Position: refs/heads/master@{#333175}
-
jlklein authored
BUG= Review URL: https://codereview.chromium.org/1148303007 Cr-Commit-Position: refs/heads/master@{#333174}
-
rtenneti authored
with the same origin (HostPortPair) and value (ServerNetworkStats). This change reduces the number of times SetServerNetworkStats tries to persist HttpServerProperties to disk (currently 17% of persist calls are due to SetServerNetworkStats). BUG=451256 R=rch@chromium.org Review URL: https://codereview.chromium.org/1158823005 Cr-Commit-Position: refs/heads/master@{#333173}
-
mseaborn authored
This pulls in the following Native Client changes: 1da5d86: (sbc@chromium.org) Fix for gyp build of nacl_bootstrap with target_arch=mips f404a83: (scottmg@chromium.org) Reland of 'vs2015: avoid redefining UINT8_MAX et al, some warning fixes' 3b1b3cf: (rickyz@chromium.org) Add SIGHUP and SIGTERM handlers in NaCl. 12ab4282: (sergiyb@chromium.org) Added CQ config to the nacl repo ae55d9f: (bradnelson@chromium.org) Don't run asan toolchain build through runtest.py 23b1555: (jvoung@chromium.org) Update revision for PNaCl bcaef62: (mseaborn@chromium.org) SelLdrLauncher: Allow using a subset of SetupCommand(): Make some methods public Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/e255676bce441a5a54072548cd1cf1ed8eaaecad..bcaef620a70f2e84e3660bd9098c4af811528f47 BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1159693005 Cr-Commit-Position: refs/heads/master@{#333172}
-
thakis authored
Else the compiler can create SSE4.1 instructions for the SSE3 files, but we only check for SSE3 when running that code. So the code might crash with "unknown instruction" when running on a processor that has SSE3 but not SSE4. This matches what the gyp build does. Depends on https://codereview.chromium.org/1161853008/ BUG=496512 Review URL: https://codereview.chromium.org/1160253011 Cr-Commit-Position: refs/heads/master@{#333171}
-
Adam Langley authored
net: add gvt2.com as an HSTS, Google domain. Cr-Commit-Position: refs/heads/master@{#333170}
-
rtenneti authored
called with the same origin (HostPortPair) more than once and if we didn't change anything in broken_alternative_services_ (in other words the return value of IsAlternativeServiceBroken hasn't changed). This change reduces the number of times ConfirmAlternativeService tries to persist HttpServerProperties to disk (currently ~17% of persist calls are due to ConfirmAlternativeService). BUG=451256 R=rch@chromium.org Review URL: https://codereview.chromium.org/1142413004 Cr-Commit-Position: refs/heads/master@{#333169}
-
estade authored
Delete old references when new form data is being parsed. BUG=495102 Review URL: https://codereview.chromium.org/1161793006 Cr-Commit-Position: refs/heads/master@{#333168}
-
vmpstr authored
Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quads/ (patchset #12 id:260001 of https://codereview.chromium.org/1158433010/) Reason for revert: Broke windows build. http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN%20%28dbg%29/builds/2919 Original issue's description: > cc: Fix size_t to int truncations in layers/ output/ playback/ quads/ > > This patch fixes size_t to int truncations in layers/, output/, > playback/, and quads/ directories in cc/. > > R=danakj > BUG=167187 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/0d5963315aa03e6ebb20351f13d3d517ca14d816 > Cr-Commit-Position: refs/heads/master@{#333153} TBR=danakj@chromium.org,mkwst@chromium.org,jschuh@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=167187 Review URL: https://codereview.chromium.org/1155553006 Cr-Commit-Position: refs/heads/master@{#333167}
-
felt authored
- This CL updates the Permission Bubble Manager to autorespond for browser tests. The test tells the Permission Bubble Manager which response is desired, and the Permission Bubble Manager will execute that response immediately after Show(). - This CL applies the new responder to parameterized PushMessagingBrowsertests. BUG=438758 Review URL: https://codereview.chromium.org/1154943008 Cr-Commit-Position: refs/heads/master@{#333166}
-
maruel authored
Split the behaviors into functions instead of a gigantic main(). R=dpranke@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/1170633002 Cr-Commit-Position: refs/heads/master@{#333165}
-
aruslan authored
BUG=495560,495808 Review URL: https://codereview.chromium.org/1152013007 Cr-Commit-Position: refs/heads/master@{#333164}
-
erickung authored
- also rename class to SimpleMediaTaskRunner BUG= internal b/18865809 Review URL: https://codereview.chromium.org/1161163003 Cr-Commit-Position: refs/heads/master@{#333163}
-
xunjieli authored
This CL generate Javadoc as a part of cronet_package. BUG=428935 Review URL: https://codereview.chromium.org/1148263004 Cr-Commit-Position: refs/heads/master@{#333162}
-
spang authored
It was removed from the class name but not the IPC names. Review URL: https://codereview.chromium.org/1161853007 Cr-Commit-Position: refs/heads/master@{#333161}
-
vmpstr authored
This patch uses CheckedNumeric for size calculations that can overflow in resources. R=danakj, jschuh BUG=495867 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1154393003 Cr-Commit-Position: refs/heads/master@{#333160}
-
reveman authored
The availability of this extension is already limited to desktop core profile as the only reason we need to support it is IOSurfaces on MacOSX. This provides 2x performance improvement of copy operations when using IOSurface backed GpuMemoryBuffers. BUG=486922 Review URL: https://codereview.chromium.org/1149233005 Cr-Commit-Position: refs/heads/master@{#333159}
-
thakis authored
The only libvpx change rolling in: https://chromium.googlesource.com/chromium/deps/libvpx/+/a43631169b4200f2000c8cfa82404ce507e31486 BUG=491209 TBR=tomfinegan Review URL: https://codereview.chromium.org/1157433012 Cr-Commit-Position: refs/heads/master@{#333158}
-
dbeam authored
R=thakis@chromium.org BUG=none CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1169653002 Cr-Commit-Position: refs/heads/master@{#333157}
-
chrome://flagsmukai authored
BUG=434113 R=oshima@chromium.org TBR=jwd@chromium.org TEST=manually Review URL: https://codereview.chromium.org/1146303008 Cr-Commit-Position: refs/heads/master@{#333156}
-
estade authored
This patch has some substantive changes that are not just code deletion, mainly around syncing/merging behavior. BUG=493856 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/1143253012 Cr-Commit-Position: refs/heads/master@{#333155}
-
reveman authored
This makes it possible for a client to initialize a texture using partial updates without causing the texture level to be implicitly cleared at the time of the first partial update. BUG=460288 TEST=gl_tests, gpu_unittests Review URL: https://codereview.chromium.org/1154053002 Cr-Commit-Position: refs/heads/master@{#333154}
-
vmpstr authored
This patch fixes size_t to int truncations in layers/, output/, playback/, and quads/ directories in cc/. R=danakj BUG=167187 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1158433010 Cr-Commit-Position: refs/heads/master@{#333153}
-
zmo authored
This is to make glRenderbufferStorageMultisample related tests working. BUG=429053 TEST=gpu_unittests, newly added multisampled-renderbuffer-initialization.html R=piman@chromium.org Review URL: https://codereview.chromium.org/1165553003 Cr-Commit-Position: refs/heads/master@{#333152}
-
gunsch authored
This will allow consolidating many current "link-time" implementations into virtual methods in our ContentClient classes, which should both provide increased clarity and eliminate frequent internal build breaks due to lag between a new public feature and matching internal CLs. See discussion on https://codereview.chromium.org/1168643004/. R=halliwell@chromium.org,lcwu@chromium.org,byungchul@chromium.org BUG=None Review URL: https://codereview.chromium.org/1153173006 Cr-Commit-Position: refs/heads/master@{#333151}
-
aelias authored
On other platforms, the OS IME system generates composition events for combining characters like accents, but on Android it's the responsibility of the textbox implementation to do so for physical keyboards. This patch adds support for that. This differs from the previous accent implementation https://codereview.chromium.org/759033002 in that it uses IME compositions. This is more similar to desktop platforms from the point of view of Blink/Javascript (I've verified compositionUpdate events are sent on Mac instead of keycodes), and it avoids complications arising from artificial backspace characters. To simplify the if/else blocks, this patch also changes to update mEditable on ACTION_DOWN instead of up, which also better maps to when Blink makes the change. BUG=230921 Review URL: https://codereview.chromium.org/1162863007 Cr-Commit-Position: refs/heads/master@{#333150}
-