Home
last modified time | relevance | path

Searched refs:quirk (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/Plugins/
DPluginQuirks.h73 void add(PluginQuirk quirk) in add() argument
75 ASSERT(quirk >= 0); in add()
76 ASSERT(quirk < NumPluginQuirks); in add()
78 m_quirks |= (1 << quirk); in add()
81 bool contains(PluginQuirk quirk) const in contains() argument
83 return m_quirks & (1 << quirk); in contains()
/external/webkit/Source/WebCore/plugins/
DPluginQuirkSet.h57 void add(PluginQuirk quirk) { m_quirks |= quirk; } in add() argument
58 bool contains(PluginQuirk quirk) const { return m_quirks & quirk; } in contains() argument
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp207 if (style->marginLeft().quirk()) in addIntrinsicMargins()
210 if (style->marginRight().quirk()) in addIntrinsicMargins()
215 if (style->marginTop().quirk()) in addIntrinsicMargins()
218 if (style->marginBottom().quirk()) in addIntrinsicMargins()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp263 if (style->marginLeft().quirk()) in addIntrinsicMargins()
265 if (style->marginRight().quirk()) in addIntrinsicMargins()
270 if (style->marginTop().quirk()) in addIntrinsicMargins()
272 if (style->marginBottom().quirk()) in addIntrinsicMargins()
/external/webkit/Source/WebCore/platform/
DLength.h92 bool quirk() const { return m_quirk; } in quirk() function
/external/iptables/utils/
Dpf.os443 # *:128:1:48:M*,N,N,S:U:-Windows:XP/2000 while downloading (leak!) XXX quirk
444 # there is an equiv similar generic sig w/o the quirk
462 # XXX quirk
494 # XXX quirk
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt120 fast/dom/Element/offsetLeft-offsetTop-body-quirk.html FAIL // different screen size result in extra…
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css440 /* IE6 quirk (won't chain classes, so just keep background blue) */
/external/quake/quake/src/QW/docs/
Dqwcl-readme.txt484 This is due to a Windows quirk involving what key sequences are
491 This is a quirk of Windows; when you run QWCL in a low-res
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm308 …// FIXME: This quirk is needed due to <rdar://problem/5009625> - We can phase it out once Aperture…
DWebFrameLoaderClient.mm175 // This quirk can be removed when Apple Dictionary is fixed (see <rdar://problem/6471058>).
1463 // This is a quirk that ensures Tiger Mail's WebKit plug-in will load during layout
/external/antlr/antlr-3.4/
DBUILD.txt166 quirk of how it calculates the dependencies and makes sure it has
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1765 if (style->marginLeft().quirk()) in addIntrinsicMargins()
1767 if (style->marginRight().quirk()) in addIntrinsicMargins()
1772 if (style->marginTop().quirk()) in addIntrinsicMargins()
1774 if (style->marginBottom().quirk()) in addIntrinsicMargins()
/external/quake/quake/src/WinQuake/
Dwqreadme.txt485 This is due to a Windows quirk involving what key sequences are
492 This is a quirk of Windows; when you run WinQuake in a low-res
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp1257 setMarginBeforeQuirk(style()->marginBefore().quirk()); in layoutBlock()
1258 setMarginAfterQuirk(style()->marginAfter().quirk()); in layoutBlock()
/external/quake/quake/src/WinQuake/data/
DTECHINFO.TXT482 notify you of this, then terminate the Quake session. This is a quirk
1494 notify you of this, then terminate the Quake session. This is a quirk
/external/webkit/Source/WebCore/
DChangeLog-2002-12-03140 anyway, so I'll just let the quirk behavior be our behavior
269 you do not apply the collapsing margin quirk. The margin stays.
474 Fix for 3020493, another fun little margin collapsing quirk
475 that I missed. (<td><div><p>). The <div> has to pick up the quirk
1358 Implement the collapsing top margin quirk for <body> (the same
1359 quirk used for table cells) and make sure it works even when the
3275 Also fixing a bug in my <td> margin collapsing quirk that
3293 rewrite of the WinIE quirk for handling collapsing margins
3389 to WinIE's quirk. For <h1>-<h6> only, they don't collapse the
4082 incorrect display type. Implemented a quirk that forces
[all …]
DChangeLog-2003-10-251421 (2) Fix a regression from the overflow:hidden body quirk landing. Make sure repaint()
1422 understands that quirk exists and avoids clipping when it shouldn't.
7215 is not a valid option. Need to remove this so that the quirk will
7305 Note that this is a quirk only, since doing this for real would
10983 nowrap handling perversely enough. Need another quirk from
13401 Make quirk bits part of the bitfield to shrink RenderFlows.
14791 <a name="foo"> quirk down into the :hover rule matching code,
15509 The "flow-mode" quirk for lists is just that - a quirk, and should
16427 The second fix implements the WinIE quirk and turns the table
DChangeLog-2008-08-101533 Adds a "don't enforce CSS mime type in strict mode" quirk for iWeb 2
7437 Don't add the Mozilla user agent quirk for Flash 10.
40250 Set default margin-bottom for form element in quirk mode
40253 Tests: fast/css/margin-bottom-form-element-quirk.html
41222 … Fix the body-sizing-to-the-view-height quirk so that it takes the zoom factor into account when
45229 Added a quirk that disallows a plug-in from having more than one
45259 instances" quirk for VLC.
45261 already been loaded and the "don't allow multiple instances" quirk is
47864 (WebCore::needsYouTubeQuirk): Added. Return true on Windows only when the quirk is needed.
50219 * plugins/PluginQuirkSet.h: Added new quirk
[all …]
DChangeLog-2007-10-1415750 <script> quirk in cases where the / appears in a mangled attribtue
16968 do not actually generate any line boxes. Limited the nested lists quirk to
18135 Updated Dashboard quirk so it affects fill, stroke, and clip, rather than just stroke.
23170 …Add a new quirk for plug-ins that need their WNDPROCs to be ASCII. If someone uses SetWindowLongA …
23229 (WebCore::PluginViewWin::determineQuirks): Add delayed invalidate quirk.
23326 quirk for that.
36283 Add error reporting for the </p> -> <p></p> quirk.
36316 Report when the </br> -> <br> quirk is triggered.
36810 Back out the change to make self-closed <script/> into a Dashboard quirk
44190 Test: fast/css/table-text-align-quirk.html
[all …]
/external/webkit/Source/WebKit2/
DChangeLog7366 Add the MakeTransparentIfBackgroundAttributeExists quirk for Silverlight plug-ins.
7369 Add MakeTransparentIfBackgroundAttributeExists quirk.
7383 If the plug-in has the MakeTransparentIfBackgroundAttributeExists quirk, make it transparent
11054 Added RequiresGTKToolKit quirk for X11.
11056 (WebKit::NPN_GetValue): Handle the RequiresGTKToolKit quirk on X11.
13765 (WebKit::NetscapePluginModule::determineQuirks): Add a quirk for the
13772 (WebKit::NetscapePlugin::supportsSnapshotting): Test the quirk.
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm440 // find colors using quirk mode approach (strict mode would use current
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-294178 Roll out r43848. The quirk is no longer necessary.
4626 (-[WebView dealloc]): Release the delegate if the quirk is in effect.
4627 (-[WebView setFrameLoadDelegate:]): Retain the new delegate if the quirk is in effect.
8966 iChat-specific quirk added in <http://trac.webkit.org/changeset/41071>.
11192 apply the quirk when the relevant script is loaded.
16086 quirk when running under iWeb 2
20974 Removed the Xcode-specific quirk at the request of some folks on the Xcode team.
20999 Added an Xcode-specific quirk.
23204 … too soon, which borked some necessary housekeeping on behalf of Mail. The fix is to add a quirk
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm1650 // Note: a quirk of setting a cell's text color is that it won't work
/external/webkit/Source/WebKit/
DChangeLog428 REGRESSION (new parser): Leopard/Tiger Mail <head>/<body> quirk is gone

12