From 3c93a60862801546f1c5e56433a3609137d5131d Mon Sep 17 00:00:00 2001 From: Youngsoo Choi Date: Tue, 30 Jan 2018 17:09:52 +0900 Subject: [PATCH] [hotfix] Add chromium-efl headers The chromium-efl has been rebased with the latest code. So, this updates corresponding chromium-efl headers because the electron-efl has referred to them in its own source tree. Note that this will be moved to chromium-efl devel package. Change-Id: Ic23291b04a08c3189917a92decb46d516fe64c66 Signed-off-by: Youngsoo Choi --- .../libchromiumcontent/src/base/base_switches.h | 5 + .../libchromiumcontent/src/base/files/file_util.h | 6 - .../src/base/memory/discardable_shared_memory.h | 3 + .../libchromiumcontent/src/base/nacl_logging.h | 1 + .../libchromiumcontent/src/base/path_service.h | 2 - .../vendor/libchromiumcontent/src/base/time/time.h | 2 + .../src/base/trace_event/category_registry.h | 32 +- .../src/base/trace_event/trace_event.h | 27 + .../trunk/src/support/solaris/mbsnrtowcs.inc | 76 + .../trunk/src/support/solaris/wcsnrtombs.inc | 93 + .../src/cc/blink/web_external_texture_layer_impl.h | 3 + .../src/cc/ipc/render_pass_struct_traits.h | 4 + .../src/cc/layers/texture_layer.h | 9 + .../src/cc/layers/texture_layer_client.h | 10 + .../src/cc/layers/texture_layer_impl.h | 9 + .../src/cc/output/direct_renderer.h | 4 + .../libchromiumcontent/src/cc/quads/render_pass.h | 6 +- .../src/cc/scheduler/scheduler.h | 8 +- .../src/cc/scheduler/scheduler_state_machine.h | 3 +- .../libchromiumcontent/src/cc/tiles/tile_manager.h | 7 +- .../src/cc/trees/layer_tree_host_impl.h | 8 + .../src/cc/trees/layer_tree_settings.h | 3 + .../libchromiumcontent/src/cc/trees/proxy_impl.h | 5 + .../autofill/core/browser/autofill_client.h | 2 +- .../autofill/core/browser/autofill_data_util.h | 2 +- .../autofill/core/browser/personal_data_manager.h | 12 +- .../autofill/core/common/autofill_switches.h | 7 + .../client_discardable_shared_memory_manager.h | 7 + .../common/discardable_shared_memory_heap.h | 6 + .../src/components/nacl/renderer/plugin/plugin.h | 2 - .../payments/autofill_payment_instrument.h | 47 + .../src/components/payments/basic_card_response.h | 55 + .../src/components/payments/payment_address.h | 78 + .../src/components/payments/payment_instrument.h | 50 + .../src/components/payments/payment_request.h | 106 +- .../payments/payment_request_data_util.h | 50 + .../components/payments/payment_request_delegate.h | 4 + .../src/components/payments/payment_request_spec.h | 76 + .../components/payments/payment_request_state.h | 178 + .../src/components/payments/payments_validators.h | 5 + .../components/plugins/renderer/webview_plugin.h | 4 + .../browser/devtools/devtools_http_handler.h | 18 + .../pepper/pepper_tcp_socket_message_filter.h | 4 +- .../pepper/pepper_udp_socket_message_filter.h | 19 +- .../browser/renderer_host/render_view_host_impl.h | 6 +- .../renderer_host/render_widget_host_view_base.h | 17 +- .../browser/web_contents/web_contents_impl.h | 13 + .../content/common/media/media_stream_messages.h | 1 + .../content/common/media/media_stream_options.h | 2 + .../src/content/common/view_messages.h | 16 +- .../public/browser/javascript_dialog_manager.h | 4 + .../src/content/public/browser/web_contents.h | 5 + .../content/public/browser/web_contents_delegate.h | 15 +- .../public/common/common_param_traits_macros.h | 1 + .../src/content/public/common/content_switches.h | 4 + .../src/content/public/common/url_constants.h | 2 + .../src/content/public/common/web_preferences.h | 1 + .../public/renderer/content_renderer_client.h | 2 + .../content/public/renderer/render_view_observer.h | 4 + .../renderer/pepper/pepper_audio_input_host.h | 4 +- .../renderer/pepper/pepper_compositor_host.h | 2 +- .../renderer/pepper/pepper_platform_audio_output.h | 28 +- .../renderer/pepper/pepper_video_decoder_host.h | 4 +- .../src/content/renderer/render_frame_impl.h | 13 +- .../src/content/renderer/render_view_impl.h | 12 +- .../renderer/renderer_blink_platform_impl.h | 7 + .../device/gamepad/gamepad_pad_state_provider.h | 1 + .../device/gamepad/gamepad_platform_data_fetcher.h | 5 + .../src/gen/TizenUserAgentStyleSheets.h | 3 +- .../src/gen/base/generated_build_date.h | 2 +- .../gen/blink/bindings/core/v8/V8MediaSyncPara.h | 51 + .../bindings/core/v8/V8RegisterTimelineEvent.h | 53 + .../bindings/core/v8/V8RegisterTimelineEventInit.h | 46 + .../blink/bindings/core/v8/V8StringChangeEvent.h | 53 + .../bindings/core/v8/V8StringChangeEventInit.h | 46 + .../blink/bindings/core/v8/V8SyncTimelineEvent.h | 53 + .../bindings/core/v8/V8SyncTimelineEventInit.h | 46 + .../src/gen/blink/core/CSSValueKeywords.h | 835 +-- .../src/gen/blink/core/EventHeaders.h | 6 + .../src/gen/blink/core/EventNames.h | 5 +- .../src/gen/blink/core/EventTypeNames.h | 6 +- .../blink/core/html/RegisterTimelineEventInit.h | 66 + .../gen/blink/core/html/StringChangeEventInit.h | 42 + .../gen/blink/core/html/SyncTimelineEventInit.h | 48 + .../gen/blink/core/testing/InternalRuntimeFlags.h | 3 + .../modules/mediastream/MediaStreamConstraints.h | 6 + .../gen/blink/platform/RuntimeEnabledFeatures.h | 5 + .../public/resources/grit/blink_image_resources.h | 146 +- .../blink/public/resources/grit/blink_resources.h | 43 +- .../src/gen/cc/ipc/render_pass.mojom-blink.h | 9 + .../gen/cc/ipc/render_pass.mojom-shared-internal.h | 3 +- .../src/gen/cc/ipc/render_pass.mojom-shared.h | 4 + .../src/gen/cc/ipc/render_pass.mojom.h | 9 + .../components/strings/grit/components_strings.h | 401 -- .../components/version_info/version_info_values.h | 2 +- .../gen/content/app/strings/grit/content_strings.h | 4 - .../src/gen/ui/accessibility/ax_enums.h | 2 +- .../gen/ui/resources/grit/webui_resources_tizen.h | 22 + .../client/direct_canvas_gles2_interface.h | 10 + .../gpu/command_buffer/common/gles2_cmd_utils.h | 1 + .../src/gpu/command_buffer/service/feature_info.h | 1 + .../service/gles2_cmd_copy_texture_chromium.h | 34 +- .../gpu/command_buffer/service/texture_manager.h | 8 +- .../src/gpu/ipc/client/command_buffer_proxy_impl.h | 1 + .../ipc/common/gpu_command_buffer_traits_multi.h | 3 + .../src/gpu/ipc/in_process_command_buffer.h | 3 + .../src/gpu/ipc/service/gpu_channel.h | 3 + .../libchromiumcontent/src/ipc/ipc_message_start.h | 2 +- .../src/media/audio/audio_manager_base.h | 10 + .../src/media/base/audio_parameters.h | 3 + .../media/base/simd/convert_rgb_to_yuv_ssse3.inc | 200 + .../src/media/base/simd/convert_yuv_to_rgb_mmx.inc | 63 + .../media/base/simd/convert_yuva_to_argb_mmx.inc | 114 + .../base/simd/linear_scale_yuv_to_rgb_mmx.inc | 135 + .../src/media/base/simd/scale_yuv_to_rgb_mmx.inc | 98 + .../src/media/base/video_frame.h | 8 + .../src/media/blink/video_frame_compositor.h | 5 +- .../src/media/filters/chunk_demuxer.h | 3 + .../src/public/linux_syscalls/sys/socket.h | 48 - .../src/public/linux_syscalls/sys/syscall.h | 2 - .../native_client/src/trusted/debug_stub/target.h | 1 + .../tools/hermetic_cygwin/make_installer.inc | 1065 ++++ .../src/net/base/load_flags_list.h | 4 + .../src/net/cert/cert_verify_proc_blacklist.inc | 154 + .../src/net/cookies/cookie_monster.h | 15 + .../http/http_stream_factory_impl_job_controller.h | 6 +- .../http/transport_security_state_ct_policies.inc | 248 + .../net/quic/core/crypto/common_cert_set_2a.inc | 5627 +++++++++++++++++++ .../net/quic/core/crypto/common_cert_set_2b.inc | 5744 ++++++++++++++++++++ .../net/quic/core/crypto/common_cert_set_3a.inc | 5038 +++++++++++++++++ .../net/quic/core/crypto/common_cert_set_3b.inc | 5722 +++++++++++++++++++ .../src/net/socket/udp_socket_posix.h | 32 +- .../src/net/ssl/client_cert_store_unittest-inl.h | 5 +- .../libchromiumcontent/src/ppapi/c/ppb_file_io.h | 7 +- .../src/ppapi/c/ppb_udp_socket.h | 26 +- .../src/ppapi/c/samsung/pp_media_player_samsung.h | 48 +- .../src/ppapi/c/samsung/ppb_audio_config_samsung.h | 77 + .../src/ppapi/c/samsung/ppb_media_player_samsung.h | 244 +- .../c/samsung/ppb_udp_socket_extension_samsung.h | 143 + .../libchromiumcontent/src/ppapi/cpp/file_io.h | 5 +- .../src/ppapi/cpp/samsung/audio_config_samsung.h | 54 + .../src/ppapi/cpp/samsung/media_player_samsung.h | 64 + .../cpp/samsung/udp_socket_extension_samsung.h | 90 + .../src/ppapi/proxy/audio_input_resource.h | 12 +- .../media_player/elementary_stream_resource.h | 32 +- .../proxy/media_player/media_player_resource.h | 15 + .../src/ppapi/proxy/ppapi_messages.h | 122 +- .../src/ppapi/proxy/ppapi_param_traits.h | 35 + .../src/ppapi/proxy/ppb_audio_proxy.h | 7 + .../src/ppapi/proxy/resource_creation_proxy.h | 4 +- .../src/ppapi/proxy/resource_message_params.h | 4 - .../src/ppapi/proxy/serialized_handle.h | 29 +- .../src/ppapi/proxy/tcp_socket_resource_base.h | 2 +- .../src/ppapi/proxy/udp_socket_io.h | 49 - .../src/ppapi/proxy/udp_socket_resource.h | 5 + .../src/ppapi/proxy/udp_socket_resource_base.h | 61 +- .../src/ppapi/shared_impl/media_player/es_packet.h | 38 +- .../media_player/serialized_es_packet.h | 54 - .../ppapi/shared_impl/ppb_audio_config_shared.h | 9 + .../src/ppapi/shared_impl/ppb_tcp_socket_shared.h | 12 + .../shared_impl/private/net_address_private_impl.h | 6 - .../src/ppapi/thunk/interfaces_ppb_public_dev.h | 9 +- .../src/ppapi/thunk/interfaces_ppb_samsung.h | 14 +- .../src/ppapi/thunk/ppb_audio_config_api.h | 9 + .../src/ppapi/thunk/ppb_media_player_api.h | 12 + .../src/ppapi/thunk/ppb_udp_socket_api.h | 9 + .../src/ppapi/thunk/resource_creation_api.h | 4 +- .../Source/bindings/core/v8/ScriptSourceCode.h | 18 + .../WebKit/Source/bindings/core/v8/V8Binding.h | 14 + .../Source/bindings/core/v8/V8ScriptRunner.h | 16 + .../Source/bindings/core/v8/V8StringResource.h | 112 + .../WebKit/Source/bindings/core/v8/V8ValueCache.h | 74 + .../core/v8/WorkerOrWorkletScriptController.h | 12 + .../Source/core/css/CSSPrimitiveValueMappings.h | 3 + .../WebKit/Source/core/dom/ActiveDOMObject.h | 5 + .../Source/core/dom/ContextLifecycleNotifier.h | 3 + .../third_party/WebKit/Source/core/dom/Document.h | 2 + .../third_party/WebKit/Source/core/dom/Element.h | 9 + .../WebKit/Source/core/dom/ExecutionContext.h | 3 + .../src/third_party/WebKit/Source/core/dom/Node.h | 5 - .../third_party/WebKit/Source/core/frame/Frame.h | 2 + .../WebKit/Source/core/frame/FrameView.h | 7 + .../third_party/WebKit/Source/core/frame/History.h | 4 + .../WebKit/Source/core/frame/LocalFrame.h | 3 + .../WebKit/Source/core/frame/RemoteFrame.h | 1 + .../third_party/WebKit/Source/core/frame/Screen.h | 6 + .../WebKit/Source/core/frame/Settings.h | 29 + .../WebKit/Source/core/frame/UseCounter.h | 10 + .../WebKit/Source/core/frame/VisualViewport.h | 137 + .../WebKit/Source/core/html/HTMLCanvasElement.h | 13 + .../WebKit/Source/core/html/HTMLMediaElement.h | 76 +- .../WebKit/Source/core/html/HTMLVideoElement.h | 4 +- .../WebKit/Source/core/html/MediaSyncPara.h | 52 + .../Source/core/html/RegisterTimelineEvent.h | 51 + .../WebKit/Source/core/html/StringChangeEvent.h | 43 + .../WebKit/Source/core/html/SyncTimelineEvent.h | 45 + .../core/html/shadow/MediaControlElementTypes.h | 15 + .../Source/core/html/shadow/MediaControlElements.h | 66 +- .../WebKit/Source/core/html/shadow/MediaControls.h | 19 + .../WebKit/Source/core/html/track/TextTrack.h | 12 + .../WebKit/Source/core/html/track/TextTrackList.h | 4 + .../WebKit/Source/core/input/EventHandler.h | 4 + .../WebKit/Source/core/layout/HitTestResult.h | 4 + .../WebKit/Source/core/layout/LayoutBlock.h | 6 + .../Source/core/loader/DocumentThreadableLoader.h | 4 +- .../WebKit/Source/core/loader/FrameLoaderClient.h | 7 +- .../Source/core/loader/resource/ScriptResource.h | 12 + .../WebKit/Source/core/page/ChromeClient.h | 8 + .../src/third_party/WebKit/Source/core/page/Page.h | 2 + .../scrolling/ScrollLayerAnimationController.h | 46 + .../core/page/scrolling/ScrollingCoordinator.h | 10 +- .../Source/core/paint/MediaControlsPainter.h | 7 + .../WebKit/Source/core/paint/ThemePainter.h | 8 + .../WebKit/Source/core/paint/ThemePainterDefault.h | 7 + .../Source/core/xmlhttprequest/XMLHttpRequest.h | 14 + .../WebKit/Source/modules/accessibility/AXObject.h | 10 + .../WebKit/Source/modules/webaudio/AudioBuffer.h | 7 + .../modules/webaudio/AudioBufferSourceNode.h | 19 +- .../WebKit/Source/modules/webaudio/AudioParam.h | 1 + .../modules/webaudio/AudioScheduledSourceNode.h | 22 + .../modules/webgl/WebGL2RenderingContextBase.h | 269 +- .../modules/webgl/WebGLRenderingContextBase.h | 115 +- .../WebKit/Source/platform/CrossThreadCopier.h | 13 + .../WebKit/Source/platform/KeyboardCodes.h | 466 +- .../third_party/WebKit/Source/platform/Language.h | 4 + .../WebKit/Source/platform/LifecycleNotifier.h | 2 + .../WebKit/Source/platform/ThemeTypes.h | 1 + .../WebKit/Source/platform/WindowsKeyboardCodes.h | 13 + .../graphics/AcceleratedStaticBitmapImage.h | 1 + .../WebKit/Source/platform/graphics/ImageBuffer.h | 6 + .../Source/platform/graphics/StaticBitmapImage.h | 1 + .../Source/platform/graphics/gpu/DrawingBuffer.h | 19 + .../platform/graphics/gpu/Extensions3DUtil.h | 5 +- .../platform/graphics/gpu/WebGLImageConversion.h | 12 +- .../Source/platform/heap/HeapTerminatedArray.h | 8 +- .../Source/platform/network/ResourceRequest.h | 13 +- .../WebKit/Source/platform/scroll/ScrollableArea.h | 22 +- .../WebKit/Source/web/ChromeClientImpl.h | 3 + .../WebKit/Source/web/FrameLoaderClientImpl.h | 7 +- .../WebKit/Source/web/WebSettingsImpl.h | 7 + .../WebKit/Source/web/WebViewFrameWidget.h | 4 + .../third_party/WebKit/Source/web/WebViewImpl.h | 33 +- .../WebKit/Source/wtf/TerminatedArray.h | 11 +- .../third_party/WebKit/Source/wtf/WTFThreadData.h | 14 + .../WebKit/Source/wtf/allocator/Partitions.h | 7 + .../WebKit/Source/wtf/text/CompressibleString.h | 157 + .../third_party/WebKit/public/platform/Platform.h | 4 + .../public/platform/WebExternalTextureLayer.h | 4 + .../WebKit/public/platform/WebMediaPlayer.h | 60 +- .../WebKit/public/platform/WebMediaPlayerClient.h | 15 +- .../WebKit/public/platform/WebURLRequest.h | 4 +- .../third_party/WebKit/public/web/WebFrameClient.h | 9 +- .../WebKit/public/web/WebMemoryStatistics.h | 2 +- .../third_party/WebKit/public/web/WebSettings.h | 3 + .../src/third_party/WebKit/public/web/WebView.h | 21 +- .../third_party/WebKit/public/web/WebViewClient.h | 7 + .../src/third_party/WebKit/public/web/WebWidget.h | 5 + .../ced/src/compact_enc_det/detail_head_string.inc | 152 + .../ffmpeg/libavfilter/all_channel_layouts.inc | 68 + .../src/third_party/libudev/libudev0.h | 189 + .../src/third_party/libudev/libudev1.h | 185 + .../src/gallium/state_trackers/d3d1x/Makefile.inc | 19 + .../src/third_party/skia/include/core/SkPath.h | 6 + .../src/third_party/skia/include/core/SkXfermode.h | 5 +- .../skia/src/animator/SkCondensedDebug.inc | 1387 +++++ .../skia/src/animator/SkCondensedRelease.inc | 1365 +++++ .../src/third_party/skia/src/core/SkTraceEvent.h | 16 + .../skia/src/utils/SkWhitelistChecksums.inc | 50 + .../src/third_party/skia/tools/BigPathBench.inc | 5149 ++++++++++++++++++ .../src/third_party/skia/tools/test_font_index.inc | 99 + .../third_party/skia/tools/test_font_monospace.inc | 4847 +++++++++++++++++ .../skia/tools/test_font_sans_serif.inc | 4857 +++++++++++++++++ .../src/third_party/skia/tools/test_font_serif.inc | 5149 ++++++++++++++++++ .../src/third_party/webrtc/base/trace_event.h | 16 + .../source/patched-yasm/frontends/Makefile.inc | 7 + .../patched-yasm/frontends/tasm/Makefile.inc | 7 + .../patched-yasm/frontends/yasm/Makefile.inc | 23 + .../yasm/source/patched-yasm/libyasm/Makefile.inc | 80 + .../source/patched-yasm/libyasm/tests/Makefile.inc | 114 + .../yasm/source/patched-yasm/m4/Makefile.inc | 30 + .../yasm/source/patched-yasm/modules/Makefile.inc | 12 + .../source/patched-yasm/modules/arch/Makefile.inc | 14 + .../patched-yasm/modules/arch/lc3b/Makefile.inc | 16 + .../modules/arch/lc3b/tests/Makefile.inc | 12 + .../patched-yasm/modules/arch/x86/Makefile.inc | 57 + .../modules/arch/x86/tests/Makefile.inc | 263 + .../modules/arch/x86/tests/gas32/Makefile.inc | 24 + .../modules/arch/x86/tests/gas64/Makefile.inc | 35 + .../patched-yasm/modules/dbgfmts/Makefile.inc | 18 + .../modules/dbgfmts/codeview/Makefile.inc | 11 + .../modules/dbgfmts/dwarf2/Makefile.inc | 10 + .../modules/dbgfmts/dwarf2/tests/Makefile.inc | 9 + .../dbgfmts/dwarf2/tests/pass32/Makefile.inc | 8 + .../dbgfmts/dwarf2/tests/pass64/Makefile.inc | 8 + .../dbgfmts/dwarf2/tests/passwin64/Makefile.inc | 7 + .../patched-yasm/modules/dbgfmts/null/Makefile.inc | 3 + .../modules/dbgfmts/stabs/Makefile.inc | 6 + .../modules/dbgfmts/stabs/tests/Makefile.inc | 5 + .../patched-yasm/modules/listfmts/Makefile.inc | 3 + .../modules/listfmts/nasm/Makefile.inc | 7 + .../patched-yasm/modules/objfmts/Makefile.inc | 30 + .../patched-yasm/modules/objfmts/bin/Makefile.inc | 7 + .../modules/objfmts/bin/tests/Makefile.inc | 34 + .../objfmts/bin/tests/multisect/Makefile.inc | 51 + .../patched-yasm/modules/objfmts/coff/Makefile.inc | 25 + .../modules/objfmts/coff/tests/Makefile.inc | 11 + .../patched-yasm/modules/objfmts/dbg/Makefile.inc | 3 + .../patched-yasm/modules/objfmts/elf/Makefile.inc | 12 + .../modules/objfmts/elf/tests/Makefile.inc | 55 + .../modules/objfmts/elf/tests/amd64/Makefile.inc | 11 + .../modules/objfmts/elf/tests/gas32/Makefile.inc | 7 + .../modules/objfmts/elf/tests/gas64/Makefile.inc | 11 + .../modules/objfmts/macho/Makefile.inc | 7 + .../modules/objfmts/macho/tests/Makefile.inc | 9 + .../modules/objfmts/macho/tests/gas32/Makefile.inc | 5 + .../modules/objfmts/macho/tests/gas64/Makefile.inc | 7 + .../objfmts/macho/tests/nasm32/Makefile.inc | 17 + .../objfmts/macho/tests/nasm64/Makefile.inc | 10 + .../patched-yasm/modules/objfmts/rdf/Makefile.inc | 7 + .../modules/objfmts/rdf/tests/Makefile.inc | 23 + .../modules/objfmts/win32/Makefile.inc | 7 + .../modules/objfmts/win32/tests/Makefile.inc | 21 + .../modules/objfmts/win32/tests/gas/Makefile.inc | 9 + .../modules/objfmts/win64/Makefile.inc | 7 + .../modules/objfmts/win64/tests/Makefile.inc | 35 + .../modules/objfmts/win64/tests/gas/Makefile.inc | 5 + .../patched-yasm/modules/objfmts/xdf/Makefile.inc | 7 + .../modules/objfmts/xdf/tests/Makefile.inc | 18 + .../patched-yasm/modules/parsers/Makefile.inc | 15 + .../patched-yasm/modules/parsers/gas/Makefile.inc | 19 + .../modules/parsers/gas/tests/Makefile.inc | 48 + .../modules/parsers/gas/tests/bin/Makefile.inc | 32 + .../patched-yasm/modules/parsers/nasm/Makefile.inc | 29 + .../modules/parsers/nasm/tests/Makefile.inc | 51 + .../parsers/nasm/tests/worphan/Makefile.inc | 6 + .../patched-yasm/modules/parsers/tasm/Makefile.inc | 3 + .../modules/parsers/tasm/tests/Makefile.inc | 43 + .../modules/parsers/tasm/tests/exe/Makefile.inc | 6 + .../patched-yasm/modules/preprocs/Makefile.inc | 11 + .../patched-yasm/modules/preprocs/cpp/Makefile.inc | 6 + .../modules/preprocs/nasm/Makefile.inc | 38 + .../modules/preprocs/nasm/tests/Makefile.inc | 24 + .../patched-yasm/modules/preprocs/raw/Makefile.inc | 7 + .../modules/preprocs/raw/tests/Makefile.inc | 5 + .../yasm/source/patched-yasm/tools/Makefile.inc | 9 + .../patched-yasm/tools/genmacro/Makefile.inc | 14 + .../source/patched-yasm/tools/genperf/Makefile.inc | 42 + .../patched-yasm/tools/python-yasm/Makefile.inc | 79 + .../tools/python-yasm/tests/Makefile.inc | 13 + .../source/patched-yasm/tools/re2c/Makefile.inc | 93 + .../libchromiumcontent/src/tizen_src/Ecore_Wl2.h | 2359 ++++++++ .../external_input_device_controller_tizen.h | 9 +- .../tizen_src/chromium_impl/base/logging_cache.h | 26 + .../base/memory_sampler/memory_sampler.h | 88 + .../base/message_loop/message_pump_ecore.h | 4 +- .../src/tizen_src/chromium_impl/base/static_map.h | 287 + .../system_settings_brightness_tizen.h | 32 + .../system_volume/system_volume_control_tizen.h | 68 + .../accessibility/browser_accessibility_efl.h | 13 +- .../browser_accessibility_manager_efl.h | 3 + .../browser/compositor/evasgl_context_provider.h | 2 + .../compositor/evasgl_delegated_frame_host.h | 8 +- .../compositor/evasgl_output_surface_client.h | 25 - .../browser/media/tizen/browser_demuxer_efl.h | 6 + .../media/tizen/browser_media_player_manager_efl.h | 65 +- ..._handler.h => browser_media_recorder_handler.h} | 30 +- .../media/tizen/media_web_contents_observer_efl.h | 10 +- .../content/browser/renderer_host/edge_effect.h | 9 +- .../browser/renderer_host/event_resampler.h | 20 +- .../content/browser/renderer_host/im_context_efl.h | 4 + .../media_player/pepper_elementary_stream_host.h | 57 +- .../pepper_elementary_stream_private.h | 4 +- .../pepper/media_player/pepper_media_player_host.h | 6 + .../media_player/pepper_media_player_private.h | 13 +- .../elementary_stream_listener_private_wrapper.h | 24 +- .../tizen/pepper_elementary_stream_private_tizen.h | 18 +- .../tizen/pepper_es_data_source_private_tizen.h | 2 + .../tizen/pepper_media_player_private_tizen.h | 15 +- .../media_player/tizen/pepper_mmplayer_adapter.h | 98 +- .../tizen/pepper_player_adapter_base.h | 7 +- .../tizen/pepper_player_adapter_interface.h | 15 +- .../media_player/tizen/pepper_smplayer_adapter.h | 17 +- .../media_player/tizen/pepper_tizen_drm_session.h | 2 +- .../pepper_video_elementary_stream_private_tizen.h | 1 + .../renderer_host/render_widget_host_view_efl.h | 44 +- .../browser/selection/selection_controller_efl.h | 4 +- .../browser/speech/speech_recognizer_impl_tizen.h | 10 + .../content/browser/speech/tts_tizen.h | 1 + .../browser/web_contents/web_contents_view_efl.h | 3 +- .../browser/web_contents/web_drag_dest_efl.h | 2 +- .../browser/web_contents/web_drag_source_efl.h | 4 - .../gpu/media/tizen_omx_video_decode_accelerator.h | 127 +- .../content/common/media/media_param_traits_efl.h | 27 + .../common/media/media_player_messages_efl.h | 130 +- ...essages_efl.h => media_recorder_messages_efl.h} | 12 +- .../content/common/message_generator_efl.h | 2 +- .../browser/web_contents_view_efl_delegate.h | 3 +- .../media/tizen/media_source_delegate_efl.h | 5 +- .../renderer/media/tizen/renderer_demuxer_efl.h | 6 + .../tizen/renderer_media_player_manager_efl.h | 48 +- ...handler.h => renderer_media_recorder_handler.h} | 24 +- .../renderer/media/tizen/webmediaplayer_efl.h | 87 +- .../pepper/pepper_media_player_renderer_host.h | 4 +- .../client/gles2_implementation_efl.h | 2 +- .../scoped_restore_non_owned_evasgl_context.h | 21 + .../service/direct_canvas_command_buffer_stub.h | 16 +- .../gpu/ipc/service/direct_canvas_gpu_channel.h | 8 +- .../media/audio/tizen/audio_manager_capi.h | 10 + .../media/audio/tizen/capi_audio_input.h | 8 + .../media/audio/tizen/mm_player_audio_output.h | 65 + .../chromium_impl/media/base/tizen/demuxer_efl.h | 8 + .../media/base/tizen/longest_conflict_strategy.h | 9 +- .../media/base/tizen/media_capabilities.h | 12 +- .../media/base/tizen/media_capability_manager.h | 19 +- .../media/base/tizen/media_player_bridge_capi.h | 97 +- .../media/base/tizen/media_player_efl.h | 71 +- .../media/base/tizen/media_player_interface_efl.h | 25 +- .../media/base/tizen/media_player_manager_efl.h | 23 +- .../media/base/tizen/media_source_player_capi.h | 52 +- .../media/base/tizen/suspending_media_player.h | 48 +- .../media/base/tizen/video_playback_mem_opt.h | 45 + .../capture/video/tizen/camera_device_tizen.h | 39 +- .../video/tizen/video_capture_device_tizen.h | 4 +- .../media/filters/libav_video_decoder_tizen.h | 6 +- .../base/clipboard/clipboard_helper_efl_wayland.h | 71 +- .../autofill/personal_data_manager_factory.h | 1 - .../browser/browsing_data_remover_efl.h | 19 +- .../browser/favicon/favicon_database_p.h | 1 - .../gamepad_platform_data_fetcher_tizen_tv.h | 73 + .../browser/gamepad/oci_gamepad_item.h | 82 + .../browser/input_picker/input_picker.h | 0 .../browser/javascript_dialog_manager_efl.h | 3 + .../javascript_interface/gin_native_bound_object.h | 2 +- .../efl_integration/browser/net/predictor_efl.h | 4 +- .../notification/notification_controller_efl.h | 62 +- .../browser/password_manager/password_helper_efl.h | 45 + .../browser/payments/payment_data.h | 81 + .../payments/payment_request_delegate_efl.h | 5 +- .../browser/payments/payment_request_dialog_efl.h | 418 +- .../browser/resource_throttle_efl.h | 2 + .../browser/select_picker/form_navigable_picker.h | 6 - .../browser/select_picker/select_picker.h | 11 + .../browser/select_picker/select_picker_base.h | 7 +- .../browser/select_picker/select_picker_tv.h | 4 + .../browser/select_picker/select_picker_util.h | 2 +- .../browser/select_picker/select_picker_wearable.h | 6 + .../efl_integration/browser/webui/version_ui_efl.h | 21 + .../browser/webui/web_ui_controller_factory_efl.h | 36 + .../ewk/efl_integration/browser_context_efl.h | 7 +- .../ewk/efl_integration/command_line_efl.h | 20 +- .../efl_integration/common/content_client_efl.h | 1 + .../efl_integration/common/content_switches_efl.h | 5 + .../efl_integration/common/render_messages_ewk.h | 88 +- .../common/trusted_pepper_plugin_info_cache.h | 9 +- .../ewk/efl_integration/common/version_info.h | 2 + .../efl_integration/common/web_preferences_efl.h | 1 + .../tizen_src/ewk/efl_integration/cookie_manager.h | 14 + .../ewk/efl_integration/dvb_protocol_handler.h | 29 + .../ewk/efl_integration/eweb_accessibility_util.h | 6 +- .../tizen_src/ewk/efl_integration/eweb_context.h | 53 +- .../src/tizen_src/ewk/efl_integration/eweb_view.h | 227 +- .../ewk/efl_integration/eweb_view_callbacks.h | 44 +- .../ewk/efl_integration/permission_popup.h | 2 + .../private/ewk_autofill_credit_card_private.h | 41 + ...ewk_context_form_autofill_credit_card_private.h | 117 + .../efl_integration/private/ewk_context_private.h | 25 +- .../private/ewk_custom_handlers_private.h | 4 +- .../efl_integration/private/ewk_error_private.h | 14 +- .../private/ewk_favicon_database_private.h | 2 + .../ewk/efl_integration/private/ewk_main_private.h | 31 - .../private/ewk_notification_private.h | 14 +- .../efl_integration/private/ewk_settings_private.h | 46 +- .../private/ewk_text_style_private.h | 71 - .../public/ewk_autofill_credit_card_internal.h | 182 + .../ewk/efl_integration/public/ewk_context.h | 120 + .../efl_integration/public/ewk_context_internal.h | 133 +- .../ewk/efl_integration/public/ewk_context_menu.h | 148 +- .../ewk/efl_integration/public/ewk_main_internal.h | 3 +- .../public/ewk_media_subtitle_info_product.h | 12 + .../efl_integration/public/ewk_settings_product.h | 8 +- .../public/ewk_user_media_internal.h | 37 + .../ewk/efl_integration/public/ewk_view.h | 5 +- .../ewk/efl_integration/public/ewk_view_internal.h | 28 + .../ewk/efl_integration/public/ewk_view_product.h | 193 +- .../renderer/content_renderer_client_efl.h | 13 +- .../renderer/content_settings_client_efl.h | 5 + .../renderer/plugins/plugin_placeholder_avplayer.h | 3 + .../renderer/plugins/plugin_placeholder_hole.h | 3 + .../renderer/render_view_observer_efl.h | 28 +- .../url_request_context_getter_efl.h | 20 + .../efl_integration/url_request_interceptor_efl.h | 19 +- .../ewk/efl_integration/url_request_job_efl.h | 7 + .../efl_integration/web_contents_delegate_efl.h | 58 +- .../web_contents_view_efl_delegate_ewk.h | 4 +- .../wrt/wrt_file_protocol_handler.h | 36 +- .../ewk/efl_integration/wrt/wrt_widget_host.h | 34 + .../src/tizen_src/ewk/ubrowser/browser.h | 12 + .../src/tizen_src/ewk/ubrowser/window.h | 9 +- .../src/tizen_src/ewk/ubrowser/window_ui.h | 2 + .../ewk/unittest/utc_blink_api_result_locked.h | 41 + .../tizen_src/ewk/unittest/utc_blink_ewk_base.h | 75 +- ...k_ewk_context_form_autofill_credit_card_utils.h | 47 + ...blink_ewk_context_form_autofill_profile_utils.h | 9 +- .../unittest/utc_blink_ewk_hit_test_request_base.h | 30 +- .../utc_blink_ewk_intercept_request_get_base.h | 35 + ...utc_blink_ewk_intercept_request_response_base.h | 72 + .../utc_blink_ewk_notification_test_base.h | 50 +- .../src/ui/base/clipboard/clipboard.h | 15 + .../src/ui/events/keycodes/dom/dom_key_data.inc | 11 +- .../src/ui/events/keycodes/keyboard_codes_posix.h | 20 + .../src/ui/gfx/gpu_memory_buffer.h | 8 + .../src/ui/gfx/native_widget_types.h | 6 +- .../vendor/libchromiumcontent/src/ui/gl/egl_util.h | 11 + .../vendor/libchromiumcontent/src/url/url_util.h | 8 + .../vendor/libchromiumcontent/src/v8/include/v8.h | 6 + .../src/v8/src/base/atomicops_internals_portable.h | 45 + .../src/v8/src/base/platform/time.h | 3 - .../vendor/libchromiumcontent/src/v8/src/objects.h | 5 + .../src/v8/src/tracing/trace-event.h | 18 + .../libchromiumcontent/src/v8/src/wasm/decoder.h | 15 +- 520 files changed, 62141 insertions(+), 2610 deletions(-) create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/buildtools/third_party/libc++/trunk/src/support/solaris/mbsnrtowcs.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/buildtools/third_party/libc++/trunk/src/support/solaris/wcsnrtombs.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/autofill_payment_instrument.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/basic_card_response.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/payment_address.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/payment_instrument.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/payment_request_data_util.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/payment_request_spec.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/components/payments/payment_request_state.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8MediaSyncPara.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8RegisterTimelineEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8RegisterTimelineEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8StringChangeEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8StringChangeEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8SyncTimelineEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/bindings/core/v8/V8SyncTimelineEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/core/html/RegisterTimelineEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/core/html/StringChangeEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/blink/core/html/SyncTimelineEventInit.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/gen/ui/resources/grit/webui_resources_tizen.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/media/base/simd/convert_rgb_to_yuv_ssse3.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/media/base/simd/convert_yuv_to_rgb_mmx.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/media/base/simd/convert_yuva_to_argb_mmx.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/media/base/simd/linear_scale_yuv_to_rgb_mmx.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/media/base/simd/scale_yuv_to_rgb_mmx.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/native_client/tools/hermetic_cygwin/make_installer.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/cert/cert_verify_proc_blacklist.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/http/transport_security_state_ct_policies.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/quic/core/crypto/common_cert_set_2a.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/quic/core/crypto/common_cert_set_2b.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/quic/core/crypto/common_cert_set_3a.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/net/quic/core/crypto/common_cert_set_3b.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/c/samsung/ppb_audio_config_samsung.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/c/samsung/ppb_udp_socket_extension_samsung.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/cpp/samsung/audio_config_samsung.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/cpp/samsung/udp_socket_extension_samsung.h delete mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/proxy/udp_socket_io.h delete mode 100644 vendor/brightray/vendor/libchromiumcontent/src/ppapi/shared_impl/media_player/serialized_es_packet.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/core/html/MediaSyncPara.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/core/html/RegisterTimelineEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/core/html/StringChangeEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/core/html/SyncTimelineEvent.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/core/page/scrolling/ScrollLayerAnimationController.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/WebKit/Source/wtf/text/CompressibleString.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/ced/src/compact_enc_det/detail_head_string.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/ffmpeg/libavfilter/all_channel_layouts.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/libudev/libudev0.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/libudev/libudev1.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/mesa/src/src/gallium/state_trackers/d3d1x/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/src/animator/SkCondensedDebug.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/src/animator/SkCondensedRelease.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/src/utils/SkWhitelistChecksums.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/tools/BigPathBench.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/tools/test_font_index.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/tools/test_font_monospace.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/tools/test_font_sans_serif.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/skia/tools/test_font_serif.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/frontends/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/frontends/tasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/frontends/yasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/libyasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/libyasm/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/m4/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/lc3b/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/x86/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/listfmts/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/bin/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/coff/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/elf/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win32/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win64/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/gas/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/gas/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/nasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/tasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/exe/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/raw/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/modules/preprocs/raw/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/genmacro/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/genperf/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/python-yasm/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/third_party/yasm/source/patched-yasm/tools/re2c/Makefile.inc create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/Ecore_Wl2.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/base/logging_cache.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/base/memory_sampler/memory_sampler.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/base/static_map.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/base/system_brightness/system_settings_brightness_tizen.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/base/system_volume/system_volume_control_tizen.h delete mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/browser/compositor/evasgl_output_surface_client.h rename vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/browser/media/tizen/{browser_media_capture_handler.h => browser_media_recorder_handler.h} (64%) mode change 100755 => 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/browser/renderer_host/im_context_efl.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/common/media/media_param_traits_efl.h rename vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/common/media/{media_capture_messages_efl.h => media_recorder_messages_efl.h} (69%) rename vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/content/renderer/media/tizen/{renderer_media_capture_handler.h => renderer_media_recorder_handler.h} (80%) create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/gpu/config/scoped_restore_non_owned_evasgl_context.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/media/audio/tizen/mm_player_audio_output.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/chromium_impl/media/base/tizen/video_playback_mem_opt.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/gamepad/gamepad_platform_data_fetcher_tizen_tv.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/gamepad/oci_gamepad_item.h mode change 100755 => 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/input_picker/input_picker.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/password_manager/password_helper_efl.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/payments/payment_data.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/webui/version_ui_efl.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/browser/webui/web_ui_controller_factory_efl.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/dvb_protocol_handler.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/private/ewk_autofill_credit_card_private.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/private/ewk_context_form_autofill_credit_card_private.h delete mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/private/ewk_main_private.h delete mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/private/ewk_text_style_private.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/efl_integration/public/ewk_autofill_credit_card_internal.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/unittest/utc_blink_api_result_locked.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/unittest/utc_blink_ewk_context_form_autofill_credit_card_utils.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/unittest/utc_blink_ewk_intercept_request_get_base.h create mode 100644 vendor/brightray/vendor/libchromiumcontent/src/tizen_src/ewk/unittest/utc_blink_ewk_intercept_request_response_base.h diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/base_switches.h b/vendor/brightray/vendor/libchromiumcontent/src/base/base_switches.h index 5fd572a..6caf868 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/base_switches.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/base_switches.h @@ -45,6 +45,11 @@ extern const char kEnableLimitWebDiscardableMemory[]; extern const char kDisableLimitWebDiscardableMemory[]; #endif +#if defined(ENABLE_STRING_COMPRESSION) +extern const char kEnableStringCompression[]; +extern const char kDisableStringCompression[]; +#endif + #if defined(OS_POSIX) extern const char kEnableCrashReporterForTesting[]; #endif diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/files/file_util.h b/vendor/brightray/vendor/libchromiumcontent/src/base/files/file_util.h index b2ebfe9..77a87e7 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/files/file_util.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/files/file_util.h @@ -361,12 +361,6 @@ BASE_EXPORT int GetUniquePathNumber(const FilePath& path, BASE_EXPORT bool SetNonBlocking(int fd); #if defined(OS_POSIX) - -// Sets the given |fd| to blocking mode. -// Returns true if it was able to set it in the blocking mode, otherwise -// false. -BASE_EXPORT bool SetBlocking(int fd); - // Creates a non-blocking, close-on-exec pipe. // This creates a non-blocking pipe that is not intended to be shared with any // child process. This will be done atomically if the operating system supports diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/memory/discardable_shared_memory.h b/vendor/brightray/vendor/libchromiumcontent/src/base/memory/discardable_shared_memory.h index b391ef1..aaabf41 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/memory/discardable_shared_memory.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/memory/discardable_shared_memory.h @@ -133,6 +133,9 @@ class BASE_EXPORT DiscardableSharedMemory { return shared_memory_.ShareToProcess(process_handle, new_handle); } + // Returns the locked page count for DiscardableSharedMemory object. + size_t locked_page_count() const { return locked_page_count_; } + private: // Virtual for tests. virtual Time Now() const; diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/nacl_logging.h b/vendor/brightray/vendor/libchromiumcontent/src/base/nacl_logging.h index a80edee..c325090 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/nacl_logging.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/nacl_logging.h @@ -12,6 +12,7 @@ namespace logging { #if !defined(OS_NACL) +void SetNaClLoggingEnabled(bool enabled); void InitializeNaClLogging(NaClApp* nap); #elif !defined(OS_NACL_NONSFI) bool NaClLogMessageHandler(int severity, const std::string&); diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/path_service.h b/vendor/brightray/vendor/libchromiumcontent/src/base/path_service.h index 184bd5b..87b095a 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/path_service.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/path_service.h @@ -79,10 +79,8 @@ class BASE_EXPORT PathService { // Disable internal cache. static void DisableCache(); -#if defined(OS_TIZEN_TV_PRODUCT) // Clear all cached paths. static void Clear(); -#endif private: friend class ScopedPathOverride; diff --git a/vendor/brightray/vendor/libchromiumcontent/src/base/time/time.h b/vendor/brightray/vendor/libchromiumcontent/src/base/time/time.h index cd31244..1bacd5e 100644 --- a/vendor/brightray/vendor/libchromiumcontent/src/base/time/time.h +++ b/vendor/brightray/vendor/libchromiumcontent/src/base/time/time.h @@ -623,10 +623,12 @@ class BASE_EXPORT Time : public time_internal::TimeBase