Home | History | Annotate | Download | only in WebCore

Lines Matching full:clean

650         I also took this opportunity to clean up some of the plugin
1171 Clean up Gradient constructors, make sure all members are initialized.
2592 Revised the FrameLoader class to clean up a variety of load methods, and hopefully
4228 (Give it a destructor to clean up after itself)
5872 Clean up in PseudoReadOnly and PseudoReadWrite cases removing unnecessary checks and casts in favor of the sole isTextControl() check.
8275 Clean up sorting in WebCore.xcodeproj.
8431 I also took this opportunity to clean up Document::detach
8861 Clean up and remove unused platform shadow code.
10523 Starting to clean up the SVG Filter code. Mostly adding 'create' wrapper
17072 * WebCore/English.lproj/localizedStrings.js: New string and clean an
19673 - Small make_names.pl clean up (mainly code generated coding style issue).
19745 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
22303 (WebCore::ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds): Clean
27459 in FramePrivate in a bid to do a little clean up before the last of the
29353 Clean up InspectorController's use of JSStringRef
30981 I explored a few options to fix this bug. The one that was most obviously "clean" was to call cancel() on
31414 - Invoke it from SVGElementInstance::updateInstance() to clean up the instance tree
34215 Some more clean-up of AccessibilityObject:
34391 Some clean up of AccessibilityObject:
37622 old clean lines (due to changed or newly-added floats), keep the
38821 very special case of an all-lines-clean block that ends with a float-
38853 Test: fast/inline/clean-after-removing-temp-boxes.html
38861 clean in the end.
39041 Windows PluginView destructor can use WTF::deleteAllValues to clean up
39863 Fix the Qt build and clean up the invoke mechanism for dispatching
40118 is a change in the dimensions of a float on an otherwise-clean line,
40122 belonging to clean lines in the end along with the lines.
40126 to re-add floats belonging to clean lines.
40127 (WebCore::RenderBlock::matchedEndLine): Added checking that the clean
42318 - clean up line layout code
43426 Clean up and add new supportedImageMIMETypesForEncoding set which contains the set of
48892 Clean up and add case for SVGZoomEvent that was missing.
48896 Clean up and add cases for ProgressEvent and MessageEvent that were missing.
50827 - Clean up the code to make it clear that the custom functionality is only there for cross-domain
50837 - Clean up the code to make it clear that the custom functionality is only there for cross-domain
50843 - Clean up to match the rest of the file a little better.
52104 Clean up FileSystemWin.cpp
53788 Clean up overlooked coding guideline issues from last commit.
58047 Clean up all the misplaced graphics files after the recent file moves. Clean up the project to
58120 (WebCore::Text::splitText): Clean up by using a RefPtr here instead of a
59173 Clean up the code a bit.
62179 Remove JSDomExceptionConstructor.lut.h from clean step
62313 up with other document change tracking. Maybe at some point we can clean these up
62911 Clean up the files relating to NodeLists.
65343 Add a missing DEPENDPATH. Fixes non-clean builds following networking
69044 While fixing the HTMLCollection issues, I did some clean-up of that
71775 Another build fix specific to trunk (instead of the stable branch) to fix make clean (which the buildbots call).
72163 Bug 16085: Web Inspector's Network Timeline graph code clean up and misc. fixes
74662 Clean up matrix() parsing. Make sure the first four arguments can be lengths or numbers. The last two
75250 Fix "nmake clean" for the Qt/Windows build by replacing tmp/ with a variable that ends with the correct type of slash/backslash depending on the choice of compiler/make tool.
79196 and took this as an opportunity to clean up some old change logs.
79810 Fix compilation from a clean build with the database feature disabled.
81784 Clean up transform parsing. Fix a crash, ditch the extra parse context class, and use RefPtr/PassRefPtr more