Closed
Bug 1046876
Opened 10 years ago
Closed 10 years ago
"Cu is not defined" in NetworkGeolocationProvider.js
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
People
(Reporter: gerard-majax, Assigned: aus)
Details
(Keywords: regression, Whiteboard: [systemsfe][p=1])
Attachments
(1 file)
1.07 KB,
patch
|
gwagner
:
review+
|
Details | Diff | Splinter Review |
While playing with my Nexus S running master in the train:
07-31 19:02:47.082 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.086 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.101 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.105 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.109 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.113 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.254 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.254 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.265 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
07-31 19:02:47.265 2910 2910 E GeckoConsole: [JavaScript Error: "Cu is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/NetworkGeolocationProvider.js" line: 518}]
Comment 2•10 years ago
|
||
Yep. Simple fix is adding to the list at http://mxr.mozilla.org/mozilla-central/source/dom/system/NetworkGeolocationProvider.js#9.
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Garvan Keeley [:garvank] from comment #1)
> due to change in bug 1034301?
Yup, looks like it. I swear there was other usage of Cu in there but I guess not. Do you guys want me to take this or were we just trying to determine what change introduced this?
Flags: needinfo?(aus)
Assignee | ||
Comment 4•10 years ago
|
||
Patch incoming...
Assignee: nobody → aus
Status: NEW → ASSIGNED
Whiteboard: [systemsfe][p=1]
Target Milestone: --- → 2.1 S1 (1aug)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8465719 -
Flags: review?(kchen)
Updated•10 years ago
|
Attachment #8465719 -
Flags: review?(kchen) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8465719 [details] [diff] [review]
Patch - v1 - Define 'Cu'
Approval Request Comment
[Feature/regressing bug #]: 1034301
[User impact if declined]: Original issue reported in 1034301 will persist.
[Describe test coverage new/current, TBPL]:
[Risks and why]: None.
[String/UUID change made/needed]: None.
Attachment #8465719 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 7•10 years ago
|
||
Commit (b2g-inbound): https://hg.mozilla.org/integration/b2g-inbound/rev/841bd5ad4ca7
Leave open until decision to land on aurora is complete.
Keywords: leave-open
Assignee | ||
Comment 8•10 years ago
|
||
[Blocking Requested - why for this release]:
blocking-b2g: 2.1? → 2.0?
Updated•10 years ago
|
Keywords: leave-open
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8465719 [details] [diff] [review]
Patch - v1 - Define 'Cu'
2.0+ gets automatic aurora approval.
Attachment #8465719 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•10 years ago
|
Comment 11•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 12•10 years ago
|
||
And by "aurora" you mean b2g32 since we branched ~2w ago ;)
https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/2b6d88a8445a
You need to log in
before you can comment on or make changes to this bug.
Description
•