commit
186d34c33a
74 changed files with 1839 additions and 1835 deletions
52
atom.gyp
52
atom.gyp
|
@ -44,11 +44,13 @@
|
||||||
'atom/common/lib/init.coffee',
|
'atom/common/lib/init.coffee',
|
||||||
'atom/common/lib/asar.coffee',
|
'atom/common/lib/asar.coffee',
|
||||||
'atom/renderer/lib/chrome-api.coffee',
|
'atom/renderer/lib/chrome-api.coffee',
|
||||||
'atom/renderer/lib/guest-view-internal.coffee',
|
|
||||||
'atom/renderer/lib/init.coffee',
|
'atom/renderer/lib/init.coffee',
|
||||||
'atom/renderer/lib/inspector.coffee',
|
'atom/renderer/lib/inspector.coffee',
|
||||||
'atom/renderer/lib/override.coffee',
|
'atom/renderer/lib/override.coffee',
|
||||||
'atom/renderer/lib/web-view.coffee',
|
'atom/renderer/lib/web-view/guest-view-internal.coffee',
|
||||||
|
'atom/renderer/lib/web-view/web-view.coffee',
|
||||||
|
'atom/renderer/lib/web-view/web-view-attributes.coffee',
|
||||||
|
'atom/renderer/lib/web-view/web-view-constants.coffee',
|
||||||
'atom/renderer/api/lib/ipc.coffee',
|
'atom/renderer/api/lib/ipc.coffee',
|
||||||
'atom/renderer/api/lib/remote.coffee',
|
'atom/renderer/api/lib/remote.coffee',
|
||||||
'atom/renderer/api/lib/web-frame.coffee',
|
'atom/renderer/api/lib/web-frame.coffee',
|
||||||
|
@ -282,6 +284,7 @@
|
||||||
'chromium_src/chrome/browser/printing/print_job_manager.h',
|
'chromium_src/chrome/browser/printing/print_job_manager.h',
|
||||||
'chromium_src/chrome/browser/printing/print_job_worker.cc',
|
'chromium_src/chrome/browser/printing/print_job_worker.cc',
|
||||||
'chromium_src/chrome/browser/printing/print_job_worker.h',
|
'chromium_src/chrome/browser/printing/print_job_worker.h',
|
||||||
|
'chromium_src/chrome/browser/printing/print_job_worker_owner.cc',
|
||||||
'chromium_src/chrome/browser/printing/print_job_worker_owner.h',
|
'chromium_src/chrome/browser/printing/print_job_worker_owner.h',
|
||||||
'chromium_src/chrome/browser/printing/print_view_manager_base.cc',
|
'chromium_src/chrome/browser/printing/print_view_manager_base.cc',
|
||||||
'chromium_src/chrome/browser/printing/print_view_manager_base.h',
|
'chromium_src/chrome/browser/printing/print_view_manager_base.h',
|
||||||
|
@ -292,8 +295,6 @@
|
||||||
'chromium_src/chrome/browser/printing/printer_query.h',
|
'chromium_src/chrome/browser/printing/printer_query.h',
|
||||||
'chromium_src/chrome/browser/printing/printing_message_filter.cc',
|
'chromium_src/chrome/browser/printing/printing_message_filter.cc',
|
||||||
'chromium_src/chrome/browser/printing/printing_message_filter.h',
|
'chromium_src/chrome/browser/printing/printing_message_filter.h',
|
||||||
'chromium_src/chrome/browser/printing/printing_ui_web_contents_observer.cc',
|
|
||||||
'chromium_src/chrome/browser/printing/printing_ui_web_contents_observer.h',
|
|
||||||
'chromium_src/chrome/browser/speech/tts_controller.h',
|
'chromium_src/chrome/browser/speech/tts_controller.h',
|
||||||
'chromium_src/chrome/browser/speech/tts_controller_impl.cc',
|
'chromium_src/chrome/browser/speech/tts_controller_impl.cc',
|
||||||
'chromium_src/chrome/browser/speech/tts_controller_impl.h',
|
'chromium_src/chrome/browser/speech/tts_controller_impl.h',
|
||||||
|
@ -308,10 +309,6 @@
|
||||||
'chromium_src/chrome/browser/ui/cocoa/color_chooser_mac.mm',
|
'chromium_src/chrome/browser/ui/cocoa/color_chooser_mac.mm',
|
||||||
'chromium_src/chrome/browser/ui/views/color_chooser_aura.cc',
|
'chromium_src/chrome/browser/ui/views/color_chooser_aura.cc',
|
||||||
'chromium_src/chrome/browser/ui/views/color_chooser_aura.h',
|
'chromium_src/chrome/browser/ui/views/color_chooser_aura.h',
|
||||||
'chromium_src/chrome/browser/ui/libgtk2ui/app_indicator_icon_menu.cc',
|
|
||||||
'chromium_src/chrome/browser/ui/libgtk2ui/app_indicator_icon_menu.h',
|
|
||||||
'chromium_src/chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc',
|
|
||||||
'chromium_src/chrome/browser/ui/libgtk2ui/gtk2_status_icon.h',
|
|
||||||
'chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc',
|
'chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc',
|
||||||
'chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h',
|
'chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h',
|
||||||
'chromium_src/chrome/common/print_messages.cc',
|
'chromium_src/chrome/common/print_messages.cc',
|
||||||
|
@ -322,7 +319,7 @@
|
||||||
'chromium_src/chrome/renderer/printing/print_web_view_helper.cc',
|
'chromium_src/chrome/renderer/printing/print_web_view_helper.cc',
|
||||||
'chromium_src/chrome/renderer/printing/print_web_view_helper_linux.cc',
|
'chromium_src/chrome/renderer/printing/print_web_view_helper_linux.cc',
|
||||||
'chromium_src/chrome/renderer/printing/print_web_view_helper_mac.mm',
|
'chromium_src/chrome/renderer/printing/print_web_view_helper_mac.mm',
|
||||||
'chromium_src/chrome/renderer/printing/print_web_view_helper_win.cc',
|
'chromium_src/chrome/renderer/printing/print_web_view_helper_pdf_win.cc',
|
||||||
'chromium_src/chrome/renderer/printing/print_web_view_helper.h',
|
'chromium_src/chrome/renderer/printing/print_web_view_helper.h',
|
||||||
'chromium_src/chrome/renderer/tts_dispatcher.cc',
|
'chromium_src/chrome/renderer/tts_dispatcher.cc',
|
||||||
'chromium_src/chrome/renderer/tts_dispatcher.h',
|
'chromium_src/chrome/renderer/tts_dispatcher.h',
|
||||||
|
@ -479,10 +476,10 @@
|
||||||
'<(libchromiumcontent_library_dir)/libEGL.dll',
|
'<(libchromiumcontent_library_dir)/libEGL.dll',
|
||||||
'<(libchromiumcontent_library_dir)/libGLESv2.dll',
|
'<(libchromiumcontent_library_dir)/libGLESv2.dll',
|
||||||
'<(libchromiumcontent_resources_dir)/icudtl.dat',
|
'<(libchromiumcontent_resources_dir)/icudtl.dat',
|
||||||
|
'<(libchromiumcontent_resources_dir)/content_resources_200_percent.pak',
|
||||||
'<(libchromiumcontent_resources_dir)/content_shell.pak',
|
'<(libchromiumcontent_resources_dir)/content_shell.pak',
|
||||||
'<(libchromiumcontent_resources_dir)/ui_resources_200_percent.pak',
|
'<(libchromiumcontent_resources_dir)/ui_resources_200_percent.pak',
|
||||||
'<(libchromiumcontent_resources_dir)/webkit_resources_200_percent.pak',
|
'external_binaries/d3dcompiler_46.dll',
|
||||||
'external_binaries/d3dcompiler_43.dll',
|
|
||||||
'external_binaries/msvcp120.dll',
|
'external_binaries/msvcp120.dll',
|
||||||
'external_binaries/msvcr120.dll',
|
'external_binaries/msvcr120.dll',
|
||||||
'external_binaries/vccorlib120.dll',
|
'external_binaries/vccorlib120.dll',
|
||||||
|
@ -528,6 +525,8 @@
|
||||||
'defines': [
|
'defines': [
|
||||||
# This is defined in skia/skia_common.gypi.
|
# This is defined in skia/skia_common.gypi.
|
||||||
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
||||||
|
# Disable warnings for g_settings_list_schemas.
|
||||||
|
'GLIB_DISABLE_DEPRECATION_WARNINGS',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<@(lib_sources)',
|
'<@(lib_sources)',
|
||||||
|
@ -884,13 +883,14 @@
|
||||||
{
|
{
|
||||||
'action_name': 'Make Empty Paks',
|
'action_name': 'Make Empty Paks',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'tools/posix/make_locale_paks.sh',
|
'tools/make_locale_paks.py',
|
||||||
],
|
],
|
||||||
'outputs': [
|
'outputs': [
|
||||||
'<(PRODUCT_DIR)/locales'
|
'<(PRODUCT_DIR)/locales'
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'tools/posix/make_locale_paks.sh',
|
'python',
|
||||||
|
'tools/make_locale_paks.py',
|
||||||
'<(PRODUCT_DIR)',
|
'<(PRODUCT_DIR)',
|
||||||
'<@(locales)',
|
'<@(locales)',
|
||||||
],
|
],
|
||||||
|
@ -932,31 +932,5 @@
|
||||||
}, # target generate_node_lib
|
}, # target generate_node_lib
|
||||||
],
|
],
|
||||||
}], # OS==win
|
}], # OS==win
|
||||||
# Using Visual Studio Express.
|
|
||||||
['msvs_express==1', {
|
|
||||||
'target_defaults': {
|
|
||||||
'defines!': [
|
|
||||||
'_SECURE_ATL',
|
|
||||||
],
|
|
||||||
'msvs_settings': {
|
|
||||||
'VCLibrarianTool': {
|
|
||||||
'AdditionalLibraryDirectories': [
|
|
||||||
'<(atom_source_root)/external_binaries/atl/lib',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'VCLinkerTool': {
|
|
||||||
'AdditionalLibraryDirectories': [
|
|
||||||
'<(atom_source_root)/external_binaries/atl/lib',
|
|
||||||
],
|
|
||||||
'AdditionalDependencies': [
|
|
||||||
'atls.lib',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'msvs_system_include_dirs': [
|
|
||||||
'<(atom_source_root)/external_binaries/atl/include',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}], # msvs_express==1
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,7 +111,7 @@ void AtomMainDelegate::AddDataPackFromPath(
|
||||||
pak_dir.Append(FILE_PATH_LITERAL("ui_resources_200_percent.pak")),
|
pak_dir.Append(FILE_PATH_LITERAL("ui_resources_200_percent.pak")),
|
||||||
ui::SCALE_FACTOR_200P);
|
ui::SCALE_FACTOR_200P);
|
||||||
bundle->AddDataPackFromPath(
|
bundle->AddDataPackFromPath(
|
||||||
pak_dir.Append(FILE_PATH_LITERAL("webkit_resources_200_percent.pak")),
|
pak_dir.Append(FILE_PATH_LITERAL("content_resources_200_percent.pak")),
|
||||||
ui::SCALE_FACTOR_200P);
|
ui::SCALE_FACTOR_200P);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,14 +69,17 @@ void Initialize(v8::Handle<v8::Object> exports, v8::Handle<v8::Value> unused,
|
||||||
dict.SetMethod("startRecording", base::Bind(
|
dict.SetMethod("startRecording", base::Bind(
|
||||||
&TracingController::EnableRecording, base::Unretained(controller)));
|
&TracingController::EnableRecording, base::Unretained(controller)));
|
||||||
dict.SetMethod("stopRecording", base::Bind(
|
dict.SetMethod("stopRecording", base::Bind(
|
||||||
&TracingController::DisableRecording, base::Unretained(controller)));
|
&TracingController::DisableRecording,
|
||||||
|
base::Unretained(controller),
|
||||||
|
nullptr));
|
||||||
dict.SetMethod("startMonitoring", base::Bind(
|
dict.SetMethod("startMonitoring", base::Bind(
|
||||||
&TracingController::EnableMonitoring, base::Unretained(controller)));
|
&TracingController::EnableMonitoring, base::Unretained(controller)));
|
||||||
dict.SetMethod("stopMonitoring", base::Bind(
|
dict.SetMethod("stopMonitoring", base::Bind(
|
||||||
&TracingController::DisableMonitoring, base::Unretained(controller)));
|
&TracingController::DisableMonitoring, base::Unretained(controller)));
|
||||||
dict.SetMethod("captureMonitoringSnapshot", base::Bind(
|
dict.SetMethod("captureMonitoringSnapshot", base::Bind(
|
||||||
&TracingController::CaptureMonitoringSnapshot,
|
&TracingController::CaptureMonitoringSnapshot,
|
||||||
base::Unretained(controller)));
|
base::Unretained(controller),
|
||||||
|
nullptr));
|
||||||
dict.SetMethod("getTraceBufferPercentFull", base::Bind(
|
dict.SetMethod("getTraceBufferPercentFull", base::Bind(
|
||||||
&TracingController::GetTraceBufferPercentFull,
|
&TracingController::GetTraceBufferPercentFull,
|
||||||
base::Unretained(controller)));
|
base::Unretained(controller)));
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include "atom/common/native_mate_converters/value_converter.h"
|
#include "atom/common/native_mate_converters/value_converter.h"
|
||||||
#include "base/strings/utf_string_conversions.h"
|
#include "base/strings/utf_string_conversions.h"
|
||||||
#include "brightray/browser/inspectable_web_contents.h"
|
#include "brightray/browser/inspectable_web_contents.h"
|
||||||
|
#include "content/public/browser/navigation_details.h"
|
||||||
#include "content/public/browser/render_frame_host.h"
|
#include "content/public/browser/render_frame_host.h"
|
||||||
#include "content/public/browser/render_process_host.h"
|
#include "content/public/browser/render_process_host.h"
|
||||||
#include "content/public/browser/render_view_host.h"
|
#include "content/public/browser/render_view_host.h"
|
||||||
|
@ -37,12 +38,14 @@ v8::Persistent<v8::ObjectTemplate> template_;
|
||||||
WebContents::WebContents(content::WebContents* web_contents)
|
WebContents::WebContents(content::WebContents* web_contents)
|
||||||
: content::WebContentsObserver(web_contents),
|
: content::WebContentsObserver(web_contents),
|
||||||
guest_instance_id_(-1),
|
guest_instance_id_(-1),
|
||||||
|
element_instance_id_(-1),
|
||||||
guest_opaque_(true),
|
guest_opaque_(true),
|
||||||
auto_size_enabled_(false) {
|
auto_size_enabled_(false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
WebContents::WebContents(const mate::Dictionary& options)
|
WebContents::WebContents(const mate::Dictionary& options)
|
||||||
: guest_instance_id_(-1),
|
: guest_instance_id_(-1),
|
||||||
|
element_instance_id_(-1),
|
||||||
guest_opaque_(true),
|
guest_opaque_(true),
|
||||||
auto_size_enabled_(false) {
|
auto_size_enabled_(false) {
|
||||||
options.Get("guestInstanceId", &guest_instance_id_);
|
options.Get("guestInstanceId", &guest_instance_id_);
|
||||||
|
@ -188,6 +191,13 @@ void WebContents::DidGetRedirectForResourceRequest(
|
||||||
Emit("did-get-redirect-request", args);
|
Emit("did-get-redirect-request", args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void WebContents::DidNavigateMainFrame(
|
||||||
|
const content::LoadCommittedDetails& details,
|
||||||
|
const content::FrameNavigateParams& params) {
|
||||||
|
if (details.is_navigation_to_different_page())
|
||||||
|
Emit("did-navigate-to-different-page");
|
||||||
|
}
|
||||||
|
|
||||||
bool WebContents::OnMessageReceived(const IPC::Message& message) {
|
bool WebContents::OnMessageReceived(const IPC::Message& message) {
|
||||||
bool handled = true;
|
bool handled = true;
|
||||||
IPC_BEGIN_MESSAGE_MAP(WebContents, message)
|
IPC_BEGIN_MESSAGE_MAP(WebContents, message)
|
||||||
|
@ -225,26 +235,8 @@ void WebContents::WebContentsDestroyed() {
|
||||||
Emit("destroyed");
|
Emit("destroyed");
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebContents::WillAttach(content::WebContents* embedder_web_contents,
|
void WebContents::DidAttach(int guest_proxy_routing_id) {
|
||||||
const base::DictionaryValue& extra_params) {
|
Emit("did-attach");
|
||||||
embedder_web_contents_ = embedder_web_contents;
|
|
||||||
extra_params_.reset(extra_params.DeepCopy());
|
|
||||||
}
|
|
||||||
|
|
||||||
content::WebContents* WebContents::CreateNewGuestWindow(
|
|
||||||
const content::WebContents::CreateParams& create_params) {
|
|
||||||
NOTREACHED() << "Should not create new window from guest";
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebContents::DidAttach() {
|
|
||||||
base::ListValue args;
|
|
||||||
args.Append(extra_params_.release());
|
|
||||||
Emit("did-attach", args);
|
|
||||||
}
|
|
||||||
|
|
||||||
int WebContents::GetGuestInstanceID() const {
|
|
||||||
return guest_instance_id_;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebContents::ElementSizeChanged(const gfx::Size& old_size,
|
void WebContents::ElementSizeChanged(const gfx::Size& old_size,
|
||||||
|
@ -260,18 +252,17 @@ void WebContents::GuestSizeChanged(const gfx::Size& old_size,
|
||||||
GuestSizeChangedDueToAutoSize(old_size, new_size);
|
GuestSizeChangedDueToAutoSize(old_size, new_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebContents::RequestPointerLockPermission(
|
|
||||||
bool user_gesture,
|
|
||||||
bool last_unlocked_by_target,
|
|
||||||
const base::Callback<void(bool enabled)>& callback) {
|
|
||||||
callback.Run(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebContents::RegisterDestructionCallback(
|
void WebContents::RegisterDestructionCallback(
|
||||||
const DestructionCallback& callback) {
|
const DestructionCallback& callback) {
|
||||||
destruction_callback_ = callback;
|
destruction_callback_ = callback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void WebContents::WillAttach(content::WebContents* embedder_web_contents,
|
||||||
|
int browser_plugin_instance_id) {
|
||||||
|
embedder_web_contents_ = embedder_web_contents;
|
||||||
|
element_instance_id_ = browser_plugin_instance_id;
|
||||||
|
}
|
||||||
|
|
||||||
void WebContents::Destroy() {
|
void WebContents::Destroy() {
|
||||||
if (storage_) {
|
if (storage_) {
|
||||||
if (!destruction_callback_.is_null())
|
if (!destruction_callback_.is_null())
|
||||||
|
@ -294,7 +285,7 @@ void WebContents::LoadURL(const GURL& url, const mate::Dictionary& options) {
|
||||||
params.referrer = content::Referrer(http_referrer.GetAsReferrer(),
|
params.referrer = content::Referrer(http_referrer.GetAsReferrer(),
|
||||||
blink::WebReferrerPolicyDefault);
|
blink::WebReferrerPolicyDefault);
|
||||||
|
|
||||||
params.transition_type = content::PAGE_TRANSITION_TYPED;
|
params.transition_type = ui::PAGE_TRANSITION_TYPED;
|
||||||
params.override_user_agent = content::NavigationController::UA_OVERRIDE_TRUE;
|
params.override_user_agent = content::NavigationController::UA_OVERRIDE_TRUE;
|
||||||
web_contents()->GetController().LoadURLWithParams(params);
|
web_contents()->GetController().LoadURLWithParams(params);
|
||||||
}
|
}
|
||||||
|
|
|
@ -118,42 +118,35 @@ class WebContents : public mate::EventEmitter,
|
||||||
const content::NativeWebKeyboardEvent& event) override;
|
const content::NativeWebKeyboardEvent& event) override;
|
||||||
|
|
||||||
// content::WebContentsObserver:
|
// content::WebContentsObserver:
|
||||||
virtual void RenderViewDeleted(content::RenderViewHost*) override;
|
void RenderViewDeleted(content::RenderViewHost*) override;
|
||||||
virtual void RenderProcessGone(base::TerminationStatus status) override;
|
void RenderProcessGone(base::TerminationStatus status) override;
|
||||||
virtual void DidFinishLoad(content::RenderFrameHost* render_frame_host,
|
void DidFinishLoad(content::RenderFrameHost* render_frame_host,
|
||||||
const GURL& validated_url) override;
|
const GURL& validated_url) override;
|
||||||
virtual void DidFailLoad(content::RenderFrameHost* render_frame_host,
|
void DidFailLoad(content::RenderFrameHost* render_frame_host,
|
||||||
const GURL& validated_url,
|
const GURL& validated_url,
|
||||||
int error_code,
|
int error_code,
|
||||||
const base::string16& error_description) override;
|
const base::string16& error_description) override;
|
||||||
virtual void DidStartLoading(
|
void DidStartLoading(content::RenderViewHost* render_view_host) override;
|
||||||
content::RenderViewHost* render_view_host) override;
|
void DidStopLoading(content::RenderViewHost* render_view_host) override;
|
||||||
virtual void DidStopLoading(
|
void DidGetRedirectForResourceRequest(
|
||||||
content::RenderViewHost* render_view_host) override;
|
|
||||||
virtual void DidGetRedirectForResourceRequest(
|
|
||||||
content::RenderViewHost* render_view_host,
|
content::RenderViewHost* render_view_host,
|
||||||
const content::ResourceRedirectDetails& details) override;
|
const content::ResourceRedirectDetails& details) override;
|
||||||
virtual bool OnMessageReceived(const IPC::Message& message) override;
|
void DidNavigateMainFrame(
|
||||||
virtual void RenderViewReady() override;
|
const content::LoadCommittedDetails& details,
|
||||||
virtual void WebContentsDestroyed() override;
|
const content::FrameNavigateParams& params) override;
|
||||||
|
bool OnMessageReceived(const IPC::Message& message) override;
|
||||||
|
void RenderViewReady() override;
|
||||||
|
void WebContentsDestroyed() override;
|
||||||
|
|
||||||
// content::BrowserPluginGuestDelegate:
|
// content::BrowserPluginGuestDelegate:
|
||||||
virtual void WillAttach(content::WebContents* embedder_web_contents,
|
void DidAttach(int guest_proxy_routing_id) final;
|
||||||
const base::DictionaryValue& extra_params) override;
|
void ElementSizeChanged(const gfx::Size& old_size,
|
||||||
virtual content::WebContents* CreateNewGuestWindow(
|
const gfx::Size& new_size) final;
|
||||||
const content::WebContents::CreateParams& create_params) override;
|
void GuestSizeChanged(const gfx::Size& old_size,
|
||||||
virtual void DidAttach() override;
|
const gfx::Size& new_size) final;
|
||||||
virtual int GetGuestInstanceID() const override;
|
void RegisterDestructionCallback(const DestructionCallback& callback) final;
|
||||||
virtual void ElementSizeChanged(const gfx::Size& old_size,
|
void WillAttach(content::WebContents* embedder_web_contents,
|
||||||
const gfx::Size& new_size) override;
|
int browser_plugin_instance_id) final;
|
||||||
virtual void GuestSizeChanged(const gfx::Size& old_size,
|
|
||||||
const gfx::Size& new_size) override;
|
|
||||||
virtual void RequestPointerLockPermission(
|
|
||||||
bool user_gesture,
|
|
||||||
bool last_unlocked_by_target,
|
|
||||||
const base::Callback<void(bool enabled)>& callback) override;
|
|
||||||
virtual void RegisterDestructionCallback(
|
|
||||||
const DestructionCallback& callback) override;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Called when received a message from renderer.
|
// Called when received a message from renderer.
|
||||||
|
@ -171,17 +164,15 @@ class WebContents : public mate::EventEmitter,
|
||||||
// Unique ID for a guest WebContents.
|
// Unique ID for a guest WebContents.
|
||||||
int guest_instance_id_;
|
int guest_instance_id_;
|
||||||
|
|
||||||
|
// |element_instance_id_| is an identifer that's unique to a particular
|
||||||
|
// element.
|
||||||
|
int element_instance_id_;
|
||||||
|
|
||||||
DestructionCallback destruction_callback_;
|
DestructionCallback destruction_callback_;
|
||||||
|
|
||||||
// Stores whether the contents of the guest can be transparent.
|
// Stores whether the contents of the guest can be transparent.
|
||||||
bool guest_opaque_;
|
bool guest_opaque_;
|
||||||
|
|
||||||
// The extra parameters associated with this guest view passed
|
|
||||||
// in from JavaScript. This will typically be the view instance ID,
|
|
||||||
// the API to use, and view-specific parameters. These parameters
|
|
||||||
// are passed along to new guests that are created from this guest.
|
|
||||||
scoped_ptr<base::DictionaryValue> extra_params_;
|
|
||||||
|
|
||||||
// Stores the WebContents that managed by this class.
|
// Stores the WebContents that managed by this class.
|
||||||
scoped_ptr<brightray::InspectableWebContents> storage_;
|
scoped_ptr<brightray::InspectableWebContents> storage_;
|
||||||
|
|
||||||
|
|
|
@ -72,8 +72,6 @@ Window::Window(const mate::Dictionary& options)
|
||||||
Window::~Window() {
|
Window::~Window() {
|
||||||
if (window_)
|
if (window_)
|
||||||
Destroy();
|
Destroy();
|
||||||
|
|
||||||
Emit("destroyed");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::OnPageTitleUpdated(bool* prevent_default,
|
void Window::OnPageTitleUpdated(bool* prevent_default,
|
||||||
|
|
|
@ -56,7 +56,7 @@ AtomBrowserClient::~AtomBrowserClient() {
|
||||||
void AtomBrowserClient::RenderProcessWillLaunch(
|
void AtomBrowserClient::RenderProcessWillLaunch(
|
||||||
content::RenderProcessHost* host) {
|
content::RenderProcessHost* host) {
|
||||||
int id = host->GetID();
|
int id = host->GetID();
|
||||||
host->AddFilter(new PrintingMessageFilter(host->GetID()));
|
host->AddFilter(new printing::PrintingMessageFilter(host->GetID()));
|
||||||
host->AddFilter(new TtsMessageFilter(id, host->GetBrowserContext()));
|
host->AddFilter(new TtsMessageFilter(id, host->GetBrowserContext()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
namespace atom {
|
namespace atom {
|
||||||
|
|
||||||
JavascriptEnvironment::JavascriptEnvironment()
|
JavascriptEnvironment::JavascriptEnvironment()
|
||||||
: isolate_holder_(gin::IsolateHolder::kNonStrictMode),
|
: isolate_(isolate_holder_.isolate()),
|
||||||
isolate_(isolate_holder_.isolate()),
|
|
||||||
isolate_scope_(isolate_),
|
isolate_scope_(isolate_),
|
||||||
locker_(isolate_),
|
locker_(isolate_),
|
||||||
handle_scope_(isolate_),
|
handle_scope_(isolate_),
|
||||||
|
|
|
@ -18,6 +18,8 @@ supportedWebViewEvents = [
|
||||||
|
|
||||||
nextInstanceId = 0
|
nextInstanceId = 0
|
||||||
guestInstances = {}
|
guestInstances = {}
|
||||||
|
embedderElementsMap = {}
|
||||||
|
reverseEmbedderElementsMap = {}
|
||||||
|
|
||||||
# Generate guestInstanceId.
|
# Generate guestInstanceId.
|
||||||
getNextInstanceId = (webContents) ->
|
getNextInstanceId = (webContents) ->
|
||||||
|
@ -33,15 +35,19 @@ createGuest = (embedder, params) ->
|
||||||
guestInstanceId: id
|
guestInstanceId: id
|
||||||
storagePartitionId: params.storagePartitionId
|
storagePartitionId: params.storagePartitionId
|
||||||
guestInstances[id] = {guest, embedder}
|
guestInstances[id] = {guest, embedder}
|
||||||
preload = params.preload ? ''
|
|
||||||
webViewManager.addGuest id, embedder, guest, params.nodeIntegration, params.plugins, preload
|
|
||||||
|
|
||||||
# Destroy guest when the embedder is gone.
|
# Destroy guest when the embedder is gone or navigated.
|
||||||
embedder.once 'render-view-deleted', ->
|
destroyEvents = ['destroyed', 'crashed', 'did-navigate-to-different-page']
|
||||||
|
destroy = ->
|
||||||
destroyGuest id if guestInstances[id]?
|
destroyGuest id if guestInstances[id]?
|
||||||
|
embedder.removeListener event, destroy for event in destroyEvents
|
||||||
|
embedder.once event, destroy for event in destroyEvents
|
||||||
|
|
||||||
# Init guest web view after attached.
|
# Init guest web view after attached.
|
||||||
guest.once 'did-attach', (event, params) ->
|
guest.once 'did-attach', ->
|
||||||
|
params = @attachParams
|
||||||
|
delete @attachParams
|
||||||
|
|
||||||
@viewInstanceId = params.instanceId
|
@viewInstanceId = params.instanceId
|
||||||
min = width: params.minwidth, height: params.minheight
|
min = width: params.minwidth, height: params.minheight
|
||||||
max = width: params.maxwidth, height: params.maxheight
|
max = width: params.maxwidth, height: params.maxheight
|
||||||
|
@ -66,15 +72,47 @@ createGuest = (embedder, params) ->
|
||||||
|
|
||||||
id
|
id
|
||||||
|
|
||||||
|
# Attach the guest to an element of embedder.
|
||||||
|
attachGuest = (embedder, elementInstanceId, guestInstanceId, params) ->
|
||||||
|
guest = guestInstances[guestInstanceId].guest
|
||||||
|
|
||||||
|
# Destroy the old guest when attaching.
|
||||||
|
key = "#{embedder.getId()}-#{elementInstanceId}"
|
||||||
|
oldGuestInstanceId = embedderElementsMap[key]
|
||||||
|
if oldGuestInstanceId?
|
||||||
|
# Reattachment to the same guest is not currently supported.
|
||||||
|
return unless oldGuestInstanceId != guestInstanceId
|
||||||
|
|
||||||
|
return unless guestInstances[oldGuestInstanceId]?
|
||||||
|
destroyGuest oldGuestInstanceId
|
||||||
|
|
||||||
|
webViewManager.addGuest guestInstanceId, elementInstanceId, embedder, guest,
|
||||||
|
nodeIntegration: params.nodeintegration
|
||||||
|
plugins: params.plugins
|
||||||
|
preloadUrl: params.preload ? ''
|
||||||
|
|
||||||
|
guest.attachParams = params
|
||||||
|
embedderElementsMap[key] = guestInstanceId
|
||||||
|
reverseEmbedderElementsMap[guestInstanceId] = key
|
||||||
|
|
||||||
# Destroy an existing guest instance.
|
# Destroy an existing guest instance.
|
||||||
destroyGuest = (id) ->
|
destroyGuest = (id) ->
|
||||||
webViewManager.removeGuest id
|
webViewManager.removeGuest id
|
||||||
guestInstances[id].guest.destroy()
|
guestInstances[id].guest.destroy()
|
||||||
delete guestInstances[id]
|
delete guestInstances[id]
|
||||||
|
|
||||||
|
key = reverseEmbedderElementsMap[id]
|
||||||
|
if key?
|
||||||
|
delete reverseEmbedderElementsMap[id]
|
||||||
|
delete embedderElementsMap[key]
|
||||||
|
|
||||||
ipc.on 'ATOM_SHELL_GUEST_VIEW_MANAGER_CREATE_GUEST', (event, type, params, requestId) ->
|
ipc.on 'ATOM_SHELL_GUEST_VIEW_MANAGER_CREATE_GUEST', (event, type, params, requestId) ->
|
||||||
event.sender.send "ATOM_SHELL_RESPONSE_#{requestId}", createGuest(event.sender, params)
|
event.sender.send "ATOM_SHELL_RESPONSE_#{requestId}", createGuest(event.sender, params)
|
||||||
|
|
||||||
|
ipc.on 'ATOM_SHELL_GUEST_VIEW_MANAGER_ATTACH_GUEST', (event, elementInstanceId, guestInstanceId, params, requestId) ->
|
||||||
|
attachGuest event.sender, elementInstanceId, guestInstanceId, params
|
||||||
|
event.sender.send "ATOM_SHELL_RESPONSE_#{requestId}"
|
||||||
|
|
||||||
ipc.on 'ATOM_SHELL_GUEST_VIEW_MANAGER_DESTROY_GUEST', (event, id) ->
|
ipc.on 'ATOM_SHELL_GUEST_VIEW_MANAGER_DESTROY_GUEST', (event, id) ->
|
||||||
destroyGuest id
|
destroyGuest id
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include "base/memory/scoped_ptr.h"
|
#include "base/memory/scoped_ptr.h"
|
||||||
#include "atom/browser/native_window.h"
|
#include "atom/browser/native_window.h"
|
||||||
|
|
||||||
|
@class FullSizeContentView;
|
||||||
class SkRegion;
|
class SkRegion;
|
||||||
|
|
||||||
namespace atom {
|
namespace atom {
|
||||||
|
@ -98,6 +99,9 @@ class NativeWindowMac : public NativeWindow {
|
||||||
|
|
||||||
base::scoped_nsobject<NSWindow> window_;
|
base::scoped_nsobject<NSWindow> window_;
|
||||||
|
|
||||||
|
// The view that will fill the whole frameless window.
|
||||||
|
base::scoped_nsobject<FullSizeContentView> content_view_;
|
||||||
|
|
||||||
bool is_kiosk_;
|
bool is_kiosk_;
|
||||||
|
|
||||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||||
|
|
|
@ -25,6 +25,31 @@ static const CGFloat kAtomWindowCornerRadius = 4.0;
|
||||||
- (CGFloat)roundedCornerRadius;
|
- (CGFloat)roundedCornerRadius;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
// This view always takes the size of its superview. It is intended to be used
|
||||||
|
// as a NSWindow's contentView. It is needed because NSWindow's implementation
|
||||||
|
// explicitly resizes the contentView at inopportune times.
|
||||||
|
@interface FullSizeContentView : NSView
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation FullSizeContentView
|
||||||
|
|
||||||
|
// This method is directly called by NSWindow during a window resize on OSX
|
||||||
|
// 10.10.0, beta 2. We must override it to prevent the content view from
|
||||||
|
// shrinking.
|
||||||
|
- (void)setFrameSize:(NSSize)size {
|
||||||
|
if ([self superview])
|
||||||
|
size = [[self superview] bounds].size;
|
||||||
|
[super setFrameSize:size];
|
||||||
|
}
|
||||||
|
|
||||||
|
// The contentView gets moved around during certain full-screen operations.
|
||||||
|
// This is less than ideal, and should eventually be removed.
|
||||||
|
- (void)viewDidMoveToSuperview {
|
||||||
|
[self setFrame:[[self superview] bounds]];
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
@interface AtomNSWindowDelegate : NSObject<NSWindowDelegate> {
|
@interface AtomNSWindowDelegate : NSObject<NSWindowDelegate> {
|
||||||
@private
|
@private
|
||||||
atom::NativeWindowMac* shell_;
|
atom::NativeWindowMac* shell_;
|
||||||
|
@ -689,10 +714,25 @@ void NativeWindowMac::InstallView() {
|
||||||
[view setLayer:layer];
|
[view setLayer:layer];
|
||||||
[view setFrame:[[window_ contentView] bounds]];
|
[view setFrame:[[window_ contentView] bounds]];
|
||||||
[[window_ contentView] addSubview:view];
|
[[window_ contentView] addSubview:view];
|
||||||
|
} else {
|
||||||
|
if (base::mac::IsOSYosemiteOrLater()) {
|
||||||
|
// In OSX 10.10, adding subviews to the root view for the NSView hierarchy
|
||||||
|
// produces warnings. To eliminate the warnings, we resize the contentView
|
||||||
|
// to fill the window, and add subviews to that.
|
||||||
|
// http://crbug.com/380412
|
||||||
|
content_view_.reset([[FullSizeContentView alloc] init]);
|
||||||
|
[content_view_
|
||||||
|
setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
|
||||||
|
[content_view_ setFrame:[[[window_ contentView] superview] bounds]];
|
||||||
|
[window_ setContentView:content_view_];
|
||||||
|
|
||||||
|
[view setFrame:[content_view_ bounds]];
|
||||||
|
[content_view_ addSubview:view];
|
||||||
} else {
|
} else {
|
||||||
NSView* frameView = [[window_ contentView] superview];
|
NSView* frameView = [[window_ contentView] superview];
|
||||||
[view setFrame:[frameView bounds]];
|
[view setFrame:[frameView bounds]];
|
||||||
[frameView addSubview:view];
|
[frameView addSubview:view];
|
||||||
|
}
|
||||||
|
|
||||||
ClipWebView();
|
ClipWebView();
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "base/win/scoped_comptr.h"
|
#include "base/win/scoped_comptr.h"
|
||||||
#include "base/win/windows_version.h"
|
#include "base/win/windows_version.h"
|
||||||
#include "ui/base/win/shell.h"
|
#include "ui/base/win/shell.h"
|
||||||
|
#include "ui/gfx/win/dpi.h"
|
||||||
#include "ui/views/win/hwnd_util.h"
|
#include "ui/views/win/hwnd_util.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -837,8 +838,15 @@ void NativeWindowViews::RegisterAccelerators(ui::MenuModel* menu_model) {
|
||||||
|
|
||||||
gfx::Rect NativeWindowViews::ContentBoundsToWindowBounds(
|
gfx::Rect NativeWindowViews::ContentBoundsToWindowBounds(
|
||||||
const gfx::Rect& bounds) {
|
const gfx::Rect& bounds) {
|
||||||
|
#if defined(OS_WIN)
|
||||||
|
gfx::Rect dpi_bounds = gfx::win::DIPToScreenRect(bounds);
|
||||||
|
gfx::Rect window_bounds = gfx::win::ScreenToDIPRect(
|
||||||
|
window_->non_client_view()->GetWindowBoundsForClientBounds(dpi_bounds));
|
||||||
|
#else
|
||||||
gfx::Rect window_bounds =
|
gfx::Rect window_bounds =
|
||||||
window_->non_client_view()->GetWindowBoundsForClientBounds(bounds);
|
window_->non_client_view()->GetWindowBoundsForClientBounds(bounds);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (menu_bar_ && menu_bar_visible_)
|
if (menu_bar_ && menu_bar_visible_)
|
||||||
window_bounds.set_height(window_bounds.height() + kMenuBarHeight);
|
window_bounds.set_height(window_bounds.height() + kMenuBarHeight);
|
||||||
return window_bounds;
|
return window_bounds;
|
||||||
|
|
|
@ -22,7 +22,7 @@ AdapterRequestJob::AdapterRequestJob(ProtocolHandler* protocol_handler,
|
||||||
}
|
}
|
||||||
|
|
||||||
void AdapterRequestJob::Start() {
|
void AdapterRequestJob::Start() {
|
||||||
DCHECK(!real_job_);
|
DCHECK(!real_job_.get());
|
||||||
content::BrowserThread::PostTask(
|
content::BrowserThread::PostTask(
|
||||||
content::BrowserThread::UI,
|
content::BrowserThread::UI,
|
||||||
FROM_HERE,
|
FROM_HERE,
|
||||||
|
@ -31,35 +31,35 @@ void AdapterRequestJob::Start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AdapterRequestJob::Kill() {
|
void AdapterRequestJob::Kill() {
|
||||||
if (real_job_) // Kill could happen when real_job_ is created.
|
if (real_job_.get()) // Kill could happen when real_job_ is created.
|
||||||
real_job_->Kill();
|
real_job_->Kill();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AdapterRequestJob::ReadRawData(net::IOBuffer* buf,
|
bool AdapterRequestJob::ReadRawData(net::IOBuffer* buf,
|
||||||
int buf_size,
|
int buf_size,
|
||||||
int *bytes_read) {
|
int *bytes_read) {
|
||||||
DCHECK(real_job_);
|
DCHECK(!real_job_.get());
|
||||||
return real_job_->ReadRawData(buf, buf_size, bytes_read);
|
return real_job_->ReadRawData(buf, buf_size, bytes_read);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AdapterRequestJob::IsRedirectResponse(GURL* location,
|
bool AdapterRequestJob::IsRedirectResponse(GURL* location,
|
||||||
int* http_status_code) {
|
int* http_status_code) {
|
||||||
DCHECK(real_job_);
|
DCHECK(!real_job_.get());
|
||||||
return real_job_->IsRedirectResponse(location, http_status_code);
|
return real_job_->IsRedirectResponse(location, http_status_code);
|
||||||
}
|
}
|
||||||
|
|
||||||
net::Filter* AdapterRequestJob::SetupFilter() const {
|
net::Filter* AdapterRequestJob::SetupFilter() const {
|
||||||
DCHECK(real_job_);
|
DCHECK(!real_job_.get());
|
||||||
return real_job_->SetupFilter();
|
return real_job_->SetupFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AdapterRequestJob::GetMimeType(std::string* mime_type) const {
|
bool AdapterRequestJob::GetMimeType(std::string* mime_type) const {
|
||||||
DCHECK(real_job_);
|
DCHECK(!real_job_.get());
|
||||||
return real_job_->GetMimeType(mime_type);
|
return real_job_->GetMimeType(mime_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AdapterRequestJob::GetCharset(std::string* charset) {
|
bool AdapterRequestJob::GetCharset(std::string* charset) {
|
||||||
DCHECK(real_job_);
|
DCHECK(!real_job_.get());
|
||||||
return real_job_->GetCharset(charset);
|
return real_job_->GetCharset(charset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ TrayIcon::TrayIcon() {
|
||||||
TrayIcon::~TrayIcon() {
|
TrayIcon::~TrayIcon() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TrayIcon::SetPressedImage(const gfx::ImageSkia& image) {
|
||||||
|
}
|
||||||
|
|
||||||
void TrayIcon::SetTitle(const std::string& title) {
|
void TrayIcon::SetTitle(const std::string& title) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ class TrayIcon {
|
||||||
virtual void SetImage(const gfx::ImageSkia& image) = 0;
|
virtual void SetImage(const gfx::ImageSkia& image) = 0;
|
||||||
|
|
||||||
// Sets the image associated with this status icon when pressed.
|
// Sets the image associated with this status icon when pressed.
|
||||||
virtual void SetPressedImage(const gfx::ImageSkia& image) = 0;
|
virtual void SetPressedImage(const gfx::ImageSkia& image);
|
||||||
|
|
||||||
// Sets the hover text for this status icon. This is also used as the label
|
// Sets the hover text for this status icon. This is also used as the label
|
||||||
// for the menu item which is created as a replacement for the status icon
|
// for the menu item which is created as a replacement for the status icon
|
||||||
|
|
|
@ -32,10 +32,6 @@ void TrayIconGtk::SetImage(const gfx::ImageSkia& image) {
|
||||||
icon_->set_delegate(this);
|
icon_->set_delegate(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TrayIconGtk::SetPressedImage(const gfx::ImageSkia& image) {
|
|
||||||
icon_->SetPressedImage(image);
|
|
||||||
}
|
|
||||||
|
|
||||||
void TrayIconGtk::SetToolTip(const std::string& tool_tip) {
|
void TrayIconGtk::SetToolTip(const std::string& tool_tip) {
|
||||||
icon_->SetToolTip(base::UTF8ToUTF16(tool_tip));
|
icon_->SetToolTip(base::UTF8ToUTF16(tool_tip));
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,6 @@ class TrayIconGtk : public TrayIcon,
|
||||||
|
|
||||||
// TrayIcon:
|
// TrayIcon:
|
||||||
virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
|
virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
|
||||||
virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE;
|
|
||||||
virtual void SetToolTip(const std::string& tool_tip) OVERRIDE;
|
virtual void SetToolTip(const std::string& tool_tip) OVERRIDE;
|
||||||
virtual void SetContextMenu(ui::SimpleMenuModel* menu_model) OVERRIDE;
|
virtual void SetContextMenu(ui::SimpleMenuModel* menu_model) OVERRIDE;
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,9 @@ void FramelessView::UpdateWindowIcon() {
|
||||||
void FramelessView::UpdateWindowTitle() {
|
void FramelessView::UpdateWindowTitle() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void FramelessView::SizeConstraintsChanged() {
|
||||||
|
}
|
||||||
|
|
||||||
gfx::Size FramelessView::GetPreferredSize() const {
|
gfx::Size FramelessView::GetPreferredSize() const {
|
||||||
return frame_->non_client_view()->GetWindowBoundsForClientBounds(
|
return frame_->non_client_view()->GetWindowBoundsForClientBounds(
|
||||||
gfx::Rect(frame_->client_view()->GetPreferredSize())).size();
|
gfx::Rect(frame_->client_view()->GetPreferredSize())).size();
|
||||||
|
|
|
@ -36,6 +36,7 @@ class FramelessView : public views::NonClientFrameView {
|
||||||
void ResetWindowControls() override;
|
void ResetWindowControls() override;
|
||||||
void UpdateWindowIcon() override;
|
void UpdateWindowIcon() override;
|
||||||
void UpdateWindowTitle() override;
|
void UpdateWindowTitle() override;
|
||||||
|
void SizeConstraintsChanged() override;
|
||||||
|
|
||||||
// Overridden from View:
|
// Overridden from View:
|
||||||
gfx::Size GetPreferredSize() const override;
|
gfx::Size GetPreferredSize() const override;
|
||||||
|
|
|
@ -27,9 +27,9 @@ WinFrameView::~WinFrameView() {
|
||||||
|
|
||||||
gfx::Rect WinFrameView::GetWindowBoundsForClientBounds(
|
gfx::Rect WinFrameView::GetWindowBoundsForClientBounds(
|
||||||
const gfx::Rect& client_bounds) const {
|
const gfx::Rect& client_bounds) const {
|
||||||
gfx::Size size(client_bounds.size());
|
return views::GetWindowBoundsForClientBounds(
|
||||||
ClientAreaSizeToWindowSize(&size);
|
static_cast<views::View*>(const_cast<WinFrameView*>(this)),
|
||||||
return gfx::Rect(client_bounds.origin(), size);
|
client_bounds);
|
||||||
}
|
}
|
||||||
|
|
||||||
int WinFrameView::NonClientHitTest(const gfx::Point& point) {
|
int WinFrameView::NonClientHitTest(const gfx::Point& point) {
|
||||||
|
@ -53,12 +53,4 @@ const char* WinFrameView::GetClassName() const {
|
||||||
return kViewClassName;
|
return kViewClassName;
|
||||||
}
|
}
|
||||||
|
|
||||||
void WinFrameView::ClientAreaSizeToWindowSize(gfx::Size* size) const {
|
|
||||||
// AdjustWindowRect seems to return a wrong window size.
|
|
||||||
gfx::Size window = frame_->GetWindowBoundsInScreen().size();
|
|
||||||
gfx::Size client = frame_->GetClientAreaBoundsInScreen().size();
|
|
||||||
size->set_width(size->width() + window.width() - client.width());
|
|
||||||
size->set_height(size->height() + window.height() - client.height());
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
|
@ -25,8 +25,6 @@ class WinFrameView : public FramelessView {
|
||||||
const char* GetClassName() const override;
|
const char* GetClassName() const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ClientAreaSizeToWindowSize(gfx::Size* size) const;
|
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(WinFrameView);
|
DISALLOW_COPY_AND_ASSIGN(WinFrameView);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,19 @@ struct Converter<content::WebContents*> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template<>
|
||||||
|
struct Converter<atom::WebViewManager::WebViewOptions> {
|
||||||
|
static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
|
||||||
|
atom::WebViewManager::WebViewOptions* out) {
|
||||||
|
Dictionary options;
|
||||||
|
if (!ConvertFromV8(isolate, val, &options))
|
||||||
|
return false;
|
||||||
|
return options.Get("nodeIntegration", &(out->node_integration)) &&
|
||||||
|
options.Get("plugins", &(out->plugins)) &&
|
||||||
|
options.Get("preloadUrl", &(out->preload_url));
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace mate
|
} // namespace mate
|
||||||
|
|
||||||
namespace atom {
|
namespace atom {
|
||||||
|
@ -43,17 +56,16 @@ WebViewManager::~WebViewManager() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebViewManager::AddGuest(int guest_instance_id,
|
void WebViewManager::AddGuest(int guest_instance_id,
|
||||||
|
int element_instance_id,
|
||||||
content::WebContents* embedder,
|
content::WebContents* embedder,
|
||||||
content::WebContents* web_contents,
|
content::WebContents* web_contents,
|
||||||
bool node_integration,
|
const WebViewOptions& options) {
|
||||||
bool plugins,
|
|
||||||
const GURL& preload_url) {
|
|
||||||
web_contents_map_[guest_instance_id] = { web_contents, embedder };
|
web_contents_map_[guest_instance_id] = { web_contents, embedder };
|
||||||
|
|
||||||
WebViewRendererState::WebViewInfo web_view_info = {
|
WebViewRendererState::WebViewInfo web_view_info = {
|
||||||
guest_instance_id, node_integration, plugins
|
guest_instance_id, options.node_integration, options.plugins
|
||||||
};
|
};
|
||||||
net::FileURLToFilePath(preload_url, &web_view_info.preload_script);
|
net::FileURLToFilePath(options.preload_url, &web_view_info.preload_script);
|
||||||
content::BrowserThread::PostTask(
|
content::BrowserThread::PostTask(
|
||||||
content::BrowserThread::IO,
|
content::BrowserThread::IO,
|
||||||
FROM_HERE,
|
FROM_HERE,
|
||||||
|
@ -61,6 +73,10 @@ void WebViewManager::AddGuest(int guest_instance_id,
|
||||||
base::Unretained(WebViewRendererState::GetInstance()),
|
base::Unretained(WebViewRendererState::GetInstance()),
|
||||||
web_contents->GetRenderProcessHost()->GetID(),
|
web_contents->GetRenderProcessHost()->GetID(),
|
||||||
web_view_info));
|
web_view_info));
|
||||||
|
|
||||||
|
// Map the element in embedder to guest.
|
||||||
|
ElementInstanceKey key(embedder, element_instance_id);
|
||||||
|
element_instance_id_to_guest_map_[key] = guest_instance_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebViewManager::RemoveGuest(int guest_instance_id) {
|
void WebViewManager::RemoveGuest(int guest_instance_id) {
|
||||||
|
@ -71,18 +87,28 @@ void WebViewManager::RemoveGuest(int guest_instance_id) {
|
||||||
&WebViewRendererState::RemoveGuest,
|
&WebViewRendererState::RemoveGuest,
|
||||||
base::Unretained(WebViewRendererState::GetInstance()),
|
base::Unretained(WebViewRendererState::GetInstance()),
|
||||||
web_contents->GetRenderProcessHost()->GetID()));
|
web_contents->GetRenderProcessHost()->GetID()));
|
||||||
|
|
||||||
web_contents_map_.erase(guest_instance_id);
|
web_contents_map_.erase(guest_instance_id);
|
||||||
|
|
||||||
|
// Remove the record of element in embedder too.
|
||||||
|
for (const auto& element : element_instance_id_to_guest_map_)
|
||||||
|
if (element.second == guest_instance_id) {
|
||||||
|
element_instance_id_to_guest_map_.erase(element.first);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebViewManager::MaybeGetGuestByInstanceIDOrKill(
|
content::WebContents* WebViewManager::GetGuestByInstanceID(
|
||||||
int guest_instance_id,
|
content::WebContents* embedder,
|
||||||
int embedder_render_process_id,
|
int element_instance_id) {
|
||||||
const GuestByInstanceIDCallback& callback) {
|
ElementInstanceKey key(embedder, element_instance_id);
|
||||||
|
if (!ContainsKey(element_instance_id_to_guest_map_, key))
|
||||||
|
return nullptr;
|
||||||
|
|
||||||
|
int guest_instance_id = element_instance_id_to_guest_map_[key];
|
||||||
if (ContainsKey(web_contents_map_, guest_instance_id))
|
if (ContainsKey(web_contents_map_, guest_instance_id))
|
||||||
callback.Run(web_contents_map_[guest_instance_id].web_contents);
|
return web_contents_map_[guest_instance_id].web_contents;
|
||||||
else
|
else
|
||||||
callback.Run(nullptr);
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WebViewManager::ForEachGuest(content::WebContents* embedder_web_contents,
|
bool WebViewManager::ForEachGuest(content::WebContents* embedder_web_contents,
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include "content/public/browser/browser_plugin_guest_manager.h"
|
#include "content/public/browser/browser_plugin_guest_manager.h"
|
||||||
|
#include "url/gurl.h"
|
||||||
|
|
||||||
namespace content {
|
namespace content {
|
||||||
class BrowserContext;
|
class BrowserContext;
|
||||||
|
@ -20,21 +21,25 @@ class WebViewManager : public content::BrowserPluginGuestManager {
|
||||||
explicit WebViewManager(content::BrowserContext* context);
|
explicit WebViewManager(content::BrowserContext* context);
|
||||||
virtual ~WebViewManager();
|
virtual ~WebViewManager();
|
||||||
|
|
||||||
|
struct WebViewOptions {
|
||||||
|
bool node_integration;
|
||||||
|
bool plugins;
|
||||||
|
GURL preload_url;
|
||||||
|
};
|
||||||
|
|
||||||
void AddGuest(int guest_instance_id,
|
void AddGuest(int guest_instance_id,
|
||||||
|
int element_instance_id,
|
||||||
content::WebContents* embedder,
|
content::WebContents* embedder,
|
||||||
content::WebContents* web_contents,
|
content::WebContents* web_contents,
|
||||||
bool node_integration,
|
const WebViewOptions& options);
|
||||||
bool plugins,
|
|
||||||
const GURL& preload_url);
|
|
||||||
void RemoveGuest(int guest_instance_id);
|
void RemoveGuest(int guest_instance_id);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// content::BrowserPluginGuestManager:
|
// content::BrowserPluginGuestManager:
|
||||||
virtual void MaybeGetGuestByInstanceIDOrKill(
|
content::WebContents* GetGuestByInstanceID(
|
||||||
int guest_instance_id,
|
content::WebContents* embedder_web_contents,
|
||||||
int embedder_render_process_id,
|
int element_instance_id) override;
|
||||||
const GuestByInstanceIDCallback& callback) override;
|
bool ForEachGuest(content::WebContents* embedder,
|
||||||
virtual bool ForEachGuest(content::WebContents* embedder_web_contents,
|
|
||||||
const GuestCallback& callback) override;
|
const GuestCallback& callback) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -44,6 +49,32 @@ class WebViewManager : public content::BrowserPluginGuestManager {
|
||||||
};
|
};
|
||||||
std::map<int, WebContentsWithEmbedder> web_contents_map_;
|
std::map<int, WebContentsWithEmbedder> web_contents_map_;
|
||||||
|
|
||||||
|
struct ElementInstanceKey {
|
||||||
|
content::WebContents* owner_web_contents;
|
||||||
|
int element_instance_id;
|
||||||
|
|
||||||
|
ElementInstanceKey()
|
||||||
|
: owner_web_contents(nullptr),
|
||||||
|
element_instance_id(0) {}
|
||||||
|
|
||||||
|
ElementInstanceKey(content::WebContents* owner_web_contents,
|
||||||
|
int element_instance_id)
|
||||||
|
: owner_web_contents(owner_web_contents),
|
||||||
|
element_instance_id(element_instance_id) {}
|
||||||
|
|
||||||
|
bool operator<(const ElementInstanceKey& other) const {
|
||||||
|
if (owner_web_contents != other.owner_web_contents)
|
||||||
|
return owner_web_contents < other.owner_web_contents;
|
||||||
|
return element_instance_id < other.element_instance_id;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool operator==(const ElementInstanceKey& other) const {
|
||||||
|
return (owner_web_contents == other.owner_web_contents) &&
|
||||||
|
(element_instance_id == other.element_instance_id);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
std::map<ElementInstanceKey, int> element_instance_id_to_guest_map_;
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(WebViewManager);
|
DISALLOW_COPY_AND_ASSIGN(WebViewManager);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,7 @@ base::string16 ReadText(ui::ClipboardType type) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void WriteText(const base::string16& text, ui::ClipboardType type) {
|
void WriteText(const base::string16& text, ui::ClipboardType type) {
|
||||||
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
ui::ScopedClipboardWriter writer(type);
|
||||||
ui::ScopedClipboardWriter writer(clipboard, type);
|
|
||||||
writer.WriteText(text);
|
writer.WriteText(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
||||||
#define ATOM_COMMON_CHROME_VERSION_H_
|
#define ATOM_COMMON_CHROME_VERSION_H_
|
||||||
|
|
||||||
#define CHROME_VERSION_STRING "38.0.2125.101"
|
#define CHROME_VERSION_STRING "39.0.2171.65"
|
||||||
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
||||||
|
|
||||||
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
#include "atom/common/crash_reporter/crash_reporter_mac.h"
|
#include "atom/common/crash_reporter/crash_reporter_mac.h"
|
||||||
|
|
||||||
|
#include "base/mac/mac_util.h"
|
||||||
#include "base/memory/singleton.h"
|
#include "base/memory/singleton.h"
|
||||||
#include "base/strings/sys_string_conversions.h"
|
#include "base/strings/sys_string_conversions.h"
|
||||||
#import "vendor/breakpad/src/client/apple/Framework/BreakpadDefines.h"
|
#import "vendor/breakpad/src/client/apple/Framework/BreakpadDefines.h"
|
||||||
|
@ -54,7 +55,19 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name,
|
||||||
[parameters setValue:base::SysUTF8ToNSString(dump_dir)
|
[parameters setValue:base::SysUTF8ToNSString(dump_dir)
|
||||||
forKey:@BREAKPAD_DUMP_DIRECTORY];
|
forKey:@BREAKPAD_DUMP_DIRECTORY];
|
||||||
|
|
||||||
|
// Temporarily run Breakpad in-process on 10.10 and later because APIs that
|
||||||
|
// it depends on got broken (http://crbug.com/386208).
|
||||||
|
// This can catch crashes in the browser process only.
|
||||||
|
if (base::mac::IsOSYosemiteOrLater()) {
|
||||||
|
[parameters setObject:[NSNumber numberWithBool:YES]
|
||||||
|
forKey:@BREAKPAD_IN_PROCESS];
|
||||||
|
}
|
||||||
|
|
||||||
breakpad_ = BreakpadCreate(parameters);
|
breakpad_ = BreakpadCreate(parameters);
|
||||||
|
if (!breakpad_) {
|
||||||
|
LOG(ERROR) << "Failed to initialize breakpad";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
for (StringMap::const_iterator iter = upload_parameters_.begin();
|
for (StringMap::const_iterator iter = upload_parameters_.begin();
|
||||||
iter != upload_parameters_.end(); ++iter) {
|
iter != upload_parameters_.end(); ++iter) {
|
||||||
|
|
|
@ -89,6 +89,19 @@ namespace {
|
||||||
void UvNoOp(uv_async_t* handle) {
|
void UvNoOp(uv_async_t* handle) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Moved from node.cc.
|
||||||
|
void HandleCloseCb(uv_handle_t* handle) {
|
||||||
|
node::Environment* env = reinterpret_cast<node::Environment*>(handle->data);
|
||||||
|
env->FinishHandleCleanup(handle);
|
||||||
|
}
|
||||||
|
|
||||||
|
void HandleCleanup(node::Environment* env,
|
||||||
|
uv_handle_t* handle,
|
||||||
|
void* arg) {
|
||||||
|
handle->data = env;
|
||||||
|
uv_close(handle, HandleCloseCb);
|
||||||
|
}
|
||||||
|
|
||||||
// Convert the given vector to an array of C-strings. The strings in the
|
// Convert the given vector to an array of C-strings. The strings in the
|
||||||
// returned vector are only guaranteed valid so long as the vector of strings
|
// returned vector are only guaranteed valid so long as the vector of strings
|
||||||
// is not modified.
|
// is not modified.
|
||||||
|
@ -181,6 +194,7 @@ node::Environment* NodeBindings::CreateEnvironment(
|
||||||
|
|
||||||
// Construct the parameters that passed to node::CreateEnvironment:
|
// Construct the parameters that passed to node::CreateEnvironment:
|
||||||
v8::Isolate* isolate = context->GetIsolate();
|
v8::Isolate* isolate = context->GetIsolate();
|
||||||
|
uv_loop_t* loop = uv_default_loop();
|
||||||
int argc = args.size();
|
int argc = args.size();
|
||||||
const char** argv = c_argv.get();
|
const char** argv = c_argv.get();
|
||||||
int exec_argc = 0;
|
int exec_argc = 0;
|
||||||
|
@ -191,13 +205,16 @@ node::Environment* NodeBindings::CreateEnvironment(
|
||||||
|
|
||||||
// Following code are stripped from node::CreateEnvironment in node.cc:
|
// Following code are stripped from node::CreateEnvironment in node.cc:
|
||||||
HandleScope handle_scope(isolate);
|
HandleScope handle_scope(isolate);
|
||||||
Context::Scope context_scope(context);
|
|
||||||
|
|
||||||
Environment* env = Environment::New(context);
|
Context::Scope context_scope(context);
|
||||||
|
Environment* env = Environment::New(context, loop);
|
||||||
|
|
||||||
|
isolate->SetAutorunMicrotasks(false);
|
||||||
|
|
||||||
uv_check_init(env->event_loop(), env->immediate_check_handle());
|
uv_check_init(env->event_loop(), env->immediate_check_handle());
|
||||||
uv_unref(
|
uv_unref(
|
||||||
reinterpret_cast<uv_handle_t*>(env->immediate_check_handle()));
|
reinterpret_cast<uv_handle_t*>(env->immediate_check_handle()));
|
||||||
|
|
||||||
uv_idle_init(env->event_loop(), env->immediate_idle_handle());
|
uv_idle_init(env->event_loop(), env->immediate_idle_handle());
|
||||||
|
|
||||||
uv_prepare_init(env->event_loop(), env->idle_prepare_handle());
|
uv_prepare_init(env->event_loop(), env->idle_prepare_handle());
|
||||||
|
@ -205,6 +222,24 @@ node::Environment* NodeBindings::CreateEnvironment(
|
||||||
uv_unref(reinterpret_cast<uv_handle_t*>(env->idle_prepare_handle()));
|
uv_unref(reinterpret_cast<uv_handle_t*>(env->idle_prepare_handle()));
|
||||||
uv_unref(reinterpret_cast<uv_handle_t*>(env->idle_check_handle()));
|
uv_unref(reinterpret_cast<uv_handle_t*>(env->idle_check_handle()));
|
||||||
|
|
||||||
|
// Register handle cleanups
|
||||||
|
env->RegisterHandleCleanup(
|
||||||
|
reinterpret_cast<uv_handle_t*>(env->immediate_check_handle()),
|
||||||
|
HandleCleanup,
|
||||||
|
nullptr);
|
||||||
|
env->RegisterHandleCleanup(
|
||||||
|
reinterpret_cast<uv_handle_t*>(env->immediate_idle_handle()),
|
||||||
|
HandleCleanup,
|
||||||
|
nullptr);
|
||||||
|
env->RegisterHandleCleanup(
|
||||||
|
reinterpret_cast<uv_handle_t*>(env->idle_prepare_handle()),
|
||||||
|
HandleCleanup,
|
||||||
|
nullptr);
|
||||||
|
env->RegisterHandleCleanup(
|
||||||
|
reinterpret_cast<uv_handle_t*>(env->idle_check_handle()),
|
||||||
|
HandleCleanup,
|
||||||
|
nullptr);
|
||||||
|
|
||||||
Local<FunctionTemplate> process_template = FunctionTemplate::New(isolate);
|
Local<FunctionTemplate> process_template = FunctionTemplate::New(isolate);
|
||||||
process_template->SetClassName(FIXED_ONE_BYTE_STRING(isolate, "process"));
|
process_template->SetClassName(FIXED_ONE_BYTE_STRING(isolate, "process"));
|
||||||
|
|
||||||
|
@ -212,7 +247,7 @@ node::Environment* NodeBindings::CreateEnvironment(
|
||||||
env->set_process_object(process_object);
|
env->set_process_object(process_object);
|
||||||
|
|
||||||
SetupProcessObject(env, argc, argv, exec_argc, exec_argv);
|
SetupProcessObject(env, argc, argv, exec_argc, exec_argv);
|
||||||
Load(env);
|
LoadEnvironment(env);
|
||||||
|
|
||||||
return env;
|
return env;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
#include "atom/renderer/api/atom_api_web_frame.h"
|
#include "atom/renderer/api/atom_api_web_frame.h"
|
||||||
|
|
||||||
#include "atom/common/native_mate_converters/string16_converter.h"
|
#include "atom/common/native_mate_converters/string16_converter.h"
|
||||||
|
#include "content/public/renderer/render_frame.h"
|
||||||
#include "native_mate/dictionary.h"
|
#include "native_mate/dictionary.h"
|
||||||
#include "native_mate/object_template_builder.h"
|
#include "native_mate/object_template_builder.h"
|
||||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||||
|
@ -51,6 +52,10 @@ v8::Handle<v8::Value> WebFrame::RegisterEmbedderCustomElement(
|
||||||
return web_frame_->document().registerEmbedderCustomElement(name, options, c);
|
return web_frame_->document().registerEmbedderCustomElement(name, options, c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void WebFrame::AttachGuest(int id) {
|
||||||
|
content::RenderFrame::FromWebFrame(web_frame_)->AttachGuest(id);
|
||||||
|
}
|
||||||
|
|
||||||
mate::ObjectTemplateBuilder WebFrame::GetObjectTemplateBuilder(
|
mate::ObjectTemplateBuilder WebFrame::GetObjectTemplateBuilder(
|
||||||
v8::Isolate* isolate) {
|
v8::Isolate* isolate) {
|
||||||
return mate::ObjectTemplateBuilder(isolate)
|
return mate::ObjectTemplateBuilder(isolate)
|
||||||
|
@ -60,7 +65,8 @@ mate::ObjectTemplateBuilder WebFrame::GetObjectTemplateBuilder(
|
||||||
.SetMethod("setZoomFactor", &WebFrame::SetZoomFactor)
|
.SetMethod("setZoomFactor", &WebFrame::SetZoomFactor)
|
||||||
.SetMethod("getZoomFactor", &WebFrame::GetZoomFactor)
|
.SetMethod("getZoomFactor", &WebFrame::GetZoomFactor)
|
||||||
.SetMethod("registerEmbedderCustomElement",
|
.SetMethod("registerEmbedderCustomElement",
|
||||||
&WebFrame::RegisterEmbedderCustomElement);
|
&WebFrame::RegisterEmbedderCustomElement)
|
||||||
|
.SetMethod("attachGuest", &WebFrame::AttachGuest);
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
|
|
@ -35,6 +35,7 @@ class WebFrame : public mate::Wrappable {
|
||||||
|
|
||||||
v8::Handle<v8::Value> RegisterEmbedderCustomElement(
|
v8::Handle<v8::Value> RegisterEmbedderCustomElement(
|
||||||
const base::string16& name, v8::Handle<v8::Object> options);
|
const base::string16& name, v8::Handle<v8::Object> options);
|
||||||
|
void AttachGuest(int element_instance_id);
|
||||||
|
|
||||||
// mate::Wrappable:
|
// mate::Wrappable:
|
||||||
virtual mate::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
virtual mate::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
||||||
|
|
|
@ -92,7 +92,7 @@ void AtomRendererClient::WebKitInitialized() {
|
||||||
v8::Isolate* isolate = blink::mainThreadIsolate();
|
v8::Isolate* isolate = blink::mainThreadIsolate();
|
||||||
v8::HandleScope handle_scope(isolate);
|
v8::HandleScope handle_scope(isolate);
|
||||||
v8::Local<v8::Context> context = v8::Context::New(isolate);
|
v8::Local<v8::Context> context = v8::Context::New(isolate);
|
||||||
global_env = node::Environment::New(context);
|
global_env = node::Environment::New(context, uv_default_loop());
|
||||||
}
|
}
|
||||||
|
|
||||||
void AtomRendererClient::RenderThreadStarted() {
|
void AtomRendererClient::RenderThreadStarted() {
|
||||||
|
@ -161,7 +161,7 @@ void AtomRendererClient::DidCreateScriptContext(blink::WebFrame* frame,
|
||||||
}
|
}
|
||||||
|
|
||||||
void AtomRendererClient::WillReleaseScriptContext(
|
void AtomRendererClient::WillReleaseScriptContext(
|
||||||
blink::WebFrame* frame,
|
blink::WebLocalFrame* frame,
|
||||||
v8::Handle<v8::Context> context,
|
v8::Handle<v8::Context> context,
|
||||||
int world_id) {
|
int world_id) {
|
||||||
node::Environment* env = node::Environment::GetCurrent(context);
|
node::Environment* env = node::Environment::GetCurrent(context);
|
||||||
|
|
|
@ -27,7 +27,7 @@ class AtomRendererClient : public content::ContentRendererClient,
|
||||||
virtual ~AtomRendererClient();
|
virtual ~AtomRendererClient();
|
||||||
|
|
||||||
// Forwarded by RenderFrameObserver.
|
// Forwarded by RenderFrameObserver.
|
||||||
void WillReleaseScriptContext(blink::WebFrame* frame,
|
void WillReleaseScriptContext(blink::WebLocalFrame* frame,
|
||||||
v8::Handle<v8::Context> context,
|
v8::Handle<v8::Context> context,
|
||||||
int world_id);
|
int world_id);
|
||||||
|
|
||||||
|
|
|
@ -36,17 +36,19 @@ for arg in process.argv
|
||||||
|
|
||||||
if location.protocol is 'chrome-devtools:'
|
if location.protocol is 'chrome-devtools:'
|
||||||
# Override some inspector APIs.
|
# Override some inspector APIs.
|
||||||
require path.join(__dirname, 'inspector')
|
require './inspector'
|
||||||
nodeIntegration = 'true'
|
nodeIntegration = 'true'
|
||||||
else if location.protocol is 'chrome-extension:'
|
else if location.protocol is 'chrome-extension:'
|
||||||
# Add implementations of chrome API.
|
# Add implementations of chrome API.
|
||||||
require path.join(__dirname, 'chrome-api')
|
require './chrome-api'
|
||||||
nodeIntegration = 'true'
|
nodeIntegration = 'true'
|
||||||
else
|
else
|
||||||
# Override default web functions.
|
# Override default web functions.
|
||||||
require path.join(__dirname, 'override')
|
require './override'
|
||||||
# Load webview tag implementation.
|
# Load webview tag implementation.
|
||||||
require path.join(__dirname, 'web-view') unless process.guestInstanceId?
|
unless process.guestInstanceId?
|
||||||
|
require './web-view/web-view'
|
||||||
|
require './web-view/web-view-attributes'
|
||||||
|
|
||||||
if nodeIntegration in ['true', 'all', 'except-iframe', 'manual-enable-iframe']
|
if nodeIntegration in ['true', 'all', 'except-iframe', 'manual-enable-iframe']
|
||||||
# Export node bindings to global.
|
# Export node bindings to global.
|
||||||
|
|
|
@ -1,590 +0,0 @@
|
||||||
v8Util = process.atomBinding 'v8_util'
|
|
||||||
guestViewInternal = require './guest-view-internal'
|
|
||||||
webFrame = require 'web-frame'
|
|
||||||
remote = require 'remote'
|
|
||||||
|
|
||||||
# ID generator.
|
|
||||||
nextId = 0
|
|
||||||
getNextId = -> ++nextId
|
|
||||||
|
|
||||||
# FIXME
|
|
||||||
# Discarded after Chrome 39
|
|
||||||
PLUGIN_METHOD_ATTACH = '-internal-attach'
|
|
||||||
|
|
||||||
# Attributes.
|
|
||||||
WEB_VIEW_ATTRIBUTE_ALLOWTRANSPARENCY = 'allowtransparency'
|
|
||||||
WEB_VIEW_ATTRIBUTE_AUTOSIZE = 'autosize'
|
|
||||||
WEB_VIEW_ATTRIBUTE_MAXHEIGHT = 'maxheight'
|
|
||||||
WEB_VIEW_ATTRIBUTE_MAXWIDTH = 'maxwidth'
|
|
||||||
WEB_VIEW_ATTRIBUTE_MINHEIGHT = 'minheight'
|
|
||||||
WEB_VIEW_ATTRIBUTE_MINWIDTH = 'minwidth'
|
|
||||||
WEB_VIEW_ATTRIBUTE_PARTITION = 'partition'
|
|
||||||
WEB_VIEW_ATTRIBUTE_NODEINTEGRATION = 'nodeintegration'
|
|
||||||
WEB_VIEW_ATTRIBUTE_PLUGINS = 'plugins'
|
|
||||||
WEB_VIEW_ATTRIBUTE_PRELOAD = 'preload'
|
|
||||||
AUTO_SIZE_ATTRIBUTES = [
|
|
||||||
WEB_VIEW_ATTRIBUTE_AUTOSIZE,
|
|
||||||
WEB_VIEW_ATTRIBUTE_MAXHEIGHT,
|
|
||||||
WEB_VIEW_ATTRIBUTE_MAXWIDTH,
|
|
||||||
WEB_VIEW_ATTRIBUTE_MINHEIGHT,
|
|
||||||
WEB_VIEW_ATTRIBUTE_MINWIDTH,
|
|
||||||
]
|
|
||||||
|
|
||||||
# Error messages.
|
|
||||||
ERROR_MSG_ALREADY_NAVIGATED =
|
|
||||||
'The object has already navigated, so its partition cannot be changed.'
|
|
||||||
ERROR_MSG_CANNOT_INJECT_SCRIPT = '<webview>: ' +
|
|
||||||
'Script cannot be injected into content until the page has loaded.'
|
|
||||||
ERROR_MSG_CONTENTWINDOW_NOT_AVAILABLE = '<webview>: ' +
|
|
||||||
'contentWindow is not available at this time. It will become available ' +
|
|
||||||
'when the page has finished loading.'
|
|
||||||
ERROR_MSG_INVALID_PARTITION_ATTRIBUTE = 'Invalid partition attribute.'
|
|
||||||
ERROR_MSG_INVALID_PRELOAD_ATTRIBUTE =
|
|
||||||
'Only "file:" or "asar:" protocol is supported in "preload" attribute.'
|
|
||||||
|
|
||||||
# Represents the state of the storage partition.
|
|
||||||
class Partition
|
|
||||||
constructor: ->
|
|
||||||
@validPartitionId = true
|
|
||||||
@persistStorage = false
|
|
||||||
@storagePartitionId = ''
|
|
||||||
|
|
||||||
toAttribute: ->
|
|
||||||
return '' unless @validPartitionId
|
|
||||||
(if @persistStorage then 'persist:' else '') + @storagePartitionId
|
|
||||||
|
|
||||||
fromAttribute: (value, hasNavigated) ->
|
|
||||||
result = {}
|
|
||||||
if hasNavigated
|
|
||||||
result.error = ERROR_MSG_ALREADY_NAVIGATED
|
|
||||||
return result
|
|
||||||
value ?= ''
|
|
||||||
|
|
||||||
LEN = 'persist:'.length
|
|
||||||
if value.substr(0, LEN) == 'persist:'
|
|
||||||
value = value.substr LEN
|
|
||||||
unless value
|
|
||||||
@validPartitionId = false
|
|
||||||
result.error = ERROR_MSG_INVALID_PARTITION_ATTRIBUTE
|
|
||||||
return result
|
|
||||||
@persistStorage = true
|
|
||||||
else
|
|
||||||
@persistStorage = false
|
|
||||||
|
|
||||||
@storagePartitionId = value
|
|
||||||
result
|
|
||||||
|
|
||||||
# Represents the internal state of the WebView node.
|
|
||||||
class WebView
|
|
||||||
constructor: (@webviewNode) ->
|
|
||||||
v8Util.setHiddenValue @webviewNode, 'internal', this
|
|
||||||
@attached = false
|
|
||||||
@pendingGuestCreation = false
|
|
||||||
@elementAttached = false
|
|
||||||
|
|
||||||
@beforeFirstNavigation = true
|
|
||||||
@contentWindow = null
|
|
||||||
@validPartitionId = true
|
|
||||||
# Used to save some state upon deferred attachment.
|
|
||||||
# If <object> bindings is not available, we defer attachment.
|
|
||||||
# This state contains whether or not the attachment request was for
|
|
||||||
# newwindow.
|
|
||||||
@deferredAttachState = null
|
|
||||||
|
|
||||||
# on* Event handlers.
|
|
||||||
@on = {}
|
|
||||||
|
|
||||||
@browserPluginNode = @createBrowserPluginNode()
|
|
||||||
shadowRoot = @webviewNode.createShadowRoot()
|
|
||||||
@partition = new Partition()
|
|
||||||
|
|
||||||
@setupWebViewSrcAttributeMutationObserver()
|
|
||||||
@setupFocusPropagation()
|
|
||||||
@setupWebviewNodeProperties()
|
|
||||||
|
|
||||||
@viewInstanceId = getNextId()
|
|
||||||
guestViewInternal.registerEvents this, @viewInstanceId
|
|
||||||
|
|
||||||
shadowRoot.appendChild @browserPluginNode
|
|
||||||
|
|
||||||
createBrowserPluginNode: ->
|
|
||||||
# We create BrowserPlugin as a custom element in order to observe changes
|
|
||||||
# to attributes synchronously.
|
|
||||||
browserPluginNode = new WebView.BrowserPlugin()
|
|
||||||
v8Util.setHiddenValue browserPluginNode, 'internal', this
|
|
||||||
browserPluginNode
|
|
||||||
|
|
||||||
getGuestInstanceId: ->
|
|
||||||
@guestInstanceId
|
|
||||||
|
|
||||||
# Resets some state upon reattaching <webview> element to the DOM.
|
|
||||||
reset: ->
|
|
||||||
# If guestInstanceId is defined then the <webview> has navigated and has
|
|
||||||
# already picked up a partition ID. Thus, we need to reset the initialization
|
|
||||||
# state. However, it may be the case that beforeFirstNavigation is false BUT
|
|
||||||
# guestInstanceId has yet to be initialized. This means that we have not
|
|
||||||
# heard back from createGuest yet. We will not reset the flag in this case so
|
|
||||||
# that we don't end up allocating a second guest.
|
|
||||||
if @guestInstanceId
|
|
||||||
guestViewInternal.destroyGuest @guestInstanceId
|
|
||||||
@guestInstanceId = undefined
|
|
||||||
@beforeFirstNavigation = true
|
|
||||||
@validPartitionId = true
|
|
||||||
@partition.validPartitionId = true
|
|
||||||
@contentWindow = null
|
|
||||||
@internalInstanceId = 0
|
|
||||||
|
|
||||||
# Sets the <webview>.request property.
|
|
||||||
setRequestPropertyOnWebViewNode: (request) ->
|
|
||||||
Object.defineProperty @webviewNode, 'request', value: request, enumerable: true
|
|
||||||
|
|
||||||
setupFocusPropagation: ->
|
|
||||||
unless @webviewNode.hasAttribute 'tabIndex'
|
|
||||||
# <webview> needs a tabIndex in order to be focusable.
|
|
||||||
# TODO(fsamuel): It would be nice to avoid exposing a tabIndex attribute
|
|
||||||
# to allow <webview> to be focusable.
|
|
||||||
# See http://crbug.com/231664.
|
|
||||||
@webviewNode.setAttribute 'tabIndex', -1
|
|
||||||
@webviewNode.addEventListener 'focus', (e) =>
|
|
||||||
# Focus the BrowserPlugin when the <webview> takes focus.
|
|
||||||
@browserPluginNode.focus()
|
|
||||||
@webviewNode.addEventListener 'blur', (e) =>
|
|
||||||
# Blur the BrowserPlugin when the <webview> loses focus.
|
|
||||||
@browserPluginNode.blur()
|
|
||||||
|
|
||||||
# Validation helper function for executeScript() and insertCSS().
|
|
||||||
validateExecuteCodeCall: ->
|
|
||||||
throw new Error(ERROR_MSG_CANNOT_INJECT_SCRIPT) unless @guestInstanceId
|
|
||||||
|
|
||||||
setupAutoSizeProperties: ->
|
|
||||||
for attributeName in AUTO_SIZE_ATTRIBUTES
|
|
||||||
this[attributeName] = @webviewNode.getAttribute attributeName
|
|
||||||
Object.defineProperty @webviewNode, attributeName,
|
|
||||||
get: => this[attributeName]
|
|
||||||
set: (value) => @webviewNode.setAttribute attributeName, value
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
setupWebviewNodeProperties: ->
|
|
||||||
@setupAutoSizeProperties()
|
|
||||||
|
|
||||||
Object.defineProperty @webviewNode, WEB_VIEW_ATTRIBUTE_ALLOWTRANSPARENCY,
|
|
||||||
get: => @allowtransparency
|
|
||||||
set: (value) =>
|
|
||||||
@webviewNode.setAttribute WEB_VIEW_ATTRIBUTE_ALLOWTRANSPARENCY, value
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
# We cannot use {writable: true} property descriptor because we want a
|
|
||||||
# dynamic getter value.
|
|
||||||
Object.defineProperty @webviewNode, 'contentWindow',
|
|
||||||
get: =>
|
|
||||||
return @contentWindow if @contentWindow?
|
|
||||||
window.console.error ERROR_MSG_CONTENTWINDOW_NOT_AVAILABLE
|
|
||||||
# No setter.
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
Object.defineProperty @webviewNode, 'partition',
|
|
||||||
get: => @partition.toAttribute()
|
|
||||||
set: (value) =>
|
|
||||||
result = @partition.fromAttribute value, @hasNavigated()
|
|
||||||
throw result.error if result.error?
|
|
||||||
@webviewNode.setAttribute 'partition', value
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
@src = @webviewNode.getAttribute 'src'
|
|
||||||
Object.defineProperty @webviewNode, 'src',
|
|
||||||
get: => @src
|
|
||||||
set: (value) => @webviewNode.setAttribute 'src', value
|
|
||||||
# No setter.
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
@httpreferrer = @webviewNode.getAttribute 'httpreferrer'
|
|
||||||
Object.defineProperty @webviewNode, 'httpreferrer',
|
|
||||||
get: => @httpreferrer
|
|
||||||
set: (value) => @webviewNode.setAttribute 'httpreferrer', value
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
# The purpose of this mutation observer is to catch assignment to the src
|
|
||||||
# attribute without any changes to its value. This is useful in the case
|
|
||||||
# where the webview guest has crashed and navigating to the same address
|
|
||||||
# spawns off a new process.
|
|
||||||
setupWebViewSrcAttributeMutationObserver: ->
|
|
||||||
@srcAndPartitionObserver = new MutationObserver (mutations) =>
|
|
||||||
for mutation in mutations
|
|
||||||
oldValue = mutation.oldValue
|
|
||||||
newValue = @webviewNode.getAttribute mutation.attributeName
|
|
||||||
return if oldValue isnt newValue
|
|
||||||
@handleWebviewAttributeMutation mutation.attributeName, oldValue, newValue
|
|
||||||
params =
|
|
||||||
attributes: true,
|
|
||||||
attributeOldValue: true,
|
|
||||||
attributeFilter: ['src', 'partition', 'httpreferrer']
|
|
||||||
@srcAndPartitionObserver.observe @webviewNode, params
|
|
||||||
|
|
||||||
# This observer monitors mutations to attributes of the <webview> and
|
|
||||||
# updates the BrowserPlugin properties accordingly. In turn, updating
|
|
||||||
# a BrowserPlugin property will update the corresponding BrowserPlugin
|
|
||||||
# attribute, if necessary. See BrowserPlugin::UpdateDOMAttribute for more
|
|
||||||
# details.
|
|
||||||
handleWebviewAttributeMutation: (name, oldValue, newValue) ->
|
|
||||||
if name in AUTO_SIZE_ATTRIBUTES
|
|
||||||
this[name] = newValue
|
|
||||||
return unless @guestInstanceId
|
|
||||||
# Convert autosize attribute to boolean.
|
|
||||||
autosize = @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_AUTOSIZE
|
|
||||||
guestViewInternal.setAutoSize @guestInstanceId,
|
|
||||||
enableAutoSize: autosize,
|
|
||||||
min:
|
|
||||||
width: parseInt @minwidth || 0
|
|
||||||
height: parseInt @minheight || 0
|
|
||||||
max:
|
|
||||||
width: parseInt @maxwidth || 0
|
|
||||||
height: parseInt @maxheight || 0
|
|
||||||
else if name is WEB_VIEW_ATTRIBUTE_ALLOWTRANSPARENCY
|
|
||||||
# We treat null attribute (attribute removed) and the empty string as
|
|
||||||
# one case.
|
|
||||||
oldValue ?= ''
|
|
||||||
newValue ?= ''
|
|
||||||
|
|
||||||
return if oldValue is newValue
|
|
||||||
@allowtransparency = newValue != ''
|
|
||||||
|
|
||||||
return unless @guestInstanceId
|
|
||||||
|
|
||||||
guestViewInternal.setAllowTransparency @guestInstanceId, @allowtransparency
|
|
||||||
else if name is 'httpreferrer'
|
|
||||||
oldValue ?= ''
|
|
||||||
newValue ?= ''
|
|
||||||
|
|
||||||
if newValue == '' and oldValue != ''
|
|
||||||
@webviewNode.setAttribute 'httpreferrer', oldValue
|
|
||||||
|
|
||||||
@httpreferrer = newValue
|
|
||||||
|
|
||||||
result = {}
|
|
||||||
# If the httpreferrer changes treat it as though the src changes and reload
|
|
||||||
# the page with the new httpreferrer.
|
|
||||||
@parseSrcAttribute result
|
|
||||||
|
|
||||||
throw result.error if result.error?
|
|
||||||
else if name is 'src'
|
|
||||||
# We treat null attribute (attribute removed) and the empty string as
|
|
||||||
# one case.
|
|
||||||
oldValue ?= ''
|
|
||||||
newValue ?= ''
|
|
||||||
# Once we have navigated, we don't allow clearing the src attribute.
|
|
||||||
# Once <webview> enters a navigated state, it cannot be return back to a
|
|
||||||
# placeholder state.
|
|
||||||
if newValue == '' and oldValue != ''
|
|
||||||
# src attribute changes normally initiate a navigation. We suppress
|
|
||||||
# the next src attribute handler call to avoid reloading the page
|
|
||||||
# on every guest-initiated navigation.
|
|
||||||
@ignoreNextSrcAttributeChange = true
|
|
||||||
@webviewNode.setAttribute 'src', oldValue
|
|
||||||
@src = newValue
|
|
||||||
if @ignoreNextSrcAttributeChange
|
|
||||||
# Don't allow the src mutation observer to see this change.
|
|
||||||
@srcAndPartitionObserver.takeRecords()
|
|
||||||
@ignoreNextSrcAttributeChange = false
|
|
||||||
return
|
|
||||||
result = {}
|
|
||||||
@parseSrcAttribute result
|
|
||||||
|
|
||||||
throw result.error if result.error?
|
|
||||||
else if name is 'partition'
|
|
||||||
# Note that throwing error here won't synchronously propagate.
|
|
||||||
@partition.fromAttribute newValue, @hasNavigated()
|
|
||||||
|
|
||||||
handleBrowserPluginAttributeMutation: (name, oldValue, newValue) ->
|
|
||||||
# FIXME
|
|
||||||
# internalbindings => internalInstanceid after Chrome 39
|
|
||||||
if name is 'internalbindings' and !oldValue and !!newValue
|
|
||||||
@browserPluginNode.removeAttribute 'internalbindings'
|
|
||||||
# FIXME
|
|
||||||
# @internalInstanceId = parseInt newValue
|
|
||||||
|
|
||||||
if !!@guestInstanceId and @guestInstanceId != 0
|
|
||||||
isNewWindow = if @deferredAttachState then @deferredAttachState.isNewWindow else false
|
|
||||||
params = @buildAttachParams isNewWindow
|
|
||||||
# FIXME
|
|
||||||
# guestViewInternalNatives.AttachGuest
|
|
||||||
# @internalInstanceId,
|
|
||||||
# @guestInstanceId,
|
|
||||||
# params,
|
|
||||||
# (w) => @contentWindow = w
|
|
||||||
@browserPluginNode[PLUGIN_METHOD_ATTACH] @guestInstanceId, params
|
|
||||||
|
|
||||||
onSizeChanged: (webViewEvent) ->
|
|
||||||
newWidth = webViewEvent.newWidth
|
|
||||||
newHeight = webViewEvent.newHeight
|
|
||||||
|
|
||||||
node = @webviewNode
|
|
||||||
|
|
||||||
width = node.offsetWidth
|
|
||||||
height = node.offsetHeight
|
|
||||||
|
|
||||||
# Check the current bounds to make sure we do not resize <webview>
|
|
||||||
# outside of current constraints.
|
|
||||||
if node.hasAttribute(WEB_VIEW_ATTRIBUTE_MAXWIDTH) and
|
|
||||||
node[WEB_VIEW_ATTRIBUTE_MAXWIDTH]
|
|
||||||
maxWidth = node[WEB_VIEW_ATTRIBUTE_MAXWIDTH]
|
|
||||||
else
|
|
||||||
maxWidth = width
|
|
||||||
|
|
||||||
if node.hasAttribute(WEB_VIEW_ATTRIBUTE_MINWIDTH) and
|
|
||||||
node[WEB_VIEW_ATTRIBUTE_MINWIDTH]
|
|
||||||
minWidth = node[WEB_VIEW_ATTRIBUTE_MINWIDTH]
|
|
||||||
else
|
|
||||||
minWidth = width
|
|
||||||
minWidth = maxWidth if minWidth > maxWidth
|
|
||||||
|
|
||||||
if node.hasAttribute(WEB_VIEW_ATTRIBUTE_MAXHEIGHT) and
|
|
||||||
node[WEB_VIEW_ATTRIBUTE_MAXHEIGHT]
|
|
||||||
maxHeight = node[WEB_VIEW_ATTRIBUTE_MAXHEIGHT]
|
|
||||||
else
|
|
||||||
maxHeight = height
|
|
||||||
|
|
||||||
if node.hasAttribute(WEB_VIEW_ATTRIBUTE_MINHEIGHT) and
|
|
||||||
node[WEB_VIEW_ATTRIBUTE_MINHEIGHT]
|
|
||||||
minHeight = node[WEB_VIEW_ATTRIBUTE_MINHEIGHT]
|
|
||||||
else
|
|
||||||
minHeight = height
|
|
||||||
minHeight = maxHeight if minHeight > maxHeight
|
|
||||||
|
|
||||||
if not @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_AUTOSIZE or
|
|
||||||
(newWidth >= minWidth and
|
|
||||||
newWidth <= maxWidth and
|
|
||||||
newHeight >= minHeight and
|
|
||||||
newHeight <= maxHeight)
|
|
||||||
node.style.width = newWidth + 'px'
|
|
||||||
node.style.height = newHeight + 'px'
|
|
||||||
# Only fire the DOM event if the size of the <webview> has actually
|
|
||||||
# changed.
|
|
||||||
@dispatchEvent webViewEvent
|
|
||||||
|
|
||||||
# Returns if <object> is in the render tree.
|
|
||||||
isPluginInRenderTree: ->
|
|
||||||
# FIXME
|
|
||||||
# !!@internalInstanceId && @internalInstanceId != 0
|
|
||||||
'function' == typeof this.browserPluginNode[PLUGIN_METHOD_ATTACH]
|
|
||||||
|
|
||||||
hasNavigated: ->
|
|
||||||
not @beforeFirstNavigation
|
|
||||||
|
|
||||||
parseSrcAttribute: (result) ->
|
|
||||||
unless @partition.validPartitionId
|
|
||||||
result.error = ERROR_MSG_INVALID_PARTITION_ATTRIBUTE
|
|
||||||
return
|
|
||||||
@src = @webviewNode.getAttribute 'src'
|
|
||||||
|
|
||||||
return unless @src
|
|
||||||
|
|
||||||
unless @guestInstanceId?
|
|
||||||
if @beforeFirstNavigation
|
|
||||||
@beforeFirstNavigation = false
|
|
||||||
@createGuest()
|
|
||||||
return
|
|
||||||
|
|
||||||
# Navigate to |this.src|.
|
|
||||||
urlOptions = if @httpreferrer then {@httpreferrer} else {}
|
|
||||||
remote.getGuestWebContents(@guestInstanceId).loadUrl @src, urlOptions
|
|
||||||
|
|
||||||
parseAttributes: ->
|
|
||||||
return unless @elementAttached
|
|
||||||
hasNavigated = @hasNavigated()
|
|
||||||
attributeValue = @webviewNode.getAttribute 'partition'
|
|
||||||
result = @partition.fromAttribute attributeValue, hasNavigated
|
|
||||||
@parseSrcAttribute result
|
|
||||||
|
|
||||||
createGuest: ->
|
|
||||||
return if @pendingGuestCreation
|
|
||||||
storagePartitionId =
|
|
||||||
@webviewNode.getAttribute(WEB_VIEW_ATTRIBUTE_PARTITION) or
|
|
||||||
@webviewNode[WEB_VIEW_ATTRIBUTE_PARTITION]
|
|
||||||
params =
|
|
||||||
storagePartitionId: storagePartitionId
|
|
||||||
nodeIntegration: @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_NODEINTEGRATION
|
|
||||||
plugins: @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_PLUGINS
|
|
||||||
if @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_PRELOAD
|
|
||||||
preload = @webviewNode.getAttribute WEB_VIEW_ATTRIBUTE_PRELOAD
|
|
||||||
# Get the full path.
|
|
||||||
a = document.createElement 'a'
|
|
||||||
a.href = preload
|
|
||||||
params.preload = a.href
|
|
||||||
# Only support file: or asar: protocol.
|
|
||||||
protocol = params.preload.substr 0, 5
|
|
||||||
unless protocol in ['file:', 'asar:']
|
|
||||||
delete params.preload
|
|
||||||
console.error ERROR_MSG_INVALID_PRELOAD_ATTRIBUTE
|
|
||||||
guestViewInternal.createGuest 'webview', params, (guestInstanceId) =>
|
|
||||||
@pendingGuestCreation = false
|
|
||||||
unless @elementAttached
|
|
||||||
guestViewInternal.destroyGuest guestInstanceId
|
|
||||||
return
|
|
||||||
@attachWindow guestInstanceId, false
|
|
||||||
@pendingGuestCreation = true
|
|
||||||
|
|
||||||
dispatchEvent: (webViewEvent) ->
|
|
||||||
@webviewNode.dispatchEvent webViewEvent
|
|
||||||
|
|
||||||
# Adds an 'on<event>' property on the webview, which can be used to set/unset
|
|
||||||
# an event handler.
|
|
||||||
setupEventProperty: (eventName) ->
|
|
||||||
propertyName = 'on' + eventName.toLowerCase()
|
|
||||||
Object.defineProperty @webviewNode, propertyName,
|
|
||||||
get: => @on[propertyName]
|
|
||||||
set: (value) =>
|
|
||||||
if @on[propertyName]
|
|
||||||
@webviewNode.removeEventListener eventName, @on[propertyName]
|
|
||||||
@on[propertyName] = value
|
|
||||||
if value
|
|
||||||
@webviewNode.addEventListener eventName, value
|
|
||||||
enumerable: true
|
|
||||||
|
|
||||||
# Updates state upon loadcommit.
|
|
||||||
onLoadCommit: (@baseUrlForDataUrl, @currentEntryIndex, @entryCount, @processId, url, isTopLevel) ->
|
|
||||||
oldValue = @webviewNode.getAttribute 'src'
|
|
||||||
newValue = url
|
|
||||||
if isTopLevel and (oldValue != newValue)
|
|
||||||
# Touching the src attribute triggers a navigation. To avoid
|
|
||||||
# triggering a page reload on every guest-initiated navigation,
|
|
||||||
# we use the flag ignoreNextSrcAttributeChange here.
|
|
||||||
this.ignoreNextSrcAttributeChange = true
|
|
||||||
this.webviewNode.setAttribute 'src', newValue
|
|
||||||
|
|
||||||
onAttach: (storagePartitionId) ->
|
|
||||||
@webviewNode.setAttribute 'partition', storagePartitionId
|
|
||||||
@partition.fromAttribute storagePartitionId, this.hasNavigated()
|
|
||||||
|
|
||||||
buildAttachParams: (isNewWindow) ->
|
|
||||||
allowtransparency: @allowtransparency || false
|
|
||||||
autosize: @webviewNode.hasAttribute WEB_VIEW_ATTRIBUTE_AUTOSIZE
|
|
||||||
instanceId: @viewInstanceId
|
|
||||||
maxheight: parseInt @maxheight || 0
|
|
||||||
maxwidth: parseInt @maxwidth || 0
|
|
||||||
minheight: parseInt @minheight || 0
|
|
||||||
minwidth: parseInt @minwidth || 0
|
|
||||||
# We don't need to navigate new window from here.
|
|
||||||
src: if isNewWindow then undefined else @src
|
|
||||||
# If we have a partition from the opener, that will also be already
|
|
||||||
# set via this.onAttach().
|
|
||||||
storagePartitionId: @partition.toAttribute()
|
|
||||||
userAgentOverride: @userAgentOverride
|
|
||||||
httpreferrer: @httpreferrer
|
|
||||||
|
|
||||||
attachWindow: (guestInstanceId, isNewWindow) ->
|
|
||||||
@guestInstanceId = guestInstanceId
|
|
||||||
params = @buildAttachParams isNewWindow
|
|
||||||
|
|
||||||
unless @isPluginInRenderTree()
|
|
||||||
@deferredAttachState = isNewWindow: isNewWindow
|
|
||||||
return true
|
|
||||||
|
|
||||||
@deferredAttachState = null
|
|
||||||
# FIXME
|
|
||||||
# guestViewInternalNatives.AttachGuest @internalInstanceId, @guestInstanceId, params, (w) => @contentWindow = w
|
|
||||||
@browserPluginNode[PLUGIN_METHOD_ATTACH] @guestInstanceId, params
|
|
||||||
|
|
||||||
# Registers browser plugin <object> custom element.
|
|
||||||
registerBrowserPluginElement = ->
|
|
||||||
proto = Object.create HTMLObjectElement.prototype
|
|
||||||
|
|
||||||
proto.createdCallback = ->
|
|
||||||
@setAttribute 'type', 'application/browser-plugin'
|
|
||||||
@setAttribute 'id', 'browser-plugin-' + getNextId()
|
|
||||||
# The <object> node fills in the <webview> container.
|
|
||||||
@style.width = '100%'
|
|
||||||
@style.height = '100%'
|
|
||||||
|
|
||||||
proto.attributeChangedCallback = (name, oldValue, newValue) ->
|
|
||||||
internal = v8Util.getHiddenValue this, 'internal'
|
|
||||||
return unless internal
|
|
||||||
internal.handleBrowserPluginAttributeMutation name, oldValue, newValue
|
|
||||||
|
|
||||||
proto.attachedCallback = ->
|
|
||||||
# Load the plugin immediately.
|
|
||||||
unused = this.nonExistentAttribute
|
|
||||||
|
|
||||||
WebView.BrowserPlugin = webFrame.registerEmbedderCustomElement 'browserplugin',
|
|
||||||
extends: 'object', prototype: proto
|
|
||||||
|
|
||||||
delete proto.createdCallback
|
|
||||||
delete proto.attachedCallback
|
|
||||||
delete proto.detachedCallback
|
|
||||||
delete proto.attributeChangedCallback
|
|
||||||
|
|
||||||
# Registers <webview> custom element.
|
|
||||||
registerWebViewElement = ->
|
|
||||||
proto = Object.create HTMLObjectElement.prototype
|
|
||||||
|
|
||||||
proto.createdCallback = ->
|
|
||||||
new WebView(this)
|
|
||||||
|
|
||||||
proto.attributeChangedCallback = (name, oldValue, newValue) ->
|
|
||||||
internal = v8Util.getHiddenValue this, 'internal'
|
|
||||||
return unless internal
|
|
||||||
internal.handleWebviewAttributeMutation name, oldValue, newValue
|
|
||||||
|
|
||||||
proto.detachedCallback = ->
|
|
||||||
internal = v8Util.getHiddenValue this, 'internal'
|
|
||||||
return unless internal
|
|
||||||
internal.elementAttached = false
|
|
||||||
internal.reset()
|
|
||||||
|
|
||||||
proto.attachedCallback = ->
|
|
||||||
internal = v8Util.getHiddenValue this, 'internal'
|
|
||||||
return unless internal
|
|
||||||
unless internal.elementAttached
|
|
||||||
internal.elementAttached = true
|
|
||||||
internal.parseAttributes()
|
|
||||||
|
|
||||||
# Public-facing API methods.
|
|
||||||
methods = [
|
|
||||||
"getUrl"
|
|
||||||
"getTitle"
|
|
||||||
"isLoading"
|
|
||||||
"isWaitingForResponse"
|
|
||||||
"stop"
|
|
||||||
"reload"
|
|
||||||
"reloadIgnoringCache"
|
|
||||||
"canGoBack"
|
|
||||||
"canGoForward"
|
|
||||||
"canGoToOffset"
|
|
||||||
"goBack"
|
|
||||||
"goForward"
|
|
||||||
"goToIndex"
|
|
||||||
"goToOffset"
|
|
||||||
"isCrashed"
|
|
||||||
"setUserAgent"
|
|
||||||
"executeJavaScript"
|
|
||||||
"insertCSS"
|
|
||||||
"openDevTools"
|
|
||||||
"closeDevTools"
|
|
||||||
"isDevToolsOpened"
|
|
||||||
"send"
|
|
||||||
"getId"
|
|
||||||
]
|
|
||||||
|
|
||||||
# Forward proto.foo* method calls to WebView.foo*.
|
|
||||||
createHandler = (m) ->
|
|
||||||
(args...) ->
|
|
||||||
internal = v8Util.getHiddenValue this, 'internal'
|
|
||||||
remote.getGuestWebContents(internal.guestInstanceId)[m] args...
|
|
||||||
proto[m] = createHandler m for m in methods
|
|
||||||
|
|
||||||
window.WebView = webFrame.registerEmbedderCustomElement 'webview',
|
|
||||||
prototype: proto
|
|
||||||
|
|
||||||
# Delete the callbacks so developers cannot call them and produce unexpected
|
|
||||||
# behavior.
|
|
||||||
delete proto.createdCallback
|
|
||||||
delete proto.attachedCallback
|
|
||||||
delete proto.detachedCallback
|
|
||||||
delete proto.attributeChangedCallback
|
|
||||||
|
|
||||||
useCapture = true
|
|
||||||
listener = (event) ->
|
|
||||||
return if document.readyState == 'loading'
|
|
||||||
registerBrowserPluginElement()
|
|
||||||
registerWebViewElement()
|
|
||||||
window.removeEventListener event.type, listener, useCapture
|
|
||||||
window.addEventListener 'readystatechange', listener, true
|
|
|
@ -1,4 +1,5 @@
|
||||||
ipc = require 'ipc'
|
ipc = require 'ipc'
|
||||||
|
webFrame = require 'web-frame'
|
||||||
|
|
||||||
requestId = 0
|
requestId = 0
|
||||||
|
|
||||||
|
@ -36,7 +37,13 @@ module.exports =
|
||||||
createGuest: (type, params, callback) ->
|
createGuest: (type, params, callback) ->
|
||||||
requestId++
|
requestId++
|
||||||
ipc.send 'ATOM_SHELL_GUEST_VIEW_MANAGER_CREATE_GUEST', type, params, requestId
|
ipc.send 'ATOM_SHELL_GUEST_VIEW_MANAGER_CREATE_GUEST', type, params, requestId
|
||||||
ipc.on "ATOM_SHELL_RESPONSE_#{requestId}", callback
|
ipc.once "ATOM_SHELL_RESPONSE_#{requestId}", callback
|
||||||
|
|
||||||
|
attachGuest: (elementInstanceId, guestInstanceId, params, callback) ->
|
||||||
|
requestId++
|
||||||
|
ipc.send 'ATOM_SHELL_GUEST_VIEW_MANAGER_ATTACH_GUEST', elementInstanceId, guestInstanceId, params, requestId
|
||||||
|
ipc.once "ATOM_SHELL_RESPONSE_#{requestId}", callback
|
||||||
|
webFrame.attachGuest elementInstanceId
|
||||||
|
|
||||||
destroyGuest: (guestInstanceId) ->
|
destroyGuest: (guestInstanceId) ->
|
||||||
ipc.send 'ATOM_SHELL_GUEST_VIEW_MANAGER_DESTROY_GUEST', guestInstanceId
|
ipc.send 'ATOM_SHELL_GUEST_VIEW_MANAGER_DESTROY_GUEST', guestInstanceId
|
207
atom/renderer/lib/web-view/web-view-attributes.coffee
Normal file
207
atom/renderer/lib/web-view/web-view-attributes.coffee
Normal file
|
@ -0,0 +1,207 @@
|
||||||
|
WebViewImpl = require './web-view'
|
||||||
|
guestViewInternal = require './guest-view-internal'
|
||||||
|
webViewConstants = require './web-view-constants'
|
||||||
|
remote = require 'remote'
|
||||||
|
|
||||||
|
# Helper function to resolve url set in attribute.
|
||||||
|
a = document.createElement 'a'
|
||||||
|
resolveUrl = (url) ->
|
||||||
|
a.href = url
|
||||||
|
a.href
|
||||||
|
|
||||||
|
# Attribute objects.
|
||||||
|
# Default implementation of a WebView attribute.
|
||||||
|
class WebViewAttribute
|
||||||
|
constructor: (name, webViewImpl) ->
|
||||||
|
@name = name
|
||||||
|
@webViewImpl = webViewImpl
|
||||||
|
@ignoreMutation = false
|
||||||
|
|
||||||
|
@defineProperty()
|
||||||
|
|
||||||
|
# Retrieves and returns the attribute's value.
|
||||||
|
getValue: -> @webViewImpl.webviewNode.getAttribute(@name) || ''
|
||||||
|
|
||||||
|
# Sets the attribute's value.
|
||||||
|
setValue: (value) -> @webViewImpl.webviewNode.setAttribute(@name, value || '')
|
||||||
|
|
||||||
|
# Changes the attribute's value without triggering its mutation handler.
|
||||||
|
setValueIgnoreMutation: (value) ->
|
||||||
|
@ignoreMutation = true
|
||||||
|
@webViewImpl.webviewNode.setAttribute(@name, value || '')
|
||||||
|
@ignoreMutation = false
|
||||||
|
|
||||||
|
# Defines this attribute as a property on the webview node.
|
||||||
|
defineProperty: ->
|
||||||
|
Object.defineProperty @webViewImpl.webviewNode, @name,
|
||||||
|
get: => @getValue()
|
||||||
|
set: (value) => @setValue value
|
||||||
|
enumerable: true
|
||||||
|
|
||||||
|
# Called when the attribute's value changes.
|
||||||
|
handleMutation: ->
|
||||||
|
|
||||||
|
# An attribute that is treated as a Boolean.
|
||||||
|
class BooleanAttribute extends WebViewAttribute
|
||||||
|
constructor: (name, webViewImpl) ->
|
||||||
|
super name, webViewImpl
|
||||||
|
|
||||||
|
getValue: -> @webViewImpl.webviewNode.hasAttribute @name
|
||||||
|
|
||||||
|
setValue: (value) ->
|
||||||
|
unless value
|
||||||
|
@webViewImpl.webviewNode.removeAttribute @name
|
||||||
|
else
|
||||||
|
@webViewImpl.webviewNode.setAttribute @name, ''
|
||||||
|
|
||||||
|
# Attribute that specifies whether transparency is allowed in the webview.
|
||||||
|
class AllowTransparencyAttribute extends BooleanAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_ALLOWTRANSPARENCY, webViewImpl
|
||||||
|
|
||||||
|
handleMutation: (oldValue, newValue) ->
|
||||||
|
return unless @webViewImpl.guestInstanceId
|
||||||
|
guestViewInternal.setAllowTransparency @webViewImpl.guestInstanceId, @getValue()
|
||||||
|
|
||||||
|
# Attribute used to define the demension limits of autosizing.
|
||||||
|
class AutosizeDimensionAttribute extends WebViewAttribute
|
||||||
|
constructor: (name, webViewImpl) ->
|
||||||
|
super name, webViewImpl
|
||||||
|
|
||||||
|
getValue: -> parseInt(@webViewImpl.webviewNode.getAttribute(@name)) || 0
|
||||||
|
|
||||||
|
handleMutation: (oldValue, newValue) ->
|
||||||
|
return unless @webViewImpl.guestInstanceId
|
||||||
|
guestViewInternal.setAutoSize @webViewImpl.guestInstanceId,
|
||||||
|
enableAutoSize: @webViewImpl.attributes[webViewConstants.ATTRIBUTE_AUTOSIZE].getValue()
|
||||||
|
min:
|
||||||
|
width: parseInt @webViewImpl.attributes[webViewConstants.ATTRIBUTE_MINWIDTH].getValue() || 0
|
||||||
|
height: parseInt @webViewImpl.attributes[webViewConstants.ATTRIBUTE_MINHEIGHT].getValue() || 0
|
||||||
|
max:
|
||||||
|
width: parseInt @webViewImpl.attributes[webViewConstants.ATTRIBUTE_MAXWIDTH].getValue() || 0
|
||||||
|
height: parseInt @webViewImpl.attributes[webViewConstants.ATTRIBUTE_MAXHEIGHT].getValue() || 0
|
||||||
|
|
||||||
|
# Attribute that specifies whether the webview should be autosized.
|
||||||
|
class AutosizeAttribute extends BooleanAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_AUTOSIZE, webViewImpl
|
||||||
|
|
||||||
|
handleMutation: AutosizeDimensionAttribute::handleMutation
|
||||||
|
|
||||||
|
# Attribute representing the state of the storage partition.
|
||||||
|
class PartitionAttribute extends WebViewAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_PARTITION, webViewImpl
|
||||||
|
@validPartitionId = true
|
||||||
|
|
||||||
|
handleMutation: (oldValue, newValue) ->
|
||||||
|
newValue = newValue || ''
|
||||||
|
|
||||||
|
# The partition cannot change if the webview has already navigated.
|
||||||
|
unless @webViewImpl.beforeFirstNavigation
|
||||||
|
window.console.error webViewConstants.ERROR_MSG_ALREADY_NAVIGATED
|
||||||
|
@setValueIgnoreMutation oldValue
|
||||||
|
return
|
||||||
|
|
||||||
|
if newValue is 'persist:'
|
||||||
|
@validPartitionId = false
|
||||||
|
window.console.error webViewConstants.ERROR_MSG_INVALID_PARTITION_ATTRIBUTE
|
||||||
|
|
||||||
|
# Attribute that handles the location and navigation of the webview.
|
||||||
|
class SrcAttribute extends WebViewAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_SRC, webViewImpl
|
||||||
|
@setupMutationObserver()
|
||||||
|
|
||||||
|
getValue: ->
|
||||||
|
if @webViewImpl.webviewNode.hasAttribute @name
|
||||||
|
resolveUrl @webViewImpl.webviewNode.getAttribute(@name)
|
||||||
|
else
|
||||||
|
''
|
||||||
|
|
||||||
|
handleMutation: (oldValue, newValue) ->
|
||||||
|
# Once we have navigated, we don't allow clearing the src attribute.
|
||||||
|
# Once <webview> enters a navigated state, it cannot return to a
|
||||||
|
# placeholder state.
|
||||||
|
if not newValue and oldValue
|
||||||
|
# src attribute changes normally initiate a navigation. We suppress
|
||||||
|
# the next src attribute handler call to avoid reloading the page
|
||||||
|
# on every guest-initiated navigation.
|
||||||
|
@setValueIgnoreMutation oldValue
|
||||||
|
return
|
||||||
|
@parse()
|
||||||
|
|
||||||
|
# The purpose of this mutation observer is to catch assignment to the src
|
||||||
|
# attribute without any changes to its value. This is useful in the case
|
||||||
|
# where the webview guest has crashed and navigating to the same address
|
||||||
|
# spawns off a new process.
|
||||||
|
setupMutationObserver: ->
|
||||||
|
@observer = new MutationObserver (mutations) =>
|
||||||
|
for mutation in mutations
|
||||||
|
oldValue = mutation.oldValue
|
||||||
|
newValue = @getValue()
|
||||||
|
return if oldValue isnt newValue
|
||||||
|
@handleMutation oldValue, newValue
|
||||||
|
params =
|
||||||
|
attributes: true,
|
||||||
|
attributeOldValue: true,
|
||||||
|
attributeFilter: [@name]
|
||||||
|
@observer.observe @webViewImpl.webviewNode, params
|
||||||
|
|
||||||
|
parse: ->
|
||||||
|
if not @webViewImpl.elementAttached or
|
||||||
|
not @webViewImpl.attributes[webViewConstants.ATTRIBUTE_PARTITION].validPartitionId or
|
||||||
|
not @.getValue()
|
||||||
|
return
|
||||||
|
|
||||||
|
unless @webViewImpl.guestInstanceId?
|
||||||
|
if @webViewImpl.beforeFirstNavigation
|
||||||
|
@webViewImpl.beforeFirstNavigation = false
|
||||||
|
@webViewImpl.createGuest()
|
||||||
|
return
|
||||||
|
|
||||||
|
# Navigate to |this.src|.
|
||||||
|
httpreferrer = @webViewImpl.attributes[webViewConstants.ATTRIBUTE_HTTPREFERRER].getValue()
|
||||||
|
urlOptions = if httpreferrer then {httpreferrer} else {}
|
||||||
|
remote.getGuestWebContents(@webViewImpl.guestInstanceId).loadUrl @getValue(), urlOptions
|
||||||
|
|
||||||
|
# Attribute specifies HTTP referrer.
|
||||||
|
class HttpReferrerAttribute extends WebViewAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_HTTPREFERRER, webViewImpl
|
||||||
|
|
||||||
|
# Attribute that set preload script.
|
||||||
|
class PreloadAttribute extends WebViewAttribute
|
||||||
|
constructor: (webViewImpl) ->
|
||||||
|
super webViewConstants.ATTRIBUTE_PRELOAD, webViewImpl
|
||||||
|
|
||||||
|
getValue: ->
|
||||||
|
return '' unless @webViewImpl.webviewNode.hasAttribute @name
|
||||||
|
preload = resolveUrl @webViewImpl.webviewNode.getAttribute(@name)
|
||||||
|
protocol = preload.substr 0, 5
|
||||||
|
unless protocol in ['file:', 'asar:']
|
||||||
|
console.error webViewConstants.ERROR_MSG_INVALID_PRELOAD_ATTRIBUTE
|
||||||
|
preload = ''
|
||||||
|
preload
|
||||||
|
|
||||||
|
# Sets up all of the webview attributes.
|
||||||
|
WebViewImpl::setupWebViewAttributes = ->
|
||||||
|
@attributes = {}
|
||||||
|
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_ALLOWTRANSPARENCY] = new AllowTransparencyAttribute(this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_AUTOSIZE] = new AutosizeAttribute(this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_PARTITION] = new PartitionAttribute(this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_SRC] = new SrcAttribute(this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_HTTPREFERRER] = new HttpReferrerAttribute(this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_NODEINTEGRATION] = new BooleanAttribute(webViewConstants.ATTRIBUTE_NODEINTEGRATION, this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_PLUGINS] = new BooleanAttribute(webViewConstants.ATTRIBUTE_PLUGINS, this)
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_PRELOAD] = new PreloadAttribute(this)
|
||||||
|
|
||||||
|
autosizeAttributes = [
|
||||||
|
webViewConstants.ATTRIBUTE_MAXHEIGHT
|
||||||
|
webViewConstants.ATTRIBUTE_MAXWIDTH
|
||||||
|
webViewConstants.ATTRIBUTE_MINHEIGHT
|
||||||
|
webViewConstants.ATTRIBUTE_MINWIDTH
|
||||||
|
]
|
||||||
|
for attribute in autosizeAttributes
|
||||||
|
@attributes[attribute] = new AutosizeDimensionAttribute(attribute, this)
|
28
atom/renderer/lib/web-view/web-view-constants.coffee
Normal file
28
atom/renderer/lib/web-view/web-view-constants.coffee
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
module.exports =
|
||||||
|
# Attributes.
|
||||||
|
ATTRIBUTE_ALLOWTRANSPARENCY: 'allowtransparency'
|
||||||
|
ATTRIBUTE_AUTOSIZE: 'autosize'
|
||||||
|
ATTRIBUTE_MAXHEIGHT: 'maxheight'
|
||||||
|
ATTRIBUTE_MAXWIDTH: 'maxwidth'
|
||||||
|
ATTRIBUTE_MINHEIGHT: 'minheight'
|
||||||
|
ATTRIBUTE_MINWIDTH: 'minwidth'
|
||||||
|
ATTRIBUTE_NAME: 'name'
|
||||||
|
ATTRIBUTE_PARTITION: 'partition'
|
||||||
|
ATTRIBUTE_SRC: 'src'
|
||||||
|
ATTRIBUTE_HTTPREFERRER: 'httpreferrer'
|
||||||
|
ATTRIBUTE_NODEINTEGRATION: 'nodeintegration'
|
||||||
|
ATTRIBUTE_PLUGINS: 'plugins'
|
||||||
|
ATTRIBUTE_PRELOAD: 'preload'
|
||||||
|
|
||||||
|
# Internal attribute.
|
||||||
|
ATTRIBUTE_INTERNALINSTANCEID: 'internalinstanceid'
|
||||||
|
|
||||||
|
# Error messages.
|
||||||
|
ERROR_MSG_ALREADY_NAVIGATED: 'The object has already navigated, so its partition cannot be changed.'
|
||||||
|
ERROR_MSG_CANNOT_INJECT_SCRIPT: '<webview>: ' +
|
||||||
|
'Script cannot be injected into content until the page has loaded.'
|
||||||
|
ERROR_MSG_CONTENTWINDOW_NOT_AVAILABLE: '<webview>: ' +
|
||||||
|
'contentWindow is not available at this time. It will become available ' +
|
||||||
|
'when the page has finished loading.'
|
||||||
|
ERROR_MSG_INVALID_PARTITION_ATTRIBUTE: 'Invalid partition attribute.'
|
||||||
|
ERROR_MSG_INVALID_PRELOAD_ATTRIBUTE: 'Only "file:" or "asar:" protocol is supported in "preload" attribute.'
|
300
atom/renderer/lib/web-view/web-view.coffee
Normal file
300
atom/renderer/lib/web-view/web-view.coffee
Normal file
|
@ -0,0 +1,300 @@
|
||||||
|
v8Util = process.atomBinding 'v8_util'
|
||||||
|
guestViewInternal = require './guest-view-internal'
|
||||||
|
webViewConstants = require './web-view-constants'
|
||||||
|
webFrame = require 'web-frame'
|
||||||
|
remote = require 'remote'
|
||||||
|
|
||||||
|
# ID generator.
|
||||||
|
nextId = 0
|
||||||
|
getNextId = -> ++nextId
|
||||||
|
|
||||||
|
# Represents the internal state of the WebView node.
|
||||||
|
class WebViewImpl
|
||||||
|
constructor: (@webviewNode) ->
|
||||||
|
v8Util.setHiddenValue @webviewNode, 'internal', this
|
||||||
|
@attached = false
|
||||||
|
@pendingGuestCreation = false
|
||||||
|
@elementAttached = false
|
||||||
|
|
||||||
|
@beforeFirstNavigation = true
|
||||||
|
@contentWindow = null
|
||||||
|
|
||||||
|
# on* Event handlers.
|
||||||
|
@on = {}
|
||||||
|
|
||||||
|
@browserPluginNode = @createBrowserPluginNode()
|
||||||
|
shadowRoot = @webviewNode.createShadowRoot()
|
||||||
|
@setupWebViewAttributes()
|
||||||
|
@setupFocusPropagation()
|
||||||
|
@setupWebviewNodeProperties()
|
||||||
|
|
||||||
|
@viewInstanceId = getNextId()
|
||||||
|
|
||||||
|
guestViewInternal.registerEvents this, @viewInstanceId
|
||||||
|
|
||||||
|
shadowRoot.appendChild @browserPluginNode
|
||||||
|
|
||||||
|
createBrowserPluginNode: ->
|
||||||
|
# We create BrowserPlugin as a custom element in order to observe changes
|
||||||
|
# to attributes synchronously.
|
||||||
|
browserPluginNode = new WebViewImpl.BrowserPlugin()
|
||||||
|
v8Util.setHiddenValue browserPluginNode, 'internal', this
|
||||||
|
browserPluginNode
|
||||||
|
|
||||||
|
# Resets some state upon reattaching <webview> element to the DOM.
|
||||||
|
reset: ->
|
||||||
|
# If guestInstanceId is defined then the <webview> has navigated and has
|
||||||
|
# already picked up a partition ID. Thus, we need to reset the initialization
|
||||||
|
# state. However, it may be the case that beforeFirstNavigation is false BUT
|
||||||
|
# guestInstanceId has yet to be initialized. This means that we have not
|
||||||
|
# heard back from createGuest yet. We will not reset the flag in this case so
|
||||||
|
# that we don't end up allocating a second guest.
|
||||||
|
if @guestInstanceId
|
||||||
|
# FIXME
|
||||||
|
guestViewInternal.destroyGuest @guestInstanceId
|
||||||
|
@guestInstanceId = undefined
|
||||||
|
@beforeFirstNavigation = true
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_PARTITION].validPartitionId = true
|
||||||
|
@contentWindow = null
|
||||||
|
@internalInstanceId = 0
|
||||||
|
|
||||||
|
# Sets the <webview>.request property.
|
||||||
|
setRequestPropertyOnWebViewNode: (request) ->
|
||||||
|
Object.defineProperty @webviewNode, 'request', value: request, enumerable: true
|
||||||
|
|
||||||
|
setupFocusPropagation: ->
|
||||||
|
unless @webviewNode.hasAttribute 'tabIndex'
|
||||||
|
# <webview> needs a tabIndex in order to be focusable.
|
||||||
|
# TODO(fsamuel): It would be nice to avoid exposing a tabIndex attribute
|
||||||
|
# to allow <webview> to be focusable.
|
||||||
|
# See http://crbug.com/231664.
|
||||||
|
@webviewNode.setAttribute 'tabIndex', -1
|
||||||
|
@webviewNode.addEventListener 'focus', (e) =>
|
||||||
|
# Focus the BrowserPlugin when the <webview> takes focus.
|
||||||
|
@browserPluginNode.focus()
|
||||||
|
@webviewNode.addEventListener 'blur', (e) =>
|
||||||
|
# Blur the BrowserPlugin when the <webview> loses focus.
|
||||||
|
@browserPluginNode.blur()
|
||||||
|
|
||||||
|
setupWebviewNodeProperties: ->
|
||||||
|
# We cannot use {writable: true} property descriptor because we want a
|
||||||
|
# dynamic getter value.
|
||||||
|
Object.defineProperty @webviewNode, 'contentWindow',
|
||||||
|
get: =>
|
||||||
|
return @contentWindow if @contentWindow?
|
||||||
|
window.console.error webViewConstants.ERROR_MSG_CONTENTWINDOW_NOT_AVAILABLE
|
||||||
|
# No setter.
|
||||||
|
enumerable: true
|
||||||
|
|
||||||
|
# This observer monitors mutations to attributes of the <webview> and
|
||||||
|
# updates the BrowserPlugin properties accordingly. In turn, updating
|
||||||
|
# a BrowserPlugin property will update the corresponding BrowserPlugin
|
||||||
|
# attribute, if necessary. See BrowserPlugin::UpdateDOMAttribute for more
|
||||||
|
# details.
|
||||||
|
handleWebviewAttributeMutation: (attributeName, oldValue, newValue) ->
|
||||||
|
if not @attributes[attributeName] or @attributes[attributeName].ignoreMutation
|
||||||
|
return
|
||||||
|
|
||||||
|
# Let the changed attribute handle its own mutation;
|
||||||
|
@attributes[attributeName].handleMutation oldValue, newValue
|
||||||
|
|
||||||
|
handleBrowserPluginAttributeMutation: (attributeName, oldValue, newValue) ->
|
||||||
|
if attributeName is webViewConstants.ATTRIBUTE_INTERNALINSTANCEID and !oldValue and !!newValue
|
||||||
|
@browserPluginNode.removeAttribute webViewConstants.ATTRIBUTE_INTERNALINSTANCEID
|
||||||
|
@internalInstanceId = parseInt newValue
|
||||||
|
|
||||||
|
return unless @guestInstanceId
|
||||||
|
|
||||||
|
guestViewInternal.attachGuest @internalInstanceId, @guestInstanceId, @buildAttachParams(), (w) => @contentWindow = w
|
||||||
|
|
||||||
|
onSizeChanged: (webViewEvent) ->
|
||||||
|
newWidth = webViewEvent.newWidth
|
||||||
|
newHeight = webViewEvent.newHeight
|
||||||
|
|
||||||
|
node = @webviewNode
|
||||||
|
|
||||||
|
width = node.offsetWidth
|
||||||
|
height = node.offsetHeight
|
||||||
|
|
||||||
|
# Check the current bounds to make sure we do not resize <webview>
|
||||||
|
# outside of current constraints.
|
||||||
|
maxWidth = @attributes[webViewConstants.ATTRIBUTE_MAXWIDTH].getValue() | width
|
||||||
|
maxHeight = @attributes[webViewConstants.ATTRIBUTE_MAXHEIGHT].getValue() | width
|
||||||
|
minWidth = @attributes[webViewConstants.ATTRIBUTE_MINWIDTH].getValue() | width
|
||||||
|
minHeight = @attributes[webViewConstants.ATTRIBUTE_MINHEIGHT].getValue() | width
|
||||||
|
|
||||||
|
if not @attributes[webViewConstants.ATTRIBUTE_AUTOSIZE].getValue() or
|
||||||
|
(newWidth >= minWidth and
|
||||||
|
newWidth <= maxWidth and
|
||||||
|
newHeight >= minHeight and
|
||||||
|
newHeight <= maxHeight)
|
||||||
|
node.style.width = newWidth + 'px'
|
||||||
|
node.style.height = newHeight + 'px'
|
||||||
|
# Only fire the DOM event if the size of the <webview> has actually
|
||||||
|
# changed.
|
||||||
|
@dispatchEvent webViewEvent
|
||||||
|
|
||||||
|
createGuest: ->
|
||||||
|
return if @pendingGuestCreation
|
||||||
|
params =
|
||||||
|
storagePartitionId: @attributes[webViewConstants.ATTRIBUTE_PARTITION].getValue()
|
||||||
|
guestViewInternal.createGuest 'webview', params, (guestInstanceId) =>
|
||||||
|
@pendingGuestCreation = false
|
||||||
|
unless @elementAttached
|
||||||
|
guestViewInternal.destroyGuest guestInstanceId
|
||||||
|
return
|
||||||
|
@attachWindow guestInstanceId
|
||||||
|
@pendingGuestCreation = true
|
||||||
|
|
||||||
|
dispatchEvent: (webViewEvent) ->
|
||||||
|
@webviewNode.dispatchEvent webViewEvent
|
||||||
|
|
||||||
|
# Adds an 'on<event>' property on the webview, which can be used to set/unset
|
||||||
|
# an event handler.
|
||||||
|
setupEventProperty: (eventName) ->
|
||||||
|
propertyName = 'on' + eventName.toLowerCase()
|
||||||
|
Object.defineProperty @webviewNode, propertyName,
|
||||||
|
get: => @on[propertyName]
|
||||||
|
set: (value) =>
|
||||||
|
if @on[propertyName]
|
||||||
|
@webviewNode.removeEventListener eventName, @on[propertyName]
|
||||||
|
@on[propertyName] = value
|
||||||
|
if value
|
||||||
|
@webviewNode.addEventListener eventName, value
|
||||||
|
enumerable: true
|
||||||
|
|
||||||
|
# Updates state upon loadcommit.
|
||||||
|
onLoadCommit: (@baseUrlForDataUrl, @currentEntryIndex, @entryCount, @processId, url, isTopLevel) ->
|
||||||
|
oldValue = @webviewNode.getAttribute webViewConstants.ATTRIBUTE_SRC
|
||||||
|
newValue = url
|
||||||
|
if isTopLevel and (oldValue != newValue)
|
||||||
|
# Touching the src attribute triggers a navigation. To avoid
|
||||||
|
# triggering a page reload on every guest-initiated navigation,
|
||||||
|
# we do not handle this mutation
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_SRC].setValueIgnoreMutation newValue
|
||||||
|
|
||||||
|
onAttach: (storagePartitionId) ->
|
||||||
|
@attributes[webViewConstants.ATTRIBUTE_PARTITION].setValue storagePartitionId
|
||||||
|
|
||||||
|
buildAttachParams: ->
|
||||||
|
params =
|
||||||
|
instanceId: @viewInstanceId
|
||||||
|
userAgentOverride: @userAgentOverride
|
||||||
|
for attributeName, attribute of @attributes
|
||||||
|
params[attributeName] = attribute.getValue()
|
||||||
|
params
|
||||||
|
|
||||||
|
attachWindow: (guestInstanceId) ->
|
||||||
|
@guestInstanceId = guestInstanceId
|
||||||
|
params = @buildAttachParams()
|
||||||
|
|
||||||
|
return true unless @internalInstanceId
|
||||||
|
|
||||||
|
guestViewInternal.attachGuest @internalInstanceId, @guestInstanceId, params, (w) => @contentWindow = w
|
||||||
|
|
||||||
|
# Registers browser plugin <object> custom element.
|
||||||
|
registerBrowserPluginElement = ->
|
||||||
|
proto = Object.create HTMLObjectElement.prototype
|
||||||
|
|
||||||
|
proto.createdCallback = ->
|
||||||
|
@setAttribute 'type', 'application/browser-plugin'
|
||||||
|
@setAttribute 'id', 'browser-plugin-' + getNextId()
|
||||||
|
# The <object> node fills in the <webview> container.
|
||||||
|
@style.width = '100%'
|
||||||
|
@style.height = '100%'
|
||||||
|
|
||||||
|
proto.attributeChangedCallback = (name, oldValue, newValue) ->
|
||||||
|
internal = v8Util.getHiddenValue this, 'internal'
|
||||||
|
return unless internal
|
||||||
|
internal.handleBrowserPluginAttributeMutation name, oldValue, newValue
|
||||||
|
|
||||||
|
proto.attachedCallback = ->
|
||||||
|
# Load the plugin immediately.
|
||||||
|
unused = this.nonExistentAttribute
|
||||||
|
|
||||||
|
WebViewImpl.BrowserPlugin = webFrame.registerEmbedderCustomElement 'browserplugin',
|
||||||
|
extends: 'object', prototype: proto
|
||||||
|
|
||||||
|
delete proto.createdCallback
|
||||||
|
delete proto.attachedCallback
|
||||||
|
delete proto.detachedCallback
|
||||||
|
delete proto.attributeChangedCallback
|
||||||
|
|
||||||
|
# Registers <webview> custom element.
|
||||||
|
registerWebViewElement = ->
|
||||||
|
proto = Object.create HTMLObjectElement.prototype
|
||||||
|
|
||||||
|
proto.createdCallback = ->
|
||||||
|
new WebViewImpl(this)
|
||||||
|
|
||||||
|
proto.attributeChangedCallback = (name, oldValue, newValue) ->
|
||||||
|
internal = v8Util.getHiddenValue this, 'internal'
|
||||||
|
return unless internal
|
||||||
|
internal.handleWebviewAttributeMutation name, oldValue, newValue
|
||||||
|
|
||||||
|
proto.detachedCallback = ->
|
||||||
|
internal = v8Util.getHiddenValue this, 'internal'
|
||||||
|
return unless internal
|
||||||
|
internal.elementAttached = false
|
||||||
|
internal.reset()
|
||||||
|
|
||||||
|
proto.attachedCallback = ->
|
||||||
|
internal = v8Util.getHiddenValue this, 'internal'
|
||||||
|
return unless internal
|
||||||
|
unless internal.elementAttached
|
||||||
|
internal.elementAttached = true
|
||||||
|
internal.attributes[webViewConstants.ATTRIBUTE_SRC].parse()
|
||||||
|
|
||||||
|
# Public-facing API methods.
|
||||||
|
methods = [
|
||||||
|
"getUrl"
|
||||||
|
"getTitle"
|
||||||
|
"isLoading"
|
||||||
|
"isWaitingForResponse"
|
||||||
|
"stop"
|
||||||
|
"reload"
|
||||||
|
"reloadIgnoringCache"
|
||||||
|
"canGoBack"
|
||||||
|
"canGoForward"
|
||||||
|
"canGoToOffset"
|
||||||
|
"goBack"
|
||||||
|
"goForward"
|
||||||
|
"goToIndex"
|
||||||
|
"goToOffset"
|
||||||
|
"isCrashed"
|
||||||
|
"setUserAgent"
|
||||||
|
"executeJavaScript"
|
||||||
|
"insertCSS"
|
||||||
|
"openDevTools"
|
||||||
|
"closeDevTools"
|
||||||
|
"isDevToolsOpened"
|
||||||
|
"send"
|
||||||
|
"getId"
|
||||||
|
]
|
||||||
|
|
||||||
|
# Forward proto.foo* method calls to WebViewImpl.foo*.
|
||||||
|
createHandler = (m) ->
|
||||||
|
(args...) ->
|
||||||
|
internal = v8Util.getHiddenValue this, 'internal'
|
||||||
|
remote.getGuestWebContents(internal.guestInstanceId)[m] args...
|
||||||
|
proto[m] = createHandler m for m in methods
|
||||||
|
|
||||||
|
window.WebView = webFrame.registerEmbedderCustomElement 'webview',
|
||||||
|
prototype: proto
|
||||||
|
|
||||||
|
# Delete the callbacks so developers cannot call them and produce unexpected
|
||||||
|
# behavior.
|
||||||
|
delete proto.createdCallback
|
||||||
|
delete proto.attachedCallback
|
||||||
|
delete proto.detachedCallback
|
||||||
|
delete proto.attributeChangedCallback
|
||||||
|
|
||||||
|
useCapture = true
|
||||||
|
listener = (event) ->
|
||||||
|
return if document.readyState == 'loading'
|
||||||
|
registerBrowserPluginElement()
|
||||||
|
registerWebViewElement()
|
||||||
|
window.removeEventListener event.type, listener, useCapture
|
||||||
|
window.addEventListener 'readystatechange', listener, true
|
||||||
|
|
||||||
|
module.exports = WebViewImpl
|
|
@ -32,29 +32,25 @@ void HoldRefCallback(const scoped_refptr<printing::PrintJobWorkerOwner>& owner,
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
PrintJob::PrintJob()
|
PrintJob::PrintJob()
|
||||||
: ui_message_loop_(base::MessageLoop::current()),
|
: source_(NULL),
|
||||||
source_(NULL),
|
|
||||||
worker_(),
|
worker_(),
|
||||||
settings_(),
|
settings_(),
|
||||||
is_job_pending_(false),
|
is_job_pending_(false),
|
||||||
is_canceling_(false),
|
is_canceling_(false),
|
||||||
quit_factory_(this) {
|
quit_factory_(this) {
|
||||||
DCHECK(ui_message_loop_);
|
|
||||||
// This is normally a UI message loop, but in unit tests, the message loop is
|
// This is normally a UI message loop, but in unit tests, the message loop is
|
||||||
// of the 'default' type.
|
// of the 'default' type.
|
||||||
DCHECK(base::MessageLoopForUI::IsCurrent() ||
|
DCHECK(base::MessageLoopForUI::IsCurrent() ||
|
||||||
ui_message_loop_->type() == base::MessageLoop::TYPE_DEFAULT);
|
base::MessageLoop::current()->type() ==
|
||||||
ui_message_loop_->AddDestructionObserver(this);
|
base::MessageLoop::TYPE_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintJob::~PrintJob() {
|
PrintJob::~PrintJob() {
|
||||||
ui_message_loop_->RemoveDestructionObserver(this);
|
|
||||||
// The job should be finished (or at least canceled) when it is destroyed.
|
// The job should be finished (or at least canceled) when it is destroyed.
|
||||||
DCHECK(!is_job_pending_);
|
DCHECK(!is_job_pending_);
|
||||||
DCHECK(!is_canceling_);
|
DCHECK(!is_canceling_);
|
||||||
if (worker_.get())
|
DCHECK(!worker_ || !worker_->IsRunning());
|
||||||
DCHECK(worker_->message_loop() == NULL);
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::Initialize(PrintJobWorkerOwner* job,
|
void PrintJob::Initialize(PrintJobWorkerOwner* job,
|
||||||
|
@ -85,7 +81,7 @@ void PrintJob::Initialize(PrintJobWorkerOwner* job,
|
||||||
void PrintJob::Observe(int type,
|
void PrintJob::Observe(int type,
|
||||||
const content::NotificationSource& source,
|
const content::NotificationSource& source,
|
||||||
const content::NotificationDetails& details) {
|
const content::NotificationDetails& details) {
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case chrome::NOTIFICATION_PRINT_JOB_EVENT: {
|
case chrome::NOTIFICATION_PRINT_JOB_EVENT: {
|
||||||
OnNotifyPrintJobEvent(*content::Details<JobEventDetails>(details).ptr());
|
OnNotifyPrintJobEvent(*content::Details<JobEventDetails>(details).ptr());
|
||||||
|
@ -107,10 +103,6 @@ PrintJobWorker* PrintJob::DetachWorker(PrintJobWorkerOwner* new_owner) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
base::MessageLoop* PrintJob::message_loop() {
|
|
||||||
return ui_message_loop_;
|
|
||||||
}
|
|
||||||
|
|
||||||
const PrintSettings& PrintJob::settings() const {
|
const PrintSettings& PrintJob::settings() const {
|
||||||
return settings_;
|
return settings_;
|
||||||
}
|
}
|
||||||
|
@ -122,23 +114,20 @@ int PrintJob::cookie() const {
|
||||||
return document_->cookie();
|
return document_->cookie();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::WillDestroyCurrentMessageLoop() {
|
|
||||||
NOTREACHED();
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintJob::StartPrinting() {
|
void PrintJob::StartPrinting() {
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
DCHECK(worker_->message_loop());
|
DCHECK(worker_->IsRunning());
|
||||||
DCHECK(!is_job_pending_);
|
DCHECK(!is_job_pending_);
|
||||||
if (!worker_->message_loop() || is_job_pending_)
|
if (!worker_->IsRunning() || is_job_pending_)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Real work is done in PrintJobWorker::StartPrinting().
|
// Real work is done in PrintJobWorker::StartPrinting().
|
||||||
worker_->message_loop()->PostTask(
|
worker_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
base::Bind(&HoldRefCallback,
|
||||||
base::Bind(&HoldRefCallback, make_scoped_refptr(this),
|
make_scoped_refptr(this),
|
||||||
base::Bind(&PrintJobWorker::StartPrinting,
|
base::Bind(&PrintJobWorker::StartPrinting,
|
||||||
base::Unretained(worker_.get()), document_)));
|
base::Unretained(worker_.get()),
|
||||||
|
document_)));
|
||||||
// Set the flag right now.
|
// Set the flag right now.
|
||||||
is_job_pending_ = true;
|
is_job_pending_ = true;
|
||||||
|
|
||||||
|
@ -152,7 +141,7 @@ void PrintJob::StartPrinting() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::Stop() {
|
void PrintJob::Stop() {
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
if (quit_factory_.HasWeakPtrs()) {
|
if (quit_factory_.HasWeakPtrs()) {
|
||||||
// In case we're running a nested message loop to wait for a job to finish,
|
// In case we're running a nested message loop to wait for a job to finish,
|
||||||
|
@ -164,7 +153,7 @@ void PrintJob::Stop() {
|
||||||
// Be sure to live long enough.
|
// Be sure to live long enough.
|
||||||
scoped_refptr<PrintJob> handle(this);
|
scoped_refptr<PrintJob> handle(this);
|
||||||
|
|
||||||
if (worker_->message_loop()) {
|
if (worker_->IsRunning()) {
|
||||||
ControlledWorkerShutdown();
|
ControlledWorkerShutdown();
|
||||||
} else {
|
} else {
|
||||||
// Flush the cached document.
|
// Flush the cached document.
|
||||||
|
@ -180,10 +169,8 @@ void PrintJob::Cancel() {
|
||||||
// Be sure to live long enough.
|
// Be sure to live long enough.
|
||||||
scoped_refptr<PrintJob> handle(this);
|
scoped_refptr<PrintJob> handle(this);
|
||||||
|
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
base::MessageLoop* worker_loop =
|
if (worker_ && worker_->IsRunning()) {
|
||||||
worker_.get() ? worker_->message_loop() : NULL;
|
|
||||||
if (worker_loop) {
|
|
||||||
// Call this right now so it renders the context invalid. Do not use
|
// Call this right now so it renders the context invalid. Do not use
|
||||||
// InvokeLater since it would take too much time.
|
// InvokeLater since it would take too much time.
|
||||||
worker_->Cancel();
|
worker_->Cancel();
|
||||||
|
@ -237,14 +224,15 @@ void PrintJob::UpdatePrintedDocument(PrintedDocument* new_document) {
|
||||||
settings_ = document_->settings();
|
settings_ = document_->settings();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (worker_.get() && worker_->message_loop()) {
|
if (worker_) {
|
||||||
DCHECK(!is_job_pending_);
|
DCHECK(!is_job_pending_);
|
||||||
// Sync the document with the worker.
|
// Sync the document with the worker.
|
||||||
worker_->message_loop()->PostTask(
|
worker_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
base::Bind(&HoldRefCallback,
|
||||||
base::Bind(&HoldRefCallback, make_scoped_refptr(this),
|
make_scoped_refptr(this),
|
||||||
base::Bind(&PrintJobWorker::OnDocumentChanged,
|
base::Bind(&PrintJobWorker::OnDocumentChanged,
|
||||||
base::Unretained(worker_.get()), document_)));
|
base::Unretained(worker_.get()),
|
||||||
|
document_)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -264,7 +252,6 @@ void PrintJob::OnNotifyPrintJobEvent(const JobEventDetails& event_details) {
|
||||||
}
|
}
|
||||||
case JobEventDetails::NEW_DOC:
|
case JobEventDetails::NEW_DOC:
|
||||||
case JobEventDetails::NEW_PAGE:
|
case JobEventDetails::NEW_PAGE:
|
||||||
case JobEventDetails::PAGE_DONE:
|
|
||||||
case JobEventDetails::JOB_DONE:
|
case JobEventDetails::JOB_DONE:
|
||||||
case JobEventDetails::ALL_PAGES_REQUESTED: {
|
case JobEventDetails::ALL_PAGES_REQUESTED: {
|
||||||
// Don't care.
|
// Don't care.
|
||||||
|
@ -276,6 +263,8 @@ void PrintJob::OnNotifyPrintJobEvent(const JobEventDetails& event_details) {
|
||||||
FROM_HERE, base::Bind(&PrintJob::OnDocumentDone, this));
|
FROM_HERE, base::Bind(&PrintJob::OnDocumentDone, this));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case JobEventDetails::PAGE_DONE:
|
||||||
|
break;
|
||||||
default: {
|
default: {
|
||||||
NOTREACHED();
|
NOTREACHED();
|
||||||
break;
|
break;
|
||||||
|
@ -300,7 +289,7 @@ void PrintJob::OnDocumentDone() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::ControlledWorkerShutdown() {
|
void PrintJob::ControlledWorkerShutdown() {
|
||||||
DCHECK_EQ(ui_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
// The deadlock this code works around is specific to window messaging on
|
// The deadlock this code works around is specific to window messaging on
|
||||||
// Windows, so we aren't likely to need it on any other platforms.
|
// Windows, so we aren't likely to need it on any other platforms.
|
||||||
|
|
|
@ -15,15 +15,19 @@
|
||||||
|
|
||||||
class Thread;
|
class Thread;
|
||||||
|
|
||||||
|
namespace base {
|
||||||
|
class RefCountedMemory;
|
||||||
|
}
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
// See definition below.
|
|
||||||
class JobEventDetails;
|
class JobEventDetails;
|
||||||
|
class MetafilePlayer;
|
||||||
|
class PdfToEmfConverter;
|
||||||
|
class PrintJobWorker;
|
||||||
class PrintedDocument;
|
class PrintedDocument;
|
||||||
class PrintedPage;
|
class PrintedPage;
|
||||||
class PrintedPagesSource;
|
class PrintedPagesSource;
|
||||||
class PrintJobWorker;
|
|
||||||
class PrinterQuery;
|
class PrinterQuery;
|
||||||
|
|
||||||
// Manages the print work for a specific document. Talks to the printer through
|
// Manages the print work for a specific document. Talks to the printer through
|
||||||
|
@ -33,8 +37,7 @@ class PrinterQuery;
|
||||||
// reference to the job to be sure it is kept alive. All the code in this class
|
// reference to the job to be sure it is kept alive. All the code in this class
|
||||||
// runs in the UI thread.
|
// runs in the UI thread.
|
||||||
class PrintJob : public PrintJobWorkerOwner,
|
class PrintJob : public PrintJobWorkerOwner,
|
||||||
public content::NotificationObserver,
|
public content::NotificationObserver {
|
||||||
public base::MessageLoop::DestructionObserver {
|
|
||||||
public:
|
public:
|
||||||
// Create a empty PrintJob. When initializing with this constructor,
|
// Create a empty PrintJob. When initializing with this constructor,
|
||||||
// post-constructor initialization must be done with Initialize().
|
// post-constructor initialization must be done with Initialize().
|
||||||
|
@ -54,13 +57,9 @@ class PrintJob : public PrintJobWorkerOwner,
|
||||||
virtual void GetSettingsDone(const PrintSettings& new_settings,
|
virtual void GetSettingsDone(const PrintSettings& new_settings,
|
||||||
PrintingContext::Result result) OVERRIDE;
|
PrintingContext::Result result) OVERRIDE;
|
||||||
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) OVERRIDE;
|
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) OVERRIDE;
|
||||||
virtual base::MessageLoop* message_loop() OVERRIDE;
|
|
||||||
virtual const PrintSettings& settings() const OVERRIDE;
|
virtual const PrintSettings& settings() const OVERRIDE;
|
||||||
virtual int cookie() const OVERRIDE;
|
virtual int cookie() const OVERRIDE;
|
||||||
|
|
||||||
// DestructionObserver implementation.
|
|
||||||
virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
|
|
||||||
|
|
||||||
// Starts the actual printing. Signals the worker that it should begin to
|
// Starts the actual printing. Signals the worker that it should begin to
|
||||||
// spool as soon as data is available.
|
// spool as soon as data is available.
|
||||||
void StartPrinting();
|
void StartPrinting();
|
||||||
|
@ -116,10 +115,6 @@ class PrintJob : public PrintJobWorkerOwner,
|
||||||
|
|
||||||
content::NotificationRegistrar registrar_;
|
content::NotificationRegistrar registrar_;
|
||||||
|
|
||||||
// Main message loop reference. Used to send notifications in the right
|
|
||||||
// thread.
|
|
||||||
base::MessageLoop* const ui_message_loop_;
|
|
||||||
|
|
||||||
// Source that generates the PrintedPage's (i.e. a WebContents). It will be
|
// Source that generates the PrintedPage's (i.e. a WebContents). It will be
|
||||||
// set back to NULL if the source is deleted before this object.
|
// set back to NULL if the source is deleted before this object.
|
||||||
PrintedPagesSource* source_;
|
PrintedPagesSource* source_;
|
||||||
|
|
|
@ -22,11 +22,6 @@ PrintQueriesQueue::~PrintQueriesQueue() {
|
||||||
queued_queries_.clear();
|
queued_queries_.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintQueriesQueue::SetDestination(PrintDestinationInterface* destination) {
|
|
||||||
base::AutoLock lock(lock_);
|
|
||||||
destination_ = destination;
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintQueriesQueue::QueuePrinterQuery(PrinterQuery* job) {
|
void PrintQueriesQueue::QueuePrinterQuery(PrinterQuery* job) {
|
||||||
base::AutoLock lock(lock_);
|
base::AutoLock lock(lock_);
|
||||||
DCHECK(job);
|
DCHECK(job);
|
||||||
|
@ -49,17 +44,27 @@ scoped_refptr<PrinterQuery> PrintQueriesQueue::PopPrinterQuery(
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
scoped_refptr<PrinterQuery> PrintQueriesQueue::CreatePrinterQuery() {
|
scoped_refptr<PrinterQuery> PrintQueriesQueue::CreatePrinterQuery(
|
||||||
scoped_refptr<PrinterQuery> job = new printing::PrinterQuery;
|
int render_process_id,
|
||||||
base::AutoLock lock(lock_);
|
int render_view_id) {
|
||||||
job->SetWorkerDestination(destination_);
|
scoped_refptr<PrinterQuery> job =
|
||||||
|
new printing::PrinterQuery(render_process_id, render_view_id);
|
||||||
return job;
|
return job;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintQueriesQueue::Shutdown() {
|
void PrintQueriesQueue::Shutdown() {
|
||||||
|
PrinterQueries queries_to_stop;
|
||||||
|
{
|
||||||
base::AutoLock lock(lock_);
|
base::AutoLock lock(lock_);
|
||||||
queued_queries_.clear();
|
queued_queries_.swap(queries_to_stop);
|
||||||
destination_ = NULL;
|
}
|
||||||
|
// Stop all pending queries, requests to generate print preview do not have
|
||||||
|
// corresponding PrintJob, so any pending preview requests are not covered
|
||||||
|
// by PrintJobManager::StopJobs and should be stopped explicitly.
|
||||||
|
for (PrinterQueries::iterator itr = queries_to_stop.begin();
|
||||||
|
itr != queries_to_stop.end(); ++itr) {
|
||||||
|
(*itr)->PostTask(FROM_HERE, base::Bind(&PrinterQuery::StopWorker, *itr));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintJobManager::PrintJobManager() : is_shutdown_(false) {
|
PrintJobManager::PrintJobManager() : is_shutdown_(false) {
|
||||||
|
@ -72,7 +77,7 @@ PrintJobManager::~PrintJobManager() {
|
||||||
|
|
||||||
scoped_refptr<PrintQueriesQueue> PrintJobManager::queue() {
|
scoped_refptr<PrintQueriesQueue> PrintJobManager::queue() {
|
||||||
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
||||||
if (!queue_)
|
if (!queue_.get())
|
||||||
queue_ = new PrintQueriesQueue();
|
queue_ = new PrintQueriesQueue();
|
||||||
return queue_;
|
return queue_;
|
||||||
}
|
}
|
||||||
|
@ -83,7 +88,7 @@ void PrintJobManager::Shutdown() {
|
||||||
is_shutdown_ = true;
|
is_shutdown_ = true;
|
||||||
registrar_.RemoveAll();
|
registrar_.RemoveAll();
|
||||||
StopJobs(true);
|
StopJobs(true);
|
||||||
if (queue_)
|
if (queue_.get())
|
||||||
queue_->Shutdown();
|
queue_->Shutdown();
|
||||||
queue_ = NULL;
|
queue_ = NULL;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "base/memory/ref_counted.h"
|
#include "base/memory/ref_counted.h"
|
||||||
|
#include "base/memory/scoped_ptr.h"
|
||||||
#include "base/synchronization/lock.h"
|
#include "base/synchronization/lock.h"
|
||||||
#include "base/threading/non_thread_safe.h"
|
#include "base/threading/non_thread_safe.h"
|
||||||
#include "content/public/browser/notification_observer.h"
|
#include "content/public/browser/notification_observer.h"
|
||||||
#include "content/public/browser/notification_registrar.h"
|
#include "content/public/browser/notification_registrar.h"
|
||||||
#include "printing/print_destination_interface.h"
|
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
|
@ -26,9 +26,6 @@ class PrintQueriesQueue : public base::RefCountedThreadSafe<PrintQueriesQueue> {
|
||||||
public:
|
public:
|
||||||
PrintQueriesQueue();
|
PrintQueriesQueue();
|
||||||
|
|
||||||
// Sets the print destination to be set on the next print job.
|
|
||||||
void SetDestination(PrintDestinationInterface* destination);
|
|
||||||
|
|
||||||
// Queues a semi-initialized worker thread. Can be called from any thread.
|
// Queues a semi-initialized worker thread. Can be called from any thread.
|
||||||
// Current use case is queuing from the I/O thread.
|
// Current use case is queuing from the I/O thread.
|
||||||
// TODO(maruel): Have them vanish after a timeout (~5 minutes?)
|
// TODO(maruel): Have them vanish after a timeout (~5 minutes?)
|
||||||
|
@ -39,7 +36,8 @@ class PrintQueriesQueue : public base::RefCountedThreadSafe<PrintQueriesQueue> {
|
||||||
scoped_refptr<PrinterQuery> PopPrinterQuery(int document_cookie);
|
scoped_refptr<PrinterQuery> PopPrinterQuery(int document_cookie);
|
||||||
|
|
||||||
// Creates new query.
|
// Creates new query.
|
||||||
scoped_refptr<PrinterQuery> CreatePrinterQuery();
|
scoped_refptr<PrinterQuery> CreatePrinterQuery(int render_process_id,
|
||||||
|
int render_view_id);
|
||||||
|
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|
||||||
|
@ -54,8 +52,6 @@ class PrintQueriesQueue : public base::RefCountedThreadSafe<PrintQueriesQueue> {
|
||||||
|
|
||||||
PrinterQueries queued_queries_;
|
PrinterQueries queued_queries_;
|
||||||
|
|
||||||
scoped_refptr<PrintDestinationInterface> destination_;
|
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(PrintQueriesQueue);
|
DISALLOW_COPY_AND_ASSIGN(PrintQueriesQueue);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
#include "chrome/browser/browser_process.h"
|
#include "chrome/browser/browser_process.h"
|
||||||
#include "chrome/browser/chrome_notification_types.h"
|
#include "chrome/browser/chrome_notification_types.h"
|
||||||
#include "chrome/browser/printing/print_job.h"
|
#include "chrome/browser/printing/print_job.h"
|
||||||
#include "chrome/browser/printing/printing_ui_web_contents_observer.h"
|
|
||||||
#include "content/public/browser/browser_thread.h"
|
#include "content/public/browser/browser_thread.h"
|
||||||
#include "content/public/browser/notification_service.h"
|
#include "content/public/browser/notification_service.h"
|
||||||
#include "grit/generated_resources.h"
|
#include "content/public/browser/render_view_host.h"
|
||||||
|
#include "content/public/browser/web_contents.h"
|
||||||
#include "printing/print_job_constants.h"
|
#include "printing/print_job_constants.h"
|
||||||
#include "printing/printed_document.h"
|
#include "printing/printed_document.h"
|
||||||
#include "printing/printed_page.h"
|
#include "printing/printed_page.h"
|
||||||
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
using content::BrowserThread;
|
using content::BrowserThread;
|
||||||
|
|
||||||
|
namespace printing {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// Helper function to ensure |owner| is valid until at least |callback| returns.
|
// Helper function to ensure |owner| is valid until at least |callback| returns.
|
||||||
|
@ -33,9 +35,41 @@ void HoldRefCallback(const scoped_refptr<printing::PrintJobWorkerOwner>& owner,
|
||||||
callback.Run();
|
callback.Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
class PrintingContextDelegate : public PrintingContext::Delegate {
|
||||||
|
public:
|
||||||
|
PrintingContextDelegate(int render_process_id, int render_view_id);
|
||||||
|
virtual ~PrintingContextDelegate();
|
||||||
|
|
||||||
namespace printing {
|
virtual gfx::NativeView GetParentView() OVERRIDE;
|
||||||
|
virtual std::string GetAppLocale() OVERRIDE;
|
||||||
|
|
||||||
|
private:
|
||||||
|
int render_process_id_;
|
||||||
|
int render_view_id_;
|
||||||
|
};
|
||||||
|
|
||||||
|
PrintingContextDelegate::PrintingContextDelegate(int render_process_id,
|
||||||
|
int render_view_id)
|
||||||
|
: render_process_id_(render_process_id),
|
||||||
|
render_view_id_(render_view_id) {
|
||||||
|
}
|
||||||
|
|
||||||
|
PrintingContextDelegate::~PrintingContextDelegate() {
|
||||||
|
}
|
||||||
|
|
||||||
|
gfx::NativeView PrintingContextDelegate::GetParentView() {
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
content::RenderViewHost* view =
|
||||||
|
content::RenderViewHost::FromID(render_process_id_, render_view_id_);
|
||||||
|
if (!view)
|
||||||
|
return NULL;
|
||||||
|
content::WebContents* wc = content::WebContents::FromRenderViewHost(view);
|
||||||
|
return wc ? wc->GetNativeView() : NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string PrintingContextDelegate::GetAppLocale() {
|
||||||
|
return g_browser_process->GetApplicationLocale();
|
||||||
|
}
|
||||||
|
|
||||||
void NotificationCallback(PrintJobWorkerOwner* print_job,
|
void NotificationCallback(PrintJobWorkerOwner* print_job,
|
||||||
JobEventDetails::Type detail_type,
|
JobEventDetails::Type detail_type,
|
||||||
|
@ -49,22 +83,25 @@ void NotificationCallback(PrintJobWorkerOwner* print_job,
|
||||||
content::Details<JobEventDetails>(details));
|
content::Details<JobEventDetails>(details));
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintJobWorker::PrintJobWorker(PrintJobWorkerOwner* owner)
|
} // namespace
|
||||||
: Thread("Printing_Worker"),
|
|
||||||
owner_(owner),
|
|
||||||
weak_factory_(this) {
|
|
||||||
// The object is created in the IO thread.
|
|
||||||
DCHECK_EQ(owner_->message_loop(), base::MessageLoop::current());
|
|
||||||
|
|
||||||
printing_context_.reset(PrintingContext::Create(
|
PrintJobWorker::PrintJobWorker(int render_process_id,
|
||||||
g_browser_process->GetApplicationLocale()));
|
int render_view_id,
|
||||||
|
PrintJobWorkerOwner* owner)
|
||||||
|
: owner_(owner), thread_("Printing_Worker"), weak_factory_(this) {
|
||||||
|
// The object is created in the IO thread.
|
||||||
|
DCHECK(owner_->RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
|
printing_context_delegate_.reset(
|
||||||
|
new PrintingContextDelegate(render_process_id, render_view_id));
|
||||||
|
printing_context_ = PrintingContext::Create(printing_context_delegate_.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintJobWorker::~PrintJobWorker() {
|
PrintJobWorker::~PrintJobWorker() {
|
||||||
// The object is normally deleted in the UI thread, but when the user
|
// The object is normally deleted in the UI thread, but when the user
|
||||||
// cancels printing or in the case of print preview, the worker is destroyed
|
// cancels printing or in the case of print preview, the worker is destroyed
|
||||||
// on the I/O thread.
|
// on the I/O thread.
|
||||||
DCHECK_EQ(owner_->message_loop(), base::MessageLoop::current());
|
DCHECK(owner_->RunsTasksOnCurrentThread());
|
||||||
Stop();
|
Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,18 +110,12 @@ void PrintJobWorker::SetNewOwner(PrintJobWorkerOwner* new_owner) {
|
||||||
owner_ = new_owner;
|
owner_ = new_owner;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::SetPrintDestination(
|
|
||||||
PrintDestinationInterface* destination) {
|
|
||||||
destination_ = destination;
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintJobWorker::GetSettings(
|
void PrintJobWorker::GetSettings(
|
||||||
bool ask_user_for_settings,
|
bool ask_user_for_settings,
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int document_page_count,
|
int document_page_count,
|
||||||
bool has_selection,
|
bool has_selection,
|
||||||
MarginType margin_type) {
|
MarginType margin_type) {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
DCHECK_EQ(page_number_, PageNumber::npos());
|
DCHECK_EQ(page_number_, PageNumber::npos());
|
||||||
|
|
||||||
// Recursive task processing is needed for the dialog in case it needs to be
|
// Recursive task processing is needed for the dialog in case it needs to be
|
||||||
|
@ -97,13 +128,12 @@ void PrintJobWorker::GetSettings(
|
||||||
|
|
||||||
// When we delegate to a destination, we don't ask the user for settings.
|
// When we delegate to a destination, we don't ask the user for settings.
|
||||||
// TODO(mad): Ask the destination for settings.
|
// TODO(mad): Ask the destination for settings.
|
||||||
if (ask_user_for_settings && destination_.get() == NULL) {
|
if (ask_user_for_settings) {
|
||||||
BrowserThread::PostTask(
|
BrowserThread::PostTask(
|
||||||
BrowserThread::UI, FROM_HERE,
|
BrowserThread::UI, FROM_HERE,
|
||||||
base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
|
base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
|
||||||
base::Bind(&PrintJobWorker::GetSettingsWithUI,
|
base::Bind(&PrintJobWorker::GetSettingsWithUI,
|
||||||
base::Unretained(this),
|
base::Unretained(this),
|
||||||
base::Passed(&web_contents_observer),
|
|
||||||
document_page_count,
|
document_page_count,
|
||||||
has_selection)));
|
has_selection)));
|
||||||
} else {
|
} else {
|
||||||
|
@ -116,8 +146,8 @@ void PrintJobWorker::GetSettings(
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::SetSettings(
|
void PrintJobWorker::SetSettings(
|
||||||
const base::DictionaryValue* const new_settings) {
|
scoped_ptr<base::DictionaryValue> new_settings) {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
BrowserThread::PostTask(
|
BrowserThread::PostTask(
|
||||||
BrowserThread::UI,
|
BrowserThread::UI,
|
||||||
|
@ -126,11 +156,12 @@ void PrintJobWorker::SetSettings(
|
||||||
make_scoped_refptr(owner_),
|
make_scoped_refptr(owner_),
|
||||||
base::Bind(&PrintJobWorker::UpdatePrintSettings,
|
base::Bind(&PrintJobWorker::UpdatePrintSettings,
|
||||||
base::Unretained(this),
|
base::Unretained(this),
|
||||||
base::Owned(new_settings))));
|
base::Passed(&new_settings))));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::UpdatePrintSettings(
|
void PrintJobWorker::UpdatePrintSettings(
|
||||||
const base::DictionaryValue* const new_settings) {
|
scoped_ptr<base::DictionaryValue> new_settings) {
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
PrintingContext::Result result =
|
PrintingContext::Result result =
|
||||||
printing_context_->UpdatePrintSettings(*new_settings);
|
printing_context_->UpdatePrintSettings(*new_settings);
|
||||||
GetSettingsDone(result);
|
GetSettingsDone(result);
|
||||||
|
@ -147,36 +178,31 @@ void PrintJobWorker::GetSettingsDone(PrintingContext::Result result) {
|
||||||
// We can't use OnFailure() here since owner_ may not support notifications.
|
// We can't use OnFailure() here since owner_ may not support notifications.
|
||||||
|
|
||||||
// PrintJob will create the new PrintedDocument.
|
// PrintJob will create the new PrintedDocument.
|
||||||
owner_->message_loop()->PostTask(
|
owner_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
|
||||||
base::Bind(&PrintJobWorkerOwner::GetSettingsDone,
|
base::Bind(&PrintJobWorkerOwner::GetSettingsDone,
|
||||||
make_scoped_refptr(owner_), printing_context_->settings(),
|
make_scoped_refptr(owner_),
|
||||||
|
printing_context_->settings(),
|
||||||
result));
|
result));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::GetSettingsWithUI(
|
void PrintJobWorker::GetSettingsWithUI(
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int document_page_count,
|
int document_page_count,
|
||||||
bool has_selection) {
|
bool has_selection) {
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
|
||||||
gfx::NativeView parent_view = web_contents_observer->GetParentView();
|
|
||||||
if (!parent_view) {
|
|
||||||
GetSettingsWithUIDone(printing::PrintingContext::FAILED);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
printing_context_->AskUserForSettings(
|
printing_context_->AskUserForSettings(
|
||||||
parent_view, document_page_count, has_selection,
|
document_page_count,
|
||||||
|
has_selection,
|
||||||
base::Bind(&PrintJobWorker::GetSettingsWithUIDone,
|
base::Bind(&PrintJobWorker::GetSettingsWithUIDone,
|
||||||
base::Unretained(this)));
|
base::Unretained(this)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::GetSettingsWithUIDone(PrintingContext::Result result) {
|
void PrintJobWorker::GetSettingsWithUIDone(PrintingContext::Result result) {
|
||||||
message_loop()->PostTask(
|
PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
base::Bind(&HoldRefCallback,
|
||||||
base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
|
make_scoped_refptr(owner_),
|
||||||
base::Bind(&PrintJobWorker::GetSettingsDone,
|
base::Bind(&PrintJobWorker::GetSettingsDone,
|
||||||
base::Unretained(this), result)));
|
base::Unretained(this),
|
||||||
|
result)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::UseDefaultSettings() {
|
void PrintJobWorker::UseDefaultSettings() {
|
||||||
|
@ -185,9 +211,9 @@ void PrintJobWorker::UseDefaultSettings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::StartPrinting(PrintedDocument* new_document) {
|
void PrintJobWorker::StartPrinting(PrintedDocument* new_document) {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
DCHECK_EQ(page_number_, PageNumber::npos());
|
DCHECK_EQ(page_number_, PageNumber::npos());
|
||||||
DCHECK_EQ(document_, new_document);
|
DCHECK_EQ(document_.get(), new_document);
|
||||||
DCHECK(document_.get());
|
DCHECK(document_.get());
|
||||||
|
|
||||||
if (!document_.get() || page_number_ != PageNumber::npos() ||
|
if (!document_.get() || page_number_ != PageNumber::npos() ||
|
||||||
|
@ -216,7 +242,7 @@ void PrintJobWorker::StartPrinting(PrintedDocument* new_document) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::OnDocumentChanged(PrintedDocument* new_document) {
|
void PrintJobWorker::OnDocumentChanged(PrintedDocument* new_document) {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
DCHECK_EQ(page_number_, PageNumber::npos());
|
DCHECK_EQ(page_number_, PageNumber::npos());
|
||||||
|
|
||||||
if (page_number_ != PageNumber::npos())
|
if (page_number_ != PageNumber::npos())
|
||||||
|
@ -230,7 +256,7 @@ void PrintJobWorker::OnNewPage() {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// message_loop() could return NULL when the print job is cancelled.
|
// message_loop() could return NULL when the print job is cancelled.
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
if (page_number_ == PageNumber::npos()) {
|
if (page_number_ == PageNumber::npos()) {
|
||||||
// Find first page to print.
|
// Find first page to print.
|
||||||
|
@ -243,15 +269,13 @@ void PrintJobWorker::OnNewPage() {
|
||||||
}
|
}
|
||||||
// We have enough information to initialize page_number_.
|
// We have enough information to initialize page_number_.
|
||||||
page_number_.Init(document_->settings(), page_count);
|
page_number_.Init(document_->settings(), page_count);
|
||||||
if (destination_.get() != NULL)
|
|
||||||
destination_->SetPageCount(page_count);
|
|
||||||
}
|
}
|
||||||
DCHECK_NE(page_number_, PageNumber::npos());
|
DCHECK_NE(page_number_, PageNumber::npos());
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
// Is the page available?
|
// Is the page available?
|
||||||
scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt());
|
scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt());
|
||||||
if (!page) {
|
if (!page.get()) {
|
||||||
// We need to wait for the page to be available.
|
// We need to wait for the page to be available.
|
||||||
base::MessageLoop::current()->PostDelayedTask(
|
base::MessageLoop::current()->PostDelayedTask(
|
||||||
FROM_HERE,
|
FROM_HERE,
|
||||||
|
@ -277,8 +301,33 @@ void PrintJobWorker::Cancel() {
|
||||||
// context we run.
|
// context we run.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool PrintJobWorker::IsRunning() const {
|
||||||
|
return thread_.IsRunning();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool PrintJobWorker::PostTask(const tracked_objects::Location& from_here,
|
||||||
|
const base::Closure& task) {
|
||||||
|
if (task_runner_.get())
|
||||||
|
return task_runner_->PostTask(from_here, task);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void PrintJobWorker::StopSoon() {
|
||||||
|
thread_.StopSoon();
|
||||||
|
}
|
||||||
|
|
||||||
|
void PrintJobWorker::Stop() {
|
||||||
|
thread_.Stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool PrintJobWorker::Start() {
|
||||||
|
bool result = thread_.Start();
|
||||||
|
task_runner_ = thread_.task_runner();
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
void PrintJobWorker::OnDocumentDone() {
|
void PrintJobWorker::OnDocumentDone() {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
DCHECK_EQ(page_number_, PageNumber::npos());
|
DCHECK_EQ(page_number_, PageNumber::npos());
|
||||||
DCHECK(document_.get());
|
DCHECK(document_.get());
|
||||||
|
|
||||||
|
@ -287,9 +336,11 @@ void PrintJobWorker::OnDocumentDone() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
owner_->message_loop()->PostTask(
|
owner_->PostTask(FROM_HERE,
|
||||||
FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
|
base::Bind(&NotificationCallback,
|
||||||
JobEventDetails::DOC_DONE, document_,
|
make_scoped_refptr(owner_),
|
||||||
|
JobEventDetails::DOC_DONE,
|
||||||
|
document_,
|
||||||
scoped_refptr<PrintedPage>()));
|
scoped_refptr<PrintedPage>()));
|
||||||
|
|
||||||
// Makes sure the variables are reinitialized.
|
// Makes sure the variables are reinitialized.
|
||||||
|
@ -297,13 +348,15 @@ void PrintJobWorker::OnDocumentDone() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::SpoolPage(PrintedPage* page) {
|
void PrintJobWorker::SpoolPage(PrintedPage* page) {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
DCHECK_NE(page_number_, PageNumber::npos());
|
DCHECK_NE(page_number_, PageNumber::npos());
|
||||||
|
|
||||||
// Signal everyone that the page is about to be printed.
|
// Signal everyone that the page is about to be printed.
|
||||||
owner_->message_loop()->PostTask(
|
owner_->PostTask(FROM_HERE,
|
||||||
FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
|
base::Bind(&NotificationCallback,
|
||||||
JobEventDetails::NEW_PAGE, document_,
|
make_scoped_refptr(owner_),
|
||||||
|
JobEventDetails::NEW_PAGE,
|
||||||
|
document_,
|
||||||
make_scoped_refptr(page)));
|
make_scoped_refptr(page)));
|
||||||
|
|
||||||
// Preprocess.
|
// Preprocess.
|
||||||
|
@ -312,18 +365,6 @@ void PrintJobWorker::SpoolPage(PrintedPage* page) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (destination_.get() != NULL) {
|
|
||||||
std::vector<uint8> metabytes(page->metafile()->GetDataSize());
|
|
||||||
bool success = page->metafile()->GetData(
|
|
||||||
reinterpret_cast<void*>(&metabytes[0]), metabytes.size());
|
|
||||||
DCHECK(success) << "Failed to get metafile data.";
|
|
||||||
destination_->SetPageContent(
|
|
||||||
page->page_number(),
|
|
||||||
reinterpret_cast<void*>(&metabytes[0]),
|
|
||||||
metabytes.size());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Actual printing.
|
// Actual printing.
|
||||||
#if defined(OS_WIN) || defined(OS_MACOSX)
|
#if defined(OS_WIN) || defined(OS_MACOSX)
|
||||||
document_->RenderPrintedPage(*page, printing_context_->context());
|
document_->RenderPrintedPage(*page, printing_context_->context());
|
||||||
|
@ -338,22 +379,25 @@ void PrintJobWorker::SpoolPage(PrintedPage* page) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Signal everyone that the page is printed.
|
// Signal everyone that the page is printed.
|
||||||
owner_->message_loop()->PostTask(
|
owner_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
base::Bind(&NotificationCallback,
|
||||||
base::Bind(NotificationCallback, make_scoped_refptr(owner_),
|
make_scoped_refptr(owner_),
|
||||||
JobEventDetails::PAGE_DONE, document_,
|
JobEventDetails::PAGE_DONE,
|
||||||
|
document_,
|
||||||
make_scoped_refptr(page)));
|
make_scoped_refptr(page)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJobWorker::OnFailure() {
|
void PrintJobWorker::OnFailure() {
|
||||||
DCHECK_EQ(message_loop(), base::MessageLoop::current());
|
DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
||||||
|
|
||||||
// We may loose our last reference by broadcasting the FAILED event.
|
// We may loose our last reference by broadcasting the FAILED event.
|
||||||
scoped_refptr<PrintJobWorkerOwner> handle(owner_);
|
scoped_refptr<PrintJobWorkerOwner> handle(owner_);
|
||||||
|
|
||||||
owner_->message_loop()->PostTask(
|
owner_->PostTask(FROM_HERE,
|
||||||
FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
|
base::Bind(&NotificationCallback,
|
||||||
JobEventDetails::FAILED, document_,
|
make_scoped_refptr(owner_),
|
||||||
|
JobEventDetails::FAILED,
|
||||||
|
document_,
|
||||||
scoped_refptr<PrintedPage>()));
|
scoped_refptr<PrintedPage>()));
|
||||||
Cancel();
|
Cancel();
|
||||||
|
|
||||||
|
|
|
@ -9,12 +9,10 @@
|
||||||
#include "base/memory/scoped_ptr.h"
|
#include "base/memory/scoped_ptr.h"
|
||||||
#include "base/memory/weak_ptr.h"
|
#include "base/memory/weak_ptr.h"
|
||||||
#include "base/threading/thread.h"
|
#include "base/threading/thread.h"
|
||||||
|
#include "content/public/browser/browser_thread.h"
|
||||||
#include "printing/page_number.h"
|
#include "printing/page_number.h"
|
||||||
#include "printing/print_destination_interface.h"
|
|
||||||
#include "printing/printing_context.h"
|
|
||||||
#include "printing/print_job_constants.h"
|
#include "printing/print_job_constants.h"
|
||||||
|
#include "printing/printing_context.h"
|
||||||
class PrintingUIWebContentsObserver;
|
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class DictionaryValue;
|
class DictionaryValue;
|
||||||
|
@ -22,39 +20,35 @@ class DictionaryValue;
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
class PrintedDocument;
|
|
||||||
class PrintedPage;
|
|
||||||
class PrintJob;
|
class PrintJob;
|
||||||
class PrintJobWorkerOwner;
|
class PrintJobWorkerOwner;
|
||||||
|
class PrintedDocument;
|
||||||
|
class PrintedPage;
|
||||||
|
|
||||||
// Worker thread code. It manages the PrintingContext, which can be blocking
|
// Worker thread code. It manages the PrintingContext, which can be blocking
|
||||||
// and/or run a message loop. This is the object that generates most
|
// and/or run a message loop. This is the object that generates most
|
||||||
// NOTIFY_PRINT_JOB_EVENT notifications, but they are generated through a
|
// NOTIFY_PRINT_JOB_EVENT notifications, but they are generated through a
|
||||||
// NotificationTask task to be executed from the right thread, the UI thread.
|
// NotificationTask task to be executed from the right thread, the UI thread.
|
||||||
// PrintJob always outlives its worker instance.
|
// PrintJob always outlives its worker instance.
|
||||||
class PrintJobWorker : public base::Thread {
|
class PrintJobWorker {
|
||||||
public:
|
public:
|
||||||
explicit PrintJobWorker(PrintJobWorkerOwner* owner);
|
PrintJobWorker(int render_process_id,
|
||||||
|
int render_view_id,
|
||||||
|
PrintJobWorkerOwner* owner);
|
||||||
virtual ~PrintJobWorker();
|
virtual ~PrintJobWorker();
|
||||||
|
|
||||||
void SetNewOwner(PrintJobWorkerOwner* new_owner);
|
void SetNewOwner(PrintJobWorkerOwner* new_owner);
|
||||||
|
|
||||||
// Set a destination for print.
|
|
||||||
// This supercedes the document's rendering destination.
|
|
||||||
void SetPrintDestination(PrintDestinationInterface* destination);
|
|
||||||
|
|
||||||
// Initializes the print settings. If |ask_user_for_settings| is true, a
|
// Initializes the print settings. If |ask_user_for_settings| is true, a
|
||||||
// Print... dialog box will be shown to ask the user his preference.
|
// Print... dialog box will be shown to ask the user his preference.
|
||||||
void GetSettings(
|
void GetSettings(
|
||||||
bool ask_user_for_settings,
|
bool ask_user_for_settings,
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int document_page_count,
|
int document_page_count,
|
||||||
bool has_selection,
|
bool has_selection,
|
||||||
MarginType margin_type);
|
MarginType margin_type);
|
||||||
|
|
||||||
// Set the new print settings. This function takes ownership of
|
// Set the new print settings.
|
||||||
// |new_settings|.
|
void SetSettings(scoped_ptr<base::DictionaryValue> new_settings);
|
||||||
void SetSettings(const base::DictionaryValue* const new_settings);
|
|
||||||
|
|
||||||
// Starts the printing loop. Every pages are printed as soon as the data is
|
// Starts the printing loop. Every pages are printed as soon as the data is
|
||||||
// available. Makes sure the new_document is the right one.
|
// available. Makes sure the new_document is the right one.
|
||||||
|
@ -71,6 +65,22 @@ class PrintJobWorker : public base::Thread {
|
||||||
// This is the only function that can be called in a thread.
|
// This is the only function that can be called in a thread.
|
||||||
void Cancel();
|
void Cancel();
|
||||||
|
|
||||||
|
// Returns true if the thread has been started, and not yet stopped.
|
||||||
|
bool IsRunning() const;
|
||||||
|
|
||||||
|
// Posts the given task to be run.
|
||||||
|
bool PostTask(const tracked_objects::Location& from_here,
|
||||||
|
const base::Closure& task);
|
||||||
|
|
||||||
|
// Signals the thread to exit in the near future.
|
||||||
|
void StopSoon();
|
||||||
|
|
||||||
|
// Signals the thread to exit and returns once the thread has exited.
|
||||||
|
void Stop();
|
||||||
|
|
||||||
|
// Starts the thread.
|
||||||
|
bool Start();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Retrieves the context for testing only.
|
// Retrieves the context for testing only.
|
||||||
PrintingContext* printing_context() { return printing_context_.get(); }
|
PrintingContext* printing_context() { return printing_context_.get(); }
|
||||||
|
@ -97,7 +107,6 @@ class PrintJobWorker : public base::Thread {
|
||||||
// Required on Mac and Linux. Windows can display UI from non-main threads,
|
// Required on Mac and Linux. Windows can display UI from non-main threads,
|
||||||
// but sticks with this for consistency.
|
// but sticks with this for consistency.
|
||||||
void GetSettingsWithUI(
|
void GetSettingsWithUI(
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int document_page_count,
|
int document_page_count,
|
||||||
bool has_selection);
|
bool has_selection);
|
||||||
|
|
||||||
|
@ -106,9 +115,8 @@ class PrintJobWorker : public base::Thread {
|
||||||
// back into the IO thread for GetSettingsDone().
|
// back into the IO thread for GetSettingsDone().
|
||||||
void GetSettingsWithUIDone(PrintingContext::Result result);
|
void GetSettingsWithUIDone(PrintingContext::Result result);
|
||||||
|
|
||||||
// Called on the UI thread to update the print settings. This function takes
|
// Called on the UI thread to update the print settings.
|
||||||
// the ownership of |new_settings|.
|
void UpdatePrintSettings(scoped_ptr<base::DictionaryValue> new_settings);
|
||||||
void UpdatePrintSettings(const base::DictionaryValue* const new_settings);
|
|
||||||
|
|
||||||
// Reports settings back to owner_.
|
// Reports settings back to owner_.
|
||||||
void GetSettingsDone(PrintingContext::Result result);
|
void GetSettingsDone(PrintingContext::Result result);
|
||||||
|
@ -118,15 +126,15 @@ class PrintJobWorker : public base::Thread {
|
||||||
// systems.
|
// systems.
|
||||||
void UseDefaultSettings();
|
void UseDefaultSettings();
|
||||||
|
|
||||||
|
// Printing context delegate.
|
||||||
|
scoped_ptr<PrintingContext::Delegate> printing_context_delegate_;
|
||||||
|
|
||||||
// Information about the printer setting.
|
// Information about the printer setting.
|
||||||
scoped_ptr<PrintingContext> printing_context_;
|
scoped_ptr<PrintingContext> printing_context_;
|
||||||
|
|
||||||
// The printed document. Only has read-only access.
|
// The printed document. Only has read-only access.
|
||||||
scoped_refptr<PrintedDocument> document_;
|
scoped_refptr<PrintedDocument> document_;
|
||||||
|
|
||||||
// The print destination, may be NULL.
|
|
||||||
scoped_refptr<PrintDestinationInterface> destination_;
|
|
||||||
|
|
||||||
// The print job owning this worker thread. It is guaranteed to outlive this
|
// The print job owning this worker thread. It is guaranteed to outlive this
|
||||||
// object.
|
// object.
|
||||||
PrintJobWorkerOwner* owner_;
|
PrintJobWorkerOwner* owner_;
|
||||||
|
@ -134,6 +142,12 @@ class PrintJobWorker : public base::Thread {
|
||||||
// Current page number to print.
|
// Current page number to print.
|
||||||
PageNumber page_number_;
|
PageNumber page_number_;
|
||||||
|
|
||||||
|
// Thread to run worker tasks.
|
||||||
|
base::Thread thread_;
|
||||||
|
|
||||||
|
// Tread-safe pointer to task runner of the |thread_|.
|
||||||
|
scoped_refptr<base::SequencedTaskRunner> task_runner_;
|
||||||
|
|
||||||
// Used to generate a WeakPtr for callbacks.
|
// Used to generate a WeakPtr for callbacks.
|
||||||
base::WeakPtrFactory<PrintJobWorker> weak_factory_;
|
base::WeakPtrFactory<PrintJobWorker> weak_factory_;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
// Copyright 2014 The Chromium Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
#include "chrome/browser/printing/print_job_worker_owner.h"
|
||||||
|
|
||||||
|
#include "base/message_loop/message_loop.h"
|
||||||
|
|
||||||
|
namespace printing {
|
||||||
|
|
||||||
|
PrintJobWorkerOwner::PrintJobWorkerOwner()
|
||||||
|
: task_runner_(base::MessageLoop::current()->task_runner()) {
|
||||||
|
}
|
||||||
|
|
||||||
|
PrintJobWorkerOwner::~PrintJobWorkerOwner() {
|
||||||
|
}
|
||||||
|
|
||||||
|
bool PrintJobWorkerOwner::RunsTasksOnCurrentThread() const {
|
||||||
|
return task_runner_->RunsTasksOnCurrentThread();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool PrintJobWorkerOwner::PostTask(const tracked_objects::Location& from_here,
|
||||||
|
const base::Closure& task) {
|
||||||
|
return task_runner_->PostTask(from_here, task);
|
||||||
|
}
|
||||||
|
|
||||||
|
} // namespace printing
|
|
@ -10,8 +10,12 @@
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class MessageLoop;
|
class MessageLoop;
|
||||||
|
class SequencedTaskRunner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace tracked_objects {
|
||||||
|
class Location;
|
||||||
|
}
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
|
@ -21,6 +25,8 @@ class PrintSettings;
|
||||||
class PrintJobWorkerOwner
|
class PrintJobWorkerOwner
|
||||||
: public base::RefCountedThreadSafe<PrintJobWorkerOwner> {
|
: public base::RefCountedThreadSafe<PrintJobWorkerOwner> {
|
||||||
public:
|
public:
|
||||||
|
PrintJobWorkerOwner();
|
||||||
|
|
||||||
// Finishes the initialization began by PrintJobWorker::GetSettings().
|
// Finishes the initialization began by PrintJobWorker::GetSettings().
|
||||||
// Creates a new PrintedDocument if necessary. Solely meant to be called by
|
// Creates a new PrintedDocument if necessary. Solely meant to be called by
|
||||||
// PrintJobWorker.
|
// PrintJobWorker.
|
||||||
|
@ -30,19 +36,29 @@ class PrintJobWorkerOwner
|
||||||
// Detach the PrintJobWorker associated to this object.
|
// Detach the PrintJobWorker associated to this object.
|
||||||
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) = 0;
|
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) = 0;
|
||||||
|
|
||||||
// Retrieves the message loop that is expected to process GetSettingsDone.
|
|
||||||
virtual base::MessageLoop* message_loop() = 0;
|
|
||||||
|
|
||||||
// Access the current settings.
|
// Access the current settings.
|
||||||
virtual const PrintSettings& settings() const = 0;
|
virtual const PrintSettings& settings() const = 0;
|
||||||
|
|
||||||
// Cookie uniquely identifying the PrintedDocument and/or loaded settings.
|
// Cookie uniquely identifying the PrintedDocument and/or loaded settings.
|
||||||
virtual int cookie() const = 0;
|
virtual int cookie() const = 0;
|
||||||
|
|
||||||
|
// Returns true if the current thread is a thread on which a task
|
||||||
|
// may be run, and false if no task will be run on the current
|
||||||
|
// thread.
|
||||||
|
bool RunsTasksOnCurrentThread() const;
|
||||||
|
|
||||||
|
// Posts the given task to be run.
|
||||||
|
bool PostTask(const tracked_objects::Location& from_here,
|
||||||
|
const base::Closure& task);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class base::RefCountedThreadSafe<PrintJobWorkerOwner>;
|
friend class base::RefCountedThreadSafe<PrintJobWorkerOwner>;
|
||||||
|
|
||||||
virtual ~PrintJobWorkerOwner() {}
|
virtual ~PrintJobWorkerOwner();
|
||||||
|
|
||||||
|
// Task runner reference. Used to send notifications in the right
|
||||||
|
// thread.
|
||||||
|
scoped_refptr<base::SequencedTaskRunner> task_runner_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace printing
|
} // namespace printing
|
||||||
|
|
|
@ -24,11 +24,14 @@
|
||||||
#include "content/public/browser/notification_source.h"
|
#include "content/public/browser/notification_source.h"
|
||||||
#include "content/public/browser/render_view_host.h"
|
#include "content/public/browser/render_view_host.h"
|
||||||
#include "content/public/browser/web_contents.h"
|
#include "content/public/browser/web_contents.h"
|
||||||
#include "grit/generated_resources.h"
|
#include "printing/pdf_metafile_skia.h"
|
||||||
#include "printing/metafile_impl.h"
|
|
||||||
#include "printing/printed_document.h"
|
#include "printing/printed_document.h"
|
||||||
#include "ui/base/l10n/l10n_util.h"
|
#include "ui/base/l10n/l10n_util.h"
|
||||||
|
|
||||||
|
#if defined(ENABLE_FULL_PRINTING)
|
||||||
|
#include "chrome/browser/printing/print_error_dialog.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using base::TimeDelta;
|
using base::TimeDelta;
|
||||||
using content::BrowserThread;
|
using content::BrowserThread;
|
||||||
|
|
||||||
|
@ -36,11 +39,6 @@ namespace printing {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
|
||||||
// Limits memory usage by raster to 64 MiB.
|
|
||||||
const int kMaxRasterSizeInPixels = 16*1024*1024;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
PrintViewManagerBase::PrintViewManagerBase(content::WebContents* web_contents)
|
PrintViewManagerBase::PrintViewManagerBase(content::WebContents* web_contents)
|
||||||
|
@ -50,11 +48,10 @@ PrintViewManagerBase::PrintViewManagerBase(content::WebContents* web_contents)
|
||||||
inside_inner_message_loop_(false),
|
inside_inner_message_loop_(false),
|
||||||
cookie_(0),
|
cookie_(0),
|
||||||
queue_(g_browser_process->print_job_manager()->queue()) {
|
queue_(g_browser_process->print_job_manager()->queue()) {
|
||||||
DCHECK(queue_);
|
DCHECK(queue_.get());
|
||||||
#if (defined(OS_POSIX) && !defined(OS_MACOSX)) || \
|
#if !defined(OS_MACOSX)
|
||||||
defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
|
||||||
expecting_first_page_ = true;
|
expecting_first_page_ = true;
|
||||||
#endif
|
#endif // OS_MACOSX
|
||||||
printing_enabled_ = true;
|
printing_enabled_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,10 +60,12 @@ PrintViewManagerBase::~PrintViewManagerBase() {
|
||||||
DisconnectFromCurrentPrintJob();
|
DisconnectFromCurrentPrintJob();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined(DISABLE_BASIC_PRINTING)
|
||||||
bool PrintViewManagerBase::PrintNow(bool silent, bool print_background) {
|
bool PrintViewManagerBase::PrintNow(bool silent, bool print_background) {
|
||||||
return PrintNowInternal(new PrintMsg_PrintPages(
|
return PrintNowInternal(new PrintMsg_PrintPages(
|
||||||
routing_id(), silent, print_background));
|
routing_id(), silent, print_background));
|
||||||
}
|
}
|
||||||
|
#endif // !DISABLE_BASIC_PRINTING
|
||||||
|
|
||||||
void PrintViewManagerBase::NavigationStopped() {
|
void PrintViewManagerBase::NavigationStopped() {
|
||||||
// Cancel the current job, wait for the worker to finish.
|
// Cancel the current job, wait for the worker to finish.
|
||||||
|
@ -117,13 +116,12 @@ void PrintViewManagerBase::OnDidPrintPage(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)) || \
|
#if defined(OS_MACOSX)
|
||||||
defined(OS_MACOSX)
|
|
||||||
const bool metafile_must_be_valid = true;
|
const bool metafile_must_be_valid = true;
|
||||||
#elif defined(OS_POSIX) || defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
#else
|
||||||
const bool metafile_must_be_valid = expecting_first_page_;
|
const bool metafile_must_be_valid = expecting_first_page_;
|
||||||
expecting_first_page_ = false;
|
expecting_first_page_ = false;
|
||||||
#endif
|
#endif // OS_MACOSX
|
||||||
|
|
||||||
base::SharedMemory shared_buf(params.metafile_data_handle, true);
|
base::SharedMemory shared_buf(params.metafile_data_handle, true);
|
||||||
if (metafile_must_be_valid) {
|
if (metafile_must_be_valid) {
|
||||||
|
@ -134,7 +132,7 @@ void PrintViewManagerBase::OnDidPrintPage(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
scoped_ptr<NativeMetafile> metafile(new NativeMetafile);
|
scoped_ptr<PdfMetafileSkia> metafile(new PdfMetafileSkia);
|
||||||
if (metafile_must_be_valid) {
|
if (metafile_must_be_valid) {
|
||||||
if (!metafile->InitFromData(shared_buf.memory(), params.data_size)) {
|
if (!metafile->InitFromData(shared_buf.memory(), params.data_size)) {
|
||||||
NOTREACHED() << "Invalid metafile header";
|
NOTREACHED() << "Invalid metafile header";
|
||||||
|
@ -143,32 +141,10 @@ void PrintViewManagerBase::OnDidPrintPage(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
#if !defined(OS_WIN)
|
||||||
bool big_emf = (params.data_size && params.data_size >= kMetafileMaxSize);
|
|
||||||
int raster_size =
|
|
||||||
std::min(params.page_size.GetArea(), kMaxRasterSizeInPixels);
|
|
||||||
if (big_emf) {
|
|
||||||
scoped_ptr<NativeMetafile> raster_metafile(
|
|
||||||
metafile->RasterizeMetafile(raster_size));
|
|
||||||
if (raster_metafile.get()) {
|
|
||||||
metafile.swap(raster_metafile);
|
|
||||||
} else if (big_emf) {
|
|
||||||
// Don't fall back to emf here.
|
|
||||||
NOTREACHED() << "size:" << params.data_size;
|
|
||||||
TerminatePrintJob(true);
|
|
||||||
web_contents()->Stop();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif // OS_WIN && !WIN_PDF_METAFILE_FOR_PRINTING
|
|
||||||
|
|
||||||
#if !defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
|
||||||
// Update the rendered document. It will send notifications to the listener.
|
// Update the rendered document. It will send notifications to the listener.
|
||||||
document->SetPage(params.page_number,
|
document->SetPage(params.page_number,
|
||||||
metafile.release(),
|
metafile.PassAs<MetafilePlayer>(),
|
||||||
#if defined(OS_WIN)
|
|
||||||
params.actual_shrink,
|
|
||||||
#endif // OS_WIN
|
|
||||||
params.page_size,
|
params.page_size,
|
||||||
params.content_area);
|
params.content_area);
|
||||||
|
|
||||||
|
@ -180,19 +156,8 @@ void PrintViewManagerBase::OnDidPrintPage(
|
||||||
params.data_size);
|
params.data_size);
|
||||||
|
|
||||||
document->DebugDumpData(bytes, FILE_PATH_LITERAL(".pdf"));
|
document->DebugDumpData(bytes, FILE_PATH_LITERAL(".pdf"));
|
||||||
|
|
||||||
if (!pdf_to_emf_converter_)
|
|
||||||
pdf_to_emf_converter_ = PdfToEmfConverter::CreateDefault();
|
|
||||||
|
|
||||||
const int kPrinterDpi = print_job_->settings().dpi();
|
|
||||||
pdf_to_emf_converter_->Start(
|
|
||||||
bytes,
|
|
||||||
printing::PdfRenderSettings(params.content_area, kPrinterDpi, true),
|
|
||||||
base::Bind(&PrintViewManagerBase::OnPdfToEmfConverted,
|
|
||||||
base::Unretained(this),
|
|
||||||
params));
|
|
||||||
}
|
}
|
||||||
#endif // !WIN_PDF_METAFILE_FOR_PRINTING
|
#endif // !OS_WIN
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintViewManagerBase::OnPrintingFailed(int cookie) {
|
void PrintViewManagerBase::OnPrintingFailed(int cookie) {
|
||||||
|
@ -386,10 +351,9 @@ void PrintViewManagerBase::DisconnectFromCurrentPrintJob() {
|
||||||
// DO NOT wait for the job to finish.
|
// DO NOT wait for the job to finish.
|
||||||
ReleasePrintJob();
|
ReleasePrintJob();
|
||||||
}
|
}
|
||||||
#if (defined(OS_POSIX) && !defined(OS_MACOSX)) || \
|
#if !defined(OS_MACOSX)
|
||||||
defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
|
||||||
expecting_first_page_ = true;
|
expecting_first_page_ = true;
|
||||||
#endif
|
#endif // OS_MACOSX
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintViewManagerBase::PrintingDone(bool success) {
|
void PrintViewManagerBase::PrintingDone(bool success) {
|
||||||
|
@ -481,12 +445,12 @@ bool PrintViewManagerBase::OpportunisticallyCreatePrintJob(int cookie) {
|
||||||
// The job was initiated by a script. Time to get the corresponding worker
|
// The job was initiated by a script. Time to get the corresponding worker
|
||||||
// thread.
|
// thread.
|
||||||
scoped_refptr<PrinterQuery> queued_query = queue_->PopPrinterQuery(cookie);
|
scoped_refptr<PrinterQuery> queued_query = queue_->PopPrinterQuery(cookie);
|
||||||
if (!queued_query) {
|
if (!queued_query.get()) {
|
||||||
NOTREACHED();
|
NOTREACHED();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!CreateNewPrintJob(queued_query)) {
|
if (!CreateNewPrintJob(queued_query.get())) {
|
||||||
// Don't kill anything.
|
// Don't kill anything.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -512,8 +476,6 @@ void PrintViewManagerBase::ReleasePrinterQuery() {
|
||||||
|
|
||||||
int cookie = cookie_;
|
int cookie = cookie_;
|
||||||
cookie_ = 0;
|
cookie_ = 0;
|
||||||
queue_->SetDestination(NULL);
|
|
||||||
|
|
||||||
|
|
||||||
printing::PrintJobManager* print_job_manager =
|
printing::PrintJobManager* print_job_manager =
|
||||||
g_browser_process->print_job_manager();
|
g_browser_process->print_job_manager();
|
||||||
|
@ -523,7 +485,7 @@ void PrintViewManagerBase::ReleasePrinterQuery() {
|
||||||
|
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query;
|
scoped_refptr<printing::PrinterQuery> printer_query;
|
||||||
printer_query = queue_->PopPrinterQuery(cookie);
|
printer_query = queue_->PopPrinterQuery(cookie);
|
||||||
if (!printer_query)
|
if (!printer_query.get())
|
||||||
return;
|
return;
|
||||||
BrowserThread::PostTask(
|
BrowserThread::PostTask(
|
||||||
BrowserThread::IO, FROM_HERE,
|
BrowserThread::IO, FROM_HERE,
|
||||||
|
|
|
@ -23,7 +23,7 @@ class RenderViewHost;
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
class JobEventDetails;
|
class JobEventDetails;
|
||||||
class PdfToEmfConverter;
|
class MetafilePlayer;
|
||||||
class PrintJob;
|
class PrintJob;
|
||||||
class PrintJobWorkerOwner;
|
class PrintJobWorkerOwner;
|
||||||
class PrintQueriesQueue;
|
class PrintQueriesQueue;
|
||||||
|
@ -35,10 +35,12 @@ class PrintViewManagerBase : public content::NotificationObserver,
|
||||||
public:
|
public:
|
||||||
virtual ~PrintViewManagerBase();
|
virtual ~PrintViewManagerBase();
|
||||||
|
|
||||||
|
#if !defined(DISABLE_BASIC_PRINTING)
|
||||||
// Prints the current document immediately. Since the rendering is
|
// Prints the current document immediately. Since the rendering is
|
||||||
// asynchronous, the actual printing will not be completed on the return of
|
// asynchronous, the actual printing will not be completed on the return of
|
||||||
// this function. Returns false if printing is impossible at the moment.
|
// this function. Returns false if printing is impossible at the moment.
|
||||||
virtual bool PrintNow(bool silent, bool print_background);
|
virtual bool PrintNow(bool silent, bool print_background);
|
||||||
|
#endif // !DISABLE_BASIC_PRINTING
|
||||||
|
|
||||||
// PrintedPagesSource implementation.
|
// PrintedPagesSource implementation.
|
||||||
virtual base::string16 RenderSourceName() OVERRIDE;
|
virtual base::string16 RenderSourceName() OVERRIDE;
|
||||||
|
@ -140,11 +142,10 @@ class PrintViewManagerBase : public content::NotificationObserver,
|
||||||
// print settings are being loaded.
|
// print settings are being loaded.
|
||||||
bool inside_inner_message_loop_;
|
bool inside_inner_message_loop_;
|
||||||
|
|
||||||
#if (defined(OS_POSIX) && !defined(OS_MACOSX)) || \
|
#if !defined(OS_MACOSX)
|
||||||
defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
|
||||||
// Set to true when OnDidPrintPage() should be expecting the first page.
|
// Set to true when OnDidPrintPage() should be expecting the first page.
|
||||||
bool expecting_first_page_;
|
bool expecting_first_page_;
|
||||||
#endif
|
#endif // OS_MACOSX
|
||||||
|
|
||||||
// The document cookie of the current PrinterQuery.
|
// The document cookie of the current PrinterQuery.
|
||||||
int cookie_;
|
int cookie_;
|
||||||
|
|
|
@ -10,13 +10,11 @@
|
||||||
#include "base/threading/thread_restrictions.h"
|
#include "base/threading/thread_restrictions.h"
|
||||||
#include "base/values.h"
|
#include "base/values.h"
|
||||||
#include "chrome/browser/printing/print_job_worker.h"
|
#include "chrome/browser/printing/print_job_worker.h"
|
||||||
#include "chrome/browser/printing/printing_ui_web_contents_observer.h"
|
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
|
||||||
PrinterQuery::PrinterQuery()
|
PrinterQuery::PrinterQuery(int render_process_id, int render_view_id)
|
||||||
: io_message_loop_(base::MessageLoop::current()),
|
: worker_(new PrintJobWorker(render_process_id, render_view_id, this)),
|
||||||
worker_(new PrintJobWorker(this)),
|
|
||||||
is_print_dialog_box_shown_(false),
|
is_print_dialog_box_shown_(false),
|
||||||
cookie_(PrintSettings::NewCookie()),
|
cookie_(PrintSettings::NewCookie()),
|
||||||
last_status_(PrintingContext::FAILED) {
|
last_status_(PrintingContext::FAILED) {
|
||||||
|
@ -57,10 +55,6 @@ PrintJobWorker* PrinterQuery::DetachWorker(PrintJobWorkerOwner* new_owner) {
|
||||||
return worker_.release();
|
return worker_.release();
|
||||||
}
|
}
|
||||||
|
|
||||||
base::MessageLoop* PrinterQuery::message_loop() {
|
|
||||||
return io_message_loop_;
|
|
||||||
}
|
|
||||||
|
|
||||||
const PrintSettings& PrinterQuery::settings() const {
|
const PrintSettings& PrinterQuery::settings() const {
|
||||||
return settings_;
|
return settings_;
|
||||||
}
|
}
|
||||||
|
@ -71,43 +65,34 @@ int PrinterQuery::cookie() const {
|
||||||
|
|
||||||
void PrinterQuery::GetSettings(
|
void PrinterQuery::GetSettings(
|
||||||
GetSettingsAskParam ask_user_for_settings,
|
GetSettingsAskParam ask_user_for_settings,
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int expected_page_count,
|
int expected_page_count,
|
||||||
bool has_selection,
|
bool has_selection,
|
||||||
MarginType margin_type,
|
MarginType margin_type,
|
||||||
const base::Closure& callback) {
|
const base::Closure& callback) {
|
||||||
DCHECK_EQ(io_message_loop_, base::MessageLoop::current());
|
DCHECK(RunsTasksOnCurrentThread());
|
||||||
DCHECK(!is_print_dialog_box_shown_);
|
DCHECK(!is_print_dialog_box_shown_);
|
||||||
|
|
||||||
StartWorker(callback);
|
StartWorker(callback);
|
||||||
|
|
||||||
// Real work is done in PrintJobWorker::GetSettings().
|
// Real work is done in PrintJobWorker::GetSettings().
|
||||||
is_print_dialog_box_shown_ = ask_user_for_settings == ASK_USER;
|
is_print_dialog_box_shown_ = ask_user_for_settings == ASK_USER;
|
||||||
worker_->message_loop()->PostTask(
|
worker_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
|
||||||
base::Bind(&PrintJobWorker::GetSettings,
|
base::Bind(&PrintJobWorker::GetSettings,
|
||||||
base::Unretained(worker_.get()),
|
base::Unretained(worker_.get()),
|
||||||
is_print_dialog_box_shown_,
|
is_print_dialog_box_shown_,
|
||||||
base::Passed(&web_contents_observer),
|
|
||||||
expected_page_count,
|
expected_page_count,
|
||||||
has_selection,
|
has_selection,
|
||||||
margin_type));
|
margin_type));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrinterQuery::SetSettings(const base::DictionaryValue& new_settings,
|
void PrinterQuery::SetSettings(scoped_ptr<base::DictionaryValue> new_settings,
|
||||||
const base::Closure& callback) {
|
const base::Closure& callback) {
|
||||||
StartWorker(callback);
|
StartWorker(callback);
|
||||||
|
|
||||||
worker_->message_loop()->PostTask(
|
worker_->PostTask(FROM_HERE,
|
||||||
FROM_HERE,
|
|
||||||
base::Bind(&PrintJobWorker::SetSettings,
|
base::Bind(&PrintJobWorker::SetSettings,
|
||||||
base::Unretained(worker_.get()),
|
base::Unretained(worker_.get()),
|
||||||
new_settings.DeepCopy()));
|
base::Passed(&new_settings)));
|
||||||
}
|
|
||||||
|
|
||||||
void PrinterQuery::SetWorkerDestination(
|
|
||||||
PrintDestinationInterface* destination) {
|
|
||||||
worker_->SetPrintDestination(destination);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrinterQuery::StartWorker(const base::Closure& callback) {
|
void PrinterQuery::StartWorker(const base::Closure& callback) {
|
||||||
|
@ -115,7 +100,7 @@ void PrinterQuery::StartWorker(const base::Closure& callback) {
|
||||||
DCHECK(worker_.get());
|
DCHECK(worker_.get());
|
||||||
|
|
||||||
// Lazily create the worker thread. There is one worker thread per print job.
|
// Lazily create the worker thread. There is one worker thread per print job.
|
||||||
if (!worker_->message_loop())
|
if (!worker_->IsRunning())
|
||||||
worker_->Start();
|
worker_->Start();
|
||||||
|
|
||||||
callback_ = callback;
|
callback_ = callback;
|
||||||
|
|
|
@ -11,11 +11,8 @@
|
||||||
#include "chrome/browser/printing/print_job_worker_owner.h"
|
#include "chrome/browser/printing/print_job_worker_owner.h"
|
||||||
#include "printing/print_job_constants.h"
|
#include "printing/print_job_constants.h"
|
||||||
|
|
||||||
class PrintingUIWebContentsObserver;
|
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class DictionaryValue;
|
class DictionaryValue;
|
||||||
class MessageLoop;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
|
@ -32,13 +29,12 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
||||||
ASK_USER,
|
ASK_USER,
|
||||||
};
|
};
|
||||||
|
|
||||||
PrinterQuery();
|
PrinterQuery(int render_process_id, int render_view_id);
|
||||||
|
|
||||||
// PrintJobWorkerOwner implementation.
|
// PrintJobWorkerOwner implementation.
|
||||||
virtual void GetSettingsDone(const PrintSettings& new_settings,
|
virtual void GetSettingsDone(const PrintSettings& new_settings,
|
||||||
PrintingContext::Result result) OVERRIDE;
|
PrintingContext::Result result) OVERRIDE;
|
||||||
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) OVERRIDE;
|
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) OVERRIDE;
|
||||||
virtual base::MessageLoop* message_loop() OVERRIDE;
|
|
||||||
virtual const PrintSettings& settings() const OVERRIDE;
|
virtual const PrintSettings& settings() const OVERRIDE;
|
||||||
virtual int cookie() const OVERRIDE;
|
virtual int cookie() const OVERRIDE;
|
||||||
|
|
||||||
|
@ -48,19 +44,15 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
||||||
// |ask_for_user_settings| is DEFAULTS.
|
// |ask_for_user_settings| is DEFAULTS.
|
||||||
void GetSettings(
|
void GetSettings(
|
||||||
GetSettingsAskParam ask_user_for_settings,
|
GetSettingsAskParam ask_user_for_settings,
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> web_contents_observer,
|
|
||||||
int expected_page_count,
|
int expected_page_count,
|
||||||
bool has_selection,
|
bool has_selection,
|
||||||
MarginType margin_type,
|
MarginType margin_type,
|
||||||
const base::Closure& callback);
|
const base::Closure& callback);
|
||||||
|
|
||||||
// Updates the current settings with |new_settings| dictionary values.
|
// Updates the current settings with |new_settings| dictionary values.
|
||||||
void SetSettings(const base::DictionaryValue& new_settings,
|
void SetSettings(scoped_ptr<base::DictionaryValue> new_settings,
|
||||||
const base::Closure& callback);
|
const base::Closure& callback);
|
||||||
|
|
||||||
// Set a destination for the worker.
|
|
||||||
void SetWorkerDestination(PrintDestinationInterface* destination);
|
|
||||||
|
|
||||||
// Stops the worker thread since the client is done with this object.
|
// Stops the worker thread since the client is done with this object.
|
||||||
void StopWorker();
|
void StopWorker();
|
||||||
|
|
||||||
|
@ -78,10 +70,6 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
||||||
// Lazy create the worker thread. There is one worker thread per print job.
|
// Lazy create the worker thread. There is one worker thread per print job.
|
||||||
void StartWorker(const base::Closure& callback);
|
void StartWorker(const base::Closure& callback);
|
||||||
|
|
||||||
// Main message loop reference. Used to send notifications in the right
|
|
||||||
// thread.
|
|
||||||
base::MessageLoop* const io_message_loop_;
|
|
||||||
|
|
||||||
// All the UI is done in a worker thread because many Win32 print functions
|
// All the UI is done in a worker thread because many Win32 print functions
|
||||||
// are blocking and enters a message loop without your consent. There is one
|
// are blocking and enters a message loop without your consent. There is one
|
||||||
// worker thread per print job.
|
// worker thread per print job.
|
||||||
|
|
|
@ -8,21 +8,56 @@
|
||||||
|
|
||||||
#include "base/bind.h"
|
#include "base/bind.h"
|
||||||
#include "chrome/browser/browser_process.h"
|
#include "chrome/browser/browser_process.h"
|
||||||
#include "chrome/browser/printing/printer_query.h"
|
|
||||||
#include "chrome/browser/printing/print_job_manager.h"
|
#include "chrome/browser/printing/print_job_manager.h"
|
||||||
#include "chrome/browser/printing/printing_ui_web_contents_observer.h"
|
#include "chrome/browser/printing/printer_query.h"
|
||||||
#include "chrome/browser/profiles/profile.h"
|
#include "chrome/browser/profiles/profile.h"
|
||||||
#include "chrome/browser/profiles/profile_io_data.h"
|
#include "chrome/browser/profiles/profile_io_data.h"
|
||||||
#include "chrome/common/print_messages.h"
|
#include "chrome/common/print_messages.h"
|
||||||
#include "content/public/browser/browser_thread.h"
|
#include "content/public/browser/browser_thread.h"
|
||||||
#include "content/public/browser/render_view_host.h"
|
#include "content/public/browser/render_view_host.h"
|
||||||
#include "content/public/browser/web_contents.h"
|
#include "content/public/browser/web_contents.h"
|
||||||
|
#include "content/public/common/child_process_host.h"
|
||||||
|
|
||||||
|
#if defined(ENABLE_FULL_PRINTING)
|
||||||
|
#include "chrome/browser/ui/webui/print_preview/print_preview_ui.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
#include <map>
|
||||||
|
|
||||||
|
#include "base/files/file_util.h"
|
||||||
|
#include "base/lazy_instance.h"
|
||||||
|
#include "chrome/browser/printing/print_dialog_cloud.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_ANDROID)
|
||||||
|
#include "base/strings/string_number_conversions.h"
|
||||||
|
#include "chrome/browser/printing/print_view_manager_basic.h"
|
||||||
|
#include "printing/printing_context_android.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using content::BrowserThread;
|
using content::BrowserThread;
|
||||||
|
|
||||||
|
namespace printing {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
void RenderParamsFromPrintSettings(const printing::PrintSettings& settings,
|
#if defined(OS_CHROMEOS)
|
||||||
|
typedef std::map<int, base::FilePath> SequenceToPathMap;
|
||||||
|
|
||||||
|
struct PrintingSequencePathMap {
|
||||||
|
SequenceToPathMap map;
|
||||||
|
int sequence;
|
||||||
|
};
|
||||||
|
|
||||||
|
// No locking, only access on the FILE thread.
|
||||||
|
static base::LazyInstance<PrintingSequencePathMap>
|
||||||
|
g_printing_file_descriptor_map = LAZY_INSTANCE_INITIALIZER;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
void RenderParamsFromPrintSettings(const PrintSettings& settings,
|
||||||
PrintMsg_Print_Params* params) {
|
PrintMsg_Print_Params* params) {
|
||||||
params->page_size = settings.page_setup_device_units().physical_size();
|
params->page_size = settings.page_setup_device_units().physical_size();
|
||||||
params->content_size.SetSize(
|
params->content_size.SetSize(
|
||||||
|
@ -57,21 +92,45 @@ PrintingMessageFilter::PrintingMessageFilter(int render_process_id)
|
||||||
: BrowserMessageFilter(PrintMsgStart),
|
: BrowserMessageFilter(PrintMsgStart),
|
||||||
render_process_id_(render_process_id),
|
render_process_id_(render_process_id),
|
||||||
queue_(g_browser_process->print_job_manager()->queue()) {
|
queue_(g_browser_process->print_job_manager()->queue()) {
|
||||||
DCHECK(queue_);
|
DCHECK(queue_.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintingMessageFilter::~PrintingMessageFilter() {
|
PrintingMessageFilter::~PrintingMessageFilter() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PrintingMessageFilter::OverrideThreadForMessage(
|
||||||
|
const IPC::Message& message, BrowserThread::ID* thread) {
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
if (message.type() == PrintHostMsg_AllocateTempFileForPrinting::ID ||
|
||||||
|
message.type() == PrintHostMsg_TempFileForPrintingWritten::ID) {
|
||||||
|
*thread = BrowserThread::FILE;
|
||||||
|
}
|
||||||
|
#elif defined(OS_ANDROID)
|
||||||
|
if (message.type() == PrintHostMsg_AllocateTempFileForPrinting::ID ||
|
||||||
|
message.type() == PrintHostMsg_TempFileForPrintingWritten::ID) {
|
||||||
|
*thread = BrowserThread::UI;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
bool PrintingMessageFilter::OnMessageReceived(const IPC::Message& message) {
|
bool PrintingMessageFilter::OnMessageReceived(const IPC::Message& message) {
|
||||||
bool handled = true;
|
bool handled = true;
|
||||||
IPC_BEGIN_MESSAGE_MAP(PrintingMessageFilter, message)
|
IPC_BEGIN_MESSAGE_MAP(PrintingMessageFilter, message)
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
IPC_MESSAGE_HANDLER(PrintHostMsg_DuplicateSection, OnDuplicateSection)
|
IPC_MESSAGE_HANDLER(PrintHostMsg_DuplicateSection, OnDuplicateSection)
|
||||||
|
#endif
|
||||||
|
#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
||||||
|
IPC_MESSAGE_HANDLER(PrintHostMsg_AllocateTempFileForPrinting,
|
||||||
|
OnAllocateTempFileForPrinting)
|
||||||
|
IPC_MESSAGE_HANDLER(PrintHostMsg_TempFileForPrintingWritten,
|
||||||
|
OnTempFileForPrintingWritten)
|
||||||
#endif
|
#endif
|
||||||
IPC_MESSAGE_HANDLER_DELAY_REPLY(PrintHostMsg_GetDefaultPrintSettings,
|
IPC_MESSAGE_HANDLER_DELAY_REPLY(PrintHostMsg_GetDefaultPrintSettings,
|
||||||
OnGetDefaultPrintSettings)
|
OnGetDefaultPrintSettings)
|
||||||
IPC_MESSAGE_HANDLER_DELAY_REPLY(PrintHostMsg_ScriptedPrint, OnScriptedPrint)
|
IPC_MESSAGE_HANDLER_DELAY_REPLY(PrintHostMsg_ScriptedPrint, OnScriptedPrint)
|
||||||
|
#if defined(ENABLE_FULL_PRINTING)
|
||||||
|
IPC_MESSAGE_HANDLER(PrintHostMsg_CheckForCancel, OnCheckForCancel)
|
||||||
|
#endif
|
||||||
IPC_MESSAGE_UNHANDLED(handled = false)
|
IPC_MESSAGE_UNHANDLED(handled = false)
|
||||||
IPC_END_MESSAGE_MAP()
|
IPC_END_MESSAGE_MAP()
|
||||||
return handled;
|
return handled;
|
||||||
|
@ -88,6 +147,102 @@ void PrintingMessageFilter::OnDuplicateSection(
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
||||||
|
void PrintingMessageFilter::OnAllocateTempFileForPrinting(
|
||||||
|
int render_view_id,
|
||||||
|
base::FileDescriptor* temp_file_fd,
|
||||||
|
int* sequence_number) {
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
// TODO(thestig): Use |render_view_id| for Chrome OS.
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
||||||
|
temp_file_fd->fd = *sequence_number = -1;
|
||||||
|
temp_file_fd->auto_close = false;
|
||||||
|
|
||||||
|
SequenceToPathMap* map = &g_printing_file_descriptor_map.Get().map;
|
||||||
|
*sequence_number = g_printing_file_descriptor_map.Get().sequence++;
|
||||||
|
|
||||||
|
base::FilePath path;
|
||||||
|
if (base::CreateTemporaryFile(&path)) {
|
||||||
|
int fd = open(path.value().c_str(), O_WRONLY);
|
||||||
|
if (fd >= 0) {
|
||||||
|
SequenceToPathMap::iterator it = map->find(*sequence_number);
|
||||||
|
if (it != map->end()) {
|
||||||
|
NOTREACHED() << "Sequence number already in use. seq=" <<
|
||||||
|
*sequence_number;
|
||||||
|
} else {
|
||||||
|
(*map)[*sequence_number] = path;
|
||||||
|
temp_file_fd->fd = fd;
|
||||||
|
temp_file_fd->auto_close = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#elif defined(OS_ANDROID)
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
|
||||||
|
if (!wc)
|
||||||
|
return;
|
||||||
|
PrintViewManagerBasic* print_view_manager =
|
||||||
|
PrintViewManagerBasic::FromWebContents(wc);
|
||||||
|
// The file descriptor is originally created in & passed from the Android
|
||||||
|
// side, and it will handle the closing.
|
||||||
|
const base::FileDescriptor& file_descriptor =
|
||||||
|
print_view_manager->file_descriptor();
|
||||||
|
temp_file_fd->fd = file_descriptor.fd;
|
||||||
|
temp_file_fd->auto_close = false;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void PrintingMessageFilter::OnTempFileForPrintingWritten(int render_view_id,
|
||||||
|
int sequence_number) {
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
||||||
|
SequenceToPathMap* map = &g_printing_file_descriptor_map.Get().map;
|
||||||
|
SequenceToPathMap::iterator it = map->find(sequence_number);
|
||||||
|
if (it == map->end()) {
|
||||||
|
NOTREACHED() << "Got a sequence that we didn't pass to the "
|
||||||
|
"renderer: " << sequence_number;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
BrowserThread::PostTask(
|
||||||
|
BrowserThread::UI, FROM_HERE,
|
||||||
|
base::Bind(&PrintingMessageFilter::CreatePrintDialogForFile,
|
||||||
|
this, render_view_id, it->second));
|
||||||
|
|
||||||
|
// Erase the entry in the map.
|
||||||
|
map->erase(it);
|
||||||
|
#elif defined(OS_ANDROID)
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
|
||||||
|
if (!wc)
|
||||||
|
return;
|
||||||
|
PrintViewManagerBasic* print_view_manager =
|
||||||
|
PrintViewManagerBasic::FromWebContents(wc);
|
||||||
|
const base::FileDescriptor& file_descriptor =
|
||||||
|
print_view_manager->file_descriptor();
|
||||||
|
PrintingContextAndroid::PdfWritingDone(file_descriptor.fd, true);
|
||||||
|
// Invalidate the file descriptor so it doesn't accidentally get reused.
|
||||||
|
print_view_manager->set_file_descriptor(base::FileDescriptor(-1, false));
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
#endif // defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
||||||
|
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
void PrintingMessageFilter::CreatePrintDialogForFile(
|
||||||
|
int render_view_id,
|
||||||
|
const base::FilePath& path) {
|
||||||
|
content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
|
||||||
|
if (!wc)
|
||||||
|
return;
|
||||||
|
print_dialog_cloud::CreatePrintDialogForFile(
|
||||||
|
wc->GetBrowserContext(),
|
||||||
|
wc->GetTopLevelNativeWindow(),
|
||||||
|
path,
|
||||||
|
wc->GetTitle(),
|
||||||
|
base::string16(),
|
||||||
|
std::string("application/pdf"));
|
||||||
|
}
|
||||||
|
#endif // defined(OS_CHROMEOS)
|
||||||
|
|
||||||
content::WebContents* PrintingMessageFilter::GetWebContentsForRenderView(
|
content::WebContents* PrintingMessageFilter::GetWebContentsForRenderView(
|
||||||
int render_view_id) {
|
int render_view_id) {
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
@ -96,80 +251,41 @@ content::WebContents* PrintingMessageFilter::GetWebContentsForRenderView(
|
||||||
return view ? content::WebContents::FromRenderViewHost(view) : NULL;
|
return view ? content::WebContents::FromRenderViewHost(view) : NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PrintingMessageFilter::GetPrintSettingsForRenderViewParams {
|
|
||||||
printing::PrinterQuery::GetSettingsAskParam ask_user_for_settings;
|
|
||||||
int expected_page_count;
|
|
||||||
bool has_selection;
|
|
||||||
printing::MarginType margin_type;
|
|
||||||
};
|
|
||||||
|
|
||||||
void PrintingMessageFilter::GetPrintSettingsForRenderView(
|
|
||||||
int render_view_id,
|
|
||||||
GetPrintSettingsForRenderViewParams params,
|
|
||||||
const base::Closure& callback,
|
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query) {
|
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
||||||
content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
|
|
||||||
if (wc) {
|
|
||||||
scoped_ptr<PrintingUIWebContentsObserver> wc_observer(
|
|
||||||
new PrintingUIWebContentsObserver(wc));
|
|
||||||
BrowserThread::PostTask(
|
|
||||||
BrowserThread::IO, FROM_HERE,
|
|
||||||
base::Bind(&printing::PrinterQuery::GetSettings, printer_query,
|
|
||||||
params.ask_user_for_settings, base::Passed(&wc_observer),
|
|
||||||
params.expected_page_count, params.has_selection,
|
|
||||||
params.margin_type, callback));
|
|
||||||
} else {
|
|
||||||
BrowserThread::PostTask(
|
|
||||||
BrowserThread::IO, FROM_HERE,
|
|
||||||
base::Bind(&PrintingMessageFilter::OnGetPrintSettingsFailed, this,
|
|
||||||
callback, printer_query));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintingMessageFilter::OnGetPrintSettingsFailed(
|
|
||||||
const base::Closure& callback,
|
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query) {
|
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
||||||
printer_query->GetSettingsDone(printing::PrintSettings(),
|
|
||||||
printing::PrintingContext::FAILED);
|
|
||||||
callback.Run();
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintingMessageFilter::OnGetDefaultPrintSettings(IPC::Message* reply_msg) {
|
void PrintingMessageFilter::OnGetDefaultPrintSettings(IPC::Message* reply_msg) {
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query;
|
scoped_refptr<PrinterQuery> printer_query;
|
||||||
if (false) {
|
#if 0
|
||||||
|
if (!profile_io_data_->printing_enabled()->GetValue()) {
|
||||||
// Reply with NULL query.
|
// Reply with NULL query.
|
||||||
OnGetDefaultPrintSettingsReply(printer_query, reply_msg);
|
OnGetDefaultPrintSettingsReply(printer_query, reply_msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
printer_query = queue_->PopPrinterQuery(0);
|
printer_query = queue_->PopPrinterQuery(0);
|
||||||
if (!printer_query)
|
if (!printer_query.get()) {
|
||||||
printer_query = queue_->CreatePrinterQuery();
|
printer_query =
|
||||||
|
queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
|
||||||
|
}
|
||||||
|
|
||||||
// Loads default settings. This is asynchronous, only the IPC message sender
|
// Loads default settings. This is asynchronous, only the IPC message sender
|
||||||
// will hang until the settings are retrieved.
|
// will hang until the settings are retrieved.
|
||||||
GetPrintSettingsForRenderViewParams params;
|
printer_query->GetSettings(
|
||||||
params.ask_user_for_settings = printing::PrinterQuery::DEFAULTS;
|
PrinterQuery::DEFAULTS,
|
||||||
params.expected_page_count = 0;
|
0,
|
||||||
params.has_selection = false;
|
false,
|
||||||
params.margin_type = printing::DEFAULT_MARGINS;
|
DEFAULT_MARGINS,
|
||||||
BrowserThread::PostTask(
|
|
||||||
BrowserThread::UI, FROM_HERE,
|
|
||||||
base::Bind(&PrintingMessageFilter::GetPrintSettingsForRenderView, this,
|
|
||||||
reply_msg->routing_id(), params,
|
|
||||||
base::Bind(&PrintingMessageFilter::OnGetDefaultPrintSettingsReply,
|
base::Bind(&PrintingMessageFilter::OnGetDefaultPrintSettingsReply,
|
||||||
this, printer_query, reply_msg),
|
this,
|
||||||
printer_query));
|
printer_query,
|
||||||
|
reply_msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintingMessageFilter::OnGetDefaultPrintSettingsReply(
|
void PrintingMessageFilter::OnGetDefaultPrintSettingsReply(
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query,
|
scoped_refptr<PrinterQuery> printer_query,
|
||||||
IPC::Message* reply_msg) {
|
IPC::Message* reply_msg) {
|
||||||
PrintMsg_Print_Params params;
|
PrintMsg_Print_Params params;
|
||||||
if (!printer_query.get() ||
|
if (!printer_query.get() ||
|
||||||
printer_query->last_status() != printing::PrintingContext::OK) {
|
printer_query->last_status() != PrintingContext::OK) {
|
||||||
params.Reset();
|
params.Reset();
|
||||||
} else {
|
} else {
|
||||||
RenderParamsFromPrintSettings(printer_query->settings(), ¶ms);
|
RenderParamsFromPrintSettings(printer_query->settings(), ¶ms);
|
||||||
|
@ -191,43 +307,69 @@ void PrintingMessageFilter::OnGetDefaultPrintSettingsReply(
|
||||||
void PrintingMessageFilter::OnScriptedPrint(
|
void PrintingMessageFilter::OnScriptedPrint(
|
||||||
const PrintHostMsg_ScriptedPrint_Params& params,
|
const PrintHostMsg_ScriptedPrint_Params& params,
|
||||||
IPC::Message* reply_msg) {
|
IPC::Message* reply_msg) {
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query =
|
scoped_refptr<PrinterQuery> printer_query =
|
||||||
queue_->PopPrinterQuery(params.cookie);
|
queue_->PopPrinterQuery(params.cookie);
|
||||||
if (!printer_query)
|
if (!printer_query.get()) {
|
||||||
printer_query = queue_->CreatePrinterQuery();
|
printer_query =
|
||||||
GetPrintSettingsForRenderViewParams settings_params;
|
queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
|
||||||
settings_params.ask_user_for_settings = printing::PrinterQuery::ASK_USER;
|
}
|
||||||
settings_params.expected_page_count = params.expected_pages_count;
|
printer_query->GetSettings(
|
||||||
settings_params.has_selection = params.has_selection;
|
PrinterQuery::ASK_USER,
|
||||||
settings_params.margin_type = params.margin_type;
|
params.expected_pages_count,
|
||||||
|
params.has_selection,
|
||||||
BrowserThread::PostTask(
|
params.margin_type,
|
||||||
BrowserThread::UI, FROM_HERE,
|
base::Bind(&PrintingMessageFilter::OnScriptedPrintReply,
|
||||||
base::Bind(&PrintingMessageFilter::GetPrintSettingsForRenderView, this,
|
this,
|
||||||
reply_msg->routing_id(), settings_params,
|
printer_query,
|
||||||
base::Bind(&PrintingMessageFilter::OnScriptedPrintReply, this,
|
reply_msg));
|
||||||
printer_query, reply_msg),
|
|
||||||
printer_query));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintingMessageFilter::OnScriptedPrintReply(
|
void PrintingMessageFilter::OnScriptedPrintReply(
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query,
|
scoped_refptr<PrinterQuery> printer_query,
|
||||||
IPC::Message* reply_msg) {
|
IPC::Message* reply_msg) {
|
||||||
PrintMsg_PrintPages_Params params;
|
PrintMsg_PrintPages_Params params;
|
||||||
if (printer_query->last_status() != printing::PrintingContext::OK ||
|
#if defined(OS_ANDROID)
|
||||||
|
// We need to save the routing ID here because Send method below deletes the
|
||||||
|
// |reply_msg| before we can get the routing ID for the Android code.
|
||||||
|
int routing_id = reply_msg->routing_id();
|
||||||
|
#endif
|
||||||
|
if (printer_query->last_status() != PrintingContext::OK ||
|
||||||
!printer_query->settings().dpi()) {
|
!printer_query->settings().dpi()) {
|
||||||
params.Reset();
|
params.Reset();
|
||||||
} else {
|
} else {
|
||||||
RenderParamsFromPrintSettings(printer_query->settings(), ¶ms.params);
|
RenderParamsFromPrintSettings(printer_query->settings(), ¶ms.params);
|
||||||
params.params.document_cookie = printer_query->cookie();
|
params.params.document_cookie = printer_query->cookie();
|
||||||
params.pages =
|
params.pages = PageRange::GetPages(printer_query->settings().ranges());
|
||||||
printing::PageRange::GetPages(printer_query->settings().ranges());
|
|
||||||
}
|
}
|
||||||
PrintHostMsg_ScriptedPrint::WriteReplyParams(reply_msg, params);
|
PrintHostMsg_ScriptedPrint::WriteReplyParams(reply_msg, params);
|
||||||
Send(reply_msg);
|
Send(reply_msg);
|
||||||
if (params.params.dpi && params.params.document_cookie) {
|
if (params.params.dpi && params.params.document_cookie) {
|
||||||
|
#if defined(OS_ANDROID)
|
||||||
|
int file_descriptor;
|
||||||
|
const base::string16& device_name = printer_query->settings().device_name();
|
||||||
|
if (base::StringToInt(device_name, &file_descriptor)) {
|
||||||
|
BrowserThread::PostTask(
|
||||||
|
BrowserThread::UI, FROM_HERE,
|
||||||
|
base::Bind(&PrintingMessageFilter::UpdateFileDescriptor, this,
|
||||||
|
routing_id, file_descriptor));
|
||||||
|
}
|
||||||
|
#endif
|
||||||
queue_->QueuePrinterQuery(printer_query.get());
|
queue_->QueuePrinterQuery(printer_query.get());
|
||||||
} else {
|
} else {
|
||||||
printer_query->StopWorker();
|
printer_query->StopWorker();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(OS_ANDROID)
|
||||||
|
void PrintingMessageFilter::UpdateFileDescriptor(int render_view_id, int fd) {
|
||||||
|
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
||||||
|
content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
|
||||||
|
if (!wc)
|
||||||
|
return;
|
||||||
|
PrintViewManagerBasic* print_view_manager =
|
||||||
|
PrintViewManagerBasic::FromWebContents(wc);
|
||||||
|
print_view_manager->set_file_descriptor(base::FileDescriptor(fd, false));
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
} // namespace printing
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct PrintHostMsg_ScriptedPrint_Params;
|
struct PrintHostMsg_ScriptedPrint_Params;
|
||||||
|
class Profile;
|
||||||
|
class ProfileIOData;
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class DictionaryValue;
|
class DictionaryValue;
|
||||||
|
@ -26,18 +28,21 @@ class WebContents;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace printing {
|
namespace printing {
|
||||||
class PrinterQuery;
|
|
||||||
class PrintJobManager;
|
class PrintJobManager;
|
||||||
class PrintQueriesQueue;
|
class PrintQueriesQueue;
|
||||||
}
|
class PrinterQuery;
|
||||||
|
|
||||||
// This class filters out incoming printing related IPC messages for the
|
// This class filters out incoming printing related IPC messages for the
|
||||||
// renderer process on the IPC thread.
|
// renderer process on the IPC thread.
|
||||||
class PrintingMessageFilter : public content::BrowserMessageFilter {
|
class PrintingMessageFilter : public content::BrowserMessageFilter {
|
||||||
public:
|
public:
|
||||||
explicit PrintingMessageFilter(int render_process_id);
|
PrintingMessageFilter(int render_process_id);
|
||||||
|
|
||||||
// content::BrowserMessageFilter methods.
|
// content::BrowserMessageFilter methods.
|
||||||
|
virtual void OverrideThreadForMessage(
|
||||||
|
const IPC::Message& message,
|
||||||
|
content::BrowserThread::ID* thread) OVERRIDE;
|
||||||
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -49,6 +54,25 @@ class PrintingMessageFilter : public content::BrowserMessageFilter {
|
||||||
base::SharedMemoryHandle* browser_handle);
|
base::SharedMemoryHandle* browser_handle);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
||||||
|
// Used to ask the browser allocate a temporary file for the renderer
|
||||||
|
// to fill in resulting PDF in renderer.
|
||||||
|
void OnAllocateTempFileForPrinting(int render_view_id,
|
||||||
|
base::FileDescriptor* temp_file_fd,
|
||||||
|
int* sequence_number);
|
||||||
|
void OnTempFileForPrintingWritten(int render_view_id, int sequence_number);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_CHROMEOS)
|
||||||
|
void CreatePrintDialogForFile(int render_view_id, const base::FilePath& path);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(OS_ANDROID)
|
||||||
|
// Updates the file descriptor for the PrintViewManagerBasic of a given
|
||||||
|
// render_view_id.
|
||||||
|
void UpdateFileDescriptor(int render_view_id, int fd);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Given a render_view_id get the corresponding WebContents.
|
// Given a render_view_id get the corresponding WebContents.
|
||||||
// Must be called on the UI thread.
|
// Must be called on the UI thread.
|
||||||
content::WebContents* GetWebContentsForRenderView(int render_view_id);
|
content::WebContents* GetWebContentsForRenderView(int render_view_id);
|
||||||
|
@ -59,22 +83,9 @@ class PrintingMessageFilter : public content::BrowserMessageFilter {
|
||||||
// to base::Bind.
|
// to base::Bind.
|
||||||
struct GetPrintSettingsForRenderViewParams;
|
struct GetPrintSettingsForRenderViewParams;
|
||||||
|
|
||||||
// Retrieve print settings. Uses |render_view_id| to get a parent
|
|
||||||
// for any UI created if needed.
|
|
||||||
void GetPrintSettingsForRenderView(
|
|
||||||
int render_view_id,
|
|
||||||
GetPrintSettingsForRenderViewParams params,
|
|
||||||
const base::Closure& callback,
|
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query);
|
|
||||||
|
|
||||||
void OnGetPrintSettingsFailed(
|
|
||||||
const base::Closure& callback,
|
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query);
|
|
||||||
|
|
||||||
// Get the default print setting.
|
// Get the default print setting.
|
||||||
void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
|
void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
|
||||||
void OnGetDefaultPrintSettingsReply(
|
void OnGetDefaultPrintSettingsReply(scoped_refptr<PrinterQuery> printer_query,
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query,
|
|
||||||
IPC::Message* reply_msg);
|
IPC::Message* reply_msg);
|
||||||
|
|
||||||
// The renderer host have to show to the user the print dialog and returns
|
// The renderer host have to show to the user the print dialog and returns
|
||||||
|
@ -82,15 +93,23 @@ class PrintingMessageFilter : public content::BrowserMessageFilter {
|
||||||
// thread and the UI thread. The reply occurs on the IO thread.
|
// thread and the UI thread. The reply occurs on the IO thread.
|
||||||
void OnScriptedPrint(const PrintHostMsg_ScriptedPrint_Params& params,
|
void OnScriptedPrint(const PrintHostMsg_ScriptedPrint_Params& params,
|
||||||
IPC::Message* reply_msg);
|
IPC::Message* reply_msg);
|
||||||
void OnScriptedPrintReply(
|
void OnScriptedPrintReply(scoped_refptr<PrinterQuery> printer_query,
|
||||||
scoped_refptr<printing::PrinterQuery> printer_query,
|
|
||||||
IPC::Message* reply_msg);
|
IPC::Message* reply_msg);
|
||||||
|
|
||||||
|
#if defined(ENABLE_FULL_PRINTING)
|
||||||
|
// Check to see if print preview has been cancelled.
|
||||||
|
void OnCheckForCancel(int32 preview_ui_id,
|
||||||
|
int preview_request_id,
|
||||||
|
bool* cancel);
|
||||||
|
#endif
|
||||||
|
|
||||||
const int render_process_id_;
|
const int render_process_id_;
|
||||||
|
|
||||||
scoped_refptr<printing::PrintQueriesQueue> queue_;
|
scoped_refptr<PrintQueriesQueue> queue_;
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(PrintingMessageFilter);
|
DISALLOW_COPY_AND_ASSIGN(PrintingMessageFilter);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} // namespace printing
|
||||||
|
|
||||||
#endif // CHROME_BROWSER_PRINTING_PRINTING_MESSAGE_FILTER_H_
|
#endif // CHROME_BROWSER_PRINTING_PRINTING_MESSAGE_FILTER_H_
|
||||||
|
|
|
@ -1,123 +0,0 @@
|
||||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/app_indicator_icon_menu.h"
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
#include "base/bind.h"
|
|
||||||
#include "base/debug/leak_annotations.h"
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/menu_util.h"
|
|
||||||
#include "ui/base/models/menu_model.h"
|
|
||||||
|
|
||||||
namespace libgtk2ui {
|
|
||||||
|
|
||||||
AppIndicatorIconMenu::AppIndicatorIconMenu(ui::MenuModel* model)
|
|
||||||
: menu_model_(model),
|
|
||||||
click_action_replacement_menu_item_added_(false),
|
|
||||||
gtk_menu_(NULL),
|
|
||||||
block_activation_(false) {
|
|
||||||
{
|
|
||||||
ANNOTATE_SCOPED_MEMORY_LEAK; // http://crbug.com/378770
|
|
||||||
gtk_menu_ = gtk_menu_new();
|
|
||||||
}
|
|
||||||
g_object_ref_sink(gtk_menu_);
|
|
||||||
if (menu_model_) {
|
|
||||||
BuildSubmenuFromModel(menu_model_,
|
|
||||||
gtk_menu_,
|
|
||||||
G_CALLBACK(OnMenuItemActivatedThunk),
|
|
||||||
&block_activation_,
|
|
||||||
this);
|
|
||||||
Refresh();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
AppIndicatorIconMenu::~AppIndicatorIconMenu() {
|
|
||||||
gtk_widget_destroy(gtk_menu_);
|
|
||||||
g_object_unref(gtk_menu_);
|
|
||||||
}
|
|
||||||
|
|
||||||
void AppIndicatorIconMenu::UpdateClickActionReplacementMenuItem(
|
|
||||||
const char* label,
|
|
||||||
const base::Closure& callback) {
|
|
||||||
click_action_replacement_callback_ = callback;
|
|
||||||
|
|
||||||
if (click_action_replacement_menu_item_added_) {
|
|
||||||
GList* children = gtk_container_get_children(GTK_CONTAINER(gtk_menu_));
|
|
||||||
for (GList* child = children; child; child = g_list_next(child)) {
|
|
||||||
if (g_object_get_data(G_OBJECT(child->data), "click-action-item") !=
|
|
||||||
NULL) {
|
|
||||||
gtk_menu_item_set_label(GTK_MENU_ITEM(child->data), label);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
g_list_free(children);
|
|
||||||
} else {
|
|
||||||
click_action_replacement_menu_item_added_ = true;
|
|
||||||
|
|
||||||
// If |menu_model_| is non empty, add a separator to separate the
|
|
||||||
// "click action replacement menu item" from the other menu items.
|
|
||||||
if (menu_model_ && menu_model_->GetItemCount() > 0) {
|
|
||||||
GtkWidget* menu_item = gtk_separator_menu_item_new();
|
|
||||||
gtk_widget_show(menu_item);
|
|
||||||
gtk_menu_shell_prepend(GTK_MENU_SHELL(gtk_menu_), menu_item);
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkWidget* menu_item = gtk_menu_item_new_with_mnemonic(label);
|
|
||||||
g_object_set_data(
|
|
||||||
G_OBJECT(menu_item), "click-action-item", GINT_TO_POINTER(1));
|
|
||||||
g_signal_connect(menu_item,
|
|
||||||
"activate",
|
|
||||||
G_CALLBACK(OnClickActionReplacementMenuItemActivatedThunk),
|
|
||||||
this);
|
|
||||||
gtk_widget_show(menu_item);
|
|
||||||
gtk_menu_shell_prepend(GTK_MENU_SHELL(gtk_menu_), menu_item);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void AppIndicatorIconMenu::Refresh() {
|
|
||||||
gtk_container_foreach(
|
|
||||||
GTK_CONTAINER(gtk_menu_), SetMenuItemInfo, &block_activation_);
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkMenu* AppIndicatorIconMenu::GetGtkMenu() {
|
|
||||||
return GTK_MENU(gtk_menu_);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void AppIndicatorIconMenu::OnClickActionReplacementMenuItemActivated(
|
|
||||||
GtkWidget* menu_item) {
|
|
||||||
click_action_replacement_callback_.Run();
|
|
||||||
}
|
|
||||||
|
|
||||||
void AppIndicatorIconMenu::OnMenuItemActivated(GtkWidget* menu_item) {
|
|
||||||
if (block_activation_)
|
|
||||||
return;
|
|
||||||
|
|
||||||
ui::MenuModel* model = ModelForMenuItem(GTK_MENU_ITEM(menu_item));
|
|
||||||
if (!model) {
|
|
||||||
// There won't be a model for "native" submenus like the "Input Methods"
|
|
||||||
// context menu. We don't need to handle activation messages for submenus
|
|
||||||
// anyway, so we can just return here.
|
|
||||||
DCHECK(gtk_menu_item_get_submenu(GTK_MENU_ITEM(menu_item)));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// The activate signal is sent to radio items as they get deselected;
|
|
||||||
// ignore it in this case.
|
|
||||||
if (GTK_IS_RADIO_MENU_ITEM(menu_item) &&
|
|
||||||
!gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menu_item))) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
int id;
|
|
||||||
if (!GetMenuItemID(menu_item, &id))
|
|
||||||
return;
|
|
||||||
|
|
||||||
// The menu item can still be activated by hotkeys even if it is disabled.
|
|
||||||
if (menu_model_->IsEnabledAt(id))
|
|
||||||
ExecuteCommand(model, id);
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace libgtk2ui
|
|
|
@ -1,66 +0,0 @@
|
||||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
#ifndef CHROME_BROWSER_UI_LIBGTK2UI_APP_INDICATOR_ICON_MENU_H_
|
|
||||||
#define CHROME_BROWSER_UI_LIBGTK2UI_APP_INDICATOR_ICON_MENU_H_
|
|
||||||
|
|
||||||
#include "base/callback.h"
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/gtk2_signal.h"
|
|
||||||
|
|
||||||
typedef struct _GtkMenu GtkMenu;
|
|
||||||
typedef struct _GtkWidget GtkWidget;
|
|
||||||
|
|
||||||
namespace ui {
|
|
||||||
class MenuModel;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace libgtk2ui {
|
|
||||||
|
|
||||||
// The app indicator icon's menu.
|
|
||||||
class AppIndicatorIconMenu {
|
|
||||||
public:
|
|
||||||
explicit AppIndicatorIconMenu(ui::MenuModel* model);
|
|
||||||
virtual ~AppIndicatorIconMenu();
|
|
||||||
|
|
||||||
// Sets a menu item at the top of |gtk_menu_| as a replacement for the app
|
|
||||||
// indicator icon's click action. |callback| is called when the menu item
|
|
||||||
// is activated.
|
|
||||||
void UpdateClickActionReplacementMenuItem(const char* label,
|
|
||||||
const base::Closure& callback);
|
|
||||||
|
|
||||||
// Refreshes all the menu item labels and menu item checked/enabled states.
|
|
||||||
void Refresh();
|
|
||||||
|
|
||||||
GtkMenu* GetGtkMenu();
|
|
||||||
|
|
||||||
private:
|
|
||||||
// Callback for when the "click action replacement" menu item is activated.
|
|
||||||
CHROMEGTK_CALLBACK_0(AppIndicatorIconMenu,
|
|
||||||
void,
|
|
||||||
OnClickActionReplacementMenuItemActivated);
|
|
||||||
|
|
||||||
// Callback for when a menu item is activated.
|
|
||||||
CHROMEGTK_CALLBACK_0(AppIndicatorIconMenu, void, OnMenuItemActivated);
|
|
||||||
|
|
||||||
// Not owned.
|
|
||||||
ui::MenuModel* menu_model_;
|
|
||||||
|
|
||||||
// Whether a "click action replacement" menu item has been added to the menu.
|
|
||||||
bool click_action_replacement_menu_item_added_;
|
|
||||||
|
|
||||||
// Called when the click action replacement menu item is activated. When a
|
|
||||||
// menu item from |menu_model_| is activated, MenuModel::ActivatedAt() is
|
|
||||||
// invoked and is assumed to do any necessary processing.
|
|
||||||
base::Closure click_action_replacement_callback_;
|
|
||||||
|
|
||||||
GtkWidget* gtk_menu_;
|
|
||||||
|
|
||||||
bool block_activation_;
|
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(AppIndicatorIconMenu);
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace libgtk2ui
|
|
||||||
|
|
||||||
#endif // CHROME_BROWSER_UI_LIBGTK2UI_APP_INDICATOR_ICON_MENU_H_
|
|
|
@ -1,80 +0,0 @@
|
||||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/gtk2_status_icon.h"
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
#include "base/strings/utf_string_conversions.h"
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/app_indicator_icon_menu.h"
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/skia_utils_gtk2.h"
|
|
||||||
#include "ui/base/models/menu_model.h"
|
|
||||||
#include "ui/gfx/image/image_skia.h"
|
|
||||||
|
|
||||||
namespace libgtk2ui {
|
|
||||||
|
|
||||||
Gtk2StatusIcon::Gtk2StatusIcon(const gfx::ImageSkia& image,
|
|
||||||
const base::string16& tool_tip) {
|
|
||||||
GdkPixbuf* pixbuf = GdkPixbufFromSkBitmap(*image.bitmap());
|
|
||||||
gtk_status_icon_ = gtk_status_icon_new_from_pixbuf(pixbuf);
|
|
||||||
g_object_unref(pixbuf);
|
|
||||||
|
|
||||||
g_signal_connect(gtk_status_icon_, "activate", G_CALLBACK(OnClickThunk),
|
|
||||||
this);
|
|
||||||
g_signal_connect(gtk_status_icon_, "popup_menu",
|
|
||||||
G_CALLBACK(OnContextMenuRequestedThunk), this);
|
|
||||||
SetToolTip(tool_tip);
|
|
||||||
}
|
|
||||||
|
|
||||||
Gtk2StatusIcon::~Gtk2StatusIcon() {
|
|
||||||
g_object_unref(gtk_status_icon_);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::SetImage(const gfx::ImageSkia& image) {
|
|
||||||
GdkPixbuf* pixbuf = GdkPixbufFromSkBitmap(*image.bitmap());
|
|
||||||
gtk_status_icon_set_from_pixbuf(gtk_status_icon_, pixbuf);
|
|
||||||
g_object_unref(pixbuf);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::SetPressedImage(const gfx::ImageSkia& image) {
|
|
||||||
// Ignore pressed images, since the standard on Linux is to not highlight
|
|
||||||
// pressed status icons.
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::SetToolTip(const base::string16& tool_tip) {
|
|
||||||
gtk_status_icon_set_tooltip_text(gtk_status_icon_,
|
|
||||||
base::UTF16ToUTF8(tool_tip).c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::UpdatePlatformContextMenu(ui::MenuModel* model) {
|
|
||||||
menu_.reset();
|
|
||||||
if (model)
|
|
||||||
menu_.reset(new AppIndicatorIconMenu(model));
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::RefreshPlatformContextMenu() {
|
|
||||||
if (menu_.get())
|
|
||||||
menu_->Refresh();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::OnClick(GtkStatusIcon* status_icon) {
|
|
||||||
if (delegate())
|
|
||||||
delegate()->OnClick();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Gtk2StatusIcon::OnContextMenuRequested(GtkStatusIcon* status_icon,
|
|
||||||
guint button,
|
|
||||||
guint32 activate_time) {
|
|
||||||
if (menu_.get()) {
|
|
||||||
gtk_menu_popup(menu_->GetGtkMenu(),
|
|
||||||
NULL,
|
|
||||||
NULL,
|
|
||||||
gtk_status_icon_position_menu,
|
|
||||||
gtk_status_icon_,
|
|
||||||
button,
|
|
||||||
activate_time);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace libgtk2ui
|
|
|
@ -1,61 +0,0 @@
|
||||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
#ifndef CHROME_BROWSER_UI_LIBGTK2UI_GTK2_STATUS_ICON_H_
|
|
||||||
#define CHROME_BROWSER_UI_LIBGTK2UI_GTK2_STATUS_ICON_H_
|
|
||||||
|
|
||||||
#include "base/memory/scoped_ptr.h"
|
|
||||||
#include "base/strings/string16.h"
|
|
||||||
#include "chrome/browser/ui/libgtk2ui/gtk2_signal.h"
|
|
||||||
#include "ui/base/glib/glib_integers.h"
|
|
||||||
#include "ui/base/glib/glib_signal.h"
|
|
||||||
#include "ui/views/linux_ui/status_icon_linux.h"
|
|
||||||
|
|
||||||
typedef struct _GtkStatusIcon GtkStatusIcon;
|
|
||||||
|
|
||||||
namespace gfx {
|
|
||||||
class ImageSkia;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace ui {
|
|
||||||
class MenuModel;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace libgtk2ui {
|
|
||||||
class AppIndicatorIconMenu;
|
|
||||||
|
|
||||||
// Status icon implementation which uses the system tray X11 spec (via
|
|
||||||
// GtkStatusIcon).
|
|
||||||
class Gtk2StatusIcon : public views::StatusIconLinux {
|
|
||||||
public:
|
|
||||||
Gtk2StatusIcon(const gfx::ImageSkia& image, const base::string16& tool_tip);
|
|
||||||
virtual ~Gtk2StatusIcon();
|
|
||||||
|
|
||||||
// Overridden from views::StatusIconLinux:
|
|
||||||
virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
|
|
||||||
virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE;
|
|
||||||
virtual void SetToolTip(const base::string16& tool_tip) OVERRIDE;
|
|
||||||
virtual void UpdatePlatformContextMenu(ui::MenuModel* menu) OVERRIDE;
|
|
||||||
virtual void RefreshPlatformContextMenu() OVERRIDE;
|
|
||||||
|
|
||||||
private:
|
|
||||||
CHROMEG_CALLBACK_0(Gtk2StatusIcon, void, OnClick, GtkStatusIcon*);
|
|
||||||
|
|
||||||
CHROMEG_CALLBACK_2(Gtk2StatusIcon,
|
|
||||||
void,
|
|
||||||
OnContextMenuRequested,
|
|
||||||
GtkStatusIcon*,
|
|
||||||
guint,
|
|
||||||
guint);
|
|
||||||
|
|
||||||
GtkStatusIcon* gtk_status_icon_;
|
|
||||||
|
|
||||||
scoped_ptr<AppIndicatorIconMenu> menu_;
|
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(Gtk2StatusIcon);
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace libgtk2ui
|
|
||||||
|
|
||||||
#endif // CHROME_BROWSER_UI_LIBGTK2UI_GTK2_STATUS_ICON_H_
|
|
|
@ -22,8 +22,7 @@
|
||||||
#include "content/public/renderer/render_thread.h"
|
#include "content/public/renderer/render_thread.h"
|
||||||
#include "content/public/renderer/render_view.h"
|
#include "content/public/renderer/render_view.h"
|
||||||
#include "net/base/escape.h"
|
#include "net/base/escape.h"
|
||||||
#include "printing/metafile.h"
|
#include "printing/pdf_metafile_skia.h"
|
||||||
#include "printing/metafile_impl.h"
|
|
||||||
#include "printing/units.h"
|
#include "printing/units.h"
|
||||||
#include "skia/ext/vector_platform_device_skia.h"
|
#include "skia/ext/vector_platform_device_skia.h"
|
||||||
#include "third_party/WebKit/public/platform/WebSize.h"
|
#include "third_party/WebKit/public/platform/WebSize.h"
|
||||||
|
@ -65,7 +64,8 @@ bool PrintMsg_Print_Params_IsValid(const PrintMsg_Print_Params& params) {
|
||||||
return !params.content_size.IsEmpty() && !params.page_size.IsEmpty() &&
|
return !params.content_size.IsEmpty() && !params.page_size.IsEmpty() &&
|
||||||
!params.printable_area.IsEmpty() && params.document_cookie &&
|
!params.printable_area.IsEmpty() && params.document_cookie &&
|
||||||
params.desired_dpi && params.max_shrink && params.min_shrink &&
|
params.desired_dpi && params.max_shrink && params.min_shrink &&
|
||||||
params.dpi && (params.margin_top >= 0) && (params.margin_left >= 0);
|
params.dpi && (params.margin_top >= 0) && (params.margin_left >= 0) &&
|
||||||
|
params.dpi > kMinDpi && params.document_cookie != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintMsg_Print_Params GetCssPrintParams(
|
PrintMsg_Print_Params GetCssPrintParams(
|
||||||
|
@ -409,8 +409,6 @@ class PrepareFrameAndViewForPrint : public blink::WebViewClient,
|
||||||
return expected_pages_count_;
|
return expected_pages_count_;
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx::Size GetPrintCanvasSize() const;
|
|
||||||
|
|
||||||
void FinishPrinting();
|
void FinishPrinting();
|
||||||
|
|
||||||
bool IsLoadingSelection() {
|
bool IsLoadingSelection() {
|
||||||
|
@ -590,12 +588,6 @@ void PrepareFrameAndViewForPrint::CallOnReady() {
|
||||||
return on_ready_.Run(); // Can delete |this|.
|
return on_ready_.Run(); // Can delete |this|.
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx::Size PrepareFrameAndViewForPrint::GetPrintCanvasSize() const {
|
|
||||||
DCHECK(is_printing_started_);
|
|
||||||
return gfx::Size(web_print_params_.printContentArea.width,
|
|
||||||
web_print_params_.printContentArea.height);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrepareFrameAndViewForPrint::RestoreSize() {
|
void PrepareFrameAndViewForPrint::RestoreSize() {
|
||||||
if (frame()) {
|
if (frame()) {
|
||||||
blink::WebView* web_view = frame_.GetFrame()->view();
|
blink::WebView* web_view = frame_.GetFrame()->view();
|
||||||
|
@ -606,7 +598,7 @@ void PrepareFrameAndViewForPrint::RestoreSize() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrepareFrameAndViewForPrint::FinishPrinting() {
|
void PrepareFrameAndViewForPrint::FinishPrinting() {
|
||||||
blink::WebFrame* frame = frame_.GetFrame();
|
blink::WebLocalFrame* frame = frame_.GetFrame();
|
||||||
if (frame) {
|
if (frame) {
|
||||||
blink::WebView* web_view = frame->view();
|
blink::WebView* web_view = frame->view();
|
||||||
if (is_printing_started_) {
|
if (is_printing_started_) {
|
||||||
|
@ -630,10 +622,15 @@ void PrepareFrameAndViewForPrint::FinishPrinting() {
|
||||||
PrintWebViewHelper::PrintWebViewHelper(content::RenderView* render_view)
|
PrintWebViewHelper::PrintWebViewHelper(content::RenderView* render_view)
|
||||||
: content::RenderViewObserver(render_view),
|
: content::RenderViewObserver(render_view),
|
||||||
content::RenderViewObserverTracker<PrintWebViewHelper>(render_view),
|
content::RenderViewObserverTracker<PrintWebViewHelper>(render_view),
|
||||||
|
reset_prep_frame_view_(false),
|
||||||
is_print_ready_metafile_sent_(false),
|
is_print_ready_metafile_sent_(false),
|
||||||
ignore_css_margins_(false),
|
ignore_css_margins_(false),
|
||||||
|
is_scripted_printing_blocked_(false),
|
||||||
notify_browser_of_print_failure_(true),
|
notify_browser_of_print_failure_(true),
|
||||||
|
print_for_preview_(false),
|
||||||
print_node_in_progress_(false),
|
print_node_in_progress_(false),
|
||||||
|
is_loading_(false),
|
||||||
|
is_scripted_preview_delayed_(false),
|
||||||
weak_ptr_factory_(this) {
|
weak_ptr_factory_(this) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -673,11 +670,13 @@ bool PrintWebViewHelper::GetPrintFrame(blink::WebLocalFrame** frame) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined(DISABLE_BASIC_PRINTING)
|
||||||
void PrintWebViewHelper::OnPrintPages(bool silent, bool print_background) {
|
void PrintWebViewHelper::OnPrintPages(bool silent, bool print_background) {
|
||||||
blink::WebLocalFrame* frame;
|
blink::WebLocalFrame* frame;
|
||||||
if (GetPrintFrame(&frame))
|
if (GetPrintFrame(&frame))
|
||||||
Print(frame, blink::WebNode(), silent, print_background);
|
Print(frame, blink::WebNode(), silent, print_background);
|
||||||
}
|
}
|
||||||
|
#endif // !DISABLE_BASIC_PRINTING
|
||||||
|
|
||||||
void PrintWebViewHelper::GetPageSizeAndContentAreaFromPageLayout(
|
void PrintWebViewHelper::GetPageSizeAndContentAreaFromPageLayout(
|
||||||
const PageSizeMargins& page_layout_in_points,
|
const PageSizeMargins& page_layout_in_points,
|
||||||
|
@ -726,9 +725,6 @@ void PrintWebViewHelper::PrintNode(const blink::WebNode& node) {
|
||||||
}
|
}
|
||||||
|
|
||||||
print_node_in_progress_ = true;
|
print_node_in_progress_ = true;
|
||||||
|
|
||||||
// Make a copy of the node, in case RenderView::OnContextMenuClosed resets
|
|
||||||
// its |context_menu_node_|.
|
|
||||||
blink::WebNode duplicate_node(node);
|
blink::WebNode duplicate_node(node);
|
||||||
Print(duplicate_node.document().frame(), duplicate_node);
|
Print(duplicate_node.document().frame(), duplicate_node);
|
||||||
|
|
||||||
|
@ -783,7 +779,7 @@ void PrintWebViewHelper::DidFinishPrinting(PrintingResult result) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FAIL_PRINT:
|
case FAIL_PRINT:
|
||||||
if (notify_browser_of_print_failure_ && print_pages_params_.get()) {
|
if (notify_browser_of_print_failure_ && print_pages_params_) {
|
||||||
int cookie = print_pages_params_->params.document_cookie;
|
int cookie = print_pages_params_->params.document_cookie;
|
||||||
Send(new PrintHostMsg_PrintingFailed(routing_id(), cookie));
|
Send(new PrintHostMsg_PrintingFailed(routing_id(), cookie));
|
||||||
}
|
}
|
||||||
|
@ -821,8 +817,7 @@ void PrintWebViewHelper::PrintPages() {
|
||||||
page_count));
|
page_count));
|
||||||
#endif // !defined(OS_CHROMEOS)
|
#endif // !defined(OS_CHROMEOS)
|
||||||
|
|
||||||
if (!PrintPagesNative(prep_frame_view_->frame(), page_count,
|
if (!PrintPagesNative(prep_frame_view_->frame(), page_count)) {
|
||||||
prep_frame_view_->GetPrintCanvasSize())) {
|
|
||||||
LOG(ERROR) << "Printing failed.";
|
LOG(ERROR) << "Printing failed.";
|
||||||
return DidFinishPrinting(FAIL_PRINT);
|
return DidFinishPrinting(FAIL_PRINT);
|
||||||
}
|
}
|
||||||
|
@ -832,10 +827,9 @@ void PrintWebViewHelper::FinishFramePrinting() {
|
||||||
prep_frame_view_.reset();
|
prep_frame_view_.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(OS_MACOSX) || defined(OS_WIN)
|
#if defined(OS_MACOSX)
|
||||||
bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
int page_count,
|
int page_count) {
|
||||||
const gfx::Size& canvas_size) {
|
|
||||||
const PrintMsg_PrintPages_Params& params = *print_pages_params_;
|
const PrintMsg_PrintPages_Params& params = *print_pages_params_;
|
||||||
const PrintMsg_Print_Params& print_params = params.params;
|
const PrintMsg_Print_Params& print_params = params.params;
|
||||||
|
|
||||||
|
@ -844,20 +838,20 @@ bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
if (params.pages.empty()) {
|
if (params.pages.empty()) {
|
||||||
for (int i = 0; i < page_count; ++i) {
|
for (int i = 0; i < page_count; ++i) {
|
||||||
page_params.page_number = i;
|
page_params.page_number = i;
|
||||||
PrintPageInternal(page_params, canvas_size, frame);
|
PrintPageInternal(page_params, frame);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (size_t i = 0; i < params.pages.size(); ++i) {
|
for (size_t i = 0; i < params.pages.size(); ++i) {
|
||||||
if (params.pages[i] >= page_count)
|
if (params.pages[i] >= page_count)
|
||||||
break;
|
break;
|
||||||
page_params.page_number = params.pages[i];
|
page_params.page_number = params.pages[i];
|
||||||
PrintPageInternal(page_params, canvas_size, frame);
|
PrintPageInternal(page_params, frame);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // OS_MACOSX || OS_WIN
|
#endif // OS_MACOSX
|
||||||
|
|
||||||
// static - Not anonymous so that platform implementations can use it.
|
// static - Not anonymous so that platform implementations can use it.
|
||||||
void PrintWebViewHelper::ComputePageLayoutInPointsForCss(
|
void PrintWebViewHelper::ComputePageLayoutInPointsForCss(
|
||||||
|
@ -886,13 +880,6 @@ bool PrintWebViewHelper::InitPrintSettings(bool fit_to_paper_size) {
|
||||||
if (!PrintMsg_Print_Params_IsValid(settings.params))
|
if (!PrintMsg_Print_Params_IsValid(settings.params))
|
||||||
result = false;
|
result = false;
|
||||||
|
|
||||||
if (result &&
|
|
||||||
(settings.params.dpi < kMinDpi || settings.params.document_cookie == 0)) {
|
|
||||||
// Invalid print page settings.
|
|
||||||
NOTREACHED();
|
|
||||||
result = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Reset to default values.
|
// Reset to default values.
|
||||||
ignore_css_margins_ = false;
|
ignore_css_margins_ = false;
|
||||||
settings.pages.clear();
|
settings.pages.clear();
|
||||||
|
@ -904,7 +891,7 @@ bool PrintWebViewHelper::InitPrintSettings(bool fit_to_paper_size) {
|
||||||
blink::WebPrintScalingOptionFitToPrintableArea;
|
blink::WebPrintScalingOptionFitToPrintableArea;
|
||||||
}
|
}
|
||||||
|
|
||||||
print_pages_params_.reset(new PrintMsg_PrintPages_Params(settings));
|
SetPrintPagesParams(settings);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -923,8 +910,6 @@ bool PrintWebViewHelper::CalculateNumberOfPages(blink::WebLocalFrame* frame,
|
||||||
PrepareFrameAndViewForPrint prepare(params, frame, node, ignore_css_margins_);
|
PrepareFrameAndViewForPrint prepare(params, frame, node, ignore_css_margins_);
|
||||||
prepare.StartPrinting();
|
prepare.StartPrinting();
|
||||||
|
|
||||||
Send(new PrintHostMsg_DidGetDocumentCookie(routing_id(),
|
|
||||||
params.document_cookie));
|
|
||||||
*number_of_pages = prepare.GetExpectedPageCount();
|
*number_of_pages = prepare.GetExpectedPageCount();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -953,9 +938,8 @@ bool PrintWebViewHelper::GetPrintSettingsFromUser(blink::WebFrame* frame,
|
||||||
new PrintHostMsg_ScriptedPrint(routing_id(), params, &print_settings);
|
new PrintHostMsg_ScriptedPrint(routing_id(), params, &print_settings);
|
||||||
msg->EnableMessagePumping();
|
msg->EnableMessagePumping();
|
||||||
Send(msg);
|
Send(msg);
|
||||||
print_pages_params_.reset(new PrintMsg_PrintPages_Params(print_settings));
|
print_settings.params.print_scaling_option = scaling_option;
|
||||||
|
SetPrintPagesParams(print_settings);
|
||||||
print_pages_params_->params.print_scaling_option = scaling_option;
|
|
||||||
return (print_settings.params.dpi && print_settings.params.document_cookie);
|
return (print_settings.params.dpi && print_settings.params.document_cookie);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -965,9 +949,8 @@ bool PrintWebViewHelper::RenderPagesForPrint(blink::WebLocalFrame* frame,
|
||||||
return false;
|
return false;
|
||||||
const PrintMsg_PrintPages_Params& params = *print_pages_params_;
|
const PrintMsg_PrintPages_Params& params = *print_pages_params_;
|
||||||
const PrintMsg_Print_Params& print_params = params.params;
|
const PrintMsg_Print_Params& print_params = params.params;
|
||||||
prep_frame_view_.reset(
|
prep_frame_view_.reset(new PrepareFrameAndViewForPrint(
|
||||||
new PrepareFrameAndViewForPrint(print_params, frame, node,
|
print_params, frame, node, ignore_css_margins_));
|
||||||
ignore_css_margins_));
|
|
||||||
DCHECK(!print_pages_params_->params.selection_only ||
|
DCHECK(!print_pages_params_->params.selection_only ||
|
||||||
print_pages_params_->pages.empty());
|
print_pages_params_->pages.empty());
|
||||||
prep_frame_view_->CopySelectionIfNeeded(
|
prep_frame_view_->CopySelectionIfNeeded(
|
||||||
|
@ -979,24 +962,27 @@ bool PrintWebViewHelper::RenderPagesForPrint(blink::WebLocalFrame* frame,
|
||||||
|
|
||||||
#if defined(OS_POSIX)
|
#if defined(OS_POSIX)
|
||||||
bool PrintWebViewHelper::CopyMetafileDataToSharedMem(
|
bool PrintWebViewHelper::CopyMetafileDataToSharedMem(
|
||||||
Metafile* metafile,
|
PdfMetafileSkia* metafile,
|
||||||
base::SharedMemoryHandle* shared_mem_handle) {
|
base::SharedMemoryHandle* shared_mem_handle) {
|
||||||
uint32 buf_size = metafile->GetDataSize();
|
uint32 buf_size = metafile->GetDataSize();
|
||||||
scoped_ptr<base::SharedMemory> shared_buf(
|
scoped_ptr<base::SharedMemory> shared_buf(
|
||||||
content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
|
content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
|
||||||
buf_size).release());
|
buf_size).release());
|
||||||
|
|
||||||
if (shared_buf.get()) {
|
if (shared_buf) {
|
||||||
if (shared_buf->Map(buf_size)) {
|
if (shared_buf->Map(buf_size)) {
|
||||||
metafile->GetData(shared_buf->memory(), buf_size);
|
metafile->GetData(shared_buf->memory(), buf_size);
|
||||||
shared_buf->GiveToProcess(base::GetCurrentProcessHandle(),
|
return shared_buf->GiveToProcess(base::GetCurrentProcessHandle(),
|
||||||
shared_mem_handle);
|
shared_mem_handle);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
NOTREACHED();
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif // defined(OS_POSIX)
|
#endif // defined(OS_POSIX)
|
||||||
|
|
||||||
|
void PrintWebViewHelper::SetPrintPagesParams(
|
||||||
|
const PrintMsg_PrintPages_Params& settings) {
|
||||||
|
print_pages_params_.reset(new PrintMsg_PrintPages_Params(settings));
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace printing
|
} // namespace printing
|
||||||
|
|
|
@ -7,13 +7,15 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "base/callback.h"
|
||||||
|
#include "base/gtest_prod_util.h"
|
||||||
#include "base/memory/scoped_ptr.h"
|
#include "base/memory/scoped_ptr.h"
|
||||||
#include "base/memory/shared_memory.h"
|
#include "base/memory/shared_memory.h"
|
||||||
#include "base/memory/weak_ptr.h"
|
#include "base/memory/weak_ptr.h"
|
||||||
#include "base/time/time.h"
|
#include "base/time/time.h"
|
||||||
#include "content/public/renderer/render_view_observer.h"
|
#include "content/public/renderer/render_view_observer.h"
|
||||||
#include "content/public/renderer/render_view_observer_tracker.h"
|
#include "content/public/renderer/render_view_observer_tracker.h"
|
||||||
#include "printing/metafile_impl.h"
|
#include "printing/pdf_metafile_skia.h"
|
||||||
#include "third_party/WebKit/public/platform/WebCanvas.h"
|
#include "third_party/WebKit/public/platform/WebCanvas.h"
|
||||||
#include "third_party/WebKit/public/web/WebNode.h"
|
#include "third_party/WebKit/public/web/WebNode.h"
|
||||||
#include "third_party/WebKit/public/web/WebPrintParams.h"
|
#include "third_party/WebKit/public/web/WebPrintParams.h"
|
||||||
|
@ -22,6 +24,7 @@
|
||||||
struct PrintMsg_Print_Params;
|
struct PrintMsg_Print_Params;
|
||||||
struct PrintMsg_PrintPage_Params;
|
struct PrintMsg_PrintPage_Params;
|
||||||
struct PrintMsg_PrintPages_Params;
|
struct PrintMsg_PrintPages_Params;
|
||||||
|
struct PrintHostMsg_SetOptionsFromDocument_Params;
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class DictionaryValue;
|
class DictionaryValue;
|
||||||
|
@ -81,8 +84,10 @@ class PrintWebViewHelper
|
||||||
bool user_initiated) OVERRIDE;
|
bool user_initiated) OVERRIDE;
|
||||||
|
|
||||||
// Message handlers ---------------------------------------------------------
|
// Message handlers ---------------------------------------------------------
|
||||||
|
#if !defined(DISABLE_BASIC_PRINTING)
|
||||||
void OnPrintPages(bool silent, bool print_background);
|
void OnPrintPages(bool silent, bool print_background);
|
||||||
void OnPrintingDone(bool success);
|
void OnPrintingDone(bool success);
|
||||||
|
#endif // !DISABLE_BASIC_PRINTING
|
||||||
|
|
||||||
// Get |page_size| and |content_area| information from
|
// Get |page_size| and |content_area| information from
|
||||||
// |page_layout_in_points|.
|
// |page_layout_in_points|.
|
||||||
|
@ -125,20 +130,22 @@ class PrintWebViewHelper
|
||||||
|
|
||||||
void OnFramePreparedForPrintPages();
|
void OnFramePreparedForPrintPages();
|
||||||
void PrintPages();
|
void PrintPages();
|
||||||
bool PrintPagesNative(blink::WebFrame* frame,
|
bool PrintPagesNative(blink::WebFrame* frame, int page_count);
|
||||||
int page_count,
|
|
||||||
const gfx::Size& canvas_size);
|
|
||||||
void FinishFramePrinting();
|
void FinishFramePrinting();
|
||||||
|
|
||||||
// Prints the page listed in |params|.
|
// Prints the page listed in |params|.
|
||||||
#if defined(OS_LINUX) || defined(OS_ANDROID)
|
#if defined(OS_LINUX) || defined(OS_ANDROID)
|
||||||
void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
||||||
const gfx::Size& canvas_size,
|
|
||||||
blink::WebFrame* frame,
|
blink::WebFrame* frame,
|
||||||
Metafile* metafile);
|
PdfMetafileSkia* metafile);
|
||||||
|
#elif defined(OS_WIN)
|
||||||
|
void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
||||||
|
blink::WebFrame* frame,
|
||||||
|
PdfMetafileSkia* metafile,
|
||||||
|
gfx::Size* page_size_in_dpi,
|
||||||
|
gfx::Rect* content_area_in_dpi);
|
||||||
#else
|
#else
|
||||||
void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
||||||
const gfx::Size& canvas_size,
|
|
||||||
blink::WebFrame* frame);
|
blink::WebFrame* frame);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -147,24 +154,15 @@ class PrintWebViewHelper
|
||||||
const blink::WebNode& node);
|
const blink::WebNode& node);
|
||||||
|
|
||||||
// Platform specific helper function for rendering page(s) to |metafile|.
|
// Platform specific helper function for rendering page(s) to |metafile|.
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_MACOSX)
|
||||||
void RenderPage(const PrintMsg_Print_Params& params,
|
void RenderPage(const PrintMsg_Print_Params& params,
|
||||||
int page_number,
|
int page_number,
|
||||||
blink::WebFrame* frame,
|
blink::WebFrame* frame,
|
||||||
bool is_preview,
|
bool is_preview,
|
||||||
Metafile* metafile,
|
PdfMetafileSkia* metafile,
|
||||||
double* scale_factor,
|
|
||||||
gfx::Size* page_size_in_dpi,
|
|
||||||
gfx::Rect* content_area_in_dpi);
|
|
||||||
#elif defined(OS_MACOSX)
|
|
||||||
void RenderPage(const PrintMsg_Print_Params& params,
|
|
||||||
int page_number,
|
|
||||||
blink::WebFrame* frame,
|
|
||||||
bool is_preview,
|
|
||||||
Metafile* metafile,
|
|
||||||
gfx::Size* page_size,
|
gfx::Size* page_size,
|
||||||
gfx::Rect* content_rect);
|
gfx::Rect* content_rect);
|
||||||
#endif // defined(OS_WIN)
|
#endif // defined(OS_MACOSX)
|
||||||
|
|
||||||
// Renders page contents from |frame| to |content_area| of |canvas|.
|
// Renders page contents from |frame| to |content_area| of |canvas|.
|
||||||
// |page_number| is zero-based.
|
// |page_number| is zero-based.
|
||||||
|
@ -179,7 +177,7 @@ class PrintWebViewHelper
|
||||||
|
|
||||||
// Helper methods -----------------------------------------------------------
|
// Helper methods -----------------------------------------------------------
|
||||||
|
|
||||||
bool CopyMetafileDataToSharedMem(Metafile* metafile,
|
bool CopyMetafileDataToSharedMem(PdfMetafileSkia* metafile,
|
||||||
base::SharedMemoryHandle* shared_mem_handle);
|
base::SharedMemoryHandle* shared_mem_handle);
|
||||||
|
|
||||||
// Helper method to get page layout in points and fit to page if needed.
|
// Helper method to get page layout in points and fit to page if needed.
|
||||||
|
@ -195,18 +193,35 @@ class PrintWebViewHelper
|
||||||
|
|
||||||
// Script Initiated Printing ------------------------------------------------
|
// Script Initiated Printing ------------------------------------------------
|
||||||
|
|
||||||
|
void SetPrintPagesParams(const PrintMsg_PrintPages_Params& settings);
|
||||||
|
|
||||||
// WebView used only to print the selection.
|
// WebView used only to print the selection.
|
||||||
scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
|
scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
|
||||||
|
bool reset_prep_frame_view_;
|
||||||
|
|
||||||
scoped_ptr<PrintMsg_PrintPages_Params> print_pages_params_;
|
scoped_ptr<PrintMsg_PrintPages_Params> print_pages_params_;
|
||||||
bool is_print_ready_metafile_sent_;
|
bool is_print_ready_metafile_sent_;
|
||||||
bool ignore_css_margins_;
|
bool ignore_css_margins_;
|
||||||
|
|
||||||
|
// Used for scripted initiated printing blocking.
|
||||||
|
bool is_scripted_printing_blocked_;
|
||||||
|
|
||||||
// Let the browser process know of a printing failure. Only set to false when
|
// Let the browser process know of a printing failure. Only set to false when
|
||||||
// the failure came from the browser in the first place.
|
// the failure came from the browser in the first place.
|
||||||
bool notify_browser_of_print_failure_;
|
bool notify_browser_of_print_failure_;
|
||||||
|
|
||||||
|
// True, when printing from print preview.
|
||||||
|
bool print_for_preview_;
|
||||||
|
|
||||||
bool print_node_in_progress_;
|
bool print_node_in_progress_;
|
||||||
|
bool is_loading_;
|
||||||
|
bool is_scripted_preview_delayed_;
|
||||||
|
|
||||||
|
// Used to fix a race condition where the source is a PDF and print preview
|
||||||
|
// hangs because RequestPrintPreview is called before DidStopLoading() is
|
||||||
|
// called. This is a store for the RequestPrintPreview() call and its
|
||||||
|
// parameters so that it can be invoked after DidStopLoading.
|
||||||
|
base::Closure on_stop_loading_closure_;
|
||||||
|
|
||||||
base::WeakPtrFactory<PrintWebViewHelper> weak_ptr_factory_;
|
base::WeakPtrFactory<PrintWebViewHelper> weak_ptr_factory_;
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,9 @@
|
||||||
#include "base/memory/scoped_ptr.h"
|
#include "base/memory/scoped_ptr.h"
|
||||||
#include "chrome/common/print_messages.h"
|
#include "chrome/common/print_messages.h"
|
||||||
#include "content/public/renderer/render_thread.h"
|
#include "content/public/renderer/render_thread.h"
|
||||||
#include "printing/metafile.h"
|
|
||||||
#include "printing/metafile_impl.h"
|
|
||||||
#include "printing/metafile_skia_wrapper.h"
|
#include "printing/metafile_skia_wrapper.h"
|
||||||
#include "printing/page_size_margins.h"
|
#include "printing/page_size_margins.h"
|
||||||
|
#include "printing/pdf_metafile_skia.h"
|
||||||
#include "skia/ext/platform_device.h"
|
#include "skia/ext/platform_device.h"
|
||||||
#include "skia/ext/vector_canvas.h"
|
#include "skia/ext/vector_canvas.h"
|
||||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||||
|
@ -27,9 +26,8 @@ namespace printing {
|
||||||
using blink::WebFrame;
|
using blink::WebFrame;
|
||||||
|
|
||||||
bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
int page_count,
|
int page_count) {
|
||||||
const gfx::Size& canvas_size) {
|
PdfMetafileSkia metafile;
|
||||||
NativeMetafile metafile;
|
|
||||||
if (!metafile.Init())
|
if (!metafile.Init())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
@ -56,7 +54,7 @@ bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
page_params.params = params.params;
|
page_params.params = params.params;
|
||||||
for (size_t i = 0; i < printed_pages.size(); ++i) {
|
for (size_t i = 0; i < printed_pages.size(); ++i) {
|
||||||
page_params.page_number = printed_pages[i];
|
page_params.page_number = printed_pages[i];
|
||||||
PrintPageInternal(page_params, canvas_size, frame, &metafile);
|
PrintPageInternal(page_params, frame, &metafile);
|
||||||
}
|
}
|
||||||
|
|
||||||
// blink::printEnd() for PDF should be called before metafile is closed.
|
// blink::printEnd() for PDF should be called before metafile is closed.
|
||||||
|
@ -119,9 +117,8 @@ bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
|
|
||||||
void PrintWebViewHelper::PrintPageInternal(
|
void PrintWebViewHelper::PrintPageInternal(
|
||||||
const PrintMsg_PrintPage_Params& params,
|
const PrintMsg_PrintPage_Params& params,
|
||||||
const gfx::Size& canvas_size,
|
|
||||||
WebFrame* frame,
|
WebFrame* frame,
|
||||||
Metafile* metafile) {
|
PdfMetafileSkia* metafile) {
|
||||||
PageSizeMargins page_layout_in_points;
|
PageSizeMargins page_layout_in_points;
|
||||||
double scale_factor = 1.0f;
|
double scale_factor = 1.0f;
|
||||||
ComputePageLayoutInPointsForCss(frame, params.page_number, params.params,
|
ComputePageLayoutInPointsForCss(frame, params.page_number, params.params,
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "base/mac/scoped_nsautorelease_pool.h"
|
#include "base/mac/scoped_nsautorelease_pool.h"
|
||||||
#include "base/metrics/histogram.h"
|
#include "base/metrics/histogram.h"
|
||||||
#include "chrome/common/print_messages.h"
|
#include "chrome/common/print_messages.h"
|
||||||
#include "printing/metafile.h"
|
|
||||||
#include "printing/metafile_impl.h"
|
|
||||||
#include "printing/metafile_skia_wrapper.h"
|
#include "printing/metafile_skia_wrapper.h"
|
||||||
#include "printing/page_size_margins.h"
|
#include "printing/page_size_margins.h"
|
||||||
#include "skia/ext/platform_device.h"
|
#include "skia/ext/platform_device.h"
|
||||||
|
@ -25,9 +23,8 @@ using blink::WebFrame;
|
||||||
|
|
||||||
void PrintWebViewHelper::PrintPageInternal(
|
void PrintWebViewHelper::PrintPageInternal(
|
||||||
const PrintMsg_PrintPage_Params& params,
|
const PrintMsg_PrintPage_Params& params,
|
||||||
const gfx::Size& canvas_size,
|
|
||||||
WebFrame* frame) {
|
WebFrame* frame) {
|
||||||
NativeMetafile metafile;
|
PdfMetafileSkia metafile;
|
||||||
if (!metafile.Init())
|
if (!metafile.Init())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -54,9 +51,12 @@ void PrintWebViewHelper::PrintPageInternal(
|
||||||
Send(new PrintHostMsg_DidPrintPage(routing_id(), page_params));
|
Send(new PrintHostMsg_DidPrintPage(routing_id(), page_params));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintWebViewHelper::RenderPage(
|
void PrintWebViewHelper::RenderPage(const PrintMsg_Print_Params& params,
|
||||||
const PrintMsg_Print_Params& params, int page_number, WebFrame* frame,
|
int page_number,
|
||||||
bool is_preview, Metafile* metafile, gfx::Size* page_size,
|
WebFrame* frame,
|
||||||
|
bool is_preview,
|
||||||
|
PdfMetafileSkia* metafile,
|
||||||
|
gfx::Size* page_size,
|
||||||
gfx::Rect* content_rect) {
|
gfx::Rect* content_rect) {
|
||||||
double scale_factor = 1.0f;
|
double scale_factor = 1.0f;
|
||||||
double webkit_shrink_factor = frame->getPrintPageShrink(page_number);
|
double webkit_shrink_factor = frame->getPrintPageShrink(page_number);
|
||||||
|
|
|
@ -0,0 +1,250 @@
|
||||||
|
// Copyright 2014 The Chromium Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
#include "chrome/renderer/printing/print_web_view_helper.h"
|
||||||
|
|
||||||
|
#include "base/logging.h"
|
||||||
|
#include "base/memory/scoped_ptr.h"
|
||||||
|
#include "base/process/process_handle.h"
|
||||||
|
#include "chrome/common/print_messages.h"
|
||||||
|
#include "content/public/renderer/render_thread.h"
|
||||||
|
#include "printing/metafile_skia_wrapper.h"
|
||||||
|
#include "printing/page_size_margins.h"
|
||||||
|
#include "printing/pdf_metafile_skia.h"
|
||||||
|
#include "printing/units.h"
|
||||||
|
#include "skia/ext/platform_device.h"
|
||||||
|
#include "skia/ext/vector_canvas.h"
|
||||||
|
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||||
|
|
||||||
|
|
||||||
|
namespace printing {
|
||||||
|
|
||||||
|
using blink::WebFrame;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
bool PrintWebViewHelper::RenderPreviewPage(
|
||||||
|
int page_number,
|
||||||
|
const PrintMsg_Print_Params& print_params) {
|
||||||
|
PrintMsg_PrintPage_Params page_params;
|
||||||
|
page_params.params = print_params;
|
||||||
|
page_params.page_number = page_number;
|
||||||
|
scoped_ptr<PdfMetafileSkia> draft_metafile;
|
||||||
|
PdfMetafileSkia* initial_render_metafile = print_preview_context_.metafile();
|
||||||
|
if (print_preview_context_.IsModifiable() && is_print_ready_metafile_sent_) {
|
||||||
|
draft_metafile.reset(new PdfMetafileSkia);
|
||||||
|
initial_render_metafile = draft_metafile.get();
|
||||||
|
}
|
||||||
|
|
||||||
|
base::TimeTicks begin_time = base::TimeTicks::Now();
|
||||||
|
PrintPageInternal(page_params,
|
||||||
|
print_preview_context_.prepared_frame(),
|
||||||
|
initial_render_metafile,
|
||||||
|
NULL,
|
||||||
|
NULL);
|
||||||
|
print_preview_context_.RenderedPreviewPage(
|
||||||
|
base::TimeTicks::Now() - begin_time);
|
||||||
|
if (draft_metafile.get()) {
|
||||||
|
draft_metafile->FinishDocument();
|
||||||
|
} else if (print_preview_context_.IsModifiable() &&
|
||||||
|
print_preview_context_.generate_draft_pages()) {
|
||||||
|
DCHECK(!draft_metafile.get());
|
||||||
|
draft_metafile =
|
||||||
|
print_preview_context_.metafile()->GetMetafileForCurrentPage();
|
||||||
|
}
|
||||||
|
return PreviewPageRendered(page_number, draft_metafile.get());
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
bool PrintWebViewHelper::PrintPagesNative(blink::WebFrame* frame,
|
||||||
|
int page_count) {
|
||||||
|
PdfMetafileSkia metafile;
|
||||||
|
if (!metafile.Init())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
const PrintMsg_PrintPages_Params& params = *print_pages_params_;
|
||||||
|
std::vector<int> printed_pages;
|
||||||
|
if (params.pages.empty()) {
|
||||||
|
for (int i = 0; i < page_count; ++i) {
|
||||||
|
printed_pages.push_back(i);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// TODO(vitalybuka): redesign to make more code cross platform.
|
||||||
|
for (size_t i = 0; i < params.pages.size(); ++i) {
|
||||||
|
if (params.pages[i] >= 0 && params.pages[i] < page_count) {
|
||||||
|
printed_pages.push_back(params.pages[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (printed_pages.empty())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
std::vector<gfx::Size> page_size_in_dpi(printed_pages.size());
|
||||||
|
std::vector<gfx::Rect> content_area_in_dpi(printed_pages.size());
|
||||||
|
|
||||||
|
PrintMsg_PrintPage_Params page_params;
|
||||||
|
page_params.params = params.params;
|
||||||
|
for (size_t i = 0; i < printed_pages.size(); ++i) {
|
||||||
|
page_params.page_number = printed_pages[i];
|
||||||
|
PrintPageInternal(page_params,
|
||||||
|
frame,
|
||||||
|
&metafile,
|
||||||
|
&page_size_in_dpi[i],
|
||||||
|
&content_area_in_dpi[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// blink::printEnd() for PDF should be called before metafile is closed.
|
||||||
|
FinishFramePrinting();
|
||||||
|
|
||||||
|
metafile.FinishDocument();
|
||||||
|
|
||||||
|
// Get the size of the resulting metafile.
|
||||||
|
uint32 buf_size = metafile.GetDataSize();
|
||||||
|
DCHECK_GT(buf_size, 0u);
|
||||||
|
|
||||||
|
PrintHostMsg_DidPrintPage_Params printed_page_params;
|
||||||
|
printed_page_params.data_size = 0;
|
||||||
|
printed_page_params.document_cookie = params.params.document_cookie;
|
||||||
|
printed_page_params.page_size = params.params.page_size;
|
||||||
|
printed_page_params.content_area = params.params.printable_area;
|
||||||
|
|
||||||
|
{
|
||||||
|
base::SharedMemory shared_buf;
|
||||||
|
// Allocate a shared memory buffer to hold the generated metafile data.
|
||||||
|
if (!shared_buf.CreateAndMapAnonymous(buf_size)) {
|
||||||
|
NOTREACHED() << "Buffer allocation failed";
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Copy the bits into shared memory.
|
||||||
|
if (!metafile.GetData(shared_buf.memory(), buf_size)) {
|
||||||
|
NOTREACHED() << "GetData() failed";
|
||||||
|
shared_buf.Unmap();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
shared_buf.GiveToProcess(base::GetCurrentProcessHandle(),
|
||||||
|
&printed_page_params.metafile_data_handle);
|
||||||
|
shared_buf.Unmap();
|
||||||
|
|
||||||
|
printed_page_params.data_size = buf_size;
|
||||||
|
Send(new PrintHostMsg_DuplicateSection(
|
||||||
|
routing_id(),
|
||||||
|
printed_page_params.metafile_data_handle,
|
||||||
|
&printed_page_params.metafile_data_handle));
|
||||||
|
}
|
||||||
|
|
||||||
|
for (size_t i = 0; i < printed_pages.size(); ++i) {
|
||||||
|
printed_page_params.page_number = printed_pages[i];
|
||||||
|
printed_page_params.page_size = page_size_in_dpi[i];
|
||||||
|
printed_page_params.content_area = content_area_in_dpi[i];
|
||||||
|
Send(new PrintHostMsg_DidPrintPage(routing_id(), printed_page_params));
|
||||||
|
printed_page_params.metafile_data_handle = INVALID_HANDLE_VALUE;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void PrintWebViewHelper::PrintPageInternal(
|
||||||
|
const PrintMsg_PrintPage_Params& params,
|
||||||
|
WebFrame* frame,
|
||||||
|
PdfMetafileSkia* metafile,
|
||||||
|
gfx::Size* page_size_in_dpi,
|
||||||
|
gfx::Rect* content_area_in_dpi) {
|
||||||
|
PageSizeMargins page_layout_in_points;
|
||||||
|
double css_scale_factor = 1.0f;
|
||||||
|
ComputePageLayoutInPointsForCss(frame, params.page_number, params.params,
|
||||||
|
ignore_css_margins_, &css_scale_factor,
|
||||||
|
&page_layout_in_points);
|
||||||
|
gfx::Size page_size;
|
||||||
|
gfx::Rect content_area;
|
||||||
|
GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
|
||||||
|
&content_area);
|
||||||
|
int dpi = static_cast<int>(params.params.dpi);
|
||||||
|
// Calculate the actual page size and content area in dpi.
|
||||||
|
if (page_size_in_dpi) {
|
||||||
|
*page_size_in_dpi =
|
||||||
|
gfx::Size(static_cast<int>(ConvertUnitDouble(
|
||||||
|
page_size.width(), kPointsPerInch, dpi)),
|
||||||
|
static_cast<int>(ConvertUnitDouble(
|
||||||
|
page_size.height(), kPointsPerInch, dpi)));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (content_area_in_dpi) {
|
||||||
|
// Output PDF matches paper size and should be printer edge to edge.
|
||||||
|
*content_area_in_dpi =
|
||||||
|
gfx::Rect(0, 0, page_size_in_dpi->width(), page_size_in_dpi->height());
|
||||||
|
}
|
||||||
|
|
||||||
|
gfx::Rect canvas_area =
|
||||||
|
content_area;
|
||||||
|
#if 0
|
||||||
|
params.params.display_header_footer ? gfx::Rect(page_size) : content_area;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
float webkit_page_shrink_factor =
|
||||||
|
frame->getPrintPageShrink(params.page_number);
|
||||||
|
float scale_factor = css_scale_factor * webkit_page_shrink_factor;
|
||||||
|
|
||||||
|
SkBaseDevice* device = metafile->StartPageForVectorCanvas(page_size,
|
||||||
|
canvas_area,
|
||||||
|
scale_factor);
|
||||||
|
if (!device)
|
||||||
|
return;
|
||||||
|
|
||||||
|
// The printPage method take a reference to the canvas we pass down, so it
|
||||||
|
// can't be a stack object.
|
||||||
|
skia::RefPtr<skia::VectorCanvas> canvas =
|
||||||
|
skia::AdoptRef(new skia::VectorCanvas(device));
|
||||||
|
MetafileSkiaWrapper::SetMetafileOnCanvas(*canvas, metafile);
|
||||||
|
skia::SetIsDraftMode(*canvas, is_print_ready_metafile_sent_);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
if (params.params.display_header_footer) {
|
||||||
|
// |page_number| is 0-based, so 1 is added.
|
||||||
|
PrintHeaderAndFooter(canvas.get(),
|
||||||
|
params.page_number + 1,
|
||||||
|
print_preview_context_.total_page_count(),
|
||||||
|
*frame,
|
||||||
|
scale_factor,
|
||||||
|
page_layout_in_points,
|
||||||
|
params.params);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
float webkit_scale_factor = RenderPageContent(frame,
|
||||||
|
params.page_number,
|
||||||
|
canvas_area,
|
||||||
|
content_area,
|
||||||
|
scale_factor,
|
||||||
|
canvas.get());
|
||||||
|
DCHECK_GT(webkit_scale_factor, 0.0f);
|
||||||
|
// Done printing. Close the device context to retrieve the compiled metafile.
|
||||||
|
if (!metafile->FinishPage())
|
||||||
|
NOTREACHED() << "metafile failed";
|
||||||
|
}
|
||||||
|
|
||||||
|
bool PrintWebViewHelper::CopyMetafileDataToSharedMem(
|
||||||
|
PdfMetafileSkia* metafile,
|
||||||
|
base::SharedMemoryHandle* shared_mem_handle) {
|
||||||
|
uint32 buf_size = metafile->GetDataSize();
|
||||||
|
base::SharedMemory shared_buf;
|
||||||
|
// Allocate a shared memory buffer to hold the generated metafile data.
|
||||||
|
if (!shared_buf.CreateAndMapAnonymous(buf_size)) {
|
||||||
|
NOTREACHED() << "Buffer allocation failed";
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Copy the bits into shared memory.
|
||||||
|
if (!metafile->GetData(shared_buf.memory(), buf_size)) {
|
||||||
|
NOTREACHED() << "GetData() failed";
|
||||||
|
shared_buf.Unmap();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
shared_buf.GiveToProcess(base::GetCurrentProcessHandle(), shared_mem_handle);
|
||||||
|
shared_buf.Unmap();
|
||||||
|
|
||||||
|
Send(new PrintHostMsg_DuplicateSection(routing_id(), *shared_mem_handle,
|
||||||
|
shared_mem_handle));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
} // namespace printing
|
|
@ -1,193 +0,0 @@
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
#include "chrome/renderer/printing/print_web_view_helper.h"
|
|
||||||
|
|
||||||
#include "base/logging.h"
|
|
||||||
#include "base/memory/scoped_ptr.h"
|
|
||||||
#include "base/metrics/histogram.h"
|
|
||||||
#include "base/process/process_handle.h"
|
|
||||||
#include "base/win/scoped_gdi_object.h"
|
|
||||||
#include "base/win/scoped_hdc.h"
|
|
||||||
#include "base/win/scoped_select_object.h"
|
|
||||||
#include "chrome/common/print_messages.h"
|
|
||||||
#include "printing/metafile.h"
|
|
||||||
#include "printing/metafile_impl.h"
|
|
||||||
#include "printing/metafile_skia_wrapper.h"
|
|
||||||
#include "printing/page_size_margins.h"
|
|
||||||
#include "printing/units.h"
|
|
||||||
#include "skia/ext/platform_device.h"
|
|
||||||
#include "skia/ext/refptr.h"
|
|
||||||
#include "skia/ext/vector_canvas.h"
|
|
||||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
|
||||||
#include "ui/gfx/gdi_util.h"
|
|
||||||
#include "ui/gfx/point.h"
|
|
||||||
#include "ui/gfx/rect.h"
|
|
||||||
#include "ui/gfx/size.h"
|
|
||||||
|
|
||||||
namespace printing {
|
|
||||||
|
|
||||||
using blink::WebFrame;
|
|
||||||
|
|
||||||
void PrintWebViewHelper::PrintPageInternal(
|
|
||||||
const PrintMsg_PrintPage_Params& params,
|
|
||||||
const gfx::Size& canvas_size,
|
|
||||||
WebFrame* frame) {
|
|
||||||
// Generate a memory-based metafile. It will use the current screen's DPI.
|
|
||||||
// Each metafile contains a single page.
|
|
||||||
scoped_ptr<NativeMetafile> metafile(new NativeMetafile);
|
|
||||||
metafile->Init();
|
|
||||||
DCHECK(metafile->context());
|
|
||||||
skia::InitializeDC(metafile->context());
|
|
||||||
|
|
||||||
int page_number = params.page_number;
|
|
||||||
|
|
||||||
// Calculate the dpi adjustment.
|
|
||||||
// Browser will render context using desired_dpi, so we need to calculate
|
|
||||||
// adjustment factor to play content on the printer DC later during the
|
|
||||||
// actual printing.
|
|
||||||
double actual_shrink = static_cast<float>(params.params.desired_dpi /
|
|
||||||
params.params.dpi);
|
|
||||||
gfx::Size page_size_in_dpi;
|
|
||||||
gfx::Rect content_area_in_dpi;
|
|
||||||
|
|
||||||
// Render page for printing.
|
|
||||||
RenderPage(params.params, page_number, frame, false, metafile.get(),
|
|
||||||
&actual_shrink, &page_size_in_dpi, &content_area_in_dpi);
|
|
||||||
|
|
||||||
// Close the device context to retrieve the compiled metafile.
|
|
||||||
if (!metafile->FinishDocument())
|
|
||||||
NOTREACHED();
|
|
||||||
|
|
||||||
if (!params.params.supports_alpha_blend && metafile->IsAlphaBlendUsed()) {
|
|
||||||
scoped_ptr<NativeMetafile> raster_metafile(
|
|
||||||
metafile->RasterizeAlphaBlend());
|
|
||||||
if (raster_metafile.get())
|
|
||||||
metafile.swap(raster_metafile);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get the size of the compiled metafile.
|
|
||||||
uint32 buf_size = metafile->GetDataSize();
|
|
||||||
DCHECK_GT(buf_size, 128u);
|
|
||||||
|
|
||||||
PrintHostMsg_DidPrintPage_Params page_params;
|
|
||||||
page_params.data_size = buf_size;
|
|
||||||
page_params.metafile_data_handle = NULL;
|
|
||||||
page_params.page_number = page_number;
|
|
||||||
page_params.document_cookie = params.params.document_cookie;
|
|
||||||
page_params.actual_shrink = actual_shrink;
|
|
||||||
page_params.page_size = page_size_in_dpi;
|
|
||||||
page_params.content_area = content_area_in_dpi;
|
|
||||||
|
|
||||||
if (!CopyMetafileDataToSharedMem(metafile.get(),
|
|
||||||
&(page_params.metafile_data_handle))) {
|
|
||||||
page_params.data_size = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
Send(new PrintHostMsg_DidPrintPage(routing_id(), page_params));
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintWebViewHelper::RenderPage(
|
|
||||||
const PrintMsg_Print_Params& params, int page_number, WebFrame* frame,
|
|
||||||
bool is_preview, Metafile* metafile, double* actual_shrink,
|
|
||||||
gfx::Size* page_size_in_dpi, gfx::Rect* content_area_in_dpi) {
|
|
||||||
PageSizeMargins page_layout_in_points;
|
|
||||||
double css_scale_factor = 1.0f;
|
|
||||||
ComputePageLayoutInPointsForCss(frame, page_number, params,
|
|
||||||
ignore_css_margins_, &css_scale_factor,
|
|
||||||
&page_layout_in_points);
|
|
||||||
gfx::Size page_size;
|
|
||||||
gfx::Rect content_area;
|
|
||||||
GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
|
|
||||||
&content_area);
|
|
||||||
int dpi = static_cast<int>(params.dpi);
|
|
||||||
// Calculate the actual page size and content area in dpi.
|
|
||||||
if (page_size_in_dpi) {
|
|
||||||
*page_size_in_dpi = gfx::Size(
|
|
||||||
static_cast<int>(ConvertUnitDouble(page_size.width(), kPointsPerInch,
|
|
||||||
dpi)),
|
|
||||||
static_cast<int>(ConvertUnitDouble(page_size.height(), kPointsPerInch,
|
|
||||||
dpi)));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (content_area_in_dpi) {
|
|
||||||
*content_area_in_dpi = gfx::Rect(
|
|
||||||
static_cast<int>(ConvertUnitDouble(content_area.x(), kPointsPerInch,
|
|
||||||
dpi)),
|
|
||||||
static_cast<int>(ConvertUnitDouble(content_area.y(), kPointsPerInch,
|
|
||||||
dpi)),
|
|
||||||
static_cast<int>(ConvertUnitDouble(content_area.width(), kPointsPerInch,
|
|
||||||
dpi)),
|
|
||||||
static_cast<int>(ConvertUnitDouble(content_area.height(),
|
|
||||||
kPointsPerInch, dpi)));
|
|
||||||
}
|
|
||||||
|
|
||||||
float webkit_page_shrink_factor = frame->getPrintPageShrink(page_number);
|
|
||||||
float scale_factor = css_scale_factor * webkit_page_shrink_factor;
|
|
||||||
|
|
||||||
gfx::Rect canvas_area = content_area;
|
|
||||||
|
|
||||||
SkBaseDevice* device = metafile->StartPageForVectorCanvas(
|
|
||||||
page_size, canvas_area, scale_factor);
|
|
||||||
DCHECK(device);
|
|
||||||
// The printPage method may take a reference to the canvas we pass down, so it
|
|
||||||
// can't be a stack object.
|
|
||||||
skia::RefPtr<skia::VectorCanvas> canvas =
|
|
||||||
skia::AdoptRef(new skia::VectorCanvas(device));
|
|
||||||
|
|
||||||
float webkit_scale_factor = RenderPageContent(frame, page_number, canvas_area,
|
|
||||||
content_area, scale_factor,
|
|
||||||
canvas.get());
|
|
||||||
|
|
||||||
if (*actual_shrink <= 0 || webkit_scale_factor <= 0) {
|
|
||||||
NOTREACHED() << "Printing page " << page_number << " failed.";
|
|
||||||
} else {
|
|
||||||
// While rendering certain plugins (PDF) to metafile, we might need to
|
|
||||||
// set custom scale factor. Update |actual_shrink| with custom scale
|
|
||||||
// if it is set on canvas.
|
|
||||||
// TODO(gene): We should revisit this solution for the next versions.
|
|
||||||
// Consider creating metafile of the right size (or resizable)
|
|
||||||
// https://code.google.com/p/chromium/issues/detail?id=126037
|
|
||||||
if (!MetafileSkiaWrapper::GetCustomScaleOnCanvas(
|
|
||||||
*canvas, actual_shrink)) {
|
|
||||||
// Update the dpi adjustment with the "page |actual_shrink|" calculated in
|
|
||||||
// webkit.
|
|
||||||
*actual_shrink /= (webkit_scale_factor * css_scale_factor);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
bool result = metafile->FinishPage();
|
|
||||||
DCHECK(result);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool PrintWebViewHelper::CopyMetafileDataToSharedMem(
|
|
||||||
Metafile* metafile, base::SharedMemoryHandle* shared_mem_handle) {
|
|
||||||
uint32 buf_size = metafile->GetDataSize();
|
|
||||||
base::SharedMemory shared_buf;
|
|
||||||
if (buf_size >= kMetafileMaxSize) {
|
|
||||||
NOTREACHED() << "Buffer too large: " << buf_size;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Allocate a shared memory buffer to hold the generated metafile data.
|
|
||||||
if (!shared_buf.CreateAndMapAnonymous(buf_size)) {
|
|
||||||
NOTREACHED() << "Buffer allocation failed";
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Copy the bits into shared memory.
|
|
||||||
if (!metafile->GetData(shared_buf.memory(), buf_size)) {
|
|
||||||
NOTREACHED() << "GetData() failed";
|
|
||||||
shared_buf.Unmap();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
shared_buf.GiveToProcess(base::GetCurrentProcessHandle(), shared_mem_handle);
|
|
||||||
shared_buf.Unmap();
|
|
||||||
|
|
||||||
Send(new PrintHostMsg_DuplicateSection(routing_id(), *shared_mem_handle,
|
|
||||||
shared_mem_handle));
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace printing
|
|
|
@ -6,12 +6,9 @@
|
||||||
['OS=="mac" or OS=="linux"', {
|
['OS=="mac" or OS=="linux"', {
|
||||||
'clang': 1,
|
'clang': 1,
|
||||||
}],
|
}],
|
||||||
['OS=="win" and (MSVS_VERSION=="2013e" or MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e")', {
|
|
||||||
'msvs_express': 1,
|
|
||||||
},{
|
|
||||||
'msvs_express': 0,
|
|
||||||
}],
|
|
||||||
],
|
],
|
||||||
|
# Required by breakpad.
|
||||||
|
'os_bsd': 0,
|
||||||
# Reflects node's config.gypi.
|
# Reflects node's config.gypi.
|
||||||
'component%': 'static_library',
|
'component%': 'static_library',
|
||||||
'python': 'python',
|
'python': 'python',
|
||||||
|
@ -33,6 +30,7 @@
|
||||||
'uv_parent_path': 'vendor/node/deps/uv',
|
'uv_parent_path': 'vendor/node/deps/uv',
|
||||||
'uv_use_dtrace': 'false',
|
'uv_use_dtrace': 'false',
|
||||||
'v8_postmortem_support': 'false',
|
'v8_postmortem_support': 'false',
|
||||||
|
'v8_enable_i18n_support': 'false',
|
||||||
# Required by Linux (empty for now, should support it in future).
|
# Required by Linux (empty for now, should support it in future).
|
||||||
'sysroot': '',
|
'sysroot': '',
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"atom-package-manager": "0.111.0",
|
"atom-package-manager": "0.112.0",
|
||||||
"coffee-script": "~1.7.1",
|
"coffee-script": "~1.7.1",
|
||||||
"coffeelint": "~1.3.0"
|
"coffeelint": "~1.3.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -21,18 +21,18 @@ def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
enable_verbose_mode()
|
enable_verbose_mode()
|
||||||
update_submodules()
|
|
||||||
update_node_modules('.')
|
|
||||||
update_atom_modules('spec')
|
|
||||||
bootstrap_brightray(args.url)
|
|
||||||
if sys.platform == 'cygwin':
|
if sys.platform == 'cygwin':
|
||||||
update_win32_python()
|
update_win32_python()
|
||||||
|
update_submodules()
|
||||||
|
update_node_modules('.')
|
||||||
|
bootstrap_brightray(args.url)
|
||||||
if sys.platform in ['win32', 'cygwin']:
|
if sys.platform in ['win32', 'cygwin']:
|
||||||
install_runas()
|
install_runas()
|
||||||
|
|
||||||
create_chrome_version_h()
|
create_chrome_version_h()
|
||||||
touch_config_gypi()
|
touch_config_gypi()
|
||||||
update_atom_shell()
|
update_atom_shell()
|
||||||
|
update_atom_modules('spec')
|
||||||
|
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
|
|
|
@ -36,16 +36,16 @@ TARGET_BINARIES = {
|
||||||
'atom.exe',
|
'atom.exe',
|
||||||
'chromiumcontent.dll',
|
'chromiumcontent.dll',
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'd3dcompiler_43.dll',
|
'd3dcompiler_46.dll',
|
||||||
'ffmpegsumo.dll',
|
'ffmpegsumo.dll',
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
'msvcp120.dll',
|
'msvcp120.dll',
|
||||||
'msvcr120.dll',
|
'msvcr120.dll',
|
||||||
|
'content_resources_200_percent.pak',
|
||||||
'ui_resources_200_percent.pak',
|
'ui_resources_200_percent.pak',
|
||||||
'vccorlib120.dll',
|
'vccorlib120.dll',
|
||||||
'webkit_resources_200_percent.pak',
|
|
||||||
'xinput1_3.dll',
|
'xinput1_3.dll',
|
||||||
],
|
],
|
||||||
'linux': [
|
'linux': [
|
||||||
|
|
|
@ -4,7 +4,7 @@ import platform
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
||||||
LIBCHROMIUMCONTENT_COMMIT = 'bb95d5c7958c649bb346d59a13ee0d8f15464304'
|
LIBCHROMIUMCONTENT_COMMIT = 'aa87035cc012ce0d533bb56b947bca81a6e71b82'
|
||||||
|
|
||||||
ARCH = {
|
ARCH = {
|
||||||
'cygwin': '32bit',
|
'cygwin': '32bit',
|
||||||
|
|
|
@ -7,7 +7,7 @@ import os
|
||||||
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
||||||
|
|
||||||
|
|
||||||
VERSION = 'v0.2.0'
|
VERSION = 'v0.3.0'
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
|
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
|
||||||
'/download/' + VERSION
|
'/download/' + VERSION
|
||||||
|
@ -28,7 +28,6 @@ def main():
|
||||||
download_and_unzip('ReactiveCocoa')
|
download_and_unzip('ReactiveCocoa')
|
||||||
download_and_unzip('Squirrel')
|
download_and_unzip('Squirrel')
|
||||||
elif sys.platform in ['cygwin', 'win32']:
|
elif sys.platform in ['cygwin', 'win32']:
|
||||||
download_and_unzip('atl')
|
|
||||||
download_and_unzip('directxsdk')
|
download_and_unzip('directxsdk')
|
||||||
download_and_unzip('vs2012_crt')
|
download_and_unzip('vs2012_crt')
|
||||||
|
|
||||||
|
|
|
@ -208,12 +208,3 @@ describe 'browser-window module', ->
|
||||||
w.once 'minimize', -> done()
|
w.once 'minimize', -> done()
|
||||||
w.show()
|
w.show()
|
||||||
w.minimize()
|
w.minimize()
|
||||||
|
|
||||||
describe 'restore event', ->
|
|
||||||
return if isCI and process.platform is 'linux'
|
|
||||||
it 'emits when window is restored', (done) ->
|
|
||||||
@timeout 10000
|
|
||||||
w.once 'restore', -> done()
|
|
||||||
w.show()
|
|
||||||
w.minimize()
|
|
||||||
w.restore()
|
|
||||||
|
|
|
@ -8,6 +8,9 @@ formidable = require 'formidable'
|
||||||
BrowserWindow = remote.require 'browser-window'
|
BrowserWindow = remote.require 'browser-window'
|
||||||
|
|
||||||
describe 'crash-reporter module', ->
|
describe 'crash-reporter module', ->
|
||||||
|
# We have trouble makeing crash reporter work on Yosemite.
|
||||||
|
return if process.platform is 'darwin'
|
||||||
|
|
||||||
fixtures = path.resolve __dirname, 'fixtures'
|
fixtures = path.resolve __dirname, 'fixtures'
|
||||||
|
|
||||||
w = null
|
w = null
|
||||||
|
|
35
tools/make_locale_paks.py
Executable file
35
tools/make_locale_paks.py
Executable file
|
@ -0,0 +1,35 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
# usage: make_locale_paks build_dir [...]
|
||||||
|
#
|
||||||
|
# This script creates the .pak files under locales directory, it is used to fool
|
||||||
|
# the ResourcesBundle that the locale is available.
|
||||||
|
|
||||||
|
import errno
|
||||||
|
import sys
|
||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
target_dir = sys.argv[1]
|
||||||
|
locale_dir = os.path.join(target_dir, 'locales')
|
||||||
|
safe_mkdir(locale_dir)
|
||||||
|
for pak in sys.argv[2:]:
|
||||||
|
touch(os.path.join(locale_dir, pak + '.pak'))
|
||||||
|
|
||||||
|
|
||||||
|
def touch(filename):
|
||||||
|
with open(filename, 'w+'):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def safe_mkdir(path):
|
||||||
|
try:
|
||||||
|
os.makedirs(path)
|
||||||
|
except OSError as e:
|
||||||
|
if e.errno != errno.EEXIST:
|
||||||
|
raise
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
sys.exit(main())
|
|
@ -1,33 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
|
||||||
# found in the LICENSE file.
|
|
||||||
|
|
||||||
# usage: make_locale_paks locale_dir [...]
|
|
||||||
#
|
|
||||||
# This script creates the .pak files under locales directory, it is used to fool
|
|
||||||
# the ResourcesBundle that the locale is available.
|
|
||||||
|
|
||||||
set -eu
|
|
||||||
|
|
||||||
if [[ ${#} -eq 0 ]]; then
|
|
||||||
echo "usage: ${0} build_dir [locale_pak...]" >& 2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
PRODUCT_DIR="$1"
|
|
||||||
shift
|
|
||||||
|
|
||||||
LOCALES_DIR="${PRODUCT_DIR}/locales"
|
|
||||||
if [[ ! -d "${LOCALES_DIR}" ]]; then
|
|
||||||
mkdir "${LOCALES_DIR}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd "${LOCALES_DIR}"
|
|
||||||
|
|
||||||
for pak in "${@}"; do
|
|
||||||
if [[ ! -f "${pak}.pak" ]]; then
|
|
||||||
touch "${pak}.pak"
|
|
||||||
fi
|
|
||||||
done
|
|
2
vendor/breakpad
vendored
2
vendor/breakpad
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 2483f32da1f729ac362fbbcaa9173843379697e9
|
Subproject commit 1e937567e92d2c3beed4556f3c68a4b0362b1e6d
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit f7bde923647448b1ae25fa4c1e3596d93febb7cf
|
Subproject commit d54838e3f5211e986424f4e82e24f1960b60594a
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 6403ce1c2ff752e81c1145112fa73f9273b8e73a
|
Subproject commit 296b2c198be867ed89144acb20bd3570ce375cf5
|
Loading…
Add table
Add a link
Reference in a new issue