Cheng Zhao
|
965f2b1b6b
|
views: Draw underline in menu bar for accelerators.
|
2014-08-18 13:36:00 +08:00 |
|
Cheng Zhao
|
e25417ab31
|
linux: Use "fg" of GtkStyle as text color, fixes #555.
|
2014-08-18 10:29:21 +08:00 |
|
Cheng Zhao
|
48c227c263
|
Upgrade libchromium for the accelerator fix.
|
2014-08-17 21:21:28 +08:00 |
|
Cheng Zhao
|
cbd6541e9a
|
views: Fix compilation error.
|
2014-08-17 12:57:22 +08:00 |
|
Cheng Zhao
|
2a9f5a5fb8
|
Add "enable-larger-than-screen" option for BrowserWindow.
From now on BrowserWindow can only be resized larger than screen or
moved out of screen when this option is set to "true".
Fixes #582.
|
2014-08-17 12:23:00 +08:00 |
|
Cheng Zhao
|
78afa29ade
|
Little formating on app.getDataPath.
|
2014-08-17 11:33:55 +08:00 |
|
Cheng Zhao
|
73bb05e530
|
mac: Make "Text to Speech" work, fixes atom/atom#3288.
|
2014-08-17 11:30:26 +08:00 |
|
Cheng Zhao
|
8cc23aca8d
|
Upgrade to Chrome 36.0.1985.143.
|
2014-08-17 11:30:26 +08:00 |
|
Cheng Zhao
|
f96c6e4bd7
|
Merge pull request #578 from cornedor/appdata
Fixed #442 added app.getDataPath()
|
2014-08-16 20:34:01 +08:00 |
|
Corné Dorrestijn
|
3afb4e017c
|
Added the getDataPath function to the app api docs
|
2014-08-15 17:29:36 +02:00 |
|
Corne Dorrestijn
|
54ee12308d
|
reused converted and fixed indentation
|
2014-08-15 16:52:16 +02:00 |
|
Cheng Zhao
|
fd09f13c9b
|
Bump v0.15.7.
|
2014-08-15 15:07:11 +08:00 |
|
Cheng Zhao
|
86dd8e2dfa
|
docs: Document the chrome command switches we support.
|
2014-08-15 13:06:52 +08:00 |
|
Cheng Zhao
|
1b70ca2098
|
Initialize job factory as early as possible.
Fixes atom/atom#3255.
|
2014-08-15 11:35:13 +08:00 |
|
Cheng Zhao
|
e8d1c69ea8
|
Enable the spec of testing crash of protocol module.
|
2014-08-15 11:08:06 +08:00 |
|
Cheng Zhao
|
1883da463f
|
Merge pull request #577 from cornedor/verbose
Added verbose mode to the bootstrap script. Closes #574
|
2014-08-15 10:40:30 +08:00 |
|
Corne Dorrestijn
|
e9879a3e4b
|
Removed whitespace and added vector import
|
2014-08-13 14:24:35 +02:00 |
|
Corne Dorrestijn
|
dec05988f4
|
Fixes for windows
|
2014-08-13 14:16:55 +02:00 |
|
Cheng Zhao
|
4087062798
|
Remove old symbols when generating symbols.
|
2014-08-13 20:08:07 +08:00 |
|
Cheng Zhao
|
31135321c0
|
Bump v0.15.6.
|
2014-08-13 18:19:38 +08:00 |
|
Cheng Zhao
|
226cbda7a6
|
Avoid creating our own URLRequestContextGetter.
|
2014-08-13 17:40:31 +08:00 |
|
Cheng Zhao
|
66ef1a067d
|
Merge pull request #576 from atom/geolocation
Implement geolocation API
|
2014-08-13 14:53:07 +08:00 |
|
Cheng Zhao
|
8a7efcdcd2
|
Fix compilation error on Linux.
|
2014-08-13 14:43:21 +08:00 |
|
Cheng Zhao
|
adb8fb59bd
|
Add network provider for google geolocation api.
|
2014-08-13 13:28:05 +08:00 |
|
Cheng Zhao
|
0ca9e8ee82
|
Add access token store.
|
2014-08-13 12:12:43 +08:00 |
|
Cheng Zhao
|
e7647ba183
|
mac: Fix crash when checking for update, fixes #575.
|
2014-08-13 11:28:19 +08:00 |
|
Corne Dorrestijn
|
be6599807d
|
Added getAppData function to the app api
|
2014-08-12 17:01:56 +02:00 |
|
Cheng Zhao
|
a8ca0329b4
|
win: Show minimize button for unresizable window, fixes #411.
|
2014-08-12 22:58:19 +08:00 |
|
Corne Dorrestijn
|
6d9a88f415
|
Fixed inconsistent newlines
|
2014-08-12 14:28:18 +02:00 |
|
Corne Dorrestijn
|
0018d4b705
|
Added a verbose mode to the bootstrap script
|
2014-08-12 14:23:59 +02:00 |
|
Cheng Zhao
|
72e8b2882f
|
Upgrade libchromiumcontent.
* Fix unresponsive event when in beforeunload handler.
* Compile with clang 3.4 under Linux.
|
2014-08-12 20:17:30 +08:00 |
|
Cheng Zhao
|
89539ca15e
|
Update brightray.
|
2014-08-11 23:23:27 +08:00 |
|
Cheng Zhao
|
175d052a28
|
linux: Enable tests on window size.
After upgraded to Chrome36, those tests have become stable.
|
2014-08-11 21:00:04 +08:00 |
|
Cheng Zhao
|
d1a93a5135
|
views: Set a default maximum window size.
It is required to make the window able to be resized larger than the
screen.
|
2014-08-11 20:36:53 +08:00 |
|
Cheng Zhao
|
f96485f950
|
linux: Fix error when generating symbols.
Somehow strip would return 1 when a directory is passed, so we have to
wrap it in a script to avoid the error.
|
2014-08-11 11:08:29 +00:00 |
|
Cheng Zhao
|
79dfb2d2f3
|
Bump v0.15.5.
|
2014-08-11 17:44:16 +08:00 |
|
Cheng Zhao
|
de7ff0f944
|
Merge pull request #573 from atom/resource-dispatcher-delegate
Enable removing the X-Frame-Options header for frames
|
2014-08-11 16:31:35 +08:00 |
|
Cheng Zhao
|
80c77ef3a8
|
Fix cpplint warning.
|
2014-08-11 15:56:23 +08:00 |
|
Cheng Zhao
|
cad9580796
|
docs: Move security info from browser-window to web-security.
|
2014-08-11 15:37:44 +08:00 |
|
Cheng Zhao
|
253789353f
|
docs: Add document on overriding X-Frame-Options.
|
2014-08-11 15:25:26 +08:00 |
|
Cheng Zhao
|
73262be2c2
|
Filter out x-frame-options header on user's request.
|
2014-08-11 15:03:57 +08:00 |
|
Cheng Zhao
|
0ad4c3ca93
|
Add custom ResourceDispatcherHostDelegate.
|
2014-08-11 14:08:23 +08:00 |
|
Cheng Zhao
|
b26e3a9629
|
Merge pull request #572 from atom/window-larger-than-screen
Enable window to be resized larger than screen
|
2014-08-11 12:17:48 +08:00 |
|
Cheng Zhao
|
c55f6d82d8
|
Update brightray for devtools experiments.
|
2014-08-11 10:52:54 +08:00 |
|
Cheng Zhao
|
4b90c02420
|
mac: Override system's default on resizing window no larger than screen.
|
2014-08-11 10:24:36 +08:00 |
|
Cheng Zhao
|
d4fb1c1f8c
|
Add spec for resizing window larger than screen.
|
2014-08-11 10:22:56 +08:00 |
|
Cheng Zhao
|
445fe158cc
|
Store window icon as ImageSkia.
|
2014-08-11 10:06:46 +08:00 |
|
Cheng Zhao
|
a696f06a23
|
Restructure headers of native_window.
|
2014-08-11 10:01:05 +08:00 |
|
Cheng Zhao
|
c019f13e8c
|
docs: Update prerequisities in Windows build instructions.
|
2014-08-11 09:39:03 +08:00 |
|
Cheng Zhao
|
b4f00f3b40
|
Update with new ScopedPersistent interface.
|
2014-08-10 21:19:07 +08:00 |
|