Closed
Bug 869488
Opened 12 years ago
Closed 12 years ago
create value_of_css_property command on HTMLElement
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox21 wontfix, firefox22 wontfix, firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
mozilla23
People
(Reporter: automatedtester, Assigned: automatedtester)
Details
Attachments
(1 file, 2 obsolete files)
9.54 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
This will allow us to easily debug is_displayed issues and is part of the WebDriver API so we need to do it eventually
Comment 1•12 years ago
|
||
+1. I was just thinking the same thing.
Assignee | ||
Comment 2•12 years ago
|
||
try desktop - https://tbpl.mozilla.org/?tree=Try&rev=c144d44146c4
try mobile - https://tbpl.mozilla.org/?tree=Try&rev=df2a6e47b452
Assignee | ||
Comment 3•12 years ago
|
||
mobile is green but desktop is red due to pulling down a bustage
submitting both just in case again with a new parent
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #747424 -
Flags: review?(mdas)
Comment 6•12 years ago
|
||
Comment on attachment 747424 [details]
value_of_css_property method
Looks like this patch is missing the test_rendered_element.py file. Will r? after I check the test:)
Attachment #747424 -
Flags: review?(mdas)
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #747440 -
Flags: review?(mdas)
Comment 8•12 years ago
|
||
Comment on attachment 747440 [details]
value_of_css_property method
Why are we using APL instead of MPL for the test?
This patch was uploaded without the 'patch' option ticked, so I can't do inline comments, but:
/**
+ *
+ *
+ *
+ */
+ getElementValueOfCssProperty: function MDA_getElementValueOfCssProperty(aRequest){
+ let command_id = this.command_id = this.getCommandId();
+ this.sendAsync("getElementValueOfCssProperty",
+ {element: aRequest.element, propertyName: aRequest.propertyName},
+ command_id);
Why all the empty comment lines? They were filled out with some nice documentation in the last patch...
Assignee | ||
Comment 9•12 years ago
|
||
I have checked its all there now... sorry for before
Attachment #747424 -
Attachment is obsolete: true
Attachment #747440 -
Attachment is obsolete: true
Attachment #747440 -
Flags: review?(mdas)
Attachment #747468 -
Flags: review?(mdas)
Comment 10•12 years ago
|
||
Comment on attachment 747468 [details] [diff] [review]
value_of_css_property method
Review of attachment 747468 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm!
Attachment #747468 -
Flags: review?(mdas) → review+
Assignee | ||
Comment 11•12 years ago
|
||
Assignee | ||
Comment 12•12 years ago
|
||
Checking needed for uplift to B2G branches a=test-only
Whiteboard: [checkin-needed]
Comment 13•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/a1f18d8e0a31
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/ce778c235de9
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → fixed
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
Whiteboard: [checkin-needed]
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•