Aleksei Kuzmin
|
7fc3bcaa02
|
chore: run clang-format
- atom/
- brightray/
- chromium_src/
|
2018-09-19 17:18:10 +02:00 |
|
Aleksei Kuzmin
|
0afebdc531
|
The Great Blink mv for source files, part 2.
https://chromium-review.googlesource.com/1001153
|
2018-09-11 20:21:32 +02:00 |
|
Robo
|
c7c95fab2f
|
build: [gn] widevine cdm support behind flag (#14423)
* build: [gn] widevine cdm support behind flag
* build: [gyp] link cdm_support in the component build
|
2018-09-05 16:00:37 -05:00 |
|
deepak1556
|
5e2406081e
|
build: move pepper flash behind feature flag
|
2018-06-21 17:02:12 +05:30 |
|
Heilig Benedek
|
91d16c9b3a
|
FIXME: comment out ppapi code that blocks compilation
|
2018-06-19 11:49:44 +10:00 |
|
deepak1556
|
844ef4291c
|
PepperFlashRendererHost to use SkFontStyle.
https://chromium-review.googlesource.com/c/chromium/src/+/602469
|
2018-06-19 11:49:43 +10:00 |
|
deepak1556
|
39b30b76ea
|
Printing: Remove PrintedPage on non-Windows
https://chromium-review.googlesource.com/c/chromium/src/+/804178
https://chromium-review.googlesource.com/c/chromium/src/+/770492
https://chromium-review.googlesource.com/c/chromium/src/+/704262
|
2018-06-19 11:49:42 +10:00 |
|
deepak1556
|
77f427acc8
|
Check for key system support using new mojo service KeySystemSupport
https://chromium-review.googlesource.com/c/chromium/src/+/834764
|
2018-06-19 11:49:42 +10:00 |
|
Aleksei Kuzmin
|
7732da41ba
|
Revert "Revert "Add support for OOPIF printing in renderer""
https://chromium-review.googlesource.com/924566
|
2018-06-19 11:49:41 +10:00 |
|
Aleksei Kuzmin
|
93fc60720a
|
Feature Policy Onion Soup (1)
https://chromium-review.googlesource.com/726343
|
2018-06-19 11:49:41 +10:00 |
|
Jeremy Apthorp
|
73ac019882
|
Fix up #includes to work with both GYP and GN
|
2018-05-10 13:38:40 -07:00 |
|
Jeremy Apthorp
|
b280ea5579
|
chromium-style fixes (#12826)
|
2018-05-03 23:45:12 -07:00 |
|
Shelley Vohr
|
12a57ff1c2
|
clang-format objc files (#12673)
|
2018-04-20 11:47:04 -07:00 |
|
Jeremy Apthorp
|
e6695cf2ec
|
[chromium-style] override / virtual warnings
|
2018-04-19 11:12:10 -07:00 |
|
Shelley Vohr
|
f7d4437b3f
|
format previously missed chromium_src .cc files
|
2018-04-18 22:59:34 -04:00 |
|
Shelley Vohr
|
8cc81509d7
|
clang-format chromium_src
|
2018-04-18 22:59:33 -04:00 |
|
Shelley Vohr
|
d722008367
|
remove unnecessary ptr_util.h include
|
2018-04-12 22:34:26 -04:00 |
|
Shelley Vohr
|
b05932310b
|
replace base::MakeUnique with std::make_unique
|
2018-04-12 08:48:32 -04:00 |
|
deepak1556
|
4b39d17e5f
|
move pdf viewer behind feature flag
|
2018-03-20 10:13:17 +03:00 |
|
Aleksei Kuzmin
|
5d870837cf
|
Remove WebCString from Blink
https://chromium-review.googlesource.com/594673
|
2018-02-23 10:21:23 +09:00 |
|
Shelley Vohr
|
de576fa82e
|
Refactor Skia document type into an enum class
https://chromium-review.googlesource.com/619502
|
2018-02-23 10:21:23 +09:00 |
|
Aleksei Kuzmin
|
8c0c1e4ded
|
media: Replace ENABLE_PEPPER_CDMS buildflag with ENABLE_LIBRARY_CDMS
https://chromium-review.googlesource.com/582309
|
2018-02-23 10:21:23 +09:00 |
|
OJ Kwon
|
e869c27041
|
feat(worditerator): bump up worditerator into latest
|
2018-02-06 15:31:18 -08:00 |
|
Aleksei Kuzmin
|
4607a1fd13
|
make base::SharedMemoryHandle a class on POSIX.
https://codereview.chromium.org/2843113002
|
2017-11-24 10:58:17 +09:00 |
|
Tony Ganch
|
491249108e
|
Fix WebLocalFrame API usage
Related CLs:
https://chromium-review.googlesource.com/c/chromium/src/+/506500
https://chromium-review.googlesource.com/c/chromium/src/+/542658
|
2017-11-24 10:58:17 +09:00 |
|
Aleksei Kuzmin
|
59b2fb054e
|
Use blink::WebLocalFrame instead of blink::WebFrame in printing
|
2017-11-24 10:58:17 +09:00 |
|
Aleksei Kuzmin
|
5a4a1a5574
|
Use "blink::WebLocalFrame" for "GetMarginsForPdf()"
Fixes "error: no member named 'IsPrintScalingDisabledForPlugin' in 'blink::WebFrame'"
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
f0cda8d88c
|
Move Get/SetScrollOffset methods from WebFrame to WebLocalFrame.
https://codereview.chromium.org/2936423003
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
4ac9659114
|
Move printing-related methods from WebFrame to WebLocalFrame.
https://codereview.chromium.org/2923343005
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
c402658c08
|
Replicate feature policy container policies.
https://codereview.chromium.org/2797813002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
fe952d5c65
|
Get rid of SharedMemory::GiveToProcess.
https://codereview.chromium.org/2847033003
Changes copied from
"printing: Sandboxed processes must ask the browser to allocate shared memory."
https://codereview.chromium.org/1714643002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
f847291272
|
[blink] Unique pointers in Platform.h
https://codereview.chromium.org/2846843002
|
2017-11-24 10:58:15 +09:00 |
|
Aleksei Kuzmin
|
75d02f65d9
|
Remove base::SharedMemory::ShareToProcess
https://codereview.chromium.org/2852803002
|
2017-11-24 10:58:15 +09:00 |
|
Cheng Zhao
|
d233fc044a
|
Pass dpiVertical and dpiHorizontal to print settings
|
2017-08-22 13:54:49 +09:00 |
|
Kevin Sawicki
|
7d1a49db48
|
Use kPointsPerInch instead of desired_dpi
Changed in https://codereview.chromium.org/2788343003
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
ba9b8719ac
|
The Blink Rename
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
e2fe95894f
|
Require explicit selection of traits for LazyInstance
https://codereview.chromium.org/2733283002
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
faaeab7e4a
|
Add EME support for new VP9 codec string in WebM.
https://codereview.chromium.org/2793163003
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
567646e624
|
Fix cc/paint skia type mismatches
https://codereview.chromium.org/2717943002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
7a4ca08a8d
|
The Blink Rename
|
2017-08-15 16:19:20 +03:00 |
|
Kevin Sawicki
|
d5e66f7cd9
|
Add parameter name
|
2017-05-18 10:40:03 -07:00 |
|
Kevin Sawicki
|
aa29bf8019
|
🎨
|
2017-05-18 10:26:22 -07:00 |
|
Kevin Sawicki
|
84a9b6a42d
|
Merge remote-tracking branch 'origin/master' into renaesop_master
|
2017-05-18 10:08:40 -07:00 |
|
renaesop
|
cba5e96496
|
Merge remote-tracking branch 'ups/master'
|
2017-05-09 09:44:24 +08:00 |
|
Cheng Zhao
|
fb42a72ad8
|
Fix building on Windows
|
2017-04-27 16:34:52 +09:00 |
|
Cheng Zhao
|
b3d60bfb3a
|
Fix building on Linux
|
2017-04-27 16:34:52 +09:00 |
|
Cheng Zhao
|
6da696b6f2
|
Update printing code
|
2017-04-27 16:34:52 +09:00 |
|
Cheng Zhao
|
fc2d62d5cb
|
Fix API changes of Chrome58
|
2017-04-27 16:34:52 +09:00 |
|
deepak1556
|
0c7bb72891
|
listen to ipc messages from plugin to perform SaveAs op
|
2017-03-14 00:25:59 +05:30 |
|
renaesop
|
26135b412b
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# atom/browser/api/atom_api_web_contents.cc
# chromium_src/chrome/browser/printing/print_job_worker.cc
# chromium_src/chrome/browser/printing/print_job_worker.h
# chromium_src/chrome/browser/printing/print_view_manager_base.cc
# chromium_src/chrome/browser/printing/print_view_manager_base.h
# chromium_src/chrome/browser/printing/printer_query.cc
# chromium_src/chrome/common/print_messages.cc
# chromium_src/chrome/renderer/printing/print_web_view_helper.cc
|
2017-02-07 09:30:36 +08:00 |
|