Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65143)
4 years, 11 months ago
(2015-06-03 22:59:46 UTC)
#16
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65162)
4 years, 11 months ago
(2015-06-04 00:02:43 UTC)
#20
https://codereview.chromium.org/1153343002/diff/100001/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h File public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h (right): https://codereview.chromium.org/1153343002/diff/100001/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h#newcode30 public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h:30: const WebArrayBuffer value; On 2015/06/24 at 05:36:04, tasak wrote: ...
4 years, 10 months ago
(2015-06-24 16:48:13 UTC)
#27
Message was sent while issue was closed.
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
File public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h (right):
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h:30: const
WebArrayBuffer value;
On 2015/06/24 at 05:36:04, tasak wrote:
> WebArrayBuffer is placed under public/web, but this file is placed under
public/platform.
> This is not correct.
Changing it to WebVector wouldn't be too hard. But there really should be a DEPS
rule or a presubmit check if this is not supposed to be allowed.
4 years, 10 months ago
(2015-06-25 06:32:29 UTC)
#28
Message was sent while issue was closed.
On 2015/06/24 16:48:13, ortuno wrote:
>
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
> File public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
(right):
>
>
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
> public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h:30: const
> WebArrayBuffer value;
> On 2015/06/24 at 05:36:04, tasak wrote:
> > WebArrayBuffer is placed under public/web, but this file is placed under
> public/platform.
> > This is not correct.
>
> Changing it to WebVector wouldn't be too hard. But there really should be a
DEPS
> rule or a presubmit check if this is not supposed to be allowed.
I missed "-public/web" and "-web" to public/platform/DEPS.
I will update public/platform/DEPS.
ortuno
On 2015/06/25 at 06:32:29, tasak wrote: > On 2015/06/24 16:48:13, ortuno wrote: > > https://codereview.chromium.org/1153343002/diff/100001/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h ...
4 years, 10 months ago
(2015-06-25 16:25:29 UTC)
#29
Message was sent while issue was closed.
On 2015/06/25 at 06:32:29, tasak wrote:
> On 2015/06/24 16:48:13, ortuno wrote:
> >
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
> > File public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
(right):
> >
> >
https://codereview.chromium.org/1153343002/diff/100001/public/platform/module...
> > public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h:30: const
> > WebArrayBuffer value;
> > On 2015/06/24 at 05:36:04, tasak wrote:
> > > WebArrayBuffer is placed under public/web, but this file is placed under
> > public/platform.
> > > This is not correct.
> >
> > Changing it to WebVector wouldn't be too hard. But there really should be a
DEPS
> > rule or a presubmit check if this is not supposed to be allowed.
>
> I missed "-public/web" and "-web" to public/platform/DEPS.
> I will update public/platform/DEPS.
Thanks! I will change it to WebVector ASAP.
Issue 1153343002: bluetooth: Add BluetoothGATTCharacteristic IDL and Blink interface
(Closed)
Created 4 years, 11 months ago by ortuno
Modified 4 years, 10 months ago
Reviewers: scheib, tasak
Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-get-primary-service-implementation
Comments: 6