Cheng Zhao
|
b6c2e7ef76
|
Ignore requests to other hosts.
|
2014-08-27 21:05:54 +08:00 |
|
Cheng Zhao
|
fe96a9de33
|
Don't use pure number as host name.
Numbers would be treated as IP addresses.
|
2014-08-27 20:49:57 +08:00 |
|
Cheng Zhao
|
b80f109524
|
Make "chrome-extension" a standard scheme.
If we do not do so, urls like "chrome-extension://extension-1" will
never get a hostname.
|
2014-08-27 20:48:49 +08:00 |
|
Cheng Zhao
|
cd40bdbec8
|
Add chrome-extension protocol for loading devtools extensions.
|
2014-08-27 16:01:15 +08:00 |
|
Cheng Zhao
|
1533600720
|
Upgrade libchromiumcontent to loose iframe sandbox.
|
2014-08-26 22:27:50 +08:00 |
|
Cheng Zhao
|
263c4b9ab4
|
Turn off web security for devtools.
|
2014-08-26 16:05:10 +08:00 |
|
Cheng Zhao
|
f1e72914f5
|
Update brightray for devtools zooming.
|
2014-08-26 15:11:26 +08:00 |
|
Cheng Zhao
|
400d5cef3f
|
linux: Fix BrowserWindow.setResizable.
|
2014-08-26 13:37:37 +08:00 |
|
Cheng Zhao
|
af531d685e
|
linux: Make BrowserWindow.setSkipTaskbar work dynamically.
|
2014-08-26 12:15:22 +08:00 |
|
Cheng Zhao
|
eb5f1f78bf
|
linux: Set WM_CLASS and WM_WINDOW_ROLE for window, fixes #605.
|
2014-08-26 10:34:48 +08:00 |
|
Cheng Zhao
|
c81a4bcafc
|
Don't use third party dependency in default_app.
|
2014-08-26 09:50:45 +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 |
|
Cheng Zhao
|
5604e75886
|
Merge pull request #603 from soh1988/patch-corrections
Correction to the API Documentation of the Browser FlashFrame
|
2014-08-23 19:18:38 +08:00 |
|
Cheng Zhao
|
2e7ef7ea44
|
Merge pull request #602 from soh1988/patch-minSize
Changing the Logical Or to Bitwise Or to change from Either to Either Or...
|
2014-08-23 19:17:54 +08:00 |
|
Chris Soh
|
a0867fa7c5
|
Changing the Logical Or to Bitwise Or to change from Either to Either Or Both values
|
2014-08-23 13:30:43 +08:00 |
|
Chris Soh
|
31f5855001
|
Adding the compulsory flag in the API documentation of BrowserWindow.flashFrame
|
2014-08-23 13:20:47 +08:00 |
|
Cheng Zhao
|
0b24883649
|
Merge pull request #599 from atom/printing
Add support for printing
|
2014-08-22 17:48:36 +08:00 |
|
Cheng Zhao
|
4fda81a0b4
|
Document the BrowserWindow.print().
|
2014-08-22 15:14:49 +08:00 |
|
Cheng Zhao
|
17c0888932
|
Make print settings optional.
|
2014-08-22 15:05:30 +08:00 |
|
Cheng Zhao
|
d20ec6952a
|
Revert "Move the code of getting printing settings to another class."
This reverts commit 57d06c5241 .
Conflicts:
atom/browser/printing/printing_config_service.cc
|
2014-08-22 15:03:39 +08:00 |
|
Cheng Zhao
|
e43b3309af
|
Add "silent" and "print_background" option for printing.
|
2014-08-22 15:01:07 +08:00 |
|
Cheng Zhao
|
d0c1b63064
|
linux: Fix linking error.
|
2014-08-22 13:03:27 +08:00 |
|
Cheng Zhao
|
a98e26a307
|
Fix handling failed print.
|
2014-08-22 13:01:49 +08:00 |
|
Cheng Zhao
|
57d06c5241
|
Move the code of getting printing settings to another class.
|
2014-08-22 12:46:26 +08:00 |
|
Cheng Zhao
|
f28e4574b0
|
Simplify global-shortcut's code.
|
2014-08-22 10:53:37 +08:00 |
|
Cheng Zhao
|
c9b284d7f7
|
Remove more unused printing code.
|
2014-08-22 10:27:08 +08:00 |
|
Cheng Zhao
|
99a510701d
|
Strip out print preview.
|
2014-08-21 22:14:27 +08:00 |
|
Cheng Zhao
|
eb3ecab6a8
|
Setup PrintingMessageFilter for printing.
|
2014-08-21 21:19:43 +08:00 |
|
Cheng Zhao
|
11b9a06639
|
Add BrowserWindow.print() method.
|
2014-08-21 21:00:49 +08:00 |
|
Cheng Zhao
|
87d5b72b76
|
Initailize PrintViewManagerBasic for browser window.
|
2014-08-21 20:49:18 +08:00 |
|
Cheng Zhao
|
c95869e515
|
Fix cpplint warnings.
|
2014-08-21 20:25:12 +08:00 |
|
Cheng Zhao
|
c2f7920068
|
Upgrade libchromiumcontent to contain printing headers.
|
2014-08-21 16:38:25 +08:00 |
|
Cheng Zhao
|
cb7196a9c1
|
Allow script initialized window.print().
|
2014-08-21 16:32:41 +08:00 |
|
Cheng Zhao
|
7de0f71a75
|
Fix compiling with print messages.
|
2014-08-21 16:14:22 +08:00 |
|
Cheng Zhao
|
8dcb3726f9
|
Initialize the fake BrowserProcess object.
|
2014-08-21 15:45:34 +08:00 |
|
Cheng Zhao
|
d934526bb3
|
Add printing related source codes from chrome.
|
2014-08-21 15:43:11 +08:00 |
|
Cheng Zhao
|
cab546cbb7
|
No more need to flip rect for capturePage, fixes #589.
|
2014-08-21 12:40:31 +08:00 |
|
Cheng Zhao
|
058d0bbe19
|
linux: Add "dark-theme" option for BrowserWindow, fixes #352.
|
2014-08-21 12:25:43 +08:00 |
|
Cheng Zhao
|
a32669ac0d
|
Merge pull request #594 from PeterDaveHello/patch-1
make CI build faster
|
2014-08-21 10:37:48 +08:00 |
|
Peter Dave Hello
|
cc4b3e9e6f
|
make CI build faster
|
2014-08-20 22:49:37 +08:00 |
|
Cheng Zhao
|
fdcad1066e
|
docs: Fix typos.
|
2014-08-20 10:57:39 +08:00 |
|
Cheng Zhao
|
41d43920f9
|
Merge pull request #590 from atom/browser-v8-debugger
Implement the "--debug" switch
|
2014-08-20 10:47:29 +08:00 |
|
Cheng Zhao
|
fecc90e67c
|
docs: Add chapter on debugging with node-inspector.
|
2014-08-20 10:43:41 +08:00 |
|
Cheng Zhao
|
6e3b3fa5a2
|
Add "Debugging browser process" chapter.
|
2014-08-20 10:01:43 +08:00 |
|
Cheng Zhao
|
c12c0363a0
|
No need to enter isolate.
|
2014-08-20 08:15:50 +08:00 |
|
Cheng Zhao
|
1207dfde4c
|
Add support for --debug switch.
|
2014-08-19 23:36:26 +08:00 |
|
Cheng Zhao
|
0f617c3d3c
|
Remove the unused process.getCurrentStackTrace().
|
2014-08-19 22:35:22 +08:00 |
|
Cheng Zhao
|
7b71ae6824
|
Enable setting only one side of minimum size, fixes #461.
|
2014-08-19 21:43:18 +08:00 |
|
Cheng Zhao
|
cfae3cd3af
|
Add app.resolveProxy API, fixes #545.
|
2014-08-19 21:26:45 +08:00 |
|