Cheng Zhao [Thu, 25 Jun 2015 13:53:22 +0000 (21:53 +0800)]
docs: gpu-crashed is moved to app
Cheng Zhao [Thu, 25 Jun 2015 12:28:07 +0000 (20:28 +0800)]
Move gpu-crashed event to app
Cheng Zhao [Fri, 26 Jun 2015 02:31:18 +0000 (10:31 +0800)]
Merge pull request #1941 from deepak1556/certificate_api_patch
app: event to pass client certificate data
deepak1556 [Thu, 11 Jun 2015 15:22:07 +0000 (20:52 +0530)]
app: event to pass client certificate data
Cheng Zhao [Thu, 25 Jun 2015 07:11:40 +0000 (15:11 +0800)]
Merge pull request #2051 from atom/detach-web-contents
Decouple WebContents from NativeWindow
Cheng Zhao [Thu, 25 Jun 2015 06:54:00 +0000 (14:54 +0800)]
Remove NativeWindow::GetWebContents
Cheng Zhao [Thu, 25 Jun 2015 06:32:38 +0000 (14:32 +0800)]
Remove inspectable_web_contents_
Cheng Zhao [Thu, 25 Jun 2015 06:28:13 +0000 (14:28 +0800)]
Move BrowserPluginGuestDelegate to a separate class
Cheng Zhao [Thu, 25 Jun 2015 05:29:30 +0000 (13:29 +0800)]
Fix the order of function definitions
Cheng Zhao [Thu, 25 Jun 2015 05:27:51 +0000 (13:27 +0800)]
Rename CloseWebContents to RequestToClosePage
Cheng Zhao [Thu, 25 Jun 2015 05:18:36 +0000 (13:18 +0800)]
Remove NativeWindow::ActivateContents
Cheng Zhao [Thu, 25 Jun 2015 05:08:11 +0000 (13:08 +0800)]
Allowing destroying a closed window
Cheng Zhao [Thu, 25 Jun 2015 04:30:04 +0000 (12:30 +0800)]
Add InspectableWebContentsViewDelegate
Cheng Zhao [Thu, 25 Jun 2015 03:16:31 +0000 (11:16 +0800)]
Set sender in EventEmitter.emit
Cheng Zhao [Thu, 25 Jun 2015 03:07:23 +0000 (11:07 +0800)]
Decouple WebContentsDelegate from NativeWindow
Cheng Zhao [Thu, 25 Jun 2015 01:47:57 +0000 (09:47 +0800)]
Don't create WebContents in NativeWindow
Cheng Zhao [Wed, 24 Jun 2015 15:29:32 +0000 (23:29 +0800)]
Pass isGuest when creating WebContents
Cheng Zhao [Wed, 24 Jun 2015 14:29:44 +0000 (22:29 +0800)]
Store NativeWindow in weak ptr
Cheng Zhao [Wed, 24 Jun 2015 14:23:38 +0000 (22:23 +0800)]
Discard is_guest_, use type_ instead
Cheng Zhao [Wed, 24 Jun 2015 14:14:46 +0000 (22:14 +0800)]
Store NativeWindow's weak ptr in WebContents
Cheng Zhao [Wed, 24 Jun 2015 13:44:27 +0000 (21:44 +0800)]
Add type for WebContents
Cheng Zhao [Wed, 24 Jun 2015 13:28:36 +0000 (21:28 +0800)]
Handle close cancel in BeforeUnloadDialogCancelled
Cheng Zhao [Wed, 24 Jun 2015 12:16:51 +0000 (20:16 +0800)]
Remove usages of NotificationObserver
Cheng Zhao [Wed, 24 Jun 2015 12:10:07 +0000 (20:10 +0800)]
Remove ActivateContents and DeactivateContents
Cheng Zhao [Wed, 24 Jun 2015 12:01:42 +0000 (20:01 +0800)]
Merge pull request #2046 from atom/id-weak-map
Track native JS objects in C++
Cheng Zhao [Wed, 24 Jun 2015 11:51:11 +0000 (19:51 +0800)]
Remove JS override of setMenu
Cheng Zhao [Wed, 24 Jun 2015 11:04:08 +0000 (19:04 +0800)]
Always initailize webContents in BrowserWindow
Cheng Zhao [Wed, 24 Jun 2015 10:39:02 +0000 (18:39 +0800)]
Remove usages of JS IDWeakMap in browser-window
Cheng Zhao [Wed, 24 Jun 2015 10:53:10 +0000 (18:53 +0800)]
Merge pull request #2025 from atom/power-save-blocker-api
Power save blocker API
Cheng Zhao [Wed, 24 Jun 2015 09:58:12 +0000 (17:58 +0800)]
Make each class only have one weak map
Cheng Zhao [Wed, 24 Jun 2015 08:54:20 +0000 (16:54 +0800)]
Add Values() method for IDWeakMap
Cheng Zhao [Wed, 24 Jun 2015 08:37:48 +0000 (16:37 +0800)]
Move "id" and "fromId" to C++
Cheng Zhao [Wed, 24 Jun 2015 08:14:49 +0000 (16:14 +0800)]
Initialize defaultSession after app is ready
Cheng Zhao [Wed, 24 Jun 2015 07:37:04 +0000 (15:37 +0800)]
Make Session trackable
Cheng Zhao [Wed, 24 Jun 2015 07:09:50 +0000 (15:09 +0800)]
Make sure each C++ WebContents has only one JS WebContents
Cheng Zhao [Wed, 24 Jun 2015 06:49:08 +0000 (14:49 +0800)]
Enable storing TrackableObject in other C++ class
Cheng Zhao [Wed, 24 Jun 2015 06:36:05 +0000 (14:36 +0800)]
Add mate::TrackableObject
Cheng Zhao [Wed, 24 Jun 2015 05:38:55 +0000 (13:38 +0800)]
Don't make IDWeakMap public API
Cheng Zhao [Wed, 24 Jun 2015 05:35:39 +0000 (13:35 +0800)]
Make the JS IDWeakMap a thin wrapper of C++ IDWeakMap
Cheng Zhao [Wed, 24 Jun 2015 05:22:09 +0000 (13:22 +0800)]
Add C++ version of IDWeakMap
Haojian Wu [Wed, 24 Jun 2015 04:49:43 +0000 (12:49 +0800)]
More updates: use string instead of integer to identify blocker type.
Cheng Zhao [Wed, 24 Jun 2015 04:25:06 +0000 (12:25 +0800)]
Merge pull request #2043 from atom/default-session
Add app.defaultSession
Cheng Zhao [Wed, 24 Jun 2015 04:01:19 +0000 (12:01 +0800)]
Keep compatibility with app.resolveProxy
Cheng Zhao [Wed, 24 Jun 2015 03:59:11 +0000 (11:59 +0800)]
Move resolveProxy From app to session
Cheng Zhao [Wed, 24 Jun 2015 02:45:22 +0000 (10:45 +0800)]
Merge pull request #2027 from deepak1556/devtools_file_save_patch
devtools: writing to filesystem in FILE thread
Cheng Zhao [Tue, 23 Jun 2015 15:40:41 +0000 (23:40 +0800)]
Add app.defaultSession
deepak1556 [Mon, 22 Jun 2015 02:00:33 +0000 (07:30 +0530)]
devtools: write to file in FILE thread
Cheng Zhao [Tue, 23 Jun 2015 15:02:49 +0000 (23:02 +0800)]
mac: Set NSHighResolutionCapable in Info.plist, close #2020
Cheng Zhao [Tue, 23 Jun 2015 14:57:08 +0000 (22:57 +0800)]
Merge pull request #2039 from atom/cleanup-web-contents-js
Some cleanup of WebContents and BrowserWindow code
Cheng Zhao [Tue, 23 Jun 2015 14:39:12 +0000 (22:39 +0800)]
Merge pull request #2030 from deepak1556/file_download_patch
browser: creating download manager delegate to handle downloads
Cheng Zhao [Tue, 23 Jun 2015 14:11:59 +0000 (22:11 +0800)]
Clean up coffee files
Cheng Zhao [Tue, 23 Jun 2015 13:27:50 +0000 (21:27 +0800)]
Emit ATOM_BROWSER_RELEASE_RENDER_VIEW in C++
deepak1556 [Mon, 22 Jun 2015 11:43:49 +0000 (17:13 +0530)]
browser: creating download manager delegate to handle downloads
Cheng Zhao [Tue, 23 Jun 2015 12:14:03 +0000 (20:14 +0800)]
Remove all calls to node::MakeCallback
node::MakeCallback is doing too much for us, avoid calling it.
Cheng Zhao [Tue, 23 Jun 2015 11:46:37 +0000 (19:46 +0800)]
Add EmitEvent function to replace node::MakeCallback
Cheng Zhao [Tue, 23 Jun 2015 09:22:14 +0000 (17:22 +0800)]
Remove calls to v8::Isolate::GetCurrent
It is generally a bad thing to do since we might have multiple Isolates.
Cheng Zhao [Tue, 23 Jun 2015 08:43:55 +0000 (16:43 +0800)]
Fix release render view with wrong ID
Cheng Zhao [Tue, 23 Jun 2015 08:34:22 +0000 (16:34 +0800)]
Omit extra transfer of new-window event
Cheng Zhao [Tue, 23 Jun 2015 08:19:12 +0000 (16:19 +0800)]
Clean up SetAllowTransparency
Cheng Zhao [Tue, 23 Jun 2015 08:16:10 +0000 (16:16 +0800)]
Implement getId in C++
Cheng Zhao [Tue, 23 Jun 2015 08:09:34 +0000 (16:09 +0800)]
Don't include routing ID in WebContents's ID
Cheng Zhao [Tue, 23 Jun 2015 06:22:17 +0000 (14:22 +0800)]
Bump v0.28.3
Cheng Zhao [Tue, 23 Jun 2015 05:34:40 +0000 (13:34 +0800)]
Merge pull request #2014 from atom/enable-zygote
Use zygote process on Linux
Cheng Zhao [Tue, 23 Jun 2015 04:38:02 +0000 (12:38 +0800)]
Merge pull request #2034 from hongrich/internalModuleReadFile-asar-unpack
Update internalModuleReadFile to support unpacked asar files
Cheng Zhao [Tue, 23 Jun 2015 03:12:23 +0000 (11:12 +0800)]
Merge pull request #2028 from preco21/master
Translate docs to korean (Re PR)
Cheng Zhao [Tue, 23 Jun 2015 02:20:46 +0000 (10:20 +0800)]
Merge pull request #2019 from atom/pdf-api-doc
Add usage sample code of printToPDF API.
Cheng Zhao [Tue, 23 Jun 2015 02:18:43 +0000 (10:18 +0800)]
win: Fix building, close #2018
Cheng Zhao [Tue, 23 Jun 2015 02:04:42 +0000 (10:04 +0800)]
Merge pull request #1981 from atom/cookies-api
Implement Cookies api
Cheng Zhao [Tue, 23 Jun 2015 02:03:40 +0000 (10:03 +0800)]
Merge pull request #2009 from deepak1556/webview_patch
override: set window.opener to null for webview
Rich Hong [Mon, 22 Jun 2015 23:38:47 +0000 (19:38 -0400)]
Update internalModuleReadFile to support unpacked asar files
Add tests for reading unpacked files using both fs.readFileSync and
internalModuleReadFile
Kevin Sawicki [Mon, 22 Jun 2015 15:49:40 +0000 (08:49 -0700)]
Merge pull request #2024 from atom/dev-tools-doc
:memo: Add missing BrowserWindow.isDevToolsOpened method.
Plusb Preco [Mon, 22 Jun 2015 05:06:06 +0000 (14:06 +0900)]
First translation
Translate docs to korean
Haojian Wu [Mon, 22 Jun 2015 02:23:58 +0000 (10:23 +0800)]
Update PowerSaveBlocker APIs design.
Haojian Wu [Sun, 21 Jun 2015 13:14:49 +0000 (21:14 +0800)]
:memo: Add powerSaveBlocker APIs doc.
Haojian Wu [Sun, 21 Jun 2015 12:57:42 +0000 (20:57 +0800)]
Add PowerSaveBlocker APIs.
Haojian Wu [Sun, 21 Jun 2015 02:56:40 +0000 (10:56 +0800)]
:memo: Add missing BrowserWindow.isDevToolsOpened method.
Haojian Wu [Sat, 20 Jun 2015 07:18:21 +0000 (15:18 +0800)]
Add usage sample code of printToPDF API.
Haojian Wu [Sat, 20 Jun 2015 02:42:18 +0000 (10:42 +0800)]
Update cookies spec.
Haojian Wu [Sat, 20 Jun 2015 02:41:40 +0000 (10:41 +0800)]
Fix more code styles.
Cheng Zhao [Fri, 19 Jun 2015 15:11:53 +0000 (23:11 +0800)]
Move headers to atom/common
Cheng Zhao [Fri, 19 Jun 2015 14:56:10 +0000 (22:56 +0800)]
Make process.argv work with zygote
Cheng Zhao [Fri, 19 Jun 2015 14:01:32 +0000 (22:01 +0800)]
Update libchromiumcontent to enable zygote process
Cheng Zhao [Fri, 19 Jun 2015 13:53:29 +0000 (21:53 +0800)]
Only append --register-standard-schemes when needed
Cheng Zhao [Fri, 19 Jun 2015 08:21:29 +0000 (16:21 +0800)]
Merge pull request #1998 from deepak1556/process_patch
process: add hang method
Cheng Zhao [Fri, 19 Jun 2015 08:16:46 +0000 (16:16 +0800)]
Merge pull request #1970 from deepak1556/scheme_patch
protocol: api to register custom schemes to standard schemes
Haojian Wu [Fri, 19 Jun 2015 06:18:22 +0000 (14:18 +0800)]
Make cookie aligns to Chrome's.
Haojian Wu [Thu, 18 Jun 2015 10:38:32 +0000 (18:38 +0800)]
Use webContents BrowserContext.
Also fix some code styles.
Haojian Wu [Tue, 16 Jun 2015 09:23:29 +0000 (17:23 +0800)]
Move cookies APIs to webContents.session.cookies namespace.
Haojian Wu [Tue, 16 Jun 2015 02:37:39 +0000 (10:37 +0800)]
Add cookies spec.
Haojian Wu [Mon, 15 Jun 2015 13:52:15 +0000 (21:52 +0800)]
:memo: add cookies doc.
Haojian Wu [Mon, 15 Jun 2015 13:51:08 +0000 (21:51 +0800)]
Move set status code into error.
Haojian Wu [Mon, 15 Jun 2015 13:21:53 +0000 (21:21 +0800)]
Fix cpplint.
Haojian Wu [Mon, 15 Jun 2015 13:18:40 +0000 (21:18 +0800)]
Add cookies.set API.
Haojian Wu [Mon, 15 Jun 2015 07:33:09 +0000 (15:33 +0800)]
Add cookies.remove API.
Haojian Wu [Sun, 14 Jun 2015 08:19:53 +0000 (16:19 +0800)]
Implement cookies.get API.
deepak1556 [Thu, 18 Jun 2015 15:44:45 +0000 (21:14 +0530)]
override: set window.opener to null for webview
Cheng Zhao [Thu, 18 Jun 2015 10:25:42 +0000 (18:25 +0800)]
Merge pull request #2004 from atom/remove-global-browser-context
Remove global browser context
Cheng Zhao [Thu, 18 Jun 2015 09:19:29 +0000 (17:19 +0800)]
Remove AtomBrowserContext::Get
Cheng Zhao [Thu, 18 Jun 2015 09:18:11 +0000 (17:18 +0800)]
Use the BrowserContext from protocol
Cheng Zhao [Thu, 18 Jun 2015 09:01:23 +0000 (17:01 +0800)]
Replace a few calls to AtomBrowserMainParts::Get.
These calls replies on global BrowserContext, we can just make them use
the future default BrowserContext.