| 
								
								
									 Cheng Zhao | cf9f249f07 | Merge branch 'webview-devtools' of https://github.com/project-infinium/atom-shell into project-infinium-webview-devtools | 2014-11-03 18:42:18 +08:00 |  | 
				
					
						| 
								
								
									 gray | f43c227806 | update and document openDevTools on web view. | 2014-11-02 07:20:10 -08:00 |  | 
				
					
						| 
								
								
									 Kevin Sawicki | 490efe69f4 | 📝 a -> an | 2014-11-02 07:20:00 -08:00 |  | 
				
					
						| 
								
								
									 Subash Pathak | 996e2bdc69 | Update web-view-tag.md | 2014-10-30 20:52:00 +05:45 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 41b6f682d8 | Merge pull request #750 from atom/fix-leaking-webcontents Handle window.open and <a target="..."> correctly | 2014-10-28 19:23:59 +08:00 |  | 
				
					
						| 
								
								
									 Stefan Buck | eaa5e136b6 | fix broken links | 2014-10-27 22:43:29 +01:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | f44be28309 | doc: "new-window" event of WebContents | 2014-10-27 23:27:33 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | fefeb39757 | Add "frameName" as paramter for "new-window" event | 2014-10-27 19:14:57 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 0839915538 | Merge pull request #740 from atom/webview Implement <webview> tag | 2014-10-26 19:43:52 +08:00 |  | 
				
					
						| 
								
								
									 Kevin Sawicki | 9f8ad36f30 | 📝 Minor grammar tweaks | 2014-10-25 16:03:27 -07:00 |  | 
				
					
						| 
								
								
									 Kevin Sawicki | 8a4e0a64cf | 📝 codes -> code | 2014-10-25 16:00:23 -07:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 22e3b9df44 | Add attribute to turn on node integration in <webview> | 2014-10-25 20:52:42 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d596a7427e | Node integration option is now only true/false | 2014-10-25 19:20:04 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 81170d81b3 | Remove iframe related security code | 2014-10-25 19:08:21 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 69bcc8e831 | Add docs on our custom web elements | 2014-10-25 14:58:32 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d63f44cd07 | Add more events for WebContents | 2014-10-24 23:05:25 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | e214ce6bc4 | Add WebContents.insertCSS | 2014-10-24 21:04:50 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 1f08d50e98 | Add WebContents.setUserAgent | 2014-10-24 20:57:44 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 07a8a50861 | Bind WebContents APIs to <webview> | 2014-10-24 20:49:51 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 4ccb0cccf3 | Rename web-view module to web-frame | 2014-10-24 18:45:03 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5b167e3684 | Mention clang 3.4 is required, refs #735 | 2014-10-24 09:55:31 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | b06d59fcb2 | linux: Add libdbus-1-dev as requirement | 2014-10-21 15:01:24 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | cb9bdbf247 | docs: Add BrowserWindow.showInactive() | 2014-10-17 22:49:21 +08:00 |  | 
				
					
						| 
								
								
									 Bruce Mitchener | 2fa0b1117c | [docs] Clean up some grammar around ASAR. | 2014-10-14 08:16:22 +07:00 |  | 
				
					
						| 
								
								
									 Josh Marinacci | 7659edd139 | speling error. | 2014-10-02 14:51:05 -07:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | cc4897f8c1 | Add process.versions['chrome'], fixes #675 | 2014-10-02 23:48:17 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d77bf0440c | docs: Add usage on app packaging | 2014-09-29 23:05:02 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5a0be6672d | docs: Add reference on app packaging | 2014-09-29 21:34:54 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | fc8ff314e2 | Make docs follow 80 columns rule. | 2014-09-25 23:22:29 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 909ff085ac | Add "quit" event for app. | 2014-09-25 21:48:15 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | a717235212 | Only include chromedriver in vX.X.0 releases. | 2014-09-20 22:39:52 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 805215be78 | Merge pull request #655 from hokein/master SetProgressBar API Implementation, fixes #635 | 2014-09-20 11:19:34 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | e7fbe84644 | Use app name as desktop name by default. | 2014-09-18 22:58:17 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 9653f20995 | win: Add "direct-write" option for BrowserWindow. For atom/atom#3540. | 2014-09-18 21:49:04 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | e959a40b49 | docs: setProgressBar API. | 2014-09-18 19:32:58 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 1381d16f9c | Merge pull request #652 from atom/chromedriver Ship chromedriver and add docs on how to use it | 2014-09-16 17:45:39 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 268508764f | docs: use => using | 2014-09-13 00:16:32 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 34109fa741 | docs: Document how to use chromedriver. | 2014-09-13 00:07:21 +08:00 |  | 
				
					
						| 
								
								
									 Florian | 6ca238852a | Correct parameter type of setHightlightMode() | 2014-09-09 15:04:00 +02:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | c8a8576970 | docs: Document the new Tray APIs. | 2014-09-09 19:50:50 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | f08c3f9134 | docs: Add options for web runtime features. | 2014-09-09 11:14:44 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | add4e3c6f5 | docs: Now atom-shell's version should be used when building modules. | 2014-09-08 15:07:33 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 19b25c0d83 | Make dialog API's parameters more flexible. | 2014-09-06 18:56:28 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 4509056d5e | docs: Add notes on OS X application menu. | 2014-09-05 13:39:29 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 80fb44b926 | docs: Add docs on how to use chrome devtools extension. | 2014-08-28 16:33:27 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | aa8f5e54df | dev-tools => devtools. | 2014-08-28 16:00:29 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | a59388ecdd | Add "dev-tools-opened" and "dev-tools-closed" events. | 2014-08-28 14:25:00 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 1beeda170c | Merge pull request #606 from hokein/master docs: Correct debugging chapter. | 2014-08-25 18:55:09 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 9ad81c054d | docs: Correct debugging chapter. | 2014-08-25 13:08:11 +08:00 |  | 
				
					
						| 
								
								
									 Chris Soh | 31f5855001 | Adding the compulsory flag in the API documentation of BrowserWindow.flashFrame | 2014-08-23 13:20:47 +08:00 |  |