File tree
5 files changed
+79
-10
lines changed- dist
- src
- core
- webengine/api
- webenginewidgets/api
5 files changed
+79
-10
lines changedLines changed: 57 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + |
- chromium/cc/input/top_controls_manager.cc+3-1
- chromium/cc/input/top_controls_manager_unittest.cc+15
- chromium/content/browser/devtools/protocol/devtools_protocol_browsertest.cc+22-1
- chromium/content/browser/devtools/render_frame_devtools_agent_host.cc+48-5
- chromium/content/browser/devtools/render_frame_devtools_agent_host.h+3
- chromium/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc+1-1
- chromium/content/renderer/accessibility/renderer_accessibility.cc+1-1
- chromium/content/renderer/pepper/pepper_plugin_instance_impl.cc+2-2
- chromium/net/quic/quic_flags.cc+1-1
- chromium/printing/backend/print_backend_cups.cc+1
- chromium/third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.cpp+4-4
- chromium/third_party/WebKit/Source/core/css/FontFaceCache.cpp+3
- chromium/third_party/WebKit/Source/core/fetch/ImageResource.cpp+2-2
- chromium/third_party/WebKit/Source/core/fetch/ImageResource.h+1-1
- chromium/third_party/WebKit/Source/core/frame/FrameView.cpp+6
- chromium/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp+12
- chromium/third_party/WebKit/Source/core/loader/TextTrackLoader.h+1
- chromium/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp+8-5
- chromium/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in+1-1
- chromium/third_party/WebKit/Source/platform/fonts/FontDescription.h+1-1
- chromium/third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp+6-1
- chromium/third_party/WebKit/Source/platform/fonts/FontFeatureSettings.h+2-1
- chromium/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp+16-26
- chromium/third_party/WebKit/Source/platform/graphics/BitmapImage.h+4-8
- chromium/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp+28-5
- chromium/third_party/WebKit/Source/platform/graphics/ImageObserver.h+2-1
- chromium/tools/gyp/pylib/gyp/MSVSVersion.py+13-1
- chromium/v8/build/toolchain.gypi+3-3
- chromium/v8/src/bailout-reason.h+1
- chromium/v8/src/compiler/js-global-object-specialization.cc+7-2
- chromium/v8/src/crankshaft/hydrogen.cc+12-4
- chromium/v8/src/runtime/runtime-utils.h+5-3
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
318 | 325 |
| |
319 | 326 |
| |
320 | 327 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 |
| |
52 | 55 |
| |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 |
| |
60 | 64 |
| |
61 |
| - | |
| 65 | + | |
| 66 | + | |
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
|
0 commit comments