- 31 Aug, 2015 15 commits
-
-
kojii@chromium.org authored
imported csswg-test@52d89987f858517eb30d67a09c6cc73a28ab50aa imported web-platform-tests@cef67e0624545b66aeca774af90d899bf3c6bd4d * New/modified tests that fail: - 1 in html/rendering - 1 in css-writing-modes-3 * Tests fixed in upstream and passes (partially): - html/dom/documents/dom-tree-accessors/document.forms.html * Tests showing flaky crashes: - 2 in html/semantics/embedded-content BUG=490511, 492664 Review URL: https://codereview.chromium.org/1319333002 git-svn-id: svn://svn.chromium.org/blink/trunk@201471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yukishiino@chromium.org authored
This CL just enables the test, not fixes any issue. We'll fix the issues step by step. Since some of Location's attributes are cross-origin accessible, we can't fix all the issues right away. BUG=491006 Review URL: https://codereview.chromium.org/1303403007 git-svn-id: svn://svn.chromium.org/blink/trunk@201470 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sashab@chromium.org authored
Changed Pair to be a CSSValue called CSSValuePair (consistent naming with CSSValueList), and removed all references to Pair from CSSPrimitiveValue. BUG=523893 Review URL: https://codereview.chromium.org/1317523002 git-svn-id: svn://svn.chromium.org/blink/trunk@201469 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yhirano@chromium.org authored
BUG=526608 Review URL: https://codereview.chromium.org/1306083008 git-svn-id: svn://svn.chromium.org/blink/trunk@201468 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yosin@chromium.org authored
This patch moves |honorEditingBoundaryAtOr{Before,After}()| out from |VisiblePosition| class to simplify |VisiblePosition| for introducing composed tree version of |VisiblePosition|. This patch is a preparation of making selection to handle granularity for web component, http://crrev.com/1277863002 BUG=513568 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1313963003 git-svn-id: svn://svn.chromium.org/blink/trunk@201467 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yosin@chromium.org authored
This patch moves |makeRange()| with |VisiblePosition| to "EditingUtilities.cpp" from "VisiblePosition.cpp" to simplify "VisiblePosition.cpp" for improving code health, since it doesn't depend of implementation of |VisiblePosition| class. BUG=n/a TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1320313002 git-svn-id: svn://svn.chromium.org/blink/trunk@201466 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dstockwell@chromium.org authored
Adds frame tags in order to correlate creations with their causes. BUG=475370 Review URL: https://codereview.chromium.org/1322493004 git-svn-id: svn://svn.chromium.org/blink/trunk@201465 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tasak@google.com authored
BUG=523249 Review URL: https://codereview.chromium.org/1321453012 git-svn-id: svn://svn.chromium.org/blink/trunk@201464 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yosin@chromium.org authored
This patch moves member functions |skipTo{Start,End}OfEditingBoundary()| out from |VisiblePosition| to simplify |VisiblePosition| for improving code health since they are use in global functions |{previous,next}PositionOf()|. BUG=513568 TEST=n/a; no behavior chagnes Review URL: https://codereview.chromium.org/1309513007 git-svn-id: svn://svn.chromium.org/blink/trunk@201462 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kochi@chromium.org authored
Blink failed to check whether the left-most matched selector ends up in Document TreeScope. The check was only enabled for querySelector*() is called on a regular element, not on document. This issue can be exposed by passing "::shadow" or "/deep/" which pierces shadow boundary and the selector can incorrectly match inside shadow. BUG=511486 TEST=fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html Review URL: https://codereview.chromium.org/1245933002 git-svn-id: svn://svn.chromium.org/blink/trunk@201461 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yoichio@chromium.org authored
EditingTestBase::setShadowContent It is hard to understand setShadowContent puts content to a 'host' ID element. Let's call explicitly. BUG= TEST=<no behavior changes> Review URL: https://codereview.chromium.org/1304363008 git-svn-id: svn://svn.chromium.org/blink/trunk@201460 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sashab@chromium.org authored
Cleaned up CSSPrimitiveValue::getString() to only return the string value if the unit type is a string (attribute, URL, String or custom ident). Also cleaned up callsites and added asserts to better document the expected behavior. BUG=523893 Review URL: https://codereview.chromium.org/1307673003 git-svn-id: svn://svn.chromium.org/blink/trunk@201459 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
BUG=526594 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1307973003 . git-svn-id: svn://svn.chromium.org/blink/trunk@201458 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
timloh@chromium.org authored
Review URL: https://codereview.chromium.org/1323483002 git-svn-id: svn://svn.chromium.org/blink/trunk@201457 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tkent@chromium.org authored
BUG=522326 TBR=kochi@chromium.org Review URL: https://codereview.chromium.org/1324633002 . git-svn-id: svn://svn.chromium.org/blink/trunk@201456 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 30 Aug, 2015 1 commit
-
-
tkent@chromium.org authored
TBR=keishi@chromium.org BUG=479202 Review URL: https://codereview.chromium.org/1317563004 . git-svn-id: svn://svn.chromium.org/blink/trunk@201455 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 29 Aug, 2015 14 commits
-
-
rune@opera.com authored
Review URL: https://codereview.chromium.org/1320243003 git-svn-id: svn://svn.chromium.org/blink/trunk@201454 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
thakis@chromium.org authored
On Windows, the allocation granularity is 64kB instead of 4kB elsewhere, so if a multiple of 4kB data is requested from partitionAlloc() there is some free space at the end. On 32-bit 4kB following the allocation is mapped as inaccessible, but on 64-bit this isn't done since ASLR should cover writes that are far enough out-of-bounds. So make sure GuardPages writes outside of the allocated memory, and not into the free space at the end of the allocation. BUG=524308 Review URL: https://codereview.chromium.org/1314843008 git-svn-id: svn://svn.chromium.org/blink/trunk@201453 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
The rationale is: 1. Give the user more detailed information on what's going on. 2. Makes it more clear that the rest of UI is disabled during recording. 3. Fixes the problem with unintentional click to stop timeline starts a new timeline recording. BUG=525750 Review URL: https://codereview.chromium.org/1321683003 git-svn-id: svn://svn.chromium.org/blink/trunk@201452 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=none NOTRY=true Review URL: https://codereview.chromium.org/1317363003 git-svn-id: svn://svn.chromium.org/blink/trunk@201451 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
esprehn@chromium.org authored
This adds tests for the various conditions of when to resume commits. BUG=521692 Review URL: https://codereview.chromium.org/1308043003 git-svn-id: svn://svn.chromium.org/blink/trunk@201450 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lushnikov@chromium.org authored
The patch puts -webkit-prefixed properties to the end of the list of computed properties list. R=pfeldman Review URL: https://codereview.chromium.org/1315723004 git-svn-id: svn://svn.chromium.org/blink/trunk@201449 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Add the Miscellaneous Technical unicode block to the list of blocks that we fall back on the 'Segoe UI Symbol' if none of the the specified fonts have the appropriate glyph. R=wkorman@chromium.org BUG=524887 Review URL: https://codereview.chromium.org/1322723003 git-svn-id: svn://svn.chromium.org/blink/trunk@201448 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/1310273006 git-svn-id: svn://svn.chromium.org/blink/trunk@201447 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lushnikov@chromium.org authored
The patch: - Adds forwarding of Up/Down events to Profile panel's sidebar pane. This happens if up/down is pressed while FlameChart is focused. - Fixes occasional bug which makes FlameChart frozen/dead. BUG=511072 R=pfeldman Review URL: https://codereview.chromium.org/1313443005 git-svn-id: svn://svn.chromium.org/blink/trunk@201445 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/1322593003 git-svn-id: svn://svn.chromium.org/blink/trunk@201444 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yurys@chromium.org authored
All function calls/script evaluations in Blink now go through V8ScriptRunner moving InspectorInstrumentation hooks in there guarantees that all call sites are instrumented. I left InspectorInstrumentation::willEvaluateScript but it is now only used by DOMDebugger to support "pause on first statement" breakpoints. If I moved this call into V8ScriptRunner::runCompiledScript we would start pausing on all console evaluations including those made for auto-complete. This can be addressed separately. BUG=525306 Review URL: https://codereview.chromium.org/1307363006 git-svn-id: svn://svn.chromium.org/blink/trunk@201443 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
samli@chromium.org authored
This adds a Ctrl+F8 (Mac Cmd+F8) shortcut for toggling breakpoints functionality. BUG=525879 Review URL: https://codereview.chromium.org/1302323005 git-svn-id: svn://svn.chromium.org/blink/trunk@201442 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tommycli@chromium.org authored
Corresponding Blink changes to https://codereview.chromium.org/1314643002/. Reverts all the Blink patches in: https://code.google.com/p/chromium/issues/detail?id=364716 BUG=524115 Review URL: https://codereview.chromium.org/1313763002 git-svn-id: svn://svn.chromium.org/blink/trunk@201441 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kalman@chromium.org authored
Currently it only passes a URL, and this isn't enough to uniquely identify the worker. BUG=501569 R=falken@chromium.org, adamk@chromium.org Review URL: https://codereview.chromium.org/1310843006 git-svn-id: svn://svn.chromium.org/blink/trunk@201440 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 28 Aug, 2015 10 commits
-
-
samli@chromium.org authored
BUG=461320 Review URL: https://codereview.chromium.org/1324533005 git-svn-id: svn://svn.chromium.org/blink/trunk@201439 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
nektar@chromium.org authored
Removed the requirement to call setSelection directly on the text field in order to set its selection. R=dmazzoni@chromium.org, plundblad@chromium.org Review URL: https://codereview.chromium.org/1314253002 git-svn-id: svn://svn.chromium.org/blink/trunk@201438 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
joelo@chromium.org authored
The following targets are now supported: - blink_heap_unittests - blink_platform_unittests - wtf_unittests BUG=524758 Review URL: https://codereview.chromium.org/1316763004 git-svn-id: svn://svn.chromium.org/blink/trunk@201437 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/1315283002 git-svn-id: svn://svn.chromium.org/blink/trunk@201436 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
chrishtr@chromium.org authored
Previously, we only set m_subtreeIsCompositing (and pass it back up) when a layer was directly composited. This would work only as long as there is some layer down in the hierarchy was directly composited. The attached testcase is an example where no layer is directly composited, only indirectly. BUG=505873 Review URL: https://codereview.chromium.org/1311673010 git-svn-id: svn://svn.chromium.org/blink/trunk@201435 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=526162 TBR=creis@chromium.org Review URL: https://codereview.chromium.org/1307323006 git-svn-id: svn://svn.chromium.org/blink/trunk@201434 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jww@chromium.org authored
Previously, only insecure origin use of getUserMedia was counted with RAPPOR. This adds RAPPOR counts for secure origin use. Additionally, this updates the Promise version of the API (still behind a flag) to use all the counts as well. Review URL: https://codereview.chromium.org/1307663003 git-svn-id: svn://svn.chromium.org/blink/trunk@201433 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wkorman@chromium.org authored
Review URL: https://codereview.chromium.org/1320213002 git-svn-id: svn://svn.chromium.org/blink/trunk@201432 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
joelo@chromium.org authored
http://src.chromium.org/viewvc/blink?view=revision&revision=201418 BUG=506669 TBR=wangxianzhu@chromium.org Review URL: https://codereview.chromium.org/1320853003 . git-svn-id: svn://svn.chromium.org/blink/trunk@201430 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
samli@chromium.org authored
This change allows multiple shortcuts for the same action to be shown in the tooltip, allowing the user to understand different shortcut options available. Toolbar buttons can also have defined shortcuts, which record in timeline and profiles use to show shortcuts. Instead of showing a symbol for Esc on Mac, this change now shows Esc for the escape key. BUG=513066 Review URL: https://codereview.chromium.org/1273363002 git-svn-id: svn://svn.chromium.org/blink/trunk@201428 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-