[Webkit-unassigned] [Bug 71262] Web Inspector: Add colorpicker functionality to color swatches in Styles Sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 18:24:44 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71262





--- Comment #27 from Brian Grinstead <briangrinstead at gmail.com>  2011-11-29 18:24:43 PST ---
> 
> My workflow is close to the following:
> 
> Pull in the latest changes from the repo:
> [master]
> git pull
> git svn rebase
> git checkout topic
> 
> [topic]
> git rebase master
> ...edit...
> git commit / git commit --amend (I keep no more than one commit in the topic branch for the sake of prepare-ChangeLog)
> (optionally goto begin)
> 
> Upload a patch:
> Tools/Scripts/prepare-ChangeLog -g HEAD --bug=<bug_number>
> ...edit ChangeLogs...
> git commit -a --amend
> Tools/Scripts/webkit-patch upload
> 
> Hope this helps.

Thanks!
This workflow makes a lot more sense.  Would love to see this documented somewhere, since it would have saved some time (and errant patches) getting into the project.  Anyway, I have a patch ready with *most* of the issues you have brought up taken care of.  I can work on adding the closure compiler annotations, etc while making any changes requested by a reviewer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list