- 31 Aug, 2015 8 commits
-
-
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 17 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
-
kozyatinskiy@chromium.org authored
Test added. BUG=475629 R=yurys@chromium.org,pfeldman@chromium.org Review URL: https://codereview.chromium.org/1306013004 git-svn-id: svn://svn.chromium.org/blink/trunk@201427 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=none TBR=brucedawson Review URL: https://codereview.chromium.org/1318333002 git-svn-id: svn://svn.chromium.org/blink/trunk@201426 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
cyzero.kim@samsung.com authored
This is part II. (the Blink src repo.) This feature is for ARM and mobile devices. It's focused the power efficiency benefits of texture compression, most of which come from reducing the bandwidth needed for data transfers on the mobile device. The ASTC compression is involved including reducing memory footprint and loading time and even increase performance. This implementation has been verified on the Galaxy S6. I also plan to apply this feature on the Smart TV. BUG=516672 Review URL: https://codereview.chromium.org/1265703005 git-svn-id: svn://svn.chromium.org/blink/trunk@201425 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Mark the virtual/display_list_2d_canvas/fast/canvas/canvas-resize-reset .html test as flaky/timeout on windows 10. TBR=pdr@chromium.org BUG=524804 Review URL: https://codereview.chromium.org/1321833002 . git-svn-id: svn://svn.chromium.org/blink/trunk@201424 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dglazkov@chromium.org authored
Move didFirstLayoutAfterFinishedParsing and didFirstVisuallyNonEmptyLayout to WebWidgetClient, to signify that these are not [Web][Local]Frame-related, but rather WebFrameWidget-related hooks. R=dcheng,esprehn BUG=521149 Review URL: https://codereview.chromium.org/1318283003 git-svn-id: svn://svn.chromium.org/blink/trunk@201422 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yurys@chromium.org authored
If debugger happens to stop in Context of detached frame simply continue execution. BUG=525657 Review URL: https://codereview.chromium.org/1307313005 git-svn-id: svn://svn.chromium.org/blink/trunk@201420 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jam@chromium.org authored
BUG=384104 TBR=dglazkov Review URL: https://codereview.chromium.org/1304903008 git-svn-id: svn://svn.chromium.org/blink/trunk@201419 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-