platform/framework/web/crosswalk-tizen.git
2016-08-29 Kevin SawickiIgnore external values when serializing
2016-08-29 Kevin SawickiAdd empty request error handler
2016-08-29 Kevin SawickiAdd regression spec for HTTP request over IPC
2016-08-29 Kevin SawickiConvert specs to expect empty objects
2016-08-29 Kevin SawickiDon't convert values with internal fields
2016-08-29 Cheng ZhaoMerge pull request #7003 from brave/exit-tab-fullscreen
2016-08-29 Cheng ZhaoMerge pull request #7002 from electron/include-alpha
2016-08-29 Cheng ZhaoMerge pull request #7001 from electron/debug-wait-connect
2016-08-27 Kevin SawickiMerge pull request #7006 from electron/fix-optional...
2016-08-27 Zeke Sikelianosfix optional param spacing
2016-08-26 Kevin SawickiInclude windows.h first
2016-08-26 bridiverexit tab fullscreen on destroy
2016-08-26 Kevin SawickiSort includes alphabetically
2016-08-26 Kevin SawickiEnable alphabetical include order lint filter
2016-08-26 Kevin SawickiMerge pull request #6925 from BraveNewMath/patch-1
2016-08-26 Kevin SawickiAdd separate platform examples for running electron
2016-08-26 Kevin SawickiOnly set _debugWaitConnect in main process
2016-08-26 Kevin SawickiRemove v8debug flag no longer supported by node
2016-08-26 Kevin SawickiSet process._debugWaitConnect with --debug-brk is specified
2016-08-26 Cheng ZhaoMerge pull request #6989 from Menci/master
2016-08-26 Cheng ZhaoMerge pull request #6984 from electron/zoom-webview
2016-08-26 Cheng ZhaoMerge pull request #6983 from electron/download-item...
2016-08-26 Cheng ZhaoMerge pull request #6977 from electron/ipc-cycle-detection
2016-08-26 MenciAdd support for titleBarStyle hidden on macOS 10.9
2016-08-26 Zeke SikelianosMerge pull request #6985 from electron/more-parameter...
2016-08-26 Zeke Sikelianoscapitalize
2016-08-26 Zeke Sikelianosuse the right bullet
2016-08-25 Zeke Sikelianosadd a description for BrowserWindowProxy
2016-08-25 Kevin SawickiDocument <webview>.setZoomFactor/Level as public
2016-08-25 Zeke Sikelianosdocument some missing parameters
2016-08-25 Zeke Sikelianosfix method heading level
2016-08-25 Kevin SawickiUse path to non-existent file
2016-08-25 Kevin SawickiCheck download item save path before prompting
2016-08-25 Kevin SawickiAdd failing spec for unwanted save dialog
2016-08-25 Kevin SawickiMerge pull request #6981 from electron/typo-in-method...
2016-08-25 Kevin SawickiCorrect misspelling of destroy in method name
2016-08-25 Zeke SikelianosMerge pull request #6980 from electron/method-params...
2016-08-25 Zeke Sikelianosdocument missing method parameters
2016-08-25 Kevin SawickiImprove cycle detection in V8ValueConverter
2016-08-25 Kevin SawickiAdd failing spec for duplicate references over IPC
2016-08-25 Cheng ZhaoMerge pull request #6963 from electron/remote-buffers
2016-08-25 Cheng ZhaoMerge pull request #6952 from deepak1556/custom_scheme_...
2016-08-25 Cheng ZhaoMerge pull request #6961 from electron/fullscreen-linux
2016-08-25 Kevin Sawicki:art: Use const
2016-08-24 Kevin SawickiAdd spec for Int16Array remote parameter
2016-08-24 Kevin SawickiAdd missing space after comma
2016-08-24 Kevin SawickiDon't serialize ArrayBuffer as Array
2016-08-24 Kevin SawickiAdd more remote Buffer specs
2016-08-24 Kevin SawickiAdd test of sending Buffer
2016-08-24 Zeke SikelianosInstall node 4 on GitHub CI (#6948)
2016-08-24 Kevin SawickiOnly change window state when fullscreen is true
2016-08-24 Kevin SawickiMinor doc edits and link to MDN page
2016-08-24 deepak1556use schemes from global instead of commandline
2016-08-24 Cheng ZhaoMerge pull request #6944 from electron/check-window...
2016-08-24 Cheng ZhaoMerge pull request #6896 from malept/fix-checksum-format
2016-08-24 deepak1556add spec and docs
2016-08-24 deepak1556register custom schemes to access files through filesys...
2016-08-23 Kevin SawickiDon't open dev tools if already initialized
2016-08-23 Kevin SawickiMerge pull request #6934 from electron/add-missing...
2016-08-23 Kevin SawickiUse correct GetToplevelWindow signature
2016-08-23 Kevin SawickiAdd spec for detached window crash
2016-08-23 Kevin SawickiAccess window through native view
2016-08-23 Jessica LordMerge pull request #6938 from electron/add-accessibilit...
2016-08-23 Cheng ZhaoBump v1.3.4
2016-08-23 Cheng ZhaoMerge pull request #6935 from electron/default-network...
2016-08-23 Zeke Sikelianosimprove wording about class instantiation
2016-08-22 Jessica LordAdd accessibility doc
2016-08-22 Kevin Sawicki:art: Go back to single line declaration
2016-08-22 Kevin SawickiMerge pull request #6936 from electron/add-missing...
2016-08-22 Zeke Sikelianosadd missing require to win.loadURL doc
2016-08-22 Kevin SawickiDocument enableNetworkEmulation defaults
2016-08-22 Kevin SawickiDefault network values to 0.0
2016-08-22 Zeke Sikelianosadd a blockquote for every class
2016-08-22 Kevin SawickiMerge pull request #6932 from electron/fix-power-save...
2016-08-22 Zeke Sikelianosfix linting errors in docs
2016-08-22 Zeke Sikelianoswrap MenuItem constructor in backticks
2016-08-22 Zeke Sikelianosmissing space in doc
2016-08-22 Cheng ZhaoMerge pull request #6926 from electron/fix-fetch
2016-08-22 Cheng ZhaoUse scoped policy for micro tasks
2016-08-22 Cheng Zhaospec: Add test case for fetch
2016-08-22 Cheng ZhaoMerge pull request #6922 from TomKaltz/patch-1
2016-08-22 Eliasfix windows command prompt error
2016-08-22 Cheng ZhaoMerge pull request #6913 from markwylde/bugfix-spelling-fix
2016-08-22 Cheng ZhaoMerge pull request #6923 from electron/fix-path-compati...
2016-08-22 Cheng ZhaoMerge pull request #6900 from electron/loadurl-example
2016-08-22 Cheng ZhaoCleanup the usages of std::wstring
2016-08-22 Cheng ZhaoDo not add extra space when args is empty
2016-08-22 Cheng ZhaoMerge pull request #6858 from electron/default-protocol...
2016-08-21 Thomas Kaltz IIIUpdate devtools-extension.md
2016-08-20 Mark WyldeFix spelling mistake from registred to registered
2016-08-19 Zeke Sikelianosrecommend url.format for file URLs
2016-08-19 Zeke Sikelianosimprove doc for loadURL
2016-08-18 Will Ecclesfixed grammar for 32bit
2016-08-18 Mark LeeThe checksum file needs to indicate that the files...
2016-08-18 Samuel AttardFix linting issues
2016-08-18 Samuel AttardUse base::string16 and base::JoinString instead of...
2016-08-18 Samuel AttardReturn boolean instead of empty string when error occur...
2016-08-18 Cheng ZhaoMerge pull request #6888 from electron/show-spec-runner...
2016-08-18 Cheng Zhaodocs: Correctly fomart titleBarStyle line
2016-08-18 Cheng ZhaoMerge pull request #6848 from miniak/titlebar-style...
next