Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Fix 2 title related issues in aura port #38

Merged
merged 2 commits into from
Jul 18, 2013
Merged

Fix 2 title related issues in aura port #38

merged 2 commits into from
Jul 18, 2013

Commits on Jul 18, 2013

  1. Configuration menu
    Copy the full SHA
    8c980f4 View commit details
    Browse the repository at this point in the history
  2. Also need to set aura::Window title

    Since each DesktopNativeWidgetAura uses a sole aura::Window as its
    backed, once the title of native widget gets updated, the title of
    aura::Window should also be updated in addition to updating the
    XWindow created by DesktopRootWindowHostX11.
    
    BUG=crosswalk-project/crosswalk#191
    TEST=xwalk_browsertest --gtest_filter=XWalkRuntimeTest.GetWindowTitle
    Hongbo Min committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    b38d5f9 View commit details
    Browse the repository at this point in the history