Cheng Zhao
5b2c0110dc
Fix other compilation errors
2015-03-18 09:57:41 +08:00
Cheng Zhao
98fbe5127b
The "subpixel-font-scaling" option is removed
2015-03-18 09:57:41 +08:00
Cheng Zhao
8e2fdc178b
Fix API changes of CopyFromBackingStore
2015-03-18 09:57:40 +08:00
Cheng Zhao
757df39941
Upgrade native_mate for unsigned long conversion
2015-03-18 09:57:40 +08:00
Cheng Zhao
dfad907530
Fix API changes of tracing API
2015-03-18 09:57:39 +08:00
Cheng Zhao
04d1075db5
Fix API changes of ContentBrowserClient
2015-03-18 09:57:39 +08:00
Cheng Zhao
8a138fafd4
Fix API changes of WebContentsDelegate
2015-03-18 09:57:38 +08:00
Cheng Zhao
819ab5cd0c
Fix ui/gfx/geometry headers
2015-03-18 09:57:38 +08:00
Cheng Zhao
dead7caab2
CommandLine moved to base::CommandLine
2015-03-18 09:57:37 +08:00
Cheng Zhao
14542f4fc8
Upgrade to Chrome 41
2015-03-18 09:57:37 +08:00
Cheng Zhao
21ee1f257f
Upgrade libchromiumcontent
2015-03-18 09:55:13 +08:00
Kevin Sawicki
ac77c9df54
Update URLs for new atom org location
2015-03-17 11:24:10 -07:00
Kevin Sawicki
8a52374951
Update brightray repo url to be under atom org
2015-03-17 11:22:39 -07:00
Cheng Zhao
cfc615a6c1
Fix accidental update of submodules, closes #1255
2015-03-17 21:26:10 +08:00
Cheng Zhao
af0690fb88
docs: "Quick start" should also be a "tutorial"
...
Guides should include information that not available in the API
references, and tutorials should be step-by-step walkthrough or
introductory text on certain APIs.
2015-03-17 18:41:54 +08:00
Cheng Zhao
c80aaa2980
docs: Separate guides and tutorials
2015-03-17 18:37:32 +08:00
Austin Moore
521f61d7db
Add argument that allows for non-interactive use
...
The newly added 'check_root()' method introduced an interactive prompt
that would ask the user if they wanted to continue. The new argument '-y'
will now skip the prompt, so that if a user needs to run this script
un-interactively, they can do so easily.
2015-03-17 01:42:23 -06:00
Austin Moore
2d1f70c1cf
Add check for root in script/bootstrap.py
2015-03-17 01:01:33 -06:00
Suyash
327c7bc3cc
📝 avoid breaking everyone's stuff
2015-03-16 16:50:23 +05:30
Cheng Zhao
9e2842c9ca
Merge pull request #1235 from suyash/update-linux-development-docs
...
add troubleshooting instructions for libudev.so.0 failure
2015-03-16 16:55:48 +08:00
Cheng Zhao
7457eccdee
Merge pull request #1238 from deepak1556/browser_window_lib_patch
...
define devToolsWebContents for use from remote module
2015-03-16 16:43:46 +08:00
Cheng Zhao
2942eae9f2
Merge pull request #1242 from deepak1556/web_contents_patch
...
add DidFailProvisionalLoad method
2015-03-16 16:27:32 +08:00
Cheng Zhao
54e58ae255
Fix compilation on Linux
2015-03-16 14:45:19 +08:00
Cheng Zhao
38aba07290
usigned long is uint64 on Linux
2015-03-14 18:47:36 +00:00
Robo
87cb2ece80
add DidFailProvisionalLoad method
2015-03-14 08:58:30 +05:30
Cheng Zhao
6033e5bea3
Upgrade libchromiumcontent
2015-03-13 16:33:48 -07:00
Kevin Sawicki
042074cab1
Merge pull request #1241 from ylaassel/patch-1
...
Fix a typo
2015-03-12 08:09:58 -07:00
Yassine Laassel
bd81b24b99
Fix a typo
2015-03-11 17:38:31 -07:00
Cheng Zhao
1a53e293dd
Use DevToolsAPI instead of InspectorFrontendAPI
...
Now InspectorFrontendAPI is available in the iframe, we have to call DevToolsAPI
which delegates the call.
2015-03-11 14:51:37 -07:00
Cheng Zhao
bb2f3a82d9
Merge pull request #1224 from deepak1556/chromium_flag_patch
...
test for ignoreCertificateError
2015-03-11 13:40:06 -07:00
Suyash
cda129b073
📝 rename node-webkit to NW.js in development docs
...
Replaces all occurences of node-webkit with NW.js in the development
docs.
2015-03-12 01:58:58 +05:30
deepak1556
adb130cefa
define devToolsWebContents for use from remote module
2015-03-11 19:58:12 +05:30
Suyash
860b15ef8a
📝 add troubleshooting instructions for libudev.so.0 failure
...
Adding the easiest solution for solving the missing libudev.so.0 error
on ubuntu 13.04+.
I had to do this on my own machine running ubuntu 14.04.2 to build atom.
The solution is also referenced in
https://github.com/nwjs/nw.js/wiki/The-solution-of-lacking-libudev.so.0
2015-03-11 12:17:22 +05:30
Cheng Zhao
a636fad51e
Add converter for unsigned long
2015-03-10 16:46:54 -07:00
Cheng Zhao
1679115302
Merge pull request #1225 from deepak1556/remote_lib_patch
...
using Object.defineProperty instead of __defineMethods__
2015-03-10 16:03:22 -07:00
deepak1556
8395745cc1
using Object.defineProperty instead of __defineMethods__
2015-03-11 04:18:11 +05:30
deepak1556
dd706ea6e2
test for ignoreCertificateError
2015-03-10 12:39:23 +05:30
Cheng Zhao
6856d203c5
Merge pull request #1215 from deepak1556/dialog_patch
...
avoid overriding type value of showMessageBox
2015-03-09 13:50:18 -07:00
Cheng Zhao
29471ff8b5
Fix styling of #1209
2015-03-09 13:46:46 -07:00
Cheng Zhao
2495583b5e
Merge pull request #1209 from deepak1556/webcontents_patch
...
using WebContentsObserver::NavigationEntryCommitted to set virtualurl
2015-03-09 13:41:27 -07:00
Cheng Zhao
56a1691588
MEDIA_LOOPBACK_AUDIO_CAPTURE renamed to MEDIA_DESKTOP_AUDIO_CAPTURE
2015-03-08 20:04:25 -07:00
Cheng Zhao
bb8da7ec7e
Fix browser_context.cc
2015-03-08 19:56:45 -07:00
Cheng Zhao
5e1a4e1222
Fix url_request_context_getter.cc
2015-03-08 19:54:27 -07:00
Cheng Zhao
f04ee342ea
Remove RemoteDebuggingServer class
2015-03-08 19:53:37 -07:00
Cheng Zhao
2837b730f2
Fix network_delegate.cc
2015-03-08 19:47:12 -07:00
Cheng Zhao
95f0f25dc4
Fix inspectable_web_contents_impl.cc
2015-03-08 19:38:40 -07:00
Cheng Zhao
a5026907e4
Implement PlatformNotificationService
2015-03-08 19:37:13 -07:00
Cheng Zhao
99e2dbd6e8
Fix inspectable_web_contents_impl.h
2015-03-08 19:13:17 -07:00
Cheng Zhao
8467fee8d8
Fix devtools_manager_delegate.cc
2015-03-08 19:07:53 -07:00
Cheng Zhao
c0356f0269
Fix ui/gfx/geometry headers
2015-03-08 19:02:38 -07:00