Searched refs:sizing (Results 1 – 24 of 24) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebNodeHighlight.cpp | 239 bool sizing = !(windowPos->flags & SWP_NOSIZE); in onWebViewWindowPosChanged() local 241 if (!sizing) in onWebViewWindowPosChanged() 253 bool sizing = !(windowPos->flags & SWP_NOSIZE); in onRootWindowPosChanged() local 259 if (sizing) in onRootWindowPosChanged()
|
/external/webkit/WebCore/css/ |
D | quirks.css | 45 /* This will apply only to text fields, since all other inputs already use border box sizing */ 47 -webkit-box-sizing: border-box;
|
D | html.css | 334 -webkit-box-sizing: border-box; 432 -webkit-box-sizing: border-box 466 -webkit-box-sizing: border-box; 471 -webkit-box-sizing: border-box; 476 -webkit-box-sizing: border-box; 523 -webkit-box-sizing: border-box;
|
D | wml.css | 112 -webkit-box-sizing: border-box 166 -webkit-box-sizing: border-box;
|
D | view-source.css | 47 -webkit-box-sizing: border-box;
|
D | CSSPropertyNames.in | 187 -webkit-box-sizing
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssproperties.in | 32 -webkit-box-sizing 250 box-sizing 349 -moz-box-sizing
|
/external/dropbear/debian/ |
D | changelog | 35 * SECURITY: Fix incorrect buffer sizing; CVE-2005-4178.
|
/external/webkit/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.re2js | 78 …box-orient", "-webkit-box-pack", "-webkit-box-reflect", "-webkit-box-shadow", "-webkit-box-sizing",
|
D | inspector.css | 43 -webkit-box-sizing: border-box;
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 15809 Added new CSS3 property section and Moved box-sizing property to it. 16197 Update the iExploder list of CSS properties after box-sizing was renamed to 16198 -webkit-box-sizing in r21026 to fix <rdar://problem/4667227>. 16200 * iExploder/htdocs/cssproperties.in: Added -webkit-box-sizing. Both box-sizing and 16201 -moz-box-sizing remain. 17482 - rename box-sizing to -webkit-box-sizing
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 8300 Also fixing box-sizing bugs in percentage height calculations. Recurrence in 8306 fast/box-sizing/percentage-test.html 8307 fast/box-sizing/panels-one.html 8308 fast/box-sizing/panels-two.html 8623 Land box-sizing support and change button to work correctly 8628 you end up with poorly rendered buttons on cnn.com (box-sizing 8637 fast/box-sizing/box-sizing.html is the new test case. 11508 Add support for parsing of the CSS3 box-sizing property. This 23933 * layout-tests/fast/replaced/image-sizing-expected.checksum: Added. 23934 * layout-tests/fast/replaced/image-sizing-expected.png: Added.
|
D | ChangeLog-2006-05-10 | 1181 Comprehensive box-sizing fix. This patch changes all form controls to 1182 have the right box-sizing values (text fields and text areas actually only 1185 Tables are supposed to use border-box box-sizing as well, but that's a scary 13545 Fix the box-sizing layout test by stopping integer overflowing from 37931 * fast/replaced/absolute-image-sizing.html 38848 The fix is to calculate sizing based on the WebView instead of 38854 (2) None of our sizing accounted for scaled resolutions.
|
D | ChangeLog-2007-10-14 | 1751 …- sizing of filter region was truncated in some cases, as the bbox was used to resolve the needed … 2946 %-sizing of elements with a html parent is broken 4254 * css/html4.css: Changed listboxes to use border-box sizing, to match Firefox, 14201 …Fix for <rdar://problem/5308492> Computed width for elements with box-sizing: border-box is not eq… 14206 …erties, when you get the value from the renderer, use the renderer's box sizing value to determine… 18056 Use the -webkit-text-size-adjust property to ignore text sizing 43097 - rename box-sizing to -webkit-box-sizing 43099 https://us.etrade.com/e/t/home (due to box-sizing) 43821 exposed another problem with replaced children and sizing. 60485 outline-width, box-sizing, -webkit-appearance, -webkit-rtl-ordering, [all …]
|
D | ChangeLog-2002-12-03 | 3606 (RenderSelect::layout): Change code so that QListBox handles the sizing. 3996 site to implement its text sizing mechanism. 7404 Reworked how widget sizing and positioning is done for a few of the most important
|
D | ChangeLog-2003-10-25 | 6545 element that just uses its max intrinsic width when sizing 6807 the sizing of the RenderCanvas layer so that it always encloses
|
D | ChangeLog-2006-12-31 | 31681 Fix for Bugzilla bug 10719, When positioned objects are sizing using their 46969 Changed to take the content size as the base size if the box-sizing property 51694 - Fixed <rdar://problem/4559720> window sizing: make javascript window 51695 and screen sizing methods and properties work @ HIDPI 51704 * manual-tests/window-sizing.html: Added. More test coverage.
|
D | ChangeLog-2008-08-10 | 9719 when sizing to fit is being disabled. 19858 Account for the #error-warning-count width when sizing breadcrumbs. 41222 … Fix the body-sizing-to-the-view-height quirk so that it takes the zoom factor into account when
|
/external/libffi/ |
D | ChangeLog | 1039 (ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 4670 - rename box-sizing to -webkit-box-sizing 7105 Switch the initial value of box-sizing property from "border-box" to "content-box". 23366 the sizing-related preferences. 23377 …removed code that applied the preferences here. This was too early to handle auto-sizing correctly,
|
D | ChangeLog-2006-02-09 | 4209 PDF files by default load with a poor choice of sizing 4468 …(-[WebPDFView _menuItemsFromPDFKitForEvent:]): No longer intercept context menu text sizing items. 4474 (-[WebPDFView _makeTextSmaller:]): Implement new text sizing protocol 4482 (-[WebTextView _makeTextSmaller:]): Implement new text sizing protocol 4490 that sends the text sizing method to the right doc views. 20801 return NO if the main frame doesn't support the text sizing protocol. This means
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 2231 Avoid causing unexpected issues with window sizing when sites
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 18606 … (WTF::lshift): Rearranged logic somewhat nontrivially to deal with the new way of sizing BigInts.
|
D | ChangeLog-2008-08-10 | 11998 existing memory locations during resize. This allows dynamically sizing
|