summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source
Commit message (Collapse)AuthorAgeFilesLines
* <third_party/WebKit> Fix key event crash on Windows.Michael BrĂ¼ning2014-06-131-1/+1
| | | | | | | | | | | | This fixes the ASSERT that was triggerd on Windows in PlatformKeyboardEvent::disambiguateKeyDownEvent because we do our own conversion from native events to web events. This is the same way it was handled in the Qt specific PlatformKeyboardEvent in WebKit. Change-Id: I177c238bde1e0101b6abe9d5bbe3ba2e47908f1a Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* <third_party/WebKit> Use compositor for page popups.jbauman@chromium.org2014-06-042-0/+100
| | | | | | | | | | | | | This is essentially the last user of the legacy 2d path. BUG=271140 Review URL: https://codereview.chromium.org/171343003 git-svn-id: svn://svn.chromium.org/blink/trunk@167552 bbb929c8-8fbe-4397-9dbb-9b2b20218538 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Change-Id: I131a9b5ea7487d093c716b9d50933d1ff609c1a9 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* <third_party/WebKit> Use compositor with select popups.jbauman@chromium.org2014-06-042-24/+104
| | | | | | | | | | | | BUG=271575 Review URL: https://codereview.chromium.org/132173005 git-svn-id: svn://svn.chromium.org/blink/trunk@165977 bbb929c8-8fbe-4397-9dbb-9b2b20218538 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Change-Id: Ic26c7821ba5bb5c377c324423d63090ed2f31ffe Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* <third_party/WebKit> Disable "rubber-banding" on MacAndras Becsi2014-06-041-1/+0
| | | | | | | | | Rubber-banding is the scrolling effect on Mac when overscrolling which does not work with Qt and also causes a crash with branch 1750. Disable the feature for now. Change-Id: I89f315c2dbb1ed4362b96201566acc784e4bdf96 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* <third_party/WebKit> Add missing dependency to khronos_headersAndras Becsi2014-06-041-0/+2
| | | | | | | | | This is needed since https://codereview.chromium.org/106503003 and because of our chromium patch that fixes the build with a GL ES2 configured Qt. Change-Id: I2dfa1afe1bb58227656fee798a5d2549f88c3f9d Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* <third_party/WebKit> Overrideable path for perl, gperf and bison.Zoltan Arvai2014-06-041-3/+3
| | | | | | Change-Id: I9997c3dead0f7d37c2a3c45082d5114d0f1632cf Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* <third_party/WebKit> Remove leftovers from WebKitSystemInterfaceZeno Albisser2014-06-041-5/+0
| | | | | Change-Id: I4a494bcda0e963430ab997664728d2a96f72188f Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Update Chromium snapshot to stable version 33.0.1750.170Andras Becsi2014-06-0411-216/+47
| | | | | | | | | | | | | | | This is meant as a baseline commit hence it does not include the patches we need to apply for QtWebEngine. All patches should be rebased on top of this commit so we can get rid of the external patches directory. In future these baseline commits always have to include the exact Chromium version returned by version_resolver.py's currentVersion() in their first line, so that we can retrieve the patches on top to apply on the upstream repository. This also includes a ninja update. Change-Id: I60abeadb785a3b7d149c58b65ddb5a823fed3083 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* [Backport] Use compositor for page popups.jbauman@chromium.org2014-04-092-0/+100
| | | | | | | | | | | | This is essentially the last user of the legacy 2d path. BUG=271140 Review URL: https://codereview.chromium.org/171343003 Change-Id: I64911d0d83b9d1d4782dff9b09db1bbcc439da24 git-svn-id: svn://svn.chromium.org/blink/trunk@167552 bbb929c8-8fbe-4397-9dbb-9b2b20218538 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* [Backport] Use compositor with select popups.jbauman@chromium.org2014-03-312-24/+104
| | | | | | | | | | | BUG=271575 Review URL: https://codereview.chromium.org/132173005 git-svn-id: svn://svn.chromium.org/blink/trunk@165977 bbb929c8-8fbe-4397-9dbb-9b2b20218538 Change-Id: I78b3354b1040b193c984b82db51c90b8183ebd24 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Update to new stable branch 1750Andras Becsi2014-03-207120-323802/+355540
| | | | | | | | | This also includes an updated ninja and chromium dependencies needed on Windows. Change-Id: Icd597d80ed3fa4425933c9f1334c3c2e31291c42 Reviewed-by: Zoltan Arvai <zarvai@inf.u-szeged.hu> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Remove the infamous RELEASE_ASSERT_WITH_SECURITY_IMPLICATIONPierre Rossi2014-01-211-6/+0
| | | | | | | | | The security implication doesn't matter that much for us at this point (tech preview material, not production quality). But having the render process apparently crashing does not look good. Change-Id: I72d494cfa8b7d5babb30572cedd6520f3dc44d16 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Update Chromium to branch 1650 (31.0.1650.63)Andras Becsi2013-12-133077-51509/+68473
| | | | | Change-Id: I57d8c832eaec1eb2364e0a8e7352a6dd354db99f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Update chromium to branch 1599.Zeno Albisser2013-11-29513-6828/+3491
| | | | | Change-Id: I04e775a946a208bb4500d3b722bcb05c82b9d7cb Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Initial import.Zeno Albisser2013-08-156845-0/+1200778