Lines Matching full:refactor
250 Refactor handling of options in the build-webkit script
1999 Refactor how SoupMessage is handled, so that our ResourceRequest
2055 Refactor methods of WorkerMessagingProxy used to talk to main-thread loader into new interface.
3229 Refactor the Qt plugin code to use NPP_SetWindow correctly,
5337 Refactor code from all virtual methods in HTMLSelectElement (that are also needed for WMLSelectElement)
8742 Refactor InpectorController so that it does not instantiate resource/console/database/domresource javascript objects. Move instantiation into the javascript.
9588 [Qt] Refactor alpha channel detection the image decoder.
10196 Also refactor the relevant code to make it a little clearer.
12130 Refactor for MediaPlayerPrivate for Chromium port. Remove
17087 Introduce ScriptEventListener to refactor away direct references to
21563 (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu): Refactor the code
22556 Refactor MessagePort code to enable Chrome to use a MessagePortProxy object
23265 Refactor InspectorController to use ScriptObject/State.
24658 Refactor InspectorController to replace all JS function invocations with
25145 Refactor InspectorResource to use ScriptObject/FunctionCall.
26051 resulting function smaller we should refactor some other way. Also
27302 (WebCore::RenderSlider::setValueForPosition): Refactor to use the new SliderRange
28523 (WebCore::readThreadViolationBehaviorFromUserDefaults): Refactor how the default is read.
29546 Refactor ConsoleMessage to use ScriptFuncitonCall and eliminate JSC
29794 Refactor InspectorDOMStorageResource to use ScriptFunctionCall.
42192 Move the m_layer member variable of RenderBox up into RenderBoxModelObject. Refactor styleDidChange'
44225 Refactor bounding box code that we can compute local, and ancestor-relative
44723 Refactor the handling of before/after content and generated content. Move most of the functions from
45122 Refactor HitTestRequest to eliminate all the ugly boolean arguments and
47300 Refactor the first and last line box member variables from RenderFlow. Encapsulate them into a new class called RenderLineBoxList that manages all modifications to
51579 Refactor some functionality from HTMLOption/OptGroupElement needed by RenderListBox/RenderMenuList
60887 Refactor HTMLFormElement to share a maximum level of code between HTMLFormElement & WMLGoElement.
62032 Refactor setActiveCardInDocument in two new functions: findNamedCardInDocument
62676 - Refactor addHTMLAlignment in a static helper function to share with WML.
76400 refactor some of the code that I put in ThemeMac to be cross-platform, since it was in RenderTheme.cpp
79749 Refactor setStyle() methods into styleWillChange()
80651 Bug 21412: Refactor user initiated profile count to be more stable
85088 Refactor contents size and scroll offset to be cross-platform. Reduce further the number
87385 Refactor HTMLImageLoader/SVGImageLoader code.
90311 Move all hit testing code for scrollbars into the base class. Refactor
90486 Refactor PlatformScrollbarWin's painting so that it is now done by ScrollbarThemeWin. PlatformScrollbarSafari
96612 Refactor HTMLScriptElement's code into a common base class: ScriptElement.