Merge pull request #8996 from swashcap/master
[platform/framework/web/crosswalk-tizen.git] / atom /
2017-04-21 Kevin SawickiMerge pull request #8996 from swashcap/master
2017-04-20 Kevin SawickiMerge pull request #9095 from seanchas116/better-path...
2017-04-20 Kevin SawickiMerge pull request #9108 from yuya-oc/add-macos-sheet...
2017-04-20 Kevin SawickiGroup sheet event methods with other macOS methods
2017-04-18 Kevin SawickiBump v1.6.7
2017-04-18 Kevin SawickiMerge pull request #9211 from sindresorhus/patch-1
2017-04-18 Kevin SawickiMerge pull request #9194 from electron/external/cookie...
2017-04-18 Hari Krishna Reddy... fixup! fixup! Adding cookie flush store api
2017-04-18 Hari Krishna Reddy... Adding cookie flush store api
2017-04-18 Kevin SawickiMerge pull request #9208 from electron/touchbar-button...
2017-04-18 Kevin SawickiOnly read iconPosition when icon is present
2017-04-18 Samuel AttardMake iconPosition non-breaking by defaulting to overlay
2017-04-18 Samuel Attardadd iconPosition property to touch bar buttons
2017-04-18 Kevin SawickiMerge pull request #9195 from mcizol/master
2017-04-18 Kevin SawickiMerge pull request #9185 from sauber92/patch-2
2017-04-18 Kevin SawickiMerge pull request #9180 from runinspring/patch-1
2017-04-18 Birunthan MohanathasMerge pull request #9219 from electron/update-libcc...
2017-04-18 Birunthan MohanathasFix OverrideSiteInstanceForNavigation() signature
2017-04-17 Birunthan MohanathasMerge pull request #9213 from electron/fix-autohide...
2017-04-17 Birunthan MohanathasActually hide menubar area when menu is autohidden
2017-04-15 Yuya OchiaiAdd events to manage sheets of macOS BrowserWindow
2017-04-14 Birunthan MohanathasMerge pull request #9187 from electron/mac-messagebox...
2017-04-14 Birunthan MohanathasFix missing warning icon with dialog.showMessageBox...
2017-04-13 Ryohei IkegamiUse const
2017-04-13 Birunthan MohanathasMerge pull request #9167 from electron/frameless-overflow3
2017-04-13 Kevin SawickiUse Chrome default client inset handling
2017-04-13 Birunthan MohanathasMerge pull request #9166 from electron/browserview
2017-04-13 Ryohei IkegamiUse base::FilePath
2017-04-12 Birunthan MohanathasAdd support for BrowserView autoresizing
2017-04-12 Birunthan MohanathasRemove MenuLayout in favor of NativeWindowViews::Layout
2017-04-12 Birunthan MohanathasImplement initial, experimental BrowserView API
2017-04-12 Kevin SawickiMerge pull request #8786 from electron/per-monitor...
2017-04-11 Kevin SawickiMerge pull request #9148 from electron/share-render...
2017-04-11 Kevin SawickiMerge pull request #9133 from electron/app-exit-failure
2017-04-11 Kevin SawickiAdd IsEmpty helper and remove GetInstance public usage
2017-04-11 Kevin SawickiAdd GetWindows helper that returns a vector
2017-04-11 Kevin SawickiUse CloseAllWindows helper
2017-04-11 Kevin SawickiAdd DestroyAllWindows helper that uses vector copy
2017-04-11 Kevin SawickiMerge pull request #9134 from electron/scroll-bounce-fix
2017-04-11 Kevin SawickiAlways set NSScrollViewRubberbanding scroll bounce...
2017-04-11 Cheng ZhaoEnable per-monitor DPI
2017-04-10 Kevin SawickiMerge pull request #9104 from electron/fix-crash-report...
2017-04-10 Kevin SawickiMerge pull request #9137 from runinspring/patch-3
2017-04-10 Kevin SawickiMerge pull request #9136 from runinspring/patch-2
2017-04-08 Thiago de ArrudaMove AtomRenderFrameObserver creation to RendererClient...
2017-04-08 Thiago de ArrudaChange AtomRenderFrameObserver.renderer_client_ type...
2017-04-08 Thiago de ArrudaMake SetupMainWorldOverrides/isolated_world pure virtual.
2017-04-08 Thiago de ArrudaMake DidCreateScriptContext/WillReleaseScriptContext...
2017-04-08 Thiago de ArrudaMove DidClearWindowObject into RendererClientBase.
2017-04-08 Thiago de ArrudaMove AtomRenderFrameObserver into a separate module.
2017-04-07 Kevin SawickiBump v1.6.6
2017-04-06 Kevin SawickiMerge pull request #9117 from electron/fix_debug_checks
2017-04-05 Kevin SawickiMerge pull request #9111 from electron/deliver-ipc...
2017-04-05 Ales PerglFixed a couple of failing debug checks when calling...
2017-04-05 Kevin SawickiRestore delivering IPC messages to utility handlers
2017-04-04 Kevin SawickiMerge pull request #9028 from electron/fix-popover...
2017-04-04 Kevin SawickiGuard against missing popover identifier
2017-04-04 Kevin SawickiUse const references for params
2017-04-04 Samuel AttardUpdate as per feedback
2017-04-04 Samuel AttardAllow items to be assigned to multiple popovers
2017-04-04 Samuel AttardStore parent popover in popover touch bar items
2017-04-04 Kevin SawickiMerge pull request #9023 from electron/touchbar-set...
2017-04-04 Kevin SawickiTake const reference
2017-04-04 Kevin Sawicki:art:
2017-04-04 Kevin SawickiAdd escapeKeyReplacementItemIdentifier forward declaration
2017-04-04 Samuel AttardMake everything pointer like
2017-04-04 Samuel AttardAdd a method to set the escape identifier on the touch bar
2017-04-04 Kevin SawickiMerge pull request #9099 from electron/certificate...
2017-04-04 Kevin SawickiMerge pull request #9072 from p-jackson/patch-1
2017-04-04 joshaberAs you wish linter
2017-04-04 joshaberDon't pass the result through
2017-04-04 joshaberPut CertFromData in an anon namespace
2017-04-04 Cheng ZhaoMerge pull request #8528 from Anatzum/patch-1
2017-04-04 joshaberAppease our linty overlords
2017-04-04 joshaberRemove the intermediate function
2017-04-04 joshaberFix some style things
2017-04-04 Ryohei IkegamiNo extra linebreak
2017-04-04 Ryohei IkegamiPass app path as command line argument
2017-04-03 joshaberGet rid of `intermediates` and rehydrate from `issuerCert`
2017-04-03 joshaberLinebreak to keep the linter happy
2017-04-03 joshaberRemove stale includes
2017-04-03 joshaberUse better iteration
2017-04-03 joshaberConst ref that message
2017-04-03 joshaberConditionalize
2017-04-03 joshaberFix indentation
2017-04-03 joshaberRemove old unnecssary change on `app`
2017-04-03 joshaberMove it into `dialog`
2017-04-03 joshaberHandle the callback and cleanup properly
2017-04-03 joshaberDo the callback & release dance
2017-04-03 Kevin SawickiMerge pull request #9076 from electron/cleanup-cpp
2017-04-01 Haojian WuRemove extra spaces.
2017-04-01 Haojian WuRemove extra blank.
2017-04-01 joshaberRename to make VS happy
2017-04-01 joshaberNotify that the cert changed
2017-04-01 joshaberDecode all the intermediates
2017-04-01 joshaberEncode all the intermediates
2017-03-31 joshaberSlightly better conversion
2017-03-31 Kevin SawickiBump v1.6.5
2017-03-31 Kevin SawickiMerge pull request #9074 from electron/tabbing-mode...
2017-03-31 Kevin SawickiOnly define NSWindowTabbingModeDisallowed on pre-10.12
next