platform/framework/web/crosswalk-tizen.git
2014-11-03 Cheng ZhaoMerge branch 'webview-devtools' of https://github.com...
2014-11-03 Cheng ZhaoMerge pull request #777 from atom/web-dialog
2014-11-02 grayforce devtools to show as undocked.
2014-11-02 grayfix for cpplint
2014-11-02 grayupdate and document openDevTools on web view.
2014-11-02 Kevin Sawicki:memo: a -> an
2014-11-02 grayadd open devtools api to webview tag
2014-11-01 Cheng ZhaoMerge pull request #763 from paulcbetts/dont-hardcode...
2014-11-01 Cheng Zhaowin: Add color chooser dialog
2014-10-31 Paul BettsUse project_name for the lib file
2014-10-31 Kevin SawickiRemove All Rights Reserved after GitHub copyright
2014-10-31 Cheng Zhaoaura: Add color chooser dialog
2014-10-31 Cheng Zhaomac: Add color chooser dialog
2014-10-31 Cheng ZhaoUpgrade brightray to handle localized string
2014-10-31 Cheng ZhaoImplement RunFileChooser
2014-10-31 Cheng ZhaoOVERRIDE => override in atom_browser_client.h
2014-10-31 Cheng ZhaoImplement EnumerateDirectory
2014-10-30 Cheng ZhaoAdd WebDialogHelper
2014-10-30 Kevin SawickiMerge pull request #754 from Subash/master
2014-10-30 Subash PathakUpdate web-view-tag.md
2014-10-30 Cheng ZhaoForbid using protocol module before app is ready, fixes...
2014-10-30 Cheng ZhaoUpgrade native_mate, fixes #660
2014-10-30 Cheng ZhaoThrow error when BrowserWindow is created before app...
2014-10-30 Cheng ZhaoBump v0.19.0.
2014-10-28 Cheng ZhaoMerge pull request #750 from atom/fix-leaking-webcontents
2014-10-28 Cheng ZhaoSimplify the GuestWindowManager
2014-10-28 Cheng ZhaoReuse the window of same frame name
2014-10-28 Cheng Zhaospec: Only test net.connect on Mac
2014-10-27 Kevin SawickiMerge pull request #747 from stefanbuck/patch-1
2014-10-27 Stefan Buckfix broken links
2014-10-27 Cheng ZhaoDon't throw exception on closed guest window
2014-10-27 Cheng ZhaoMake <a target="_blank"> open window by default
2014-10-27 Cheng Zhaodoc: "new-window" event of WebContents
2014-10-27 Cheng ZhaoAdd eval() for FakeWindow
2014-10-27 Cheng ZhaoAdd focus() and blur() for FakeWindow
2014-10-27 Cheng Zhaospec: "new-window" event of BrowserWindow
2014-10-27 Cheng ZhaoUse GuestWindowManager to mange windows created by...
2014-10-27 Cheng Zhaospec: "new-window" event of <webview>
2014-10-27 Cheng ZhaoAdd "frameName" as paramter for "new-window" event
2014-10-27 Cheng ZhaoRoute window.open to "new-window" event
2014-10-27 Cheng ZhaoSet "defaultPrevented" when "preventDefault()" is called
2014-10-27 Cheng ZhaoOVERRIDE => override in atom_api_window.h
2014-10-27 Cheng ZhaoPrevent creating popup window from inside WebContents
2014-10-27 Cheng ZhaoOVERRIDE => override in native_window.h
2014-10-27 Cheng ZhaoUpgrade brightray
2014-10-26 Cheng ZhaoMerge pull request #740 from atom/webview
2014-10-26 Cheng ZhaoMerge pull request #742 from patr0nus/yosemite-fix
2014-10-26 Cheng ZhaoMake remote.getCurrentWindow() work in <webview>
2014-10-26 Cheng ZhaoMake <webview> work with plugins turned off
2014-10-25 Kevin Sawicki:memo: Minor grammar tweaks
2014-10-25 Kevin Sawicki:memo: codes -> code
2014-10-25 Cheng ZhaoAdd specs for <webview>
2014-10-25 Cheng ZhaoAdd BIND_DONE event for process object
2014-10-25 Cheng ZhaoRemove unneeded cleanup code
2014-10-25 Cheng ZhaoFix double freeing guest
2014-10-25 Cheng ZhaoAdd attribute to turn on node integration in <webview>
2014-10-25 Cheng ZhaoNode integration option is now only true/false
2014-10-25 Cheng ZhaoRemove iframe related security code
2014-10-25 Cheng ZhaoUpgrade libchromiumcontent to discard iframe security...
2014-10-25 Cheng ZhaoDetect node integration in JavaScript
2014-10-25 Cheng ZhaoMake autoresize follow Chrome's behavior
2014-10-25 Cheng ZhaoAdd docs on our custom web elements
2014-10-25 Cheng ZhaoAdd 'new-window' event for <webview>
2014-10-25 Cheng ZhaoAllow passing V8 objects in EventEmitter
2014-10-25 patr0nusRemove the deprecated convertScreenToBase and convertBa...
2014-10-25 patr0nusFix type convertion errors.
2014-10-25 Cheng ZhaoAdd 'close' and 'console-message' for <webview>
2014-10-25 Cheng ZhaoDispatch WebContents events to <webview>
2014-10-24 Cheng ZhaoAdd more events for WebContents
2014-10-24 Cheng ZhaoFix creating window in <webview>
2014-10-24 Cheng ZhaoSend unhandled key event to embedder
2014-10-24 Cheng ZhaoAdd WebContents.insertCSS
2014-10-24 Cheng ZhaoAdd WebContents.setUserAgent
2014-10-24 Cheng ZhaoBind WebContents APIs to <webview>
2014-10-24 Cheng ZhaoAssign a new SiteInstance for guest
2014-10-24 Cheng ZhaoAdd remote.getGuestWebContents
2014-10-24 Cheng ZhaoDon't expose <webview> in guest
2014-10-24 Cheng ZhaoDon't fork renderer process for guest
2014-10-24 Cheng ZhaoRename web-view module to web-frame
2014-10-24 Cheng ZhaoEnable navigation from webview
2014-10-24 Cheng ZhaoImplement allowtransparency attribute
2014-10-24 Cheng ZhaoDestroy guest when the embedder is gone
2014-10-24 Cheng ZhaoFix initializing webview
2014-10-24 Cheng ZhaoAttach <webview> with guest WebContents
2014-10-24 Cheng ZhaoAdd converters between gfx:: and v8
2014-10-24 Cheng ZhaoMention clang 3.4 is required, refs #735
2014-10-23 Cheng ZhaoRegister guest web view
2014-10-23 Cheng ZhaoUse old PLUGIN_METHOD_ATTACH for webview
2014-10-23 Cheng ZhaoImplement GuestViewInternal.createGuest and destroyGuest
2014-10-23 Cheng Zhaoapi: Add webContent.create() to create detached WebContents
2014-10-23 Cheng ZhaoMake WebContents cache object template
2014-10-22 Cheng ZhaoFix js errors in webview
2014-10-22 Cheng ZhaoSchemas should be registered early
2014-10-22 Cheng ZhaoAdd code to register <webview> tag
2014-10-22 Cheng ZhaoAdd API to register custom element
2014-10-21 Cheng ZhaoBump v0.18.2.
2014-10-21 Cheng ZhaoMerge pull request #727 from atom/high-dpi
2014-10-21 Cheng Zhaolinux: Don't append --force-device-scale-factor to...
2014-10-21 Cheng ZhaoMake code cleaner
2014-10-21 Cheng Zhaolinux: Also check for schema before init
next