- 15 Apr, 2015 40 commits
-
-
nick authored
ajwong is not actively working on the project anymore. BUG=None Review URL: https://codereview.chromium.org/1088743004 Cr-Commit-Position: refs/heads/master@{#325319}
-
ajuma authored
Property trees use values computed by PreCalculateMetaInformation, so it's unfair to count this time against CalcDrawProps in the draw properties benchmark. Review URL: https://codereview.chromium.org/1082163003 Cr-Commit-Position: refs/heads/master@{#325318}
-
vollick authored
The dashboard is currently confused about which direction indicates an improvement. This CL makes that explicit. BUG=470272 Review URL: https://codereview.chromium.org/1057823005 Cr-Commit-Position: refs/heads/master@{#325317}
-
lgarron authored
BUG= Review URL: https://codereview.chromium.org/1089133002 Cr-Commit-Position: refs/heads/master@{#325316}
-
aiolos authored
BUG=477436 Review URL: https://codereview.chromium.org/1090703002 Cr-Commit-Position: refs/heads/master@{#325315}
-
zmo authored
BUG=429053 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/1067733003 Cr-Commit-Position: refs/heads/master@{#325314}
-
erikchen authored
For the full list of changes, see https://github.com/chromium/web-page-replay/compare/94d7e2a...4e4d540. WebPageReplay moved the method has_sni() from certutils to platformsettings, and renamed it to HasSniSupport(). This CL fixes the one location where has_sni() is used, and also fixes the stubs. BUG=477130 Review URL: https://codereview.chromium.org/1087093002 Cr-Commit-Position: refs/heads/master@{#325313}
-
sandersd authored
Since we do not know the future behavior of browser CDMs, and have no way to block persistent state or distinctive identifiers, assume that such CDMs always provide such access. Review URL: https://codereview.chromium.org/1086013002 Cr-Commit-Position: refs/heads/master@{#325312}
-
erikchen authored
The large profiles are typically too new to be used with the reference builds. BUG=476882 Review URL: https://codereview.chromium.org/1090453002 Cr-Commit-Position: refs/heads/master@{#325311}
-
jhorwich authored
Remove obsolete private Pepper interface private/ppb_talk_private.h, associated Pepper plumbing code, strings, and chrome::PepperTalkHost. These are no longer needed as support for Pepper GTalk has been dropped. BUG=392002 TEST=browser_tests Review URL: https://codereview.chromium.org/1088183003 Cr-Commit-Position: refs/heads/master@{#325310}
-
http://goo.gl/vIGSCOkhorimoto authored
BUG=477154 Review URL: https://codereview.chromium.org/1055933006 Cr-Commit-Position: refs/heads/master@{#325309}
-
prasadv authored
BUG=462581 Review URL: https://codereview.chromium.org/1072533003 Cr-Commit-Position: refs/heads/master@{#325308}
-
nkostylev authored
For devices with Remora/Shark requisition webview is still disabled (http://crbug.com/464049) webview is disabled for these tests: * WizardControllerProxyAuthOnSigninTest* (http://crbug.com/452452) * ProxyAuthOnUserBoardScreenTest* (http://crbug.com/452452) * Tests that are based on LoginManagerTest/OobeBaseTest and are not yet parametrized (http://crbug.com/477402) BUG=475529, 452452, 472664, 464049, 477402 TBR=jhawkins@chromium.org Review URL: https://codereview.chromium.org/1079083002 Cr-Commit-Position: refs/heads/master@{#325307}
-
dalecurtis authored
This is not a functional change, it only updates the interfaces and call sites in preparation for switching to a vsync based video rendering pipeline. Some notes: - Plumbs a VideoRendererSink into the the rendering pipeline; similar to how we have an AudioRendererSink. - A couple VideoRendererSink mocks are introduced which will be short lived. Like audio, we will need fakes which can pump consumption tasks. - The "PaintCB" callback has been temporarily placed on the new sink interface such that in the field experiments can be run comparing the performance of the video rendering approaches. - Finally nukes Player_X11 since setting up a vsync renderer just for unused tool code isn't worth the effort. - Since compositor callbacks may stop due to visibility changes, the new VideoRendererImpl will use a countdown timer to pump video playback as frames expire; expired frames will not count as dropped. - Since canvas/WebGL requires frame updates in the background a new method has been added to VideoFrameCompositor to return the current frame if it was updated with 250ms, or to request a new one and return the updated one. Subsequent work: - sunnyps@ will be switching VideoFrameProviderClientImpl over to using a BeginFrameObserver, which will ultimately drive the Render() callbacks. - dalecurtis@ will land the VideoRendererAlgorithm which powers the new rendering pipeline. BUG=439548 TEST=everything works as is. Review URL: https://codereview.chromium.org/1053113002 Cr-Commit-Position: refs/heads/master@{#325306}
-
tbarzic authored
Make dialog modal to suggest apps dialog. Fix issue where webview content would steal focus from dialog when user hits tab. BUG=439448 Review URL: https://codereview.chromium.org/1068883005 Cr-Commit-Position: refs/heads/master@{#325305}
-
scheib authored
Review URL: https://codereview.chromium.org/1059963003 Cr-Commit-Position: refs/heads/master@{#325304}
-
http://goo.gl/vIGSCOkhorimoto authored
BUG=477154 Review URL: https://codereview.chromium.org/1080003003 Cr-Commit-Position: refs/heads/master@{#325303}
-
tbansal authored
The new URLRequestContext disables alternate protocols to ensure that the Data Reduction Proxy secure proxy check request goes out over vanilla HTTP so that it can be intercepted by middleboxes. Also, secure proxy check is now done on IO thread. BUG=437080 Review URL: https://codereview.chromium.org/981633002 Cr-Commit-Position: refs/heads/master@{#325302}
-
dtseng authored
Review URL: https://codereview.chromium.org/1035983003 Cr-Commit-Position: refs/heads/master@{#325301}
-
hanxi authored
Revert of Fix scroll regression when specifying an extension id. (patchset #4 id:60001 of https://codereview.chromium.org/1064573003/) Reason for revert: It might cause the failures of: -ExtensionSettingsCommandsConfigWebUITest.testChromeSendHandler -ExtensionSettingsWebUITest.testChromeSendHandled http://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests/builds/1149 Original issue's description: > Fix scroll regression when specifying an extension id. > > Issue was caused because scrolling the page should happen after the > extensions are visible. > > BUG=473002 > > Committed: https://crrev.com/4eaeca8aa713e9b7b1f214413bfdac87956fd51d > Cr-Commit-Position: refs/heads/master@{#325278} TBR=kalman@chromium.org,dbeam@chromium.org,rdevlin.cronin@chromium.org,hcarmona@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=473002 Review URL: https://codereview.chromium.org/1088183004 Cr-Commit-Position: refs/heads/master@{#325300}
-
pvalenzuela authored
This CL adds the FakeServer+Android infrastructure for injecting a bookmark. There is also some minor refactoring done in fake_server.cc to reduce code duplication. BUG=365774 Review URL: https://codereview.chromium.org/1083463003 Cr-Commit-Position: refs/heads/master@{#325299}
-
jonross authored
Ozone loads display configurations asynchronously. Due to this the internal display is not always known when Maximize Mode is triggered. Update ScreenOrientationController to become an observer even when there is no internal display ready yet. That way, once it becomes ready, it is able to process accelerometer events. TEST=ScreenOrientationControllerTest.InternalDisplayNotAvailableAtStartup BUG=chrome-os-partner:38796 Review URL: https://codereview.chromium.org/1080553002 Cr-Commit-Position: refs/heads/master@{#325298}
-
dpranke authored
The windows bots were incorrectly doing 64-bit builds, and the debug bots (both mac and win) were incorrectly doing shared builds. TBR=phajdan.jr@chromium.org BUG=454413 CQ_EXTRA_TRYBOTS=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/1086163002 Cr-Commit-Position: refs/heads/master@{#325297}
-
prasadv authored
BUG=462581 Review URL: https://codereview.chromium.org/1061803004 Cr-Commit-Position: refs/heads/master@{#325296}
-
peter authored
This patch implements the Notification.data property for persistent notifications, where the data is stored in the Notification Database. The data associated with non-persistent notifications will never leave Blink, so no changes are required in Chromium to support this. As an implementation-defined limit, the size of the data will be limited to a maximum of 1024^2 characters, with a UMA histogram tracking the size of what developers are trying to store. The limit can then be adjusted in future releases to match this more accurately, or as an argument to introduce such a limit in the specification. Further layout tests are being introduced in the following CL: https://codereview.chromium.org/1052693002 BUG=442129 Review URL: https://codereview.chromium.org/1052683002 Cr-Commit-Position: refs/heads/master@{#325295}
-
dalecurtis authored
The switch to wall clock time used playback rate incorrectly when calculating the wall clock time. Instead of multiplying by the rate it should be divided. BUG=477165 TEST=new unittest Review URL: https://codereview.chromium.org/1085133002 Cr-Commit-Position: refs/heads/master@{#325294}
-
sbc authored
Summary of changes available at: https://pdfium.googlesource.com/pdfium/+log/eddab44..b330016 This should fix the ARM/linux cross compile. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_arm_compile BUG=477162 Review URL: https://codereview.chromium.org/1059463004 Cr-Commit-Position: refs/heads/master@{#325293}
-
ajuma authored
This makes DisplayItemList no longer retain individual display items when caching into a picture is enabled, except when tracing is also enabled (so that per-item trace output can still be produced). Instead, only an SkPicture representation is retained. This avoids the memory cost of storing both the SkPicture representation (which is needed for raster performance) as well as the individual display items. BUG=476073 Review URL: https://codereview.chromium.org/1077033004 Cr-Commit-Position: refs/heads/master@{#325292}
-
mmenke authored
Convert URLFetcherFile tests to use a shared test fixture. BUG=471069 Review URL: https://codereview.chromium.org/1087883002 Cr-Commit-Position: refs/heads/master@{#325291}
-
mseaborn authored
These people are no longer active in the project, so remove them from OWNERS because they're not expected to do code reviews. BUG=none TEST=none Review URL: https://codereview.chromium.org/1090673002 Cr-Commit-Position: refs/heads/master@{#325290}
-
mseaborn authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/1085353002 Cr-Commit-Position: refs/heads/master@{#325289}
-
shess authored
New error codes from 3.8.7.4 import. BUG=340757 Review URL: https://codereview.chromium.org/1084243002 Cr-Commit-Position: refs/heads/master@{#325288}
-
kalman authored
This is relanding both 320971 and 322902 which were reverted in 323869. See https://codereview.chromium.org/995283004 for the original review. Previously extensions::Dispatcher was responsible for creating ScriptContexts then Adding them to its ScriptContextSet. Now, ScriptContextSet creates them itself. This prepares the Extension system for later changing to lazily or asynchronously creating ScriptContexts. BUG=466373 R=rockot@chromium.org Review URL: https://codereview.chromium.org/1060463004 Cr-Commit-Position: refs/heads/master@{#325287}
-
ian authored
The EV Certificate Whitelist loads ~1MB of data using BitStreamReader. Currently this is read in one bit at a time. Changing BitStreamReader to support byte reads sped up loading by about 65% on my computer. BUG=457949 TEST=bit_stream_reader_unittest.cc Review URL: https://codereview.chromium.org/1070903003 Cr-Commit-Position: refs/heads/master@{#325286}
-
erikwright authored
BUG= Review URL: https://codereview.chromium.org/1088743003 Cr-Commit-Position: refs/heads/master@{#325285}
-
brucedawson authored
Use #pragma suppress to make the warnig disabling more compact. Don't disable the old 4311 warning because this only applies with /Wp64 which is deprecated and not used. R=cpu@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/1091433002 Cr-Commit-Position: refs/heads/master@{#325284}
-
peter authored
BUG= Review URL: https://codereview.chromium.org/1089253002 Cr-Commit-Position: refs/heads/master@{#325283}
-
fsamuel authored
This CL moves GuestViewEvent to its own file. It moves the permission check to GuestViewManager. GuestViewBase now no longer directly depends on extensions. BUG=444869 TBR=rockot@chromium.org for extensions.gypi Review URL: https://codereview.chromium.org/1087123002 Cr-Commit-Position: refs/heads/master@{#325282}
-
gunsch authored
Also allow enabling it via a GYP flag. R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/1058013006 Cr-Commit-Position: refs/heads/master@{#325281}
-
mseaborn authored
This pulls in the following Native Client changes: 36f7841: (petarj@mips.com) [MIPS] Change TEST_IS_LOCK_FREE for 64bit types c827ec5: (dschuff@chromium.org) Add torture test configs for nacl-clang 7005393: (dschuff@chromium.org) Add missing EH failures exclusion file for clang 9b89306: (teravest@chromium.org) Revert of Remove NACL_BUILD_ARCH_MAP (patchset #1 id:1 of https://codereview.chromium.org/1039253003/) 69c5742: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 57f974d: (dschuff@chromium.org) Update and triage gcc torture known failures 10a7211: (shinyak@chromium.org) Check archive on Windows. da6385f: (dschuff@chromium.org) PNaCl: Update compiler-rt revision in pnacl/COMPONENT_REVISIONS 0a06a29: (jvoung@chromium.org) Make the torture test known failures for PNaCl a bit stricter. 6a47074: (dschuff@chromium.org) Run compiler_rt test suite on FYI bots 021d15a: (jvoung@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 9b7cee1: (sbc@chromium.org) Cleanup libnacl's pthread.h 3a908f6: (sbc@chromium.org) Add pthead_condattr_* function to libpthread 002a793: (dschuff@chromium.org) FYI bot script: Fixes for compiler-rt test suite 5e87ba2: (dschuff@chromium.org) Remove libstdc++ tests from toolchain_tests 4d31bac: (dschuff@chromium.org) Fix breakage from 5e87ba2d2c3376efcec763954b5cb81c332d20d1 d25fdca: (dschuff@chromium.org) PNaCl: Update compiler-rt revision in pnacl/COMPONENT_REVISIONS 0ebde97: (dschuff@chromium.org) Remove libstdc++ support from PNaCl toolchain 9c667ae: (dschuff@chromium.org) Update revision for PNaCl 2ef8b63: (dschuff@chromium.org) Run ARM tests first on the PNaCl toolchain linux64 bot 40b7e45: (dschuff@chromium.org) Run memcpy_move_set test with and without -fno-builtin 11953a3: (phosek@chromium.org) Use depot_tools version of Git on Windows for toolchain build Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/bd095c3ad5f1f25a9c6f44b7f38cec89383a5c33..11953a35fcd4f999b097a343bc49d89f94af21a8 BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1080923005 Cr-Commit-Position: refs/heads/master@{#325280}
-