- ariya/phantomjs#11217 - Allow outer context to access arbitrary URLs
- ariya/phantomjs#10158 - Added response body to response object in onResourceReceived event
- ariya/phantomjs#13215 - Upgrade Qt to 5.4.1
- ariya/phantomjs#11275 - Added support for SSL Client Authentication
- ariya/phantomjs#11596 - Fix --local-storage-path and localStoragePath config option
- ariya/phantomjs#12864 - Simplify remote debugging
- ariya/phantomjs#13412 - Restore logic for
--local-url-access=noaccidentally deleted by #10158 - ariya/phantomjs#12868 - Fix an issue with loading JS modules contains a last-line comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D:\Dev\phantomjs\bin>phantomjs --debug=yes --proxy=http://localhost:3128 --proxy-auth=user:pass tweets.js | |
| 2013-06-23T01:09:55 [DEBUG] CookieJar - Created but will not store cookies (use option '--cookies-file=<filename>' to enable persisten cookie storage) | |
| 2013-06-23T01:09:56 [DEBUG] Phantom - execute: Configuration | |
| 2013-06-23T01:09:56 [DEBUG] 0 objectName : "" | |
| 2013-06-23T01:09:56 [DEBUG] 1 cookiesFile : "" | |
| 2013-06-23T01:09:56 [DEBUG] 2 diskCacheEnabled : "false" | |
| 2013-06-23T01:09:56 [DEBUG] 3 maxDiskCacheSize : "-1" | |
| 2013-06-23T01:09:56 [DEBUG] 4 ignoreSslErrors : "false" | |
| 2013-06-23T01:09:56 [DEBUG] 5 localToRemoteUrlAccessEnabled : "false" | |
| 2013-06-23T01:09:56 [DEBUG] 6 outputEncoding : "UTF-8" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var page = require('webpage').create(); | |
| page.open('test.html', function() { | |
| var v = page.evaluate(function() { | |
| return HINCLUDED; | |
| }); | |
| console.log(v); | |
| phantom.exit(); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cinst VisualStudio2012Ultimate -InstallArguments WebTools | |
| cinst VisualStudio2013Ultimate -InstallArguments WebTools | |
| cinst resharper | |
| cinst fiddler4 | |
| cinst mssqlserver2012express | |
| cinst conemu | |
| cinst notepad2-mod | |
| cinst poshgit | |
| cinst googlechrome | |
| cinst sysinternals |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var page = require('webpage').create(); | |
| page.settings.userAgent = 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1976.2 Safari/537.36'; | |
| page.viewportSize = { | |
| width: 1024, | |
| height: 768 | |
| }; | |
| page.onConsoleMessage = function(msg) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| SETLOCAL EnableExtensions EnableDelayedExpansion | |
| set BUILD_TYPE=release | |
| if /i "%1" == "debug" ( | |
| SET BUILD_TYPE=debug | |
| ) | |
| set ROOT_DIR=%CD% | |
| SET BUILD_DATESTAMP=%date:~-4,4%%date:~-7,2%%date:~-10,2% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var page = require('webpage').create(), | |
| fs = require('fs'); | |
| page.content = fs.read('fragment.html'); | |
| // to make sure that our web page has downloaded all referenced resources: CSS, JS, etc. | |
| page.onLoadFinished = function(status) { | |
| page.render('out.png'); | |
| phantom.exit(); | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Web application to analyze Breakpad (https://code.google.com/p/google-breakpad/) crash dumps. | |
| TODO: | |
| - Choose platform (node.js?) | |
| - write web application itself | |
| - write a collector. Collector will analyze a crash dump and save its resuls to a storage. | |
| - etc... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MyObject | |
| { | |
| public string FirstName {get;set;} | |
| public string LastName {get;set;} | |
| } | |
| using (var context = new MyContext()) | |
| { | |
| try | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am vitallium on github. | |
| * I am vitallium (https://keybase.io/vitallium) on keybase. | |
| * I have a public key whose fingerprint is 7407 1899 ED67 CDBB 6E57 C18B 3A7D C00B F4FE 19EC | |
| To claim this, I am signing this object: |