- 04 Sep, 2015 2 commits
-
-
pfeldman@chromium.org authored
BUG=506468 Review URL: https://codereview.chromium.org/1308173008 git-svn-id: svn://svn.chromium.org/blink/trunk@201753 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kochi@chromium.org authored
imported/web-platform-tests/shadow-dom/shadow-trees/upper-bounary-encapsulation/test-011.html caused a flaky crashes on trybots. When an link element started fetching CSS resource the resource loading happens asynchronously in the background, and when it completes, owner element's state may have changed. In the test, the owner element moved under shadow tree, then asserting condition ASSERT(!linkStyle() || !linkStyle()->hasSheet()). happened. BUG=503445 TEST=imported/web-platform-tests/shadow-dom/shadow-trees/upper-boundary-encapusulation/test-011.html Review URL: https://codereview.chromium.org/1285413002 git-svn-id: svn://svn.chromium.org/blink/trunk@201752 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 03 Sep, 2015 38 commits
-
-
jsbell@chromium.org authored
TBR=joelo@chromium.org NOTRY=true BUG=30536,528062 Review URL: https://codereview.chromium.org/1313783009 . git-svn-id: svn://svn.chromium.org/blink/trunk@201751 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yurys@chromium.org authored
BUG=527736 Review URL: https://codereview.chromium.org/1301323008 git-svn-id: svn://svn.chromium.org/blink/trunk@201750 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
samli@chromium.org authored
This change updates the UI of the animation timeline and removes the pause button. Instead, the pause button is combined into a single control button to pause, play and replay the timeline. BUG=492679,447083 Review URL: https://codereview.chromium.org/1156323003 git-svn-id: svn://svn.chromium.org/blink/trunk@201749 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
Review URL: https://codereview.chromium.org/1323293004 git-svn-id: svn://svn.chromium.org/blink/trunk@201748 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=468550 Review URL: https://codereview.chromium.org/1315043008 git-svn-id: svn://svn.chromium.org/blink/trunk@201747 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lgarron@chromium.org authored
Also add a link to toggle the full list. BUG=523591 Review URL: https://codereview.chromium.org/1323263003 git-svn-id: svn://svn.chromium.org/blink/trunk@201746 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lgarron@chromium.org authored
BUG=525334 Review URL: https://codereview.chromium.org/1323273002 git-svn-id: svn://svn.chromium.org/blink/trunk@201745 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=527447 TBR=samli Review URL: https://codereview.chromium.org/1316763009 git-svn-id: svn://svn.chromium.org/blink/trunk@201744 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
joelo@chromium.org authored
http://src.chromium.org/viewvc/blink?view=revision&revision=201719 BUG=522797 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1322973005 . git-svn-id: svn://svn.chromium.org/blink/trunk@201743 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wkorman@chromium.org authored
BUG=522215 Review URL: https://codereview.chromium.org/1328803003 git-svn-id: svn://svn.chromium.org/blink/trunk@201742 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
joelo@chromium.org authored
http://src.chromium.org/viewvc/blink?view=revision&revision=201718 BUG=524134 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1305043006 . git-svn-id: svn://svn.chromium.org/blink/trunk@201741 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
joelo@chromium.org authored
http://src.chromium.org/viewvc/blink?view=revision&revision=201704 BUG=268468 TBR=nainar@chromium.org Review URL: https://codereview.chromium.org/1312363010 . git-svn-id: svn://svn.chromium.org/blink/trunk@201740 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jchaffraix@chromium.org authored
This change reverts commit f5bd7257166f313f8bed1ceffa2802e6540b53da and 25907d23a2b4a963c879fb44c18ed05ad388f00e. The change has been the cause of numerous regressions (painting and hit-testing clip rects wrongly computed) and several performance regressions. Reverting the change so that I can investigate offline and reland in a smaller bits. BUG=518215,521452,522829,518219 Review URL: https://codereview.chromium.org/1307203004 git-svn-id: svn://svn.chromium.org/blink/trunk@201739 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
fs@opera.com authored
If an update is pending for a <use> shadow tree, the width/height needn't be updated, since the update of the shadow tree will do it. Make sure to clear the reference to the instance root when invalidating the shadow tree. Also split clearResourceReferences into a few different parts. BUG=516051 Review URL: https://codereview.chromium.org/1323443003 git-svn-id: svn://svn.chromium.org/blink/trunk@201738 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/1326953002 git-svn-id: svn://svn.chromium.org/blink/trunk@201737 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tdresser@chromium.org authored
This is a reland of https://codereview.chromium.org/1209183004/, which was reverted because it caused both a memory leak and a sizes regression. This enables scroll customization of touch scrolls for JS. See http://goo.gl/xCBm7L for details. This is a followup to https://codereview.chromium.org/988823003, and completes landing https://codereview.chromium.org/850443002/. This approach replaces the previous approach, from https://codereview.chromium.org/1057603002. BUG=410974 Review URL: https://codereview.chromium.org/1236913004 git-svn-id: svn://svn.chromium.org/blink/trunk@201736 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
samli@chromium.org authored
BUG=447083 Review URL: https://codereview.chromium.org/1324193003 git-svn-id: svn://svn.chromium.org/blink/trunk@201735 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=262211 NOTRY=true Review URL: https://codereview.chromium.org/1329753003 git-svn-id: svn://svn.chromium.org/blink/trunk@201733 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mstensho@opera.com authored
That's just going to leave a column / page blank, without fitting any content better. If the block is too tall to fit in the current column / page, it's going to be just as too tall for the next one as well. BUG=526098 R=jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1318653004 git-svn-id: svn://svn.chromium.org/blink/trunk@201732 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alexclarke@chromium.org authored
Switch blink over to using the new WebTaskRunner. This is a pure refactor and no business logic has changed. Patch 1: https://codereview.chromium.org/1325073002 Patch 2: https://codereview.chromium.org/1308183005 Patch 4: https://codereview.chromium.org/1309423004 Patch 5: https://codereview.chromium.org/1310253009 BUG=510398, 497761 Review URL: https://codereview.chromium.org/1303153005 git-svn-id: svn://svn.chromium.org/blink/trunk@201731 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
fmalita@chromium.org authored
Instead of a (record-time-rasterized) bitmap SkImage, return an SkImage backed by a recording of the SVG image. R=reed@google.com,schenney@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/1327473003 git-svn-id: svn://svn.chromium.org/blink/trunk@201730 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alexmos@chromium.org authored
BUG=225940 Review URL: https://codereview.chromium.org/1315523010 git-svn-id: svn://svn.chromium.org/blink/trunk@201728 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mcasas@chromium.org authored
This CL adds the Blink classes needed for implementing MediaRecorder API and two tests.This API allows for recording a MediaStream, i.e. a local or remote feed of live media(s). This CL does not include a BlobEvent to communicate recorded data to JS. See DD @ https://goo.gl/vSjzC5 (*) for the plan and https://codereview.chromium.org/1211973012/ for a hack of all Chrome parts. (*) Used to be https://goo.gl/kreaQj BUG=262211 Review URL: https://codereview.chromium.org/1255873002 git-svn-id: svn://svn.chromium.org/blink/trunk@201727 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alexmos@chromium.org authored
This ensures that various initializion in setCoreFrame is triggered when doing remote-to-local swaps. BUG=525285 Review URL: https://codereview.chromium.org/1316863009 git-svn-id: svn://svn.chromium.org/blink/trunk@201726 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dcheng@chromium.org authored
These layout tests deal with NPTypes and NPN_Functions. Any equivalents in PPAPI should already be covered by the existing Pepper browser tests. BUG=474535 R=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1319473007 . git-svn-id: svn://svn.chromium.org/blink/trunk@201724 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mkwst@chromium.org authored
Rather than a list of parameters, PasswordCredential is defined[1] to take a PasswordCredentialData object. We defined that object long ago (in [2]), but apparently never actually used it. This patch fixes that oversight. As a drive-by, this patch also stops exposing the PasswordCredential and FederatedCredential to Workers, as per spec. [1]: https://w3c.github.io/webappsec/specs/credentialmanagement/#interfaces-credential-types-passwordcredential [2]: https://codereview.chromium.org/1162883002 BUG=494880 Review URL: https://codereview.chromium.org/1314673007 git-svn-id: svn://svn.chromium.org/blink/trunk@201723 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
drott@chromium.org authored
ScriptRunIterator takes a pointer to a UTF-16 text run, and a starting script value, then consume() can be called on it to retrieve the limit and script value of the next segmented script run. It takes care of matching brackets when resolving script runs. This functionality is needed for changing HarfBuzzShaper.cpp so that we do not need to pre-split and store the TextRun into HarfBuzzRuns. We can improve our script segmentation and integrate script splitting and shaping in one loop. Original code written by Doug Felt, big thanks! BUG=526095 R=eae,behdad Review URL: https://codereview.chromium.org/1323513006 git-svn-id: svn://svn.chromium.org/blink/trunk@201722 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
philipj@opera.com authored
NOTRY=true R=fs@opera.com Review URL: https://codereview.chromium.org/1328723004 git-svn-id: svn://svn.chromium.org/blink/trunk@201721 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ruuda@google.com authored
A partition page is not ‘typically’ 16 kB, it is always defined to be 16 kB. Also drive-by fixes for line wrapping and typos. Review URL: https://codereview.chromium.org/1323093004 git-svn-id: svn://svn.chromium.org/blink/trunk@201720 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
See: https://codereview.chromium.org/1308033003 BUG=522797 TBR=jbroman NOTRY=true Review URL: https://codereview.chromium.org/1319023004 git-svn-id: svn://svn.chromium.org/blink/trunk@201719 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
BUG=524134, 522797 TBR=wangxianzhu@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1314843011 git-svn-id: svn://svn.chromium.org/blink/trunk@201718 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
r201698 forgot to change one RefPtrWillBeRawPtr<AnimatableColor> to RefPtr<AnimatableColor>. This caused a couple of crashes in oilpan builds. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan%20%28dbg%29/builds/3869 BUG= TBR=sigbjornf@opera.com Review URL: https://codereview.chromium.org/1302233010 . git-svn-id: svn://svn.chromium.org/blink/trunk@201717 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
BUG=527743 NOTRY=true TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1317013004 git-svn-id: svn://svn.chromium.org/blink/trunk@201716 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
r201633 shipped oilpan for core/animations/, but I removed !ENABLE(OILPAN) code too much. Some of them shouldn't be removed until we ship Oilpan for the Node hierarchy. This CL recovers the code to clear KeyFrameEffect::m_target when the target Element gets destructed. BUG=527520 Review URL: https://codereview.chromium.org/1322883003 git-svn-id: svn://svn.chromium.org/blink/trunk@201715 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mkwst@chromium.org authored
Opaque FormData objects created from 'PasswordCredential::toFormData()' need to persist their opacity through to Request objects, as defined in https://w3c.github.io/webappsec/specs/credentialmanagement/#opaque-formdata-algorithms This patch adjusts 'RequestInit', 'Body', and 'Request' such that opaque 'FormData' bodies lead to opaque 'Body' objects that reject read attempts from JavaScript. BUG=526995 Review URL: https://codereview.chromium.org/1305183009 git-svn-id: svn://svn.chromium.org/blink/trunk@201714 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
TimingFunction is off-heap, so it's just wrong to use WillBe types. This CL removes them. BUG= Review URL: https://codereview.chromium.org/1305063007 git-svn-id: svn://svn.chromium.org/blink/trunk@201713 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
timloh@chromium.org authored
This patch fixes CSSStyleSheet::insertRule to respect the default namespace a stylesheet. The default namespace is currently only stored during initial parsing of a stylesheet, so this moves the value to be stored on the StyleSheetContents. This is stored separately to the rest of the namespaces to avoid an extra hash map lookup, but could probably be added to the m_namespaces map keyed off a null AtomicString. The added test passes in FF and IE, but fails in Safari. Review URL: https://codereview.chromium.org/1322543004 git-svn-id: svn://svn.chromium.org/blink/trunk@201712 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vivek.vg@samsung.com authored
For the same runtime enabled flag, the constant configuration installation should be moved into a single |if| block instead of multiple blocks. This patch also reduces the size of .text segment of libmodules.so by ~4k (component build on linux 64bit) R=haraken BUG=469961 Review URL: https://codereview.chromium.org/1329653003 git-svn-id: svn://svn.chromium.org/blink/trunk@201710 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-