Kevin Sawicki
|
152d573fbd
|
Build with jessie sysroot on ARM
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
adaec2d32b
|
Fix brightray.gyp
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
b6f0d04813
|
net: remove CryptoModule class
https://codereview.chromium.org/2724013002
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
fe0a96200d
|
Use Jessie sysroot for building on amd64 and i386
|
2017-08-15 16:19:22 +03:00 |
|
Gellert Hegyi
|
c6ba812d79
|
re-enables OSR
|
2017-08-15 16:19:22 +03:00 |
|
Gellert Hegyi
|
6ab0a8a287
|
removes unused autoresizelock from osrrwhv
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
90ec61fbe9
|
Revert "Enable OSR"
This reverts commit 5925d737afcd1b8dbbccc1d2b52ced025e291436.
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
ba0c43e1fc
|
Do not run navigator.getUserMedia related test on CI build machines
|
2017-08-15 16:19:22 +03:00 |
|
Gellert Hegyi
|
1d10654a22
|
fixes bitmap to canvas conversion
|
2017-08-15 16:19:22 +03:00 |
|
Gellert Hegyi
|
76d46ce509
|
adds compositor resize lock client implementation
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
5ef668de64
|
Enable OSR
|
2017-08-15 16:19:22 +03:00 |
|
Gellert Hegyi
|
ca4a6e4692
|
fixes offscreen rendering on macos
|
2017-08-15 16:19:22 +03:00 |
|
Aleksei Kuzmin
|
1d132565c9
|
FIXME: enable_osr=0
|
2017-08-15 16:19:21 +03: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 |
|
Kevin Sawicki
|
9945fc5148
|
Don't destroy menu delegate until OnMenuClosed fires
|
2017-08-15 16:19:21 +03:00 |
|
Kevin Sawicki
|
ad33e569d6
|
Register default layout provider
|
2017-08-15 16:19:21 +03:00 |
|
Kevin Sawicki
|
34fff57646
|
Grant the devtools access to the extension origins
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
4fc2b3e642
|
Make download item drags look like bookmark
https://codereview.chromium.org/2750253002
|
2017-08-15 16:19:21 +03:00 |
|
Kevin Sawicki
|
4bb95acc2b
|
👕 Remove linter errors
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
c7cf844bcd
|
Update CHROME_VERSION_STRING
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
ba9b8719ac
|
The Blink Rename
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
f4411889a9
|
Fix free memory calculation.
https://codereview.chromium.org/2558043007
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
627eb30409
|
The Blink Rename
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
b8b7d0ab1a
|
Rename methods in autofill
|
2017-08-15 16:19:21 +03:00 |
|
Kevin Sawicki
|
45db999593
|
Extend blink::WebTextCheckClient in atom::api::SpellCheckClient
|
2017-08-15 16:19:21 +03:00 |
|
Tony Ganch
|
4d9f309888
|
Fix HasServiceWorker check
Revert cb2014f9e8ae0283e5f20d4e2167be1592228887.
|
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
|
e16e1e2854
|
Remove URLRequestJobFactory::IsHandledURL.
https://codereview.chromium.org/2783343002
|
2017-08-15 16:19:21 +03:00 |
|
Tony Ganch
|
90574160db
|
Replace x/y in WebMouseEvent with proper getters/setters
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
b997c2ffc1
|
Don't call deprecated copyPixelsTo
don't call deprecated copyPixelsTo
https://codereview.chromium.org/2812853002
stop using copyPixelsTo -- deprecated
https://codereview.chromium.org/2798413002
remove unused SkBitmap::copyPixelsTo
https://skia-review.googlesource.com/c/13171/
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
f824b1e9d4
|
Migrate base::TaskRunner from Closure to OnceClosure
Migrate base::TaskRunner from Closure to OnceClosure
https://codereview.chromium.org/2637843002
Pass Callback to TaskRunner by value and consume it on invocation (1)
https://codereview.chromium.org/2726523002
Replace base::get with std::get
https://codereview.chromium.org/2797133002
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
48821a6d2a
|
Fix compilation
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
d09cab2e21
|
Migrate base::TaskRunner from Closure to OnceClosure
Migrate base::TaskRunner from Closure to OnceClosure
https://codereview.chromium.org/2637843002
Pass Callback to TaskRunner by value and consume it on invocation (1)
https://codereview.chromium.org/2726523002
Replace base::get with std::get
https://codereview.chromium.org/2797133002
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
ffbb16e854
|
Adds a basic offline check to InstallableManager.
https://codereview.chromium.org/2751343002
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
30fafc2772
|
Fix CompositorResizeLock to do something.
https://codereview.chromium.org/2773433003
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
9b8a77f0d8
|
Adds the ability for WebContentsDelegate to decide if event should be updated
https://codereview.chromium.org/2775553002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
d322769de8
|
WebMouseEvent coordinates are now fractional & private
https://codereview.chromium.org/2782893002
|
2017-08-15 16:19:20 +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
|
adddff3ee2
|
Move PrefRegistrySimple to use unique_ptr<Value>
https://codereview.chromium.org/2784513002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
99e57f9072
|
Add display::GetDisplayNearestView
https://codereview.chromium.org/2751833004
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
6415f181ca
|
Downloads: Added transient flag to download item and download database
https://codereview.chromium.org/2720613002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
bd971b6371
|
Added last_access_time to DownloadItem and History DB
https://codereview.chromium.org/2705283003
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
0adc887b32
|
[downloads] Allow download target determination to indicate an error.
https://chromium-review.googlesource.com/c/465526/
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
7c7300ff82
|
Make GetDisplayedNotifications asynchronous.
https://codereview.chromium.org/2749453002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
bda5e4efcb
|
Moving LatencyInfo into a separate component.
https://codereview.chromium.org/2783973002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
cc350efbd8
|
Remove base::BinaryValue
https://codereview.chromium.org/2799093006
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
49fbb52b01
|
Add X509CertificateBytes which uses CRYPTO_BUFFER instead of macOS-native certificate types.
https://codereview.chromium.org/2746103003
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
3d700ee49f
|
Remove base::Value::CreateNullValue
https://codereview.chromium.org/2792573002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
c7f2e2731c
|
Allow content embedder to set a cursor for RenderWidgetHost
https://codereview.chromium.org/2808763009
|
2017-08-15 16:19:20 +03:00 |
|