Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Issue 57007: Styles pane is made work with IPC. Still not work and will be fixed later:... (Closed)

Created:
11 years, 8 months ago by SeRya
Modified:
9 years, 7 months ago
Reviewers:
pfeldman
Visibility:
Public.

Description

Styles pane is made work with IPC. Still not work and will be fixed later: - disabling/enabling styles (not implemented to simplify the change) - grouping properties (needs additional investigation: it seams a style object created in such a way behaves differently)

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 42

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 53

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 14

Patch Set 9 : '' #

Total comments: 5

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 4

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Patch Set 16 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -44 lines) Patch
M webkit/glue/devtools/dom_agent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/glue/devtools/dom_agent_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +10 lines, -0 lines 0 comments Download
M webkit/glue/devtools/dom_agent_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +96 lines, -1 line 0 comments Download
M webkit/glue/devtools/js/devtools.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +24 lines, -0 lines 0 comments Download
M webkit/glue/devtools/js/devtools_host_stub.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +15 lines, -0 lines 0 comments Download
M webkit/glue/devtools/js/dom_agent.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 14 chunks +248 lines, -24 lines 0 comments Download
M webkit/glue/devtools/js/inspector_controller_impl.js View 9 10 11 12 13 14 15 2 chunks +1 line, -19 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
SeRya
11 years, 8 months ago (2009-03-30 11:36:40 UTC) #1
pfeldman
http://codereview.chromium.org/57007/diff/1007/1008 File webkit/glue/devtools/dom_agent.h (right): http://codereview.chromium.org/57007/diff/1007/1008#newcode33 Line 33: /* Requests that the element's style information are ...
11 years, 8 months ago (2009-03-30 12:12:44 UTC) #2
SeRya
http://codereview.chromium.org/57007/diff/1007/1008 File webkit/glue/devtools/dom_agent.h (right): http://codereview.chromium.org/57007/diff/1007/1008#newcode33 Line 33: /* Requests that the element's style information are ...
11 years, 8 months ago (2009-03-30 17:31:04 UTC) #3
pfeldman
http://codereview.chromium.org/57007/diff/21/1030 File webkit/glue/devtools/dom_agent.h (right): http://codereview.chromium.org/57007/diff/21/1030#newcode14 Line 14: #define DOM_AGENT_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3) \ FYI: this ...
11 years, 8 months ago (2009-03-30 20:44:09 UTC) #4
SeRya
http://codereview.chromium.org/57007/diff/21/1030 File webkit/glue/devtools/dom_agent.h (right): http://codereview.chromium.org/57007/diff/21/1030#newcode14 Line 14: #define DOM_AGENT_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3) \ On 2009/03/30 ...
11 years, 8 months ago (2009-03-31 14:51:20 UTC) #5
pfeldman
http://codereview.chromium.org/57007/diff/21/1034 File webkit/glue/devtools/js/devtools_host_stub.js (right): http://codereview.chromium.org/57007/diff/21/1034#newcode100 Line 100: computedStyle: "display: none", On 2009/03/31 14:51:20, SeRya wrote: ...
11 years, 8 months ago (2009-03-31 16:23:52 UTC) #6
SeRya
http://codereview.chromium.org/57007/diff/1053/45 File webkit/glue/devtools/dom_agent_impl.cc (right): http://codereview.chromium.org/57007/diff/1053/45#newcode453 Line 453: DCHECK(node && node->nodeType() == Node::ELEMENT_NODE); On 2009/03/31 16:23:53, ...
11 years, 8 months ago (2009-04-01 09:20:12 UTC) #7
pfeldman
http://codereview.chromium.org/57007/diff/3001/1057 File webkit/glue/devtools/dom_agent_impl.cc (right): http://codereview.chromium.org/57007/diff/3001/1057#newcode581 Line 581: for (unsigned i = 0; i < numAttrs; ...
11 years, 8 months ago (2009-04-01 10:01:54 UTC) #8
SeRya
Merged http://codereview.chromium.org/57007/diff/3001/1061 File webkit/glue/devtools/js/dom_agent.js (right): http://codereview.chromium.org/57007/diff/3001/1061#newcode827 Line 827: node.clearStyles_(); On 2009/04/01 10:01:54, pfeldman wrote: > ...
11 years, 8 months ago (2009-04-01 12:54:07 UTC) #9
pfeldman
LGTM given comments are fixed http://codereview.chromium.org/57007/diff/1076/3022 File webkit/glue/devtools/dom_agent_impl.cc (right): http://codereview.chromium.org/57007/diff/1076/3022#newcode582 Line 582: unsigned numAttrs = ...
11 years, 8 months ago (2009-04-01 13:16:21 UTC) #10
SeRya
http://codereview.chromium.org/57007/diff/1076/3022 File webkit/glue/devtools/dom_agent_impl.cc (right): http://codereview.chromium.org/57007/diff/1076/3022#newcode582 Line 582: unsigned numAttrs = attr_map->length(); On 2009/04/01 13:16:21, pfeldman ...
11 years, 8 months ago (2009-04-01 13:26:04 UTC) #11
SeRya
Merged
11 years, 8 months ago (2009-04-01 20:15:15 UTC) #12
SeRya
11 years, 8 months ago (2009-04-02 13:17:05 UTC) #13
Merge

Powered by Google App Engine
This is Rietveld 408576698