Cheng Zhao
df35700b94
Style fixes
...
* Use under_score for variable names in C++
* Use const& when possible
* Line length <= 80
2015-07-23 10:07:58 +08:00
Cheng Zhao
ea1b89c699
Merge pull request #2250 from EyeSee360/master
...
Maintain an aspect ratio for content within a window
2015-07-23 09:45:42 +08:00
Cheng Zhao
a8658b7dca
Merge pull request #2302 from etiktin/patch-1
...
Update dialog.md
2015-07-23 09:42:03 +08:00
Brendon Gonzalez
e64fbe3529
Merge pull request #4 from EyeSee360/msb/electron-pr-update
...
changes requested for pull request #2250 into electron master
2015-07-22 13:48:51 -04:00
Robo
97c90d31d3
get jsprotocolhandler in IO thread
2015-07-22 21:54:12 +05:30
Robo
a1ec07e07e
read post-filtered data when filters are present
2015-07-22 21:45:08 +05:30
Eran Tiktin
d701e1aa40
Update dialog.md
...
Added a comment about the fact that on Windows, the "question" message box uses the same icon as the "info" message box (Electron uses the task dialog API instead of the message box API). This is because Microsoft's API doesn't supply a default question icon (see `pszIcon` in https://msdn.microsoft.com/en-us/library/windows/desktop/bb760540(v=vs.85).aspx ).
2015-07-22 18:13:50 +03:00
Michael S. Barthelemy
6d25c81bd1
changes requested for pull request #2250 into electron master
2015-07-22 10:23:31 -04:00
Robo
58f1907579
protocol: copy headers from original request for custom request job
2015-07-22 13:54:39 +05:30
Cheng Zhao
3250764e72
Merge pull request #2297 from atom/get-user-agent
...
Implement getUserAgent API.
2015-07-22 15:38:35 +08:00
Haojian Wu
462e6e0a82
Implement getUserAgent API.
2015-07-22 12:25:10 +08:00
Cheng Zhao
59269a70a0
docs: Mention libappindicator1 is required, close #1347
2015-07-21 11:27:43 +08:00
Cheng Zhao
8df8b5731e
Merge pull request #2287 from atom/fix-mac-content-size
...
mac: Always call SetSize for frameless window
2015-07-21 10:53:17 +08:00
Cheng Zhao
dbab889fcc
Merge pull request #2232 from atom/status_item_view
...
Introduce custom status item view on OS X.
2015-07-21 10:36:19 +08:00
Cheng Zhao
891d107a51
mac: Always use GetSize for frameless window
2015-07-21 10:34:37 +08:00
Cheng Zhao
3ea878941b
mac: Always call SetSize for framless window
2015-07-21 10:29:05 +08:00
Cheng Zhao
f25cf7481f
spec: Test setContentSize for frameless window
2015-07-21 10:17:38 +08:00
Haojian Wu
d342c9a6df
Implement 'drop-files' tray event on OS X.
2015-07-20 20:06:15 +08:00
Cheng Zhao
a1f0c24bf4
Merge pull request #2270 from UsabilityEtc/patch-1
...
Improve grammar and sentence structure of app.md
2015-07-20 18:40:09 +08:00
Cheng Zhao
a11d8ea558
Merge pull request #2246 from deepak1556/session_proxy_api
...
session: api to set proxy
2015-07-20 18:29:53 +08:00
Cheng Zhao
f6263f8c6b
Update brightray for #2238
2015-07-20 18:27:49 +08:00
Robo
d3055a5ca0
session: api to set proxy
2015-07-20 15:21:47 +05:30
Matias Insaurralde
73790fcef5
preparing README-es
2015-07-19 17:39:59 -04:00
Jeffrey Morgan
5010c15ffc
Improve grammar and sentence structure of app.md
...
Improve the grammar and sentence structure of app.md. Replace references to Mac with OS X for consistency with other docs and use the OS X nomenclature of notification rather than message.
2015-07-18 15:40:01 +01:00
Michael S. Barthelemy
6656afd57f
fix bug with computing the case where we should constrain via height
2015-07-17 10:25:30 -04:00
Cheng Zhao
8cf9df2d8d
docs: Mention null session of RequestHttpJob
2015-07-16 15:17:45 -07:00
Cheng Zhao
3145c78b61
Merge pull request #2207 from deepak1556/fetch_job_patch
...
protocol: create separate request context for fetch job
2015-07-16 15:14:45 -07:00
Robo
de3ccc4b98
use current session when not defined
2015-07-17 02:00:43 +05:30
Michael S. Barthelemy
d0c6176640
wrap lines to meet Travis CI build requirements
2015-07-16 14:45:27 -04:00
Michael S. Barthelemy
7cdfa44438
shorten names
2015-07-16 14:31:01 -04:00
Michael S. Barthelemy
10faf314d4
fix line length issue
2015-07-16 14:26:48 -04:00
mbarthelemy
378e81ffaa
Merge pull request #1 from EyeSee360/msb/aspect-ratio
...
add function maintainAspectRatioOfInteriorContent to BrowserWindow
2015-07-16 14:01:55 -04:00
Michael S. Barthelemy
423ea00263
Merge branch 'master' into msb/aspect-ratio
2015-07-16 13:57:38 -04:00
Michael S. Barthelemy
666aca7803
add function maintainAspectRatioOfInteriorContent to BrowserWindow in order to enforce an aspect ratio for an electron window
2015-07-16 13:54:51 -04:00
Cheng Zhao
135aca02af
Bump v0.30.0
2015-07-17 01:01:25 +08:00
Cheng Zhao
7ab8134613
Don't upload PDB files in CI
...
Somehow it is blocking.
2015-07-17 00:54:57 +08:00
Robo
57244e4718
use request context from session if provided
2015-07-16 20:18:33 +05:30
Robo
8eb87c5d2b
protocol: create separate request context for fetch job
2015-07-16 20:18:33 +05:30
Cheng Zhao
02cadde8de
Merge pull request #2200 from atom/input_accept_attr
...
Enable 'accept' attribute in 'input' label.
2015-07-16 07:20:30 -07:00
Cheng Zhao
88ab23def9
Update brightray for #1852
2015-07-16 06:36:10 -07:00
Cheng Zhao
db6d8de5dc
docs: Say more about standard scheme
2015-07-16 06:32:09 -07:00
Cheng Zhao
652843f447
Merge pull request #2234 from astoilkov/patch-1
...
fix typo in browser-window.md
2015-07-16 04:34:23 -07:00
Haojian Wu
21e5054fac
Make <input type="file"\> remember last used directory.
2015-07-16 19:29:12 +08:00
Cheng Zhao
a2c26b8c74
Fix hanlding trailing slash in asar package, close #2222
2015-07-16 03:49:26 -07:00
Haojian Wu
2cd6ad1a97
More code style fixing.
2015-07-16 18:42:20 +08:00
Cheng Zhao
78e55414d4
Merge pull request #2235 from mhkeller/doc-json-fix
...
valid example json, fix https://github.com/atom/electron/issues/2228
2015-07-16 02:53:59 -07:00
Haojian Wu
17628b3e40
📝 tray.popContextMenu API.
2015-07-16 11:53:13 +08:00
Haojian Wu
736fe0c1db
Fix OS X build error.
2015-07-16 11:43:42 +08:00
Haojian Wu
ed4c69343f
Add 'tray.popContextMenu()' Windows implementation.
2015-07-16 11:42:43 +08:00
Haojian Wu
4421fbf9f3
Implement 'tray.popContextMenu' API on OS X.
2015-07-16 10:50:53 +08:00