Message from discussion
Uncaught ReferenceError: WebKitBlobBuilder is not defined
Received: by 10.42.132.5 with SMTP id b5mr18195225ict.7.1351556426123;
Mon, 29 Oct 2012 17:20:26 -0700 (PDT)
X-BeenThere: tincr-for-chrome-devtools@googlegroups.com
Received: by 10.42.98.148 with SMTP id s20ls15582633icn.6.gmail; Mon, 29 Oct
2012 17:20:25 -0700 (PDT)
Received: by 10.43.8.201 with SMTP id ot9mr18980031icb.10.1351556425630;
Mon, 29 Oct 2012 17:20:25 -0700 (PDT)
Received: by 10.43.8.201 with SMTP id ot9mr18980029icb.10.1351556425618;
Mon, 29 Oct 2012 17:20:25 -0700 (PDT)
Return-Path: <ryanack...@gmail.com>
Received: from mail-ia0-f172.google.com (mail-ia0-f172.google.com [209.85.210.172])
by gmr-mx.google.com with ESMTPS id uk11si899529igb.2.2012.10.29.17.20.25
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 29 Oct 2012 17:20:25 -0700 (PDT)
Received-SPF: pass (google.com: domain of ryanack...@gmail.com designates 209.85.210.172 as permitted sender) client-ip=209.85.210.172;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ryanack...@gmail.com designates 209.85.210.172 as permitted sender) smtp.mail=ryanack...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ia0-f172.google.com with SMTP id x24so3196779iak.17
for <tincr-for-chrome-devtools@googlegroups.com>; Mon, 29 Oct 2012 17:20:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=K2MljTrWAwQQ8vxokVK6VeVGAc+DSxRQvmPbwWO9q4w=;
b=kO6Z/Nfeg5X/8bQdZMHfXovdwVzV/DzwyHK/Hy5DL0e3WuxmCw7rA8dWPJ00PjN4Q2
t6t8X45zEKlRHplmYs7rM95pAXEybjhmCuVnmzfOLnbYaLj9BV/4krEoU/o6bHTS2zLM
ZqzpNsFMFQ7uPtUQe3FetWu3+jae8Fi1lVFGNe4VqaBn5R9afMtDYJx7JqfB3MTvq5Uv
t30eIgLT6eKTSFntH73qRerFdK5mRqxXu6z+msJSa8OTRNcRgWN8bMWRD2VjkU6WHdEP
qA5UjBCvGtrIua961LblQAwz+qB7ClFKtdzEmFpOCcD69lGV6yMI/wzlKV7YCUpRuXVh
+/lw==
MIME-Version: 1.0
Received: by 10.50.151.197 with SMTP id us5mr11416469igb.0.1351556425470; Mon,
29 Oct 2012 17:20:25 -0700 (PDT)
Received: by 10.64.65.70 with HTTP; Mon, 29 Oct 2012 17:20:25 -0700 (PDT)
In-Reply-To: <5758985b-9e7f-44f7-b9d5-b4c1168da7f6@googlegroups.com>
References: <7ecbbecb-a46f-4a50-b33e-e0bd5a99d849@googlegroups.com>
<CAGOLXFvVs3ojYe4DPJ-wH9XvFPN9Tkc6af6EQJPoFxkUSwJ...@mail.gmail.com>
<88686570-f046-4ec8-985b-203853c3c503@googlegroups.com>
<CAGOLXFuyRj-031-Gz477oek5SSxxu84VbKDZoNEwRvQFQqz...@mail.gmail.com>
<edeeff7c-545a-4add-961c-7da95f012536@googlegroups.com>
<5758985b-9e7f-44f7-b9d5-b4c1168da7f6@googlegroups.com>
Date: Tue, 30 Oct 2012 11:20:25 +1100
Message-ID: <CAGOLXFtZjjk3cdstokhsSLdCtxsq-1-Q_cP9bd7Ve6JR66Q...@mail.gmail.com>
Subject: Re: Uncaught ReferenceError: WebKitBlobBuilder is not defined
From: Ryan Ackley <ryanack...@gmail.com>
To: tincr-for-chrome-devtools@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
For the stack trace, it sounds like the NPAPI plugin process crashed.
I've only seen that error while doing development on Tincr. You'll
need to close all devtools windows (including the background page) and
reload the extension when you see that error. Please let me know if
you are getting that error regularly
That may explain why the browse button isn't working. The browse
button is handled by Tincr's NPAPI plugin since Chrome doesn't have a
built-in way to handle folders (that I know of).
Thanks for the feature request. I've heard that from a few people.
I'll make it an option to get a browser notification at some point on
success/fail of a save or reload.
On Tue, Oct 30, 2012 at 10:47 AM, johnjbarton <johnjbar...@chromium.org> wrote:
>
>
> On Monday, October 29, 2012 4:40:39 PM UTC-7, johnjbarton wrote:
>>
>> Ok thanks for the 1.3 version, I made some 'progress'.
>>
>> I realized I needed to use the ConfigurationFile option, because I have
>> files from multiple places. I had two kinds of trouble: it took me awhile
>> to realize that the config file paths are relative to the root directory
>> containing the tincr.json. Obvious now, but feedback from tincr to clue me
>> in would really help. I had to debug the extension to figure it out.
>> (devtools-save extension has a very nice ui for the same purpose).
>>
>> Second, I had to exit and restart the browser several times because the
>> [Browse] button on the Tincr panel failed to open the dialog and the text
>> field would not allow me to type it in. I guess this isn't your bug.
>>
>> After that I get no file saves and no feedback. (again devtools-save
>> extension has a nice feedback mechanism I've come to rely on: it always
>> tells you when you succeed in saving or if there is an error; I wish it also
>> told you when you failed to save but it had no error).
>
>
> Oh wait, I do see output on console.log, lines like:
> Content for url
> chrome-extension://mpbflbdfncldfbjicfcfbaikknnbfmae/traceur/src/codegeneration/generator/State.js
> matches local file /work/qpp/traceur/src/codegeneration/generator/State.js
>
> But I am not able to reproduce that output; I'm not sure when it is being
> generated.
>
>>
>>
>> In the console.log of tincr's background page I get:
>>
>> Error in event handler for 'undefined': Error calling method on NPObject.
>> Error: Error calling method on NPObject. at Object.FileEntry.file
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/FauxFilesystem.js:121:39)
>> at Object.Gito.FileUtils.readFileEntry
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/file_utils.js:143:14)
>> at chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/file_utils.js:150:20
>> at Object.DirectoryEntry.getFile
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/FauxFilesystem.js:80:5)
>> at Object.Gito.FileUtils.readFile
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/file_utils.js:149:9) at
>> Object.ProjectManager.checkResourceContent
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/ProjectManager.js:85:20)
>> at chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/background.js:19:24
>> at chrome.Event.dispatchToListener (event_bindings:387:21) at
>> chrome.Event.dispatch_ (event_bindings:373:27) at chrome.Event.dispatch
>> (event_bindings:393:17) event_bindings:377
>>
>> Error in event handler for 'undefined': Object #<HTMLEmbedElement> has no
>> method 'fileExists' TypeError: Object #<HTMLEmbedElement> has no method
>> 'fileExists' at Object.DirectoryEntry.getFile
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/FauxFilesystem.js:76:55)
>> at Object.Gito.FileUtils.readFile
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/file_utils.js:149:9) at
>> Object.ProjectManager.checkResourceContent
>> (chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/ProjectManager.js:85:20)
>> at chrome-extension://lfjbhpnjiajjgnjganiaggebdhhpnbih/background.js:19:24
>> at chrome.Event.dispatchToListener (event_bindings:387:21) at
>> chrome.Event.dispatch_ (event_bindings:373:27) at chrome.Event.dispatch
>> (event_bindings:393:17) at miscellaneous_bindings:164:26 at
>> chrome.Event.dispatchToListener (event_bindings:387:21) at
>> chrome.Event.dispatch_ (event_bindings:373:27)
>>
>>
>>
>>
>> The second message repeats 134 times (I guess once per resource).
>>
>> jjb
>>
>>>
> --
>
>