summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/InspectorOverlay.cpp
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-1/+1
* DevTools: migrate protocol values from RefPtr to OwnPtr.pfeldman2016-03-011-8/+8
* DevTools: introduce protocol::Value, baseline for hierarchical data in remote...pfeldman2016-02-261-13/+13
* [DevTools] Restore showViewportSizeOnResize.dgozman2016-02-261-2/+29
* Rename enums/functions that collide in chromium style in core/dom/danakj2016-02-251-1/+1
* DevTools: migrate remote debugging protocol generators to jinja2.pfeldman2016-02-231-2/+2
* Reland "[DevTools] More Device Mode polish."dgozman2016-01-141-0/+1
* Revert of [DevTools] More Device Mode polish. (patchset #1 id:1 of https://co...pfeldman2016-01-121-1/+0
* [DevTools] More Device Mode polish.dgozman2016-01-121-0/+1
* ScriptState::forWorld should return nullptr if the associated context has alr...haraken2016-01-051-1/+1
* Clarify ordinary page handling.sigbjornf2016-01-041-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/web/.tkent2015-12-221-1/+0
* Fix paint code so that overlays and views paint their own layers.chrishtr2015-12-171-1/+1
* Fix requestAnimationFrame for out-of-process iframes.lfg2015-12-111-3/+5
* Use refs for non-null GraphicsContext, Scrollbar, etc. in scrollbar related codeXianzhu Wang2015-12-101-1/+1
* Return a enumeration of the state of handling of InputEvents.dtapuska2015-12-031-4/+4
* DevTools: long-hover selector highlight should work in shadow DOMlushnikov2015-11-171-1/+4
* [DevTools] Promote Device Mode v2 to default experiments.dgozman2015-11-171-31/+2
* DevTools: filter out user agent stylesheets from layout editor, reverse index...pfeldman2015-11-141-4/+4
* Oilpan: add missing pointer initialization after r357529.sigbjornf2015-11-031-1/+1
* DevTools: highlight matching elements when long-hovering selectorlushnikov2015-11-031-0/+15
* Remove WebGraphicsContext/WebGraphicsContextImplwangxianzhu2015-10-301-3/+4
* Change Widget subclasses to use a CullRect instead of an IntRect for painting.chrishtr2015-10-291-1/+2
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-1/+1
* Allow out-of-process iframes to update the mouse cursorkenrb2015-10-151-3/+3
* Devtools: DOM inspection follows inspect cursorsergeyv2015-10-131-0/+1
* Devtools: Add test on resume button in InspectorOverlaysergeyv2015-10-091-0/+9
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-1/+1
* Devtools[LayoutEditor]: Keep LayoutEditor in sync with a node selected in El...sergeyv2015-10-011-1/+19
* Devtools[LayoutEditor]: push selector info InspectorOverlayPage instead of pu...sergeyv2015-09-251-6/+0
* Devtools[LayoutEditor]: remove of global hoverableAreas from InspectorOverlay...sergeyv2015-09-251-12/+8
* Devtools: Rename InspectorOverlayImpl to InspectorOverlaysergeyv@chromium.org2015-09-221-0/+745