[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-06 Thread codesite-noreply
Comment #36 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 @35: thanks for the report. I've created a new bug for it, here: bug 23924. -- You received this message because you are listed in the owner or CC fields

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-06 Thread codesite-noreply
Comment #35 on issue 22099 by LeopoldLucreworth: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 BUG: Browser actions, such as the print browser action, appear to the right of the bookmarks menu (with the --enable-bookmark-menu flag). Attachments:

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-05 Thread codesite-noreply
Comment #34 on issue 22099 by simon.bohlin: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Print browser action is in the source tree; http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/samples/pri nt_browser_action/ -- You rec

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-03 Thread codesite-noreply
Comment #33 on issue 22099 by brammator: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 can't find mentioned print-test extension 1-( -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred th

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-02 Thread codesite-noreply
Comment #32 on issue 22099 by GraemeErickson: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Cool, thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-10-02 Thread codesite-noreply
Comment #31 on issue 22099 by erik...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Initial popups landed. There are a bunch of issues (features) filed related to browser actions that you can check out to track the development of thi

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-27 Thread codesite-noreply
Comment #27 on issue 22099 by bugdro...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=27319 ---

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-19 Thread codesite-noreply
Comment #18 on issue 22099 by omattos: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 aa: Ah - I hadn't thought about the security implications of decoding the images. Is the aim that these buttons load simultaneously with the main browser window

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-19 Thread codesite-noreply
Comment #17 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Thanks for the great feedback omattos. On Sat, Sep 19, 2009 at 5:51 AM, wrote: > Comment #15 on issue 22099 by omattos: Implement browser action buttons

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-19 Thread codesite-noreply
Comment #16 on issue 22099 by omattos: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Also, has the team considered having a common API for browser and page actions, and a flag to decide which is which - effectively both are the same, just one is in

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-19 Thread codesite-noreply
Comment #15 on issue 22099 by omattos: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 In this proposal, why do images have to be pre-specified? For example, an extension might want to generate an image dynamically (ie. like canvas), for example a wea

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-18 Thread codesite-noreply
Comment #14 on issue 22099 by nickb...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 We want to let people overlay a little number, for unread counts or temperatures, for example. -- You received this message because you are listed i

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-18 Thread codesite-noreply
Comment #13 on issue 22099 by asarg...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 I don't understand this method in the proposal: // Set the badge text. To start, this can only be a number. void chrome.browserAction.setBadge(int

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-18 Thread codesite-noreply
Comment #10 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 With this API, you'd be able to add a stop button next to the page menu. Is that close enough? :). -- You received this message because you are listed i

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-18 Thread codesite-noreply
Comment #9 on issue 22099 by mkterra: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Somewhat related to Issue 1656. (I look forward to the day I can add a Stop button next to Reload :) -- You received this message because you are listed in the owne

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Comment #5 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 We always struggle with exactly how much information to include in these events. There is a spectrum with "only what is necessary to uniquely describe wha

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Comment #4 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 We always struggle with exactly how much information to include in these events. I don't have a strong preference (it might be nice to include the entire

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Comment #3 on issue 22099 by jam...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 I like it - any chance of getting the tabId of the currently selected tab as well as the windowId? It would make sense visually for the action to be ap

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Comment #2 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 I created a simple design doc with a proposal for the API: http://code.google.com/p/chromium/wiki/BrowserActions -- You received this message because you

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Updates: Status: Available Labels: Mstone-4 Channel-Beta Comment #1 on issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 (No comment was entered for this change.) -- You received this message because you

[chromium-bugs] Issue 22099 in chromium: Implement browser action buttons

2009-09-17 Thread codesite-noreply
Status: Untriaged Owner: Labels: Type-Feature OS-All Area-Extensions New issue 22099 by a...@chromium.org: Implement browser action buttons http://code.google.com/p/chromium/issues/detail?id=22099 Glen has mocked up a prototype of a new idea for extensions that we want to try out. See attac