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

Issue 172393006: LayoutTest emulating geolocation with inspector (Closed)

Created:
6 years, 10 months ago by maheshkk
Modified:
6 years, 10 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

LayoutTest emulating geolocation with inspector Adding LayoutTests for emulating geolocation positions using inspector. BUG=345040 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167810

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update review comments #

Total comments: 2

Patch Set 3 : Fixed as per review comments #

Total comments: 1

Patch Set 4 : removed sniffer code #

Total comments: 1

Patch Set 5 : Add sniffer code back #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -0 lines) Patch
A LayoutTests/inspector/geolocation-emulation-tests.html View 1 2 3 4 1 chunk +83 lines, -0 lines 0 comments Download
A LayoutTests/inspector/geolocation-emulation-tests-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
maheshkk
Please review.
6 years, 10 months ago (2014-02-19 23:39:00 UTC) #1
pfeldman
https://codereview.chromium.org/172393006/diff/1/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt File LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt (right): https://codereview.chromium.org/172393006/diff/1/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt#newcode8 LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt:8: error: Protocol Error: Invalid type of argument 'latitude' for ...
6 years, 10 months ago (2014-02-20 11:38:42 UTC) #2
maheshkk
On 2014/02/20 11:38:42, pfeldman wrote: > https://codereview.chromium.org/172393006/diff/1/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt > File > LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt > (right): > > ...
6 years, 10 months ago (2014-02-20 20:37:45 UTC) #3
pfeldman
https://codereview.chromium.org/172393006/diff/70001/LayoutTests/inspector/geolocation-emulation-tests.html File LayoutTests/inspector/geolocation-emulation-tests.html (right): https://codereview.chromium.org/172393006/diff/70001/LayoutTests/inspector/geolocation-emulation-tests.html#newcode69 LayoutTests/inspector/geolocation-emulation-tests.html:69: GeolocationAgent.setGeolocationOverride(true, 500, 100); You are not calling next in ...
6 years, 10 months ago (2014-02-21 08:59:05 UTC) #4
maheshkk
On 2014/02/21 08:59:05, pfeldman wrote: Thanks for the review! > https://codereview.chromium.org/172393006/diff/70001/LayoutTests/inspector/geolocation-emulation-tests.html > File LayoutTests/inspector/geolocation-emulation-tests.html (right): ...
6 years, 10 months ago (2014-02-21 14:28:02 UTC) #5
pfeldman
https://codereview.chromium.org/172393006/diff/130001/LayoutTests/inspector/geolocation-emulation-tests.html File LayoutTests/inspector/geolocation-emulation-tests.html (right): https://codereview.chromium.org/172393006/diff/130001/LayoutTests/inspector/geolocation-emulation-tests.html#newcode44 LayoutTests/inspector/geolocation-emulation-tests.html:44: InspectorTest.addConsoleSniffer(next); I don't understand how this sniffer is used. ...
6 years, 10 months ago (2014-02-24 09:41:36 UTC) #6
maheshkk
On 2014/02/24 09:41:36, pfeldman wrote: > https://codereview.chromium.org/172393006/diff/130001/LayoutTests/inspector/geolocation-emulation-tests.html > File LayoutTests/inspector/geolocation-emulation-tests.html (right): > > https://codereview.chromium.org/172393006/diff/130001/LayoutTests/inspector/geolocation-emulation-tests.html#newcode44 > ...
6 years, 10 months ago (2014-02-24 17:15:53 UTC) #7
pfeldman
https://codereview.chromium.org/172393006/diff/190002/LayoutTests/inspector/geolocation-emulation-tests.html File LayoutTests/inspector/geolocation-emulation-tests.html (right): https://codereview.chromium.org/172393006/diff/190002/LayoutTests/inspector/geolocation-emulation-tests.html#newcode63 LayoutTests/inspector/geolocation-emulation-tests.html:63: InspectorTest.evaluateInPage("overrideGeolocation()", next); There is no guarantee that testSuccess/testFailed will ...
6 years, 10 months ago (2014-02-25 16:23:29 UTC) #8
maheshkk
On 2014/02/25 16:23:29, pfeldman wrote: > https://codereview.chromium.org/172393006/diff/190002/LayoutTests/inspector/geolocation-emulation-tests.html > File LayoutTests/inspector/geolocation-emulation-tests.html (right): > > https://codereview.chromium.org/172393006/diff/190002/LayoutTests/inspector/geolocation-emulation-tests.html#newcode63 > ...
6 years, 10 months ago (2014-02-25 16:34:30 UTC) #9
maheshkk
Please take a look. I have added sniffer code back
6 years, 10 months ago (2014-02-25 16:48:18 UTC) #10
pfeldman
lgtm!
6 years, 10 months ago (2014-02-25 16:59:18 UTC) #11
maheshkk
On 2014/02/25 16:59:18, pfeldman wrote: > lgtm! Thanks pfeldman!
6 years, 10 months ago (2014-02-25 16:59:53 UTC) #12
maheshkk
The CQ bit was checked by mahesh.kk@samsung.com
6 years, 10 months ago (2014-02-25 17:00:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/172393006/240001
6 years, 10 months ago (2014-02-25 17:00:10 UTC) #14
commit-bot: I haz the power
6 years, 10 months ago (2014-02-25 18:33:52 UTC) #15
Message was sent while issue was closed.
Change committed as 167810

Powered by Google App Engine
This is Rietveld 408576698