dom-ui sync: Eliminate jank when customizing sync settings. Also, tweak chrome.send message identifiers to that they are less likely to conflict.
BUG=80477
TEST=Invoke 'Customize' sync setings, dialog should fade-in smoothly.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86365
+jhawkins for review. (still awaiting trybots, but will get those all to go green before ...
9 years, 7 months ago
(2011-05-21 21:12:44 UTC)
#1
+jhawkins for review.
(still awaiting trybots, but will get those all to go green before any commit.)
James Hawkins
What happens in the case where the user navigates to chrome://settings/syncSetup? http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc File chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (right): ...
9 years, 7 months ago
(2011-05-22 00:18:04 UTC)
#2
The same thing that happens in current build... it doesn't work. :-( Not sure if ...
9 years, 7 months ago
(2011-05-22 19:48:12 UTC)
#3
The same thing that happens in current build... it doesn't work. :-( Not sure
if there is already a bug about this? I'll investigate and incorporate a fix in
this CL.
On 2011/05/22 00:18:04, James Hawkins wrote:
> What happens in the case where the user navigates to
> chrome://settings/syncSetup?
>
>
http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookm...
> File chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (right):
>
>
http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookm...
> chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc:1024:
> sync_service_->ShowErrorUI(NULL);
> How does this work if the options page is already open and the user clicks on
> the sync error button in the bookmark bar?
csilv
http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc File chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (right): http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc#newcode1024 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc:1024: sync_service_->ShowErrorUI(NULL); The behavior should be exactly the same as ...
9 years, 7 months ago
(2011-05-22 19:48:32 UTC)
#4
http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookm...
File chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (right):
http://codereview.chromium.org/7057038/diff/11004/chrome/browser/ui/gtk/bookm...
chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc:1024:
sync_service_->ShowErrorUI(NULL);
The behavior should be exactly the same as before. I'm not sure if the Mac
client ever shows this button on the bookmark bar, I'll see if I can exercise
this to confirm.
On 2011/05/22 00:18:04, James Hawkins wrote:
> How does this work if the options page is already open and the user clicks on
> the sync error button in the bookmark bar?
Issue 7057038: dom-ui sync: Eliminate jank when customizing sync settings.
(Closed)
Created 9 years, 7 months ago by csilv
Modified 9 years, 7 months ago
Reviewers: James Hawkins
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 4