chromium-tabs icon indicating copy to clipboard operation
chromium-tabs copied to clipboard

[historical] Chromium tabs for cocoa applications (project no longer maintained)

Results 9 chromium-tabs issues
Sort by recently updated
recently updated
newest added

Finally got around to merging some of my ARC related changes back. You may or may not want to take the chromium-tabs.xcodeproj changes, but you probably DO want the src/Browser...

I noticed there's a load of commented out code on master, i.e. ``` // Returns the (lazily created) window sheet controller of this window. Used // for the per-tab sheets....

Hello, I have tried to compile the code on OSX10.7 and Xcode 4.6.3. The problem is the __weak attributes. If I compile the test app using Xcode 5.1.1, and then.....

The project was not set up to work with Mountain Lion. Fixed this.

Updated the Xcode project file for latest Xcode 4.5 and OS X 10.8 Base SdK. Have not updated code (warnings remain, but builds and runs).

see http://stackoverflow.com/questions/18685238/chromium-tabs-cant-update-tab-icon

An unchanged project of the demo crashes whenever I create a new window, then close it. I get an exc_bad_access in CTTabStripModel's DetachTabContentsAt() (It changes everytime, but it's generally around...

Hi! There may be a bug in setUserOverlay: method of CTTabWindowController. I always got an exception while dragging a tab to another window for merging them. I hacked your code,...

After reordering tabs, the add tab button disapears.