- 25 Mar, 2014 40 commits
-
-
junov@chromium.org authored
BUG=354356 Review URL: https://codereview.chromium.org/211313003 git-svn-id: svn://svn.chromium.org/blink/trunk@169973 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
BUG=162827 Review URL: https://codereview.chromium.org/204653002 git-svn-id: svn://svn.chromium.org/blink/trunk@169972 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dsinclair@chromium.org authored
This ASSERT should become useless once the LayoutState code is fixed. Remove the ASSERT to make normal development easier. BUG=320139 Review URL: https://codereview.chromium.org/211033009 git-svn-id: svn://svn.chromium.org/blink/trunk@169971 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
japhet@chromium.org authored
This was regressed in http://src.chromium.org/viewvc/blink?revision=161843&view=revision, when we started propagating sandbox flags to new windows via FrameLoader::forceSandboxFlags even if the new window was caused by clicking a link with target="_blank". BUG=353253 TEST=http/tests/navigation/new-window-sandboxed-iframe.html Review URL: https://codereview.chromium.org/208853004 git-svn-id: svn://svn.chromium.org/blink/trunk@169970 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
philipj@opera.com authored
This is in order to help determine which of these need to be kept in the DOM spec, since it looks like some of them will be needed: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21986 BUG=none NOTRY=true Review URL: https://codereview.chromium.org/211363003 git-svn-id: svn://svn.chromium.org/blink/trunk@169969 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jam@chromium.org authored
The old methods are temporarily left on WebView until Chrome switches. Also remove WebView::isSelectionEditable since it's not called. BUG=304341 Review URL: https://codereview.chromium.org/201773005 git-svn-id: svn://svn.chromium.org/blink/trunk@169968 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tsepez@chromium.org authored
This trailing "/*" (and so forth) do not contribute very much to the signal, and not using them allows us to catch some interesting corner cases involving server-side page post-processors. BUG=355479 Review URL: https://codereview.chromium.org/210033008 git-svn-id: svn://svn.chromium.org/blink/trunk@169967 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rtoy@google.com authored
All of the layout tests are updated to use unprefixed AudioContext and OfflineAudioContext. Conversion was done using a script. All tests pass. However, we still want to be able to run these tests on older browsers, so where possible, we add a compatibility layer (in resources/compatibility.js) to support running selected tests in browsers with prefixed AudioContext. This was tested manually using Chrome 34.0.1847.60 beta on Linux. BUG= Review URL: https://codereview.chromium.org/208943004 git-svn-id: svn://svn.chromium.org/blink/trunk@169966 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aandrey@chromium.org authored
BUG=272416 R=pfeldman Review URL: https://codereview.chromium.org/202113007 git-svn-id: svn://svn.chromium.org/blink/trunk@169965 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
xians@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/210713005 git-svn-id: svn://svn.chromium.org/blink/trunk@169964 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
Now each View knows about it's minimum size and containers use it to layout. Therefore split view constraints have moved from split view to the child views. Root view now clips the content when available window size is less than minimum size of content. BUG=none Review URL: https://codereview.chromium.org/197823010 git-svn-id: svn://svn.chromium.org/blink/trunk@169963 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
morrita@chromium.org authored
The test occasionally crashes by touching null HTMLImportsController:m_master in a timer function. This change cancel the timer when m_master is cleared, and add an ASSERT() to make sure that |m_master| is available when timer is fired. BUG=355640 TEST=imports-custom-element-abort.html R=dominicc Review URL: https://codereview.chromium.org/209333012 git-svn-id: svn://svn.chromium.org/blink/trunk@169962 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
skobes@chromium.org authored
BUG=353309 Review URL: https://codereview.chromium.org/208393008 git-svn-id: svn://svn.chromium.org/blink/trunk@169961 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tasak@google.com authored
Shadow DOM styling spec link: http://drafts.csswg.org/css-scoping/#deep-combinator BUG=348891 TEST=no new tests because just renaming. Review URL: https://codereview.chromium.org/210813002 git-svn-id: svn://svn.chromium.org/blink/trunk@169960 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
R=apavlov@chromium.org Review URL: https://codereview.chromium.org/211193004 git-svn-id: svn://svn.chromium.org/blink/trunk@169959 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rune@opera.com authored
Missing restore caused unnecessary invalidations in subsequent subtrees. Also renamed a misnamed parameter in RuleFeature.h R=esprehn BUG=356196 Review URL: https://codereview.chromium.org/211333003 git-svn-id: svn://svn.chromium.org/blink/trunk@169958 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eroman@chromium.org authored
BUG=245025 Review URL: https://codereview.chromium.org/210693002 git-svn-id: svn://svn.chromium.org/blink/trunk@169957 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mboc@opera.com authored
CHR-1706: Context menu with Shift+F10 shows out of Opera when web contents scrolled. In case we are opening a context menu on an element, the menu should be shown as currently, since the element has most probably a correct transform available. Since the <body> element possibly has contents of great height, the context menu should be shown on the upper edge of the displayed part of the element. BUG=Context menu with Shift+F10 shows out of Opera when web contents scrolled. The menu's position should not be translated by scroll position in case of opening a menu for the <body> element. Review URL: https://codereview.chromium.org/110533004 git-svn-id: svn://svn.chromium.org/blink/trunk@169956 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Remove the unused m_emSizeInFontUnits field and emSizeInFontUnits method from FontPlatformDataHarfBuzz. BUG=355806 R=pdr@chromium.org Review URL: https://codereview.chromium.org/210573002 git-svn-id: svn://svn.chromium.org/blink/trunk@169955 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
The window selection is shown in a left corner when drag was initiated on a marker. R=pfeldman@chromium.org Review URL: https://codereview.chromium.org/211343003 git-svn-id: svn://svn.chromium.org/blink/trunk@169954 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/211023002 git-svn-id: svn://svn.chromium.org/blink/trunk@169953 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/196413027 git-svn-id: svn://svn.chromium.org/blink/trunk@169952 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pan.deng@intel.com authored
This CL add power profiler in DevTools frontend, and draw power data in PowerOverview of Timeline panel. BUG=337138 Review URL: https://codereview.chromium.org/104523002 git-svn-id: svn://svn.chromium.org/blink/trunk@169951 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rijubrata.bhaumik@intel.com authored
Only EventTarget.h needs this include This is a follow up patch for this CL by Adam Barth https://codereview.chromium.org/26890003 BUG= Review URL: https://codereview.chromium.org/210133002 git-svn-id: svn://svn.chromium.org/blink/trunk@169950 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
BUG=341032 Review URL: https://codereview.chromium.org/211113002 git-svn-id: svn://svn.chromium.org/blink/trunk@169949 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
The last extractedStyle parameter of removeInlineStyleFromElement() is not mandatory and it's set to default 0. This way we have to check its existence before the usage. Backported from my WebKit patch: http://trac.webkit.org/changeset/154439 R=hayato@chromium.org BUG=350414 Review URL: https://codereview.chromium.org/190993002 git-svn-id: svn://svn.chromium.org/blink/trunk@169948 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aandrey@chromium.org authored
For async stacks we will collect scopes up to the Local scope (i.e. no inner With or Catch scopes). This is way more faster (about 2x), since inner scopes require script parsing and scope analyzing. In the DevTools UI this is a small reduction, as any With object or exception can be evaluated on async call frame in the console while paused, or looked via a popup on mouseover. Speed gain: more than 2x. BUG=340285 R=yurys, pfeldman Review URL: https://codereview.chromium.org/209473013 git-svn-id: svn://svn.chromium.org/blink/trunk@169946 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
BUG=341032 Review URL: https://codereview.chromium.org/207683005 git-svn-id: svn://svn.chromium.org/blink/trunk@169945 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zerny@chromium.org authored
R=tkent@chromium.org BUG= Review URL: https://codereview.chromium.org/204543005 git-svn-id: svn://svn.chromium.org/blink/trunk@169944 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
R=aandrey@chromium.org, apavlov@chromium.org Review URL: https://codereview.chromium.org/208843006 git-svn-id: svn://svn.chromium.org/blink/trunk@169943 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
BUG=341032 Review URL: https://codereview.chromium.org/210823003 git-svn-id: svn://svn.chromium.org/blink/trunk@169942 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
Now there is no test failing when I change RefCounted<Event> to RefCountedGarbageCollected<Event>. Thus this CL does the change. BUG=341032 Review URL: https://codereview.chromium.org/208173004 git-svn-id: svn://svn.chromium.org/blink/trunk@169941 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
Review URL: https://codereview.chromium.org/199793022 git-svn-id: svn://svn.chromium.org/blink/trunk@169940 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vsevik@chromium.org authored
TBR=philipj@opera.com BUG=356148 Review URL: https://codereview.chromium.org/199963006 git-svn-id: svn://svn.chromium.org/blink/trunk@169939 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
R=vsevik@chromium.org Review URL: https://codereview.chromium.org/211003002 git-svn-id: svn://svn.chromium.org/blink/trunk@169938 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
apavlov@chromium.org authored
TBR=pfeldman Review URL: https://codereview.chromium.org/208653013 git-svn-id: svn://svn.chromium.org/blink/trunk@169937 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
keishi@chromium.org authored
We weren't checking if the input element is a range control inside paintSliderTicks and so we were hitting an assert. TEST=Automated. Added slider-appearance-with-ticks-crash.html. BUG=350905 Review URL: https://codereview.chromium.org/194273004 git-svn-id: svn://svn.chromium.org/blink/trunk@169936 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
Since InterpolationRecord has a RefPtr, it should be GarbageCollectedFinalized. BUG=341032 TBR=ager Review URL: https://codereview.chromium.org/208283005 git-svn-id: svn://svn.chromium.org/blink/trunk@169935 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
keishi@chromium.org authored
buttons and <select> buttons were darker on Android than on Ash. BUG=351275 Review URL: https://codereview.chromium.org/189263006 git-svn-id: svn://svn.chromium.org/blink/trunk@169934 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mlamouri@chromium.org authored
It also returns 'portrait-primary' when the frame is detached instead of empty string (current behaviour). BUG=162827 Review URL: https://codereview.chromium.org/207833003 git-svn-id: svn://svn.chromium.org/blink/trunk@169932 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-