- 09 Jul, 2016 27 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/243e3dfbc911..6cad5da3c39e $ git log 243e3dfbc..6cad5da3c --date=short --no-merges --format='%ad %ae %s' BUG=625363,531641,472699,623058,472699,625852 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2136803002 Cr-Commit-Position: refs/heads/master@{#404566}
-
dcampb authored
BUG=625254 Review-Url: https://codereview.chromium.org/2132193002 Cr-Commit-Position: refs/heads/master@{#404565}
-
kozyatinskiy authored
- line/column -> lineNumber/columnNumber - lineNumber is 0-based - ExceptionDetails is hidden - fixed +/-1 error R=dgozman@chromium.org BUG=591496 Review-Url: https://codereview.chromium.org/2130203002 Cr-Commit-Position: refs/heads/master@{#404564}
-
dongseong.hwang authored
Revert of WebGL: use storage texture for DrawingBuffer only if CMAA is enabled. (patchset #3 id:60001 of https://codereview.chromium.org/2131863003/ ) Reason for revert: ATI GPU bots became green, no matter this CL. ATI GPU bot might be in bad shape for some reasons. So revert this redundant speculative fix. Original issue's description: > WebGL: use storage texture for DrawingBuffer only if CMAA is enabled. > > It's because Linux ATI bot fails > WebglConformance.conformance_textures_misc_tex_image_webgl > When finding the solution for ATI driver, rollback this patch. > > BUG=557848 > TEST=WebglConformance.conformance_textures_misc_tex_image_webgl > 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 > > Committed: https://crrev.com/65f8f6c737278a80acee2bcd407d1fdc15426fa8 > Cr-Commit-Position: refs/heads/master@{#404514} TBR=piman@chromium.org,kbr@chromium.org,zmo@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=557848 Review-Url: https://codereview.chromium.org/2133253003 Cr-Commit-Position: refs/heads/master@{#404563}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#404562}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#404561}
-
erikchen authored
gpuMemoryBufferId is no longer necessary. BUG= Review-Url: https://codereview.chromium.org/2132913004 Cr-Commit-Position: refs/heads/master@{#404560}
-
jamescook authored
It doesn't need to exist as a separate observer with a single function. This simplifies ShellDelegate. Addresses a TODO from https://codereview.chromium.org/2118593002/ BUG=619636 TEST=ash_unittests and chrome unit_tests Review-Url: https://codereview.chromium.org/2134833002 Cr-Commit-Position: refs/heads/master@{#404559}
-
lushnikov authored
The current monospace font chain for windows doesn't cover arabic symbols. "Courier New" has all the needed characters, let's fallback to it. BUG=616020 R=alph Review-Url: https://codereview.chromium.org/2135803002 Cr-Commit-Position: refs/heads/master@{#404558}
-
piman authored
This is simpler because we don't need to parse and copy lists of attributes. We now only parse them in the same process that creates them, avoiding potential security issues. BUG=None 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 Committed: https://crrev.com/de2733a7d9c32815d4195e067dd628399f5996fc Review-Url: https://codereview.chromium.org/2104403003 Cr-Original-Commit-Position: refs/heads/master@{#404024} Cr-Commit-Position: refs/heads/master@{#404557}
-
rockot authored
Moves all service manager connections in the content layer (connections owned by instances of MojoShellConnection and MojoChildConnection) to the IO thread in all process types. Note that instances of MojoShellConnection and MojoChildConnection may still be created and used on any thread. Additionally exposes a way for InterfaceRegistry and InterfaceProvider to forward to/from other instances so we can still have a corresponding instance of each on whatever thread owns the Mojo[Shell/Child]Connection object. This simplifies interface registration and acquisition on process hosts and ChildThreadImpls, and makes it possible for a future CL to introduce IO-thread service registration to avoid thread hops when binding incoming interface requests. BUG=623398,612500 Committed: https://crrev.com/439768f0aaaea83ffb7ce6c3ba4438804582c383 Review-Url: https://codereview.chromium.org/2111353002 Cr-Original-Commit-Position: refs/heads/master@{#404228} Cr-Commit-Position: refs/heads/master@{#404556}
-
yuweih authored
Preparation for using OpenGL ES rendering component on Android. This CL leaves a FrameLayout placeholder for the DesktopView and creates the implementation specific DesktopView in runtime. BUG=385924 Review-Url: https://codereview.chromium.org/2132883002 Cr-Commit-Position: refs/heads/master@{#404555}
-
elijahtaylor authored
BUG=601310,620091 TEST=ExtensionServiceTest.CannotDisableSharedModules TEST=manually disable shared module in preferences, start chrome and observe shared module is enabled on restart Review-Url: https://codereview.chromium.org/2131173003 Cr-Commit-Position: refs/heads/master@{#404554}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/4da7838..74a8e95 BUG=625363 TEST=bots TBR=kbr@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2135793002 Cr-Commit-Position: refs/heads/master@{#404553}
-
wangxianzhu authored
Removed the early return under condition 'isBody()' from LayoutObjectChildList::invalidatePaintOnRemoval() to ensure the painting layer and body object are invalidated. BTW fixed issues of DisplayItemClient aliveness checking which made it not actually work for subsequences. (If we didn't have the issues, we should have caught this bug through aliveness-checking.) Still not sure if we could have more reduced test. For the test, removing anything from the test would make the test not reproducing the bug. A normal removal of <body> couldn't reproduce the bug because we will invalidate the painting layer in other paths (e.g. layout triggered invalidation, etc.). BUG=626182 Review-Url: https://codereview.chromium.org/2133603002 Cr-Commit-Position: refs/heads/master@{#404552}
-
rdevlin.cronin authored
Add implementation and testing for the keyboard shortcuts subpage. This includes adding a shortcut-input component to handle much of the requisite logic. BUG=529395 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2101933005 Cr-Commit-Position: refs/heads/master@{#404551}
-
khmel authored
This implements progress for loading TOS content for OptIn workflow with error/retry support. Also fixes few UI bugs in OptIn layout windows. BUG=b/29419423 TEST=Manually on device. Emulate error conditions on different stages of OptIn workflow. OptIn is correctly recoverable in each case. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2137713002 Cr-Commit-Position: refs/heads/master@{#404550}
-
kozyatinskiy authored
R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2125423002 Cr-Commit-Position: refs/heads/master@{#404549}
-
piman authored
Various cleanup: - Every context type except GLContextStub calls InitializeDynamicBindings in MakeCurrent. Make it consistent. - In turn, it means we don't need an explicit InitializeDynamicMockBindings, so remove it. - In some tests, we were creating a context just to be able to call InitializeDynamicMockBindings. This is not necessary any more - dynamic bindings will be initalized as the first useful context is made current - Realizing that InitializeDynamicGLBindings is always called with a real context, remove the special cases for mock bindings. This makes it consistent with other GL implementations - In turn InitializeDynamicGLBindings always does exactly InitializeDynamicGLBindingsGL for valid GLImplementations, and is only called with a valid GLImplementation, simplify. It also means it can't fail. BUG=None 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/2129043003 Cr-Commit-Position: refs/heads/master@{#404548}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/252926e7..75f10f91 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel;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 TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2135493003 Cr-Commit-Position: refs/heads/master@{#404547}
-
ckrasic authored
R=rch@chromium.org BUG= Review-Url: https://codereview.chromium.org/2113343002 Cr-Commit-Position: refs/heads/master@{#404546}
-
eroman authored
Mechanically generated CL that does these replacements: intermediary --> intermediate intermediaries --> intermediates Intermediary --> Intermediate Intermediaries --> Intermediates Review-Url: https://codereview.chromium.org/2130283003 Cr-Commit-Position: refs/heads/master@{#404545}
-
thomasanderson authored
Opening a link from a 3rd party app picks the most recently used profile/browser to open the new tab in. Whenever a user changes workspaces, reorder the browser list such that the browsers in the current workspace are moved to the top of the list. This way, when a user opens a link, it will open in a browser on the current workspace (if there are any browsers). BUG=619673 Review-Url: https://codereview.chromium.org/2108933003 Cr-Commit-Position: refs/heads/master@{#404544}
-
pfeldman authored
BUG=625341 TBR=dgozman Review-Url: https://codereview.chromium.org/2138463002 Cr-Commit-Position: refs/heads/master@{#404543}
-
bruthig authored
Record user actions when: - Screen capture is stopped from the default view - Screen capture is stopped from the notification view. BUG=620508 TEST=manual Review-Url: https://codereview.chromium.org/2132773002 Cr-Commit-Position: refs/heads/master@{#404542}
-
jaepark authored
Review-Url: https://codereview.chromium.org/2138523002 Cr-Commit-Position: refs/heads/master@{#404541}
-
hush authored
We want to fully test it before enabling by default. BUG=626773 Review-Url: https://codereview.chromium.org/2133303002 Cr-Commit-Position: refs/heads/master@{#404540}
-
- 08 Jul, 2016 13 commits
-
-
thestig authored
Also convert !container.size() to container.empty(). TBR=alexclarke@chromium.org,eugenebut@chromium.org,reillyg@chromium.org,robertshield@chromium.org,rogerta@chromium.org,scheib@chromium.org,sky@chromium.org,wez@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2070283002 Cr-Commit-Position: refs/heads/master@{#404539}
-
estade authored
BUG=626337 Review-Url: https://codereview.chromium.org/2130913002 Cr-Commit-Position: refs/heads/master@{#404538}
-
creis authored
This fixes a case where it was left stale on a cross-origin commit because the provisional_entry_ had been cleared by a different commit. BUG=623319 TEST=See bug comment 14 for repro steps. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2134493002 Cr-Commit-Position: refs/heads/master@{#404537}
-
jsbell authored
Database open requests enter a limbo state when there is an upgrade running - the request neither proceeds nor blocks, since there is no successfully opened request to receive the "versionchange" event. The same should be true for database delete requests, otherwise either the delete happens during the upgrade (bad!) or is blocked but the open connection is unaware of the request and can't close itself (also bad!). The spec is ambiguous here [1][2]; this change aligns Chrome's behavior with Firefox. [1] https://github.com/w3c/IndexedDB/issues/78 [2] https://github.com/w3c/IndexedDB/issues/79 R=palakj@chromium.org,cmumford@chromium.org BUG=617963 Review-Url: https://codereview.chromium.org/2084053004 Cr-Commit-Position: refs/heads/master@{#404536}
-
kapishnikov authored
1. Port https://codereview.chromium.org/2115653002/ to crnet_environment.mm 2. Port https://codereview.chromium.org/2110803002/ to crnet_environment.mm and cronet_environment.cc 3. Override CrNet FrameworkBundle, so that the icudtl.dat and IDS_ACCEPT_LANGUAGES can be read from the framework bundle itself. 4. Use base::mac::FrameworkBundle() instead of [NSBundle mainBundle]. Review-Url: https://codereview.chromium.org/2137623002 Cr-Commit-Position: refs/heads/master@{#404535}
-
mark authored
BUG=579255 R=erikchen@chromium.org,thakis@chromium.org TBR=brettw@chromium.org Review-Url: https://codereview.chromium.org/2137453003 Cr-Commit-Position: refs/heads/master@{#404534}
-
rdevlin.cronin authored
gn actions help said "run a script a single time to produce or more output files". Add the missing "one" to make this "one or more output files". BUG=None Review-Url: https://codereview.chromium.org/2133873002 Cr-Commit-Position: refs/heads/master@{#404533}
-
miguelg authored
BUG=596161 Review-Url: https://codereview.chromium.org/2132023002 Cr-Commit-Position: refs/heads/master@{#404532}
-
rohitrao authored
BUG=626688 Review-Url: https://codereview.chromium.org/2133313002 Cr-Commit-Position: refs/heads/master@{#404531}
-
sebmarchand authored
Revert of Move the Syzygy scripts out of //chrome/ (patchset #5 id:80001 of https://codereview.chromium.org/2126673002/ ) Reason for revert: It's breaking the Gyp Official build and I can't fix this right now. BUG=626828 Original issue's description: > Move the Syzygy scripts out of //chrome/ > > Also move the syzygy_optimize and syzygy_asan GN templates to //build/win/syzygy so they can be reused in //content (without adding a dependency with //chrome). > > BUG=619086 > > Committed: https://crrev.com/71a43cab53042f33d77fe8eebe8c2463a92f9758 > Cr-Commit-Position: refs/heads/master@{#404503} TBR=chrisha@chromium.org,dpranke@chromium.org,gab@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=619086 Review-Url: https://codereview.chromium.org/2129333002 Cr-Commit-Position: refs/heads/master@{#404530}
-
chrishtr authored
BUG=622795 Review-Url: https://codereview.chromium.org/2133803003 Cr-Commit-Position: refs/heads/master@{#404529}
-
kapishnikov authored
Also, added a warning to [Cronet start] method. BUG=583085 Review-Url: https://codereview.chromium.org/2134843002 Cr-Commit-Position: refs/heads/master@{#404528}
-
danakj authored
Revert of Refactoring: Merge VideoSenderConfig and AudioSenderConfig. (patchset #4 id:100001 of https://codereview.chromium.org/2113783002/ ) Reason for revert: [1226/2497] CXX obj/media/cast/sender/cast_h264_vt_encoder_unittests.h264_vt_encoder_unittest.o FAILED: obj/media/cast/sender/cast_h264_vt_encoder_unittests.h264_vt_encoder_unittest.o /b/build/slave/cache/cipd/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/media/cast/sender/cast_h264_vt_encoder_unittests.h264_vt_encoder_unittest.o.d -DV8_DEPRECATION_WARNINGS -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=274369-1 -DCOMPONENT_BUILD -DUSE_LIBJPEG_TURBO=1 -DENABLE_WEBRTC=1 -DENABLE_MEDIA_ROUTER=1 -DENABLE_PEPPER_CDMS -DENABLE_NOTIFICATIONS -DUSE_EXTERNAL_POPUP_MENU -DFIELDTRIAL_TESTING_ENABLED -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PDF=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DUSE_BROWSER_SPELLCHECKER=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DV8_USE_EXTERNAL_STARTUP_DATA -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DGTEST_HAS_POSIX_RE=0 -DGTEST_LANG_CXX11=0 -DPROTOBUF_USE_DLLS -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUNIT_TEST -DGTEST_HAS_RTTI=0 -DUSE_LIBPCI=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -Igen -I../.. -I../../third_party/khronos -I../../gpu -I../.. -I../../skia/config -Igen/angle -Igen/protoc_out -I../../third_party/protobuf/src -I../../testing/gmock/include -I../../testing/gtest/include -I../../third_party/ffmpeg/chromium/config/Chromium/mac/x64 -I../../third_party/ffmpeg -isysroot /b/build/slave/Mac_GYP__dbg_/build/src/build/mac_files/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -O0 -gdwarf-2 -fvisibility=hidden -Werror -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-selector-type-mismatch -Wpartial-availability -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -fno-threadsafe-statics -fcolor-diagnostics -Xclang -load -Xclang /b/build/slave/Mac_GYP__dbg_/build/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-templates -Xclang -plugin-arg-find-bad-constructs -Xclang follow-macro-expansion -Xclang -plugin-arg-find-bad-constructs -Xclang check-implicit-copy-ctors -fno-strict-aliasing -fstack-protector-strong -c ../../media/cast/sender/h264_vt_encoder_unittest.cc -o obj/media/cast/sender/cast_h264_vt_encoder_unittests.h264_vt_encoder_unittest.o ../../media/cast/sender/h264_vt_encoder_unittest.cc:267:10: error: unknown type name 'VideoSenderConfig'; did you mean 'VideoDecoderConfig'? static VideoSenderConfig video_sender_config_; ^~~~~~~~~~~~~~~~~ VideoDecoderConfig ../../media/base/video_decoder_config.h:26:20: note: 'VideoDecoderConfig' declared here class MEDIA_EXPORT VideoDecoderConfig { ^ ../../media/cast/sender/h264_vt_encoder_unittest.cc:235:24: error: no matching constructor for initialization of 'media::cast::H264VideoToolboxEncoder' encoder_.reset(new H264VideoToolboxEncoder( ^ ../../media/cast/sender/h264_vt_encoder.h:38:3: note: candidate constructor not viable: no known conversion from 'media::VideoDecoderConfig' to 'const media::cast::FrameSenderConfig' for 2nd argument H264VideoToolboxEncoder( ^ ../../media/cast/sender/h264_vt_encoder.h:125:28: note: candidate constructor not viable: requires 1 argument, but 3 were provided DISALLOW_COPY_AND_ASSIGN(H264VideoToolboxEncoder); ^ ../../media/cast/sender/h264_vt_encoder_unittest.cc:256:26: error: no viable overloaded '=' video_sender_config_ = GetDefaultVideoSenderConfig(); ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../media/base/video_decoder_config.h:26:20: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'media::cast::FrameSenderConfig' to 'const media::VideoDecoderConfig' for 1st argument class MEDIA_EXPORT VideoDecoderConfig { ^ ../../media/cast/sender/h264_vt_encoder_unittest.cc:257:26: error: reference to non-static member function must be called; did you mean to call it with no arguments? video_sender_config_.codec = CODEC_VIDEO_H264; ~~~~~~~~~~~~~~~~~~~~~^~~~~ () ../../media/cast/sender/h264_vt_encoder_unittest.cc:257:32: error: expression is not assignable video_sender_config_.codec = CODEC_VIDEO_H264; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ../../media/cast/sender/h264_vt_encoder_unittest.cc:283:1: error: unknown type name 'VideoSenderConfig'; did you mean 'VideoDecoderConfig'? VideoSenderConfig H264VideoToolboxEncoderTest::video_sender_config_; ^~~~~~~~~~~~~~~~~ VideoDecoderConfig ../../media/base/video_decoder_config.h:26:20: note: 'VideoDecoderConfig' declared here class MEDIA_EXPORT VideoDecoderConfig { ^ 6 errors generated. Original issue's description: > Refactoring: Merge VideoSenderConfig and AudioSenderConfig. > In the CL: 1) VideoSenderConfig and AudioSenderConfig are merged to > FrameSenderConfig. 2) CastRtpParams is removed . RtpParams is directly > converted to/from FrameSenderConfig. > > BUG=530839 > > Committed: https://crrev.com/4c97152e0f2b9bf5883d7ea7f149c932598c3afc > Cr-Commit-Position: refs/heads/master@{#404520} TBR=mek@chromium.org,miu@chromium.org,xjz@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=530839 Review-Url: https://codereview.chromium.org/2133223003 Cr-Commit-Position: refs/heads/master@{#404527}
-