platform/framework/web/crosswalk-tizen.git
2016-08-05 Kevin SawickiUse ATOM_COMMON_ATOM_VERSION_H_ as ifdef guar
2016-08-05 Cheng ZhaoMerge pull request #6737 from MaxWhere/setpainting-fix
2016-08-05 Cheng ZhaoMerge pull request #6721 from electron/osr-refactor
2016-08-05 Heilig Benedekadded checks for painting_ when setting the outputdevic...
2016-08-05 Cheng ZhaoUse getBitmap in docs
2016-08-05 Cheng ZhaoCleanup the code of getBitmap
2016-08-05 Heilig Benedekupdate docs
2016-08-05 Heilig Benedekadd getBitmap to NativeImage
2016-08-05 Cheng Zhaodocs: Show how to use bitmap data directly
2016-08-05 Cheng ZhaoEmit NativeImage objects in paint event
2016-08-05 Cheng ZhaoMerge pull request #6736 from electron/maximizable...
2016-08-05 Cheng ZhaoMerge pull request #6654 from electron/content-bounds
2016-08-05 Cheng ZhaoMerge pull request #6739 from electron/cookies-refactor
2016-08-05 Cheng ZhaoRemove AtomBrowserContext::SetCookieableSchemes
2016-08-05 Cheng ZhaoMerge pull request #6708 from deepak1556/cookieable_sch...
2016-08-05 Cheng ZhaoUpdate brightray for #6708
2016-08-05 Kevin SawickiNon-resizable windows should only maximizable on Mac
2016-08-04 Kevin SawickiAlways reset maximizable state
2016-08-04 Kevin SawickiAdd failing spec
2016-08-04 Kevin SawickiAdjust y position if menu bar is visible
2016-08-04 Kevin SawickiUse same position as setPosition test
2016-08-04 Kevin SawickiAssert new content bounds after resize event
2016-08-04 Kevin SawickiAdd spec for BrowserWindow.setContentBounds
2016-08-04 Kevin SawickiDoc BrowserWindow.setContentBounds
2016-08-04 Kevin SawickiSet max size on window constraints
2016-08-04 Kevin SawickiUse empty origin when only adjusting size
2016-08-04 Kevin SawickiAdd initial setContentBounds method
2016-08-04 Kevin SawickiUse current content position when adjusting content...
2016-08-04 Kevin SawickiUse bounds for converting window/content sizes
2016-08-04 Kevin SawickiUse View::GetBoundsInScreen to compute content bounds
2016-08-04 Kevin SawickiSet bounds size to content size
2016-08-04 Kevin SawickiDocument BrowserWindow.getContentBounds()
2016-08-04 Kevin SawickiAssert after size through getContentBounds() API
2016-08-04 Kevin SawickiAdd BrowserWindow.getClientBounds API
2016-08-04 Cheng ZhaoMerge pull request #6726 from MaxWhere/dummy-view-fix
2016-08-04 gellertomits setMouseDownCanMoveWindow call for OffScreenView
2016-08-04 Cheng ZhaoMerge pull request #6723 from electron/dummy-view
2016-08-04 Cheng ZhaoFix building on Linux
2016-08-04 Cheng ZhaoAlso show the text on Windows and Linux
2016-08-04 deepak1556register cookieable schemes with browser context
2016-08-04 Cheng ZhaoShow dummy view under offscreen mode
2016-08-04 deepak1556protocol: custom standard schemes should support cookies
2016-08-04 Cheng ZhaoPass SkBitmap directly
2016-08-04 Cheng ZhaoPass OnPaint callback in constructor
2016-08-04 Cheng ZhaoMerge pull request #6713 from MaxWhere/offscreen-render...
2016-08-04 Heilig Benedekremoved bpp (it can be calculated)
2016-08-04 Cheng ZhaoMerge pull request #6718 from electron/coverage
2016-08-04 Cheng ZhaoMerge pull request #6720 from deepak1556/extension_sche...
2016-08-04 Cheng ZhaoMerge pull request #6719 from electron/is-destroyed...
2016-08-04 Cheng ZhaoMerge pull request #6714 from sairoutine/jpdocs
2016-08-04 Cheng ZhaoMerge pull request #6709 from saghul/uv-fixes
2016-08-04 Cheng ZhaoMerge pull request #6711 from miniak/cleanup
2016-08-03 Kevin SawickiUpgrade to electabul@0.0.4
2016-08-03 Kevin SawickiUpgrade to electabul@0.0.3
2016-08-03 Kevin SawickiRemove unused spec modules
2016-08-03 Kevin SawickiUse electabul to instrument and report coverage
2016-08-03 Kevin SawickiUse once when calling done callback
2016-08-03 Kevin SawickiClose windows instead of destroying them
2016-08-03 Kevin SawickiOnly prevent unload the first time it is attempted
2016-08-03 Kevin SawickiUse once instead of on
2016-08-03 Kevin SawickiSend coverage from chrome extension iframe
2016-08-03 Kevin SawickiSave dev tools coverage when available
2016-08-03 Kevin SawickiSave type in coverage filename
2016-08-03 Kevin SawickiUse web contents id when pid is unavailable
2016-08-03 Kevin SawickiIgnore windows with no URLs
2016-08-03 Kevin SawickiSave coverage on beforeunload event
2016-08-03 Kevin SawickiSave coverage data when browser windows are destroyed
2016-08-03 Kevin SawickiDelete output lib folder before instrumenting
2016-08-03 Kevin SawickiAdd ability to run tests with coverage report
2016-08-03 Kevin SawickiAdd run script to generate instrumented code coverage...
2016-08-03 Kevin SawickiAdd helper to instrument electron.asar
2016-08-03 Kevin SawickiAdd initial code coverage reporting
2016-08-03 deepak1556browser: register extension scheme as web safe scheme
2016-08-03 Kevin SawickiMark isDestroyed as public on BrowserWindow/WebContents
2016-08-03 Kevin SawickiMerge pull request #6710 from miniak/docs-fixes
2016-08-03 gellertrenames to bytesPerPixel and use nullptr
2016-08-03 Milan Burdadocs: fix cwd description for shell.writeShortcutLink
2016-08-03 sairoutine:memo: delete no need text in japanese readme.md [ci...
2016-08-03 sairoutine:memo: build-instructions-osx.md [ci skip]
2016-08-03 gellertadds resets to destructor
2016-08-03 Milan BurdaRemove unnecessary comment + respondsToSelector for...
2016-08-03 Saúl Ibarra... Remove unneeded flag check
2016-08-03 Saúl Ibarra... Remove unneeded libuv callback
2016-08-03 gellertfixes buffer size and adds pixel size to paint event
2016-08-03 Cheng ZhaoMerge pull request #6706 from sairoutine/jpdocs
2016-08-03 Cheng ZhaoMerge pull request #6707 from electron/auto-run-micro...
2016-08-03 Cheng ZhaoRevert Node's call of SetAutorunMicrotasks(false)
2016-08-03 sairoutine:memo: japanese: add atom-shell-vs-node-webkit.md ...
2016-08-03 Cheng ZhaoMerge pull request #6705 from electron/remove-view...
2016-08-03 Cheng ZhaoRemove the view-painted event
2016-08-03 Cheng ZhaoCleanup atom_api_system_preferences_mac.mm
2016-08-03 Cheng ZhaoMerge pull request #6686 from darkdh/swipe_prefs
2016-08-03 Cheng Zhaodocs: Do not repeat processes for multiple times in...
2016-08-03 Cheng ZhaoMerge pull request #6700 from calidion/patch-1
2016-08-03 Cheng ZhaoMerge pull request #6703 from electron/merge-offscreen
2016-08-03 Cheng ZhaoAdd Offscreen Rendering to guides
2016-08-03 Cheng ZhaoPut constants in annoymouse namespace
2016-08-03 Cheng ZhaoFix accidentally changed lines
2016-08-03 Cheng ZhaoRefactor osr_render_widget_host_view
2016-08-03 Cheng ZhaoRefactor osr_output_device
next